TBRootAna Command Line Options
-h hecNtupleFile1 hecNtupleFile2 etc.
-h hecNtupleFile1 -h hecNtupleFile2 etc.
-e emecNtupleFile1 emecNtupleFile2 etc.
-e emecNtupleFile1 -e emecNtupleFile2 etc.
-a hecGeoFileName otherStuffIgnored
default file name used if unspecified
-b emecGeoFileName otherStuffIgnored
default file name used if unspecified
-g globalGeoFileName otherStuffIgnored
default file name used if unspecified
-H file1 file2 etc.
-H file1 -H file2 etc.
if file contains the following lines
hecNtupleFile1
hecNtupleFile2
then -H file is equivalent to -h
hecNtupleFile1 hecNtupleFile2
-E file1 file2 etc.
-E file1 -E file2 etc.
if file contains the following lines
emecNtupleFile1
emecNtupleFile2
then -E file is equivalent to -e
emecNtupleFile1 emecNtupleFile2
Options -a, -b and -g only consider the first argument.
For example,
-a file junk junk stuff
is equivalent to
-a file
If any of options -a, -b or -g is used more than once,
only the last
one is retained. For example,
-a file1 -a file2
is equivalent to
-a file2