FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | AddFriend (inFile2) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data()) |
rtdb | setFirstInput (parInput1) |
cout << "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"<< endl;cout << "@@@@@@@@@@@@@@@@@@@@@@@ WARNING: @@@@@@@@@@@@@@@@@@@@@@@@@" << endl;cout<< "@@ @@"<< endl;cout << "@@ this is an old version of the reconstruction code. @@" << endl;cout<< "@@ You should not use this! @@"<< endl;cout << "@@ @@"<< endl;cout << "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"<< endl;cout << "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"<< endl;PndTrkTracking2 *tracking=new PndTrkTracking2(0, false, false, false);tracking-> | NoMvdAloneTracking () |
fRun | AddTask (tracking) |
trackMC | SetTrackInBranchName ("SttMvdTrack") |
trackMC | SetTrackOutBranchName ("SttMvdTrackID") |
fRun | AddTask (trackMC) |
fRun | Init () |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | inFile = "testrun.root" |
TString | inFile2 = "testdigi.root" |
Int_t | nEvents = 0 |
TString | parFile = "testparams.root" |
TString | outFile = "testreco.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
PndMCTrackAssociator * | trackMC = new PndMCTrackAssociator() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun Init | ( | ) |
cout<< "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" << endl; cout << "@@@@@@@@@@@@@@@@@@@@@@@ WARNING: @@@@@@@@@@@@@@@@@@@@@@@@@" << endl; cout << "@@ @@" << endl; cout << "@@ this is an old version of the reconstruction code. @@" << endl; cout << "@@ You should not use this! @@" << endl; cout << "@@ @@" << endl; cout << "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" << endl; cout << "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" << endl; PndTrkTracking2* tracking = new PndTrkTracking2(0,false,false,false); tracking-> NoMvdAloneTracking | ( | ) |
parInput1 open | ( | parFile. | Data() | ) |
trackMC SetTrackInBranchName | ( | "SttMvdTrack" | ) |
trackMC SetTrackOutBranchName | ( | "SttMvdTrackID" | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 76 of file detectors/stt/runreco.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 32 of file detectors/stt/runreco.C.
TString inFile = "testrun.root" |
Definition at line 9 of file detectors/stt/runreco.C.
TString inFile2 = "testdigi.root" |
Definition at line 10 of file detectors/stt/runreco.C.
Int_t nEvents = 0 |
Definition at line 13 of file detectors/stt/runreco.C.
TString outFile = "testreco.root" |
Definition at line 19 of file detectors/stt/runreco.C.
TString parFile = "testparams.root" |
Definition at line 16 of file detectors/stt/runreco.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 38 of file detectors/stt/runreco.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 37 of file detectors/stt/runreco.C.
Double_t rtime = timer.RealTime() |
Definition at line 75 of file detectors/stt/runreco.C.
TStopwatch timer |
Definition at line 26 of file detectors/stt/runreco.C.
PndMCTrackAssociator* trackMC = new PndMCTrackAssociator() |
Definition at line 60 of file detectors/stt/runreco.C.