FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
gSystem | Load ("libriemann") |
PndFileNameCreator | creator (MCFile.Data()) |
std::cout<< "TrackFinderFile1: " << trackFile1.Data() << std::endl;std::cout << "TrackFinderFile2: " << trackFile2.Data() << std::endl;TStopwatch timer;timer.Start();CbmRunAna *fRun=new CbmRunAna();fRun-> | SetInputFile (trackFile2) |
fRun | AddFriend (trackFile1) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data(),"READ") |
rtdb | setFirstInput (parInput1) |
fRun | LoadGeometry () |
fRun | AddTask (mvdTrackFinderAna) |
output | open (parOutFile.Data()) |
rtdb | setOutput (output) |
rtdb | print () |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | saveOutput () |
timer | Stop () |
Variables | |
TString | MCFile = "Mvd_Test.root" |
TString | parFile = "MvdParamsReco.root" |
TString | parOutFile = "MvdParamsTFinder.root" |
Int_t | nEvents = 10 |
TString | trackFile1 = creator.GetTrackFindingFileName(false).c_str() |
TString | trackFile2 = "Mvd_Test_IdealTrackF.root" |
TString | outFile = "Mvd_Dummy_File.root" |
CbmRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
CbmParRootFileIo * | parInput1 = new CbmParRootFileIo() |
PndMvdTrackFinderAnaTask * | mvdTrackFinderAna = new PndMvdTrackFinderAnaTask() |
CbmParRootFileIo * | output =new CbmParRootFileIo(kTRUE) |
PndMvdGeoPar * | geoPar = (PndMvdGeoPar*)(rtdb->getContainer("PndMvdGeoPar")) |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddFriend | ( | trackFile1 | ) |
fRun AddTask | ( | mvdTrackFinderAna | ) |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
fRun Init | ( | ) |
gSystem Load | ( | "libriemann" | ) |
fRun LoadGeometry | ( | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data(), |
"READ" | |||
) |
output open | ( | parOutFile. | Data() | ) |
rtdb saveOutput | ( | ) |
std::cout<< "TrackFinderFile1: " << trackFile1.Data()<< std::endl; std::cout << "TrackFinderFile2: " << trackFile2.Data()<< std::endl; TStopwatch timer; timer.Start(); CbmRunAna *fRun= new CbmRunAna(); fRun-> SetInputFile | ( | trackFile2 | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 92 of file anaMvdTrackFinder.C.
PndMvdGeoPar* geoPar = (PndMvdGeoPar*)(rtdb->getContainer("PndMvdGeoPar")) |
Definition at line 79 of file anaMvdTrackFinder.C.
Referenced by digi_LMD(), QAmacro_emc_3(), QAmacro_emc_4(), runLumi1Digi(), runLumi1FastDigi(), runLumiDigi(), runLumiPixel1bDigiNoise(), runLumiPixel1cDigiSigNoise(), runLumiPixel1Digi(), and runLumiPixel2ePairFinder().
TString MCFile = "Mvd_Test.root" |
Definition at line 6 of file anaMvdTrackFinder.C.
PndMvdTrackFinderAnaTask* mvdTrackFinderAna = new PndMvdTrackFinderAnaTask() |
Definition at line 70 of file anaMvdTrackFinder.C.
Int_t nEvents = 10 |
Definition at line 12 of file anaMvdTrackFinder.C.
TString outFile = "Mvd_Dummy_File.root" |
Definition at line 23 of file anaMvdTrackFinder.C.
CbmParRootFileIo* output =new CbmParRootFileIo(kTRUE) |
Definition at line 73 of file anaMvdTrackFinder.C.
TString parFile = "MvdParamsReco.root" |
Definition at line 8 of file anaMvdTrackFinder.C.
CbmParRootFileIo* parInput1 = new CbmParRootFileIo() |
Definition at line 51 of file anaMvdTrackFinder.C.
TString parOutFile = "MvdParamsTFinder.root" |
Definition at line 10 of file anaMvdTrackFinder.C.
CbmRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 50 of file anaMvdTrackFinder.C.
Double_t rtime = timer.RealTime() |
Definition at line 91 of file anaMvdTrackFinder.C.
TString trackFile1 = creator.GetTrackFindingFileName(false).c_str() |
Definition at line 21 of file anaMvdTrackFinder.C.
TString trackFile2 = "Mvd_Test_IdealTrackF.root" |
Definition at line 22 of file anaMvdTrackFinder.C.