]>
Commit | Line | Data |
---|---|---|
16a89872 | 1 | void runAnalysis() { |
2 | TStopwatch timer; | |
3 | timer.Start(); | |
4 | ||
5 | gSystem->AddIncludePath("-I\"$ALICE_ROOT/include\""); | |
c52c2132 | 6 | gSystem->Load("libANALYSIS.so"); |
16a89872 | 7 | |
8 | gROOT->LoadMacro("testEvent.C+"); | |
c52c2132 | 9 | // generate(); |
16a89872 | 10 | filter_reco(); |
11 | ||
12 | timer.Stop(); | |
13 | timer.Print(); | |
14 | } |