FairRoot/PandaRoot
|
Go to the source code of this file.
Variables | |
TString | MCFile = "Mvd_Pions_0GeV1_1.root" |
TString | parFile = "Mvd_Pions_0GeV1_1Param.root" |
TString | parOutFile = parFile |
Int_t | startEvent = 0 |
Int_t | stopEvent = 300 |
TString | DigiFile = creator.GetDigiFileName(false).c_str() |
TString | RecoFile = creator.GetRecoFileName(false).c_str() |
TString | RiemannFile = creator.GetTrackFindingFileName(false).c_str() |
TString | outFile = "Dummy.root" |
CbmRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
CbmParRootFileIo * | parInput1 = new CbmParRootFileIo(kTRUE) |
Bool_t | kParameterMerged =kTRUE |
PndMvdEventAnaTask * | eventAna = new PndMvdEventAnaTask() |
TCanvas * | c1 = new TCanvas() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddFriend | ( | RiemannFile | ) |
c1 cd | ( | 1 | ) |
c1 cd | ( | 2 | ) |
c1 cd | ( | 3 | ) |
c1 cd | ( | 4 | ) |
c1 cd | ( | 5 | ) |
c1 cd | ( | 6 | ) |
c1 cd | ( | 10 | ) |
c1 cd | ( | 11 | ) |
c1 cd | ( | 7 | ) |
c1 cd | ( | 8 | ) |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
c1 Divide | ( | 3 | , |
4 | |||
) |
eventAna DrawDigisPerCluster | ( | ) |
eventAna DrawDigisPerClusterStrip | ( | "same" | ) |
eventAna DrawEnergyPerHit | ( | ) |
eventAna DrawEnergyRes | ( | ) |
eventAna DrawEnergyResStrip | ( | "same" | ) |
eventAna DrawHitsPerTrack | ( | ) |
eventAna DrawPointRes | ( | ) |
eventAna DrawPointResD | ( | "same" | ) |
eventAna DrawPointResM | ( | "same" | ) |
eventAna DrawPointResS | ( | "same" | ) |
eventAna DrawPointResStrip | ( | "same" | ) |
eventAna DrawPRes | ( | ) |
eventAna DrawPtRes | ( | ) |
eventAna DrawRiemannFakes | ( | "same" | ) |
eventAna DrawRiemannRes | ( | ) |
eventAna DrawRiemannTracksPerTrack | ( | ) |
eventAna DrawRiemannTracksPerTrackAdd | ( | "same" | ) |
eventAna DrawTracksPerEvent | ( | ) |
fRun Init | ( | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data(), |
"UPDATE" | |||
) |
fRun Run | ( | startEvent | , |
stopEvent | |||
) |
std::cout<< "MCFile : " << MCFile.Data()<< std::endl; std::cout << "DigiFile: " << DigiFile.Data()<< std::endl; std::cout << "RecoFile: " << RecoFile.Data()<< std::endl; std::cout << "RiemannFile: " << RiemannFile.Data() << std::endl; TStopwatch timer; timer.Start(); CbmRunAna *fRun= new CbmRunAna(); fRun-> SetInputFile | ( | MCFile | ) |
timer Stop | ( | ) |
TCanvas* c1 = new TCanvas() |
Definition at line 101 of file anaMvdEvent.C.
Double_t ctime = timer.CpuTime() |
Definition at line 141 of file anaMvdEvent.C.
TString DigiFile = creator.GetDigiFileName(false).c_str() |
Definition at line 21 of file anaMvdEvent.C.
PndMvdEventAnaTask* eventAna = new PndMvdEventAnaTask() |
Definition at line 86 of file anaMvdEvent.C.
Bool_t kParameterMerged =kTRUE |
Definition at line 69 of file anaMvdEvent.C.
TString MCFile = "Mvd_Pions_0GeV1_1.root" |
Definition at line 7 of file anaMvdEvent.C.
TString outFile = "Dummy.root" |
Definition at line 24 of file anaMvdEvent.C.
TString parFile = "Mvd_Pions_0GeV1_1Param.root" |
Definition at line 9 of file anaMvdEvent.C.
CbmParRootFileIo* parInput1 = new CbmParRootFileIo(kTRUE) |
Definition at line 63 of file anaMvdEvent.C.
Definition at line 11 of file anaMvdEvent.C.
TString RecoFile = creator.GetRecoFileName(false).c_str() |
Definition at line 22 of file anaMvdEvent.C.
TString RiemannFile = creator.GetTrackFindingFileName(false).c_str() |
Definition at line 23 of file anaMvdEvent.C.
CbmRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 61 of file anaMvdEvent.C.
Double_t rtime = timer.RealTime() |
Definition at line 140 of file anaMvdEvent.C.
Int_t startEvent = 0 |
Definition at line 13 of file anaMvdEvent.C.
Int_t stopEvent = 300 |
Definition at line 14 of file anaMvdEvent.C.