FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
gROOT | LoadMacro ("$VMCWORKDIR/macro/mvd/Helper.C") |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | SetOutputFile (outFile) |
output | open (parFile.Data()) |
rtdb | setFirstInput (output) |
rtdb | setOutput (output) |
parInput | open (digiparFile.Data(),"in") |
rtdb | setSecondInput (parInput) |
fRun | SetGeomFile (geomFile) |
recotask | SetVerbose (iVerbose) |
fRun | AddTask (recotask) |
fRun | Init () |
cout<<" ---- Start RUN ----" << endl;fRun-> | Run (0, nEvents) |
rtdb | print () |
rtdb | saveOutput () |
timer | Stop () |
Variables | |
long int | nEvents = 100 |
TStopwatch | timer |
TString | HitFileName = "data100.root" |
TString | inFile = HitFileName + ".digis.root" |
TString | outFile = HitFileName + ".hits.root" |
TString | directory = gSystem->Getenv("VMCWORKDIR") |
TString | geomFile = directory + "/geometry/TrackingStationDesyAli.root" |
TString | digiparFile = directory + "/macro/params/all.par" |
TString | parFile = "par.root" |
FairRunAna * | fRun = new FairRunAna() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | output =new FairParRootFileIo(kTRUE) |
FairParAsciiFileIo * | parInput = new FairParAsciiFileIo() |
PndMvdStripClusterTask * | recotask = new PndMvdStripClusterTask() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun Init | ( | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/macro/mvd/Helper.C" | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
output open | ( | parFile. | Data() | ) |
parInput open | ( | digiparFile. | Data(), |
"in" | |||
) |
rtdb saveOutput | ( | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 60 of file NEW/apvClusterReco.C.
Definition at line 21 of file NEW/apvClusterReco.C.
Definition at line 19 of file NEW/apvClusterReco.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 24 of file NEW/apvClusterReco.C.
Definition at line 20 of file NEW/apvClusterReco.C.
TString HitFileName = "data100.root" |
Definition at line 15 of file NEW/apvClusterReco.C.
TString inFile = HitFileName + ".digis.root" |
Definition at line 16 of file NEW/apvClusterReco.C.
long int nEvents = 100 |
Definition at line 4 of file NEW/apvClusterReco.C.
TString outFile = HitFileName + ".hits.root" |
Definition at line 17 of file NEW/apvClusterReco.C.
FairParRootFileIo* output =new FairParRootFileIo(kTRUE) |
Definition at line 31 of file NEW/apvClusterReco.C.
TString parFile = "par.root" |
Definition at line 22 of file NEW/apvClusterReco.C.
FairParAsciiFileIo* parInput = new FairParAsciiFileIo() |
Definition at line 36 of file NEW/apvClusterReco.C.
PndMvdStripClusterTask* recotask = new PndMvdStripClusterTask() |
Definition at line 45 of file NEW/apvClusterReco.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 29 of file NEW/apvClusterReco.C.
Double_t rtime = timer.RealTime() |
Definition at line 59 of file NEW/apvClusterReco.C.
TStopwatch timer |
Definition at line 12 of file NEW/apvClusterReco.C.