FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
PndFileNameCreator | creator (MCFile.Data()) |
std::cout<< "DigiFile: " << DigiFile.Data()<< std::endl;std::cout << "RecoFile: " << RecoFile.Data()<< std::endl;std::cout << "TrackFinderFile: " << TrackFile.Data() << std::endl;std::cout << "KalmanFile: " << outFile.Data()<< std::endl;TStopwatch timer;timer.Start();FairRunAna *fRun=new FairRunAna();fRun-> | SetInputFile (MCFile) |
fRun | AddFriend (DigiFile) |
fRun | AddFriend (RecoFile) |
fRun | AddFriend (TrackFile) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data(),"UPDATE") |
rtdb | setFirstInput (parInput1) |
fRun | LoadGeometry () |
lheKalman | SetVerbose (iVerbose) |
lheKalman | SetGeane (kTRUE) |
lheKalman | SetSmooth (kFALSE) |
lheKalman | SetNumIterations (3) |
fRun | AddTask (lheKalman) |
rtdb | print () |
fRun | Init () |
Geane | SetField (fRun->GetField()) |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | MCFile = "MvdTpc_Pions.root" |
TString | parFile = "MvdParams.root" |
Int_t | nEvents = 5 |
TString | DigiFile = creator.GetDigiFileName(false).c_str() |
TString | RecoFile = creator.GetRecoFileName(false).c_str() |
TString | TrackFile = creator.GetTrackFindingFileName(false).c_str() |
TString | outFile = creator.GetKalmanFileName(false).c_str() |
FairGeane * | Geane = new FairGeane(MCFile) |
PndEmcMapper * | emcMap = PndEmcMapper::Instance(2,MCFile) |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
PndLheKalmanTask * | lheKalman = new PndLheKalmanTask() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
fRun Init | ( | ) |
fRun LoadGeometry | ( | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data(), |
"UPDATE" | |||
) |
lheKalman SetGeane | ( | kTRUE | ) |
std::cout<< "DigiFile: " << DigiFile.Data()<< std::endl; std::cout << "RecoFile: " << RecoFile.Data()<< std::endl; std::cout << "TrackFinderFile: " << TrackFile.Data()<< std::endl; std::cout << "KalmanFile: " << outFile.Data() << std::endl; TStopwatch timer; timer.Start(); FairRunAna *fRun= new FairRunAna(); fRun-> SetInputFile | ( | MCFile | ) |
kalman3 SetNumIterations | ( | 3 | ) |
lheKalman SetSmooth | ( | kFALSE | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 102 of file runMvdKalmanTask.C.
TString DigiFile = creator.GetDigiFileName(false).c_str() |
Definition at line 23 of file runMvdKalmanTask.C.
PndEmcMapper* emcMap = PndEmcMapper::Instance(2,MCFile) |
Definition at line 61 of file runMvdKalmanTask.C.
FairGeane* Geane = new FairGeane(MCFile) |
Definition at line 60 of file runMvdKalmanTask.C.
PndLheKalmanTask* lheKalman = new PndLheKalmanTask() |
Definition at line 76 of file runMvdKalmanTask.C.
Referenced by run_kalman_stt().
TString MCFile = "MvdTpc_Pions.root" |
Definition at line 6 of file runMvdKalmanTask.C.
Int_t nEvents = 5 |
Definition at line 12 of file runMvdKalmanTask.C.
TString outFile = creator.GetKalmanFileName(false).c_str() |
Definition at line 26 of file runMvdKalmanTask.C.
TString parFile = "MvdParams.root" |
Definition at line 8 of file runMvdKalmanTask.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 65 of file runMvdKalmanTask.C.
TString RecoFile = creator.GetRecoFileName(false).c_str() |
Definition at line 24 of file runMvdKalmanTask.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 64 of file runMvdKalmanTask.C.
Double_t rtime = timer.RealTime() |
Definition at line 101 of file runMvdKalmanTask.C.
TString TrackFile = creator.GetTrackFindingFileName(false).c_str() |
Definition at line 25 of file runMvdKalmanTask.C.
Referenced by eventDisplay().