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
b614e8cc
Commit
b614e8cc
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
remove unnecessary comment
parent
674d441e
Changes
1
Show whitespace changes
Inline
Side-by-side
aliRoot/runAnalysis.C
View file @
b614e8cc
...
...
@@ -45,8 +45,7 @@ int runAnalysis(int selected_event=0)
// if you want to run locally, we need to define some input
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
(
"AliESDs.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