67 |
printf(" Standard call:\n DarthVader -idRun 1085 \n"); |
printf(" Standard call:\n DarthVader -idRun 1085 \n"); |
68 |
printf(" Process only RunInfo and Tracker (be verbose for tracker):\n DarthVader -idRun 1085 -all +RUN +TRK [ --verbose ] \n"); |
printf(" Process only RunInfo and Tracker (be verbose for tracker):\n DarthVader -idRun 1085 -all +RUN +TRK [ --verbose ] \n"); |
69 |
printf(" Process all and be verbose for calorimeter:\n DarthVader -idRun 1085 +CAL [ --verbose ] \n\n"); |
printf(" Process all and be verbose for calorimeter:\n DarthVader -idRun 1085 +CAL [ --verbose ] \n\n"); |
70 |
|
printf(" Set Tracker to work with simulated data:\n DarthVader -idRun 1085 +TRK [ --simu ] \n\n"); |
71 |
}; |
}; |
72 |
|
|
73 |
// |
// |
982 |
if ( processFile ){ |
if ( processFile ){ |
983 |
processFile->cd(); |
processFile->cd(); |
984 |
processFile->WriteStreamerInfo(); |
processFile->WriteStreamerInfo(); |
985 |
|
if ( debug ) processFile->ls(); |
986 |
processFile->Close(); |
processFile->Close(); |
987 |
}; |
}; |
988 |
// |
// |