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: "<< inFile.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 (inFile) |
fRun | SetOutputFile (outFile) |
fRun | SetUseFairLinks (kTRUE) |
parInput1 | open (parFile.Data()) |
parIo1 | open (allDigiFile.Data(),"in") |
rtdb | setFirstInput (parInput1) |
rtdb | setSecondInput (parIo1) |
finder | SetVerbose (0) |
fRun | AddTask (finder) |
fRun | AddTask (lmdfit) |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | saveOutput () |
rtdb | print () |
timer | Stop () |
Variables | |
TString | MCFile = "sim_complete.root" |
Int_t | nEvents = 0 |
TString | inFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_Event.root" |
TString | outFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_TrackCorr.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() |
PndStraightLineTrackFinderTask * | finder = new PndStraightLineTrackFinderTask(0, "MVDHitsPixelPosCorrected","","") |
PndLmdLinFitTask * | lmdfit = new PndLmdLinFitTask("MVDTestBeamTrackCand","MVDHitsPixelPosCorrected", "MvdTrack", "Mvd") |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
std::cout<< "MCFile : " << MCFile.Data()<< std::endl; std::cout << "InFile: " << inFile.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 | ( | ) |
fRun SetUseFairLinks | ( | kTRUE | ) |
lmdfit SetVerbose | ( | 0 | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Definition at line 49 of file run_TrackFinding.C.
Double_t ctime = timer.CpuTime() |
Definition at line 85 of file run_TrackFinding.C.
PndStraightLineTrackFinderTask* finder = new PndStraightLineTrackFinderTask(0, "MVDHitsPixelPosCorrected","","") |
Definition at line 62 of file run_TrackFinding.C.
Referenced by FairEvtFilterOnSingleParticleCounts::AndMinMaxPdgCodes(), PndGemFindTracks::PndGemFindTracks(), PndSttFindTracks::PndSttFindTracks(), PndGemFindTracks::UseFinder(), and PndSttFindTracks::UseFinder().
FairRunAna* fRun = new FairRunAna() |
Definition at line 38 of file run_TrackFinding.C.
FairGeane* Geane = new FairGeane() |
Definition at line 44 of file run_TrackFinding.C.
TString inFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_Event.root" |
Definition at line 18 of file run_TrackFinding.C.
PndLmdLinFitTask* lmdfit = new PndLmdLinFitTask("MVDTestBeamTrackCand","MVDHitsPixelPosCorrected", "MvdTrack", "Mvd") |
Definition at line 66 of file run_TrackFinding.C.
Referenced by reco_LMD(), runLumi4Fitter(), and runLumiPixel4Fitter().
TString MCFile = "sim_complete.root" |
Definition at line 8 of file run_TrackFinding.C.
Int_t nEvents = 0 |
Definition at line 11 of file run_TrackFinding.C.
TString outFile = "2014-10-27-00-06-02_50_MHz_Filtered_PosCorrected_TrackCorr.root" |
Definition at line 19 of file run_TrackFinding.C.
TString parFile = "simparams.root" |
Definition at line 20 of file run_TrackFinding.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 52 of file run_TrackFinding.C.
FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() |
Definition at line 55 of file run_TrackFinding.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 51 of file run_TrackFinding.C.
Double_t rtime = timer.RealTime() |
Definition at line 84 of file run_TrackFinding.C.
TStopwatch timer |
Definition at line 33 of file run_TrackFinding.C.