Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALICE-open-data
ALICE Blender animation
Commits
674d441e
Commit
674d441e
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
remove commented lines
parent
97aa152c
Changes
1
Hide whitespace changes
Inline
Side-by-side
aliRoot/runAnalysis.C
View file @
674d441e
...
...
@@ -46,11 +46,6 @@ int runAnalysis(int selected_event=0)
TChain
*
chain
=
new
TChain
(
"esdTree"
);
// add a few files to the chain (change this so that your local files are added)
chain
->
Add
(
"AliESDs.root"
);
// Breno put it on the same directory that was cloned from Pezzi's // repository: AliESD_Example
//chain->Add("AliESDs2.root");
//chain->Add("../root_files/AliAOD.Muons2.root");
//chain->Add("../root_files/AliAOD.Muons3.root");
//chain->Add("../root_files/AliAOD.Muons4.root");
// start the analysis locally, reading the events from the tchain
mgr
->
StartAnalysis
(
"local"
,
chain
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment