Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
8c6c21db
Commit
8c6c21db
authored
3 years ago
by
Oleksii Lubynets
Committed by
Florian Uhlig
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
change tree name in run_at_kfpf.C macro
parent
3e1e5372
No related branches found
No related tags found
1 merge request
!326
change tree name in run_at_kfpf.C macro
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/analysis/common/at_kfpf_interface/run_at_kfpf.C
+1
-1
1 addition, 1 deletion
macro/analysis/common/at_kfpf_interface/run_at_kfpf.C
with
1 addition
and
1 deletion
macro/analysis/common/at_kfpf_interface/run_at_kfpf.C
+
1
−
1
View file @
8c6c21db
void
run_at_kfpf
(
int
nEntries
=
-
1
,
const
std
::
string
&
dataset
=
"test"
,
const
std
::
string
&
ATTree
=
"
a
Tree"
)
{
const
std
::
string
&
ATTree
=
"
r
Tree"
)
{
ATKFParticleFinder
man
;
const
std
::
string
ATFile
=
dataset
+
".analysistree.root"
;
man
.
InitInput
(
ATFile
.
c_str
(),
ATTree
.
c_str
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment