|
FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
| PndFileNameCreator | creator (MCFile.Data()) |
| std::cout<< "MCFile : " << MCFile.Data()<< std::endl;std::cout << "InFile: "<< hitFile.Data() << std::endl;std::cout << "OutFile: "<< outFile.Data() << std::endl;std::cout << "ParFile: "<< parFile.Data() << std::endl;TString sysFile=gSystem-> | Getenv ("VMCWORKDIR") |
| timer | Start () |
| fRun | SetInputFile (hitFile) |
| fRun | AddFriend (trackFile) |
| fRun | SetOutputFile (outFile) |
| fRun | SetUseFairLinks (kTRUE) |
| parInput1 | open (parFile.Data()) |
| parIo1 | open (allDigiFile.Data(),"in") |
| rtdb | setFirstInput (parInput1) |
| rtdb | setSecondInput (parIo1) |
| res | SetBranchName ("MVDHitsPixelPosCorrected") |
| fRun | AddTask (res) |
| fRun | Init () |
| fRun | Run (0, nEvents) |
| rtdb | saveOutput () |
| rtdb | print () |
| timer | Stop () |
Variables | |
| TString | MCFile = "sim_complete.root" |
| Int_t | nEvents = 0 |
| TString | hitFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_Event.root" |
| TString | trackFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_TrackCorr.root" |
| TString | outFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_ResidualsCorr.root" |
| TString | parFile = "simparams.root" |
| TStopwatch | timer |
| FairRunAna * | fRun = new FairRunAna() |
| FairGeane * | Geane = new FairGeane() |
| TString | allDigiFile = sysFile+"/macro/params/all.par" |
| FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
| FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
| FairParAsciiFileIo * | parIo1 = new FairParAsciiFileIo() |
| PndXYResidualTask * | res = new PndXYResidualTask() |
| Double_t | rtime = timer.RealTime() |
| Double_t | ctime = timer.CpuTime() |
| PndFileNameCreator creator | ( | MCFile. | Data() | ) |
| std::cout<< "MCFile : " << MCFile.Data()<< std::endl; std::cout << "InFile: " << hitFile.Data()<< std::endl; std::cout << "OutFile: " << outFile.Data()<< std::endl; std::cout << "ParFile: " << parFile.Data()<< std::endl; TString sysFile = gSystem-> Getenv | ( | "VMCWORKDIR" | ) |
| fRun Init | ( | ) |
| parInput1 open | ( | parFile. | Data() | ) |
| parIo1 open | ( | allDigiFile. | Data(), |
| "in" | |||
| ) |
| rtdb saveOutput | ( | ) |
| res SetBranchName | ( | "MVDHitsPixelPosCorrected" | ) |
| fRun SetUseFairLinks | ( | kTRUE | ) |
| timer Start | ( | ) |
| timer Stop | ( | ) |
Definition at line 50 of file run_TrackResiduals.C.
| Double_t ctime = timer.CpuTime() |
Definition at line 82 of file run_TrackResiduals.C.
| FairRunAna* fRun = new FairRunAna() |
Definition at line 39 of file run_TrackResiduals.C.
| FairGeane* Geane = new FairGeane() |
Definition at line 45 of file run_TrackResiduals.C.
| TString hitFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_Event.root" |
Definition at line 18 of file run_TrackResiduals.C.
Referenced by eventDisplay(), gem_boxHitsQAN(), gem_findTracks(), gem_findTracksQA(), gem_fitTracks(), gem_idealTracks(), QAmacro_drc_4(), and reco().
| TString MCFile = "sim_complete.root" |
Definition at line 8 of file run_TrackResiduals.C.
| Int_t nEvents = 0 |
Definition at line 11 of file run_TrackResiduals.C.
| TString outFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_ResidualsCorr.root" |
Definition at line 20 of file run_TrackResiduals.C.
| TString parFile = "simparams.root" |
Definition at line 21 of file run_TrackResiduals.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 53 of file run_TrackResiduals.C.
| FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() |
Definition at line 56 of file run_TrackResiduals.C.
| PndXYResidualTask* res = new PndXYResidualTask() |
Definition at line 63 of file run_TrackResiduals.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 52 of file run_TrackResiduals.C.
| Double_t rtime = timer.RealTime() |
Definition at line 81 of file run_TrackResiduals.C.
| TStopwatch timer |
Definition at line 34 of file run_TrackResiduals.C.
| TString trackFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_TrackCorr.root" |
Definition at line 19 of file run_TrackResiduals.C.
Referenced by findtrack(), Fit(), fittrack(), SmartAli(), TB_gem_CluHiTra(), and TB_gem_eventBuild().
1.8.5