FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | LoadMacro ("$VMCWORKDIR/gconfig/basiclibs.C") |
basiclibs () | |
gSystem | Load ("libGeoBase") |
gSystem | Load ("libParBase") |
gSystem | Load ("libBase") |
gSystem | Load ("libField") |
gSystem | Load ("libPassive") |
gSystem | Load ("libGen") |
gSystem | Load ("libStt") |
gSystem | Load ("libPlane") |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | AddFriend (inFile2) |
fRun | SetOutputFile (outFile) |
sttFindTracks | AddHitCollectionName ("STTHit","STTPoint") |
fRun | AddTask (sttFindTracks) |
fRun | AddTask (sttTrackMatcher) |
sttFitTracks | AddHitCollectionName ("STTHit") |
fRun | AddTask (sttFitTracks) |
fRun | Init () |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | inFile = "ex2.root" |
TString | inFile2 = "ex2d.root" |
Int_t | nEvents = 1000 |
TString | parFile = "ex2params.root" |
TString | outFile = "ex2r.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
PndSttTrackFinderIdeal * | sttTrackFinder = new PndSttTrackFinderIdeal(iVerbose) |
PndSttFindTracks * | sttFindTracks = new PndSttFindTracks("Track Finder", "FairTask", sttTrackFinder, iVerbose) |
PndSttMatchTracks * | sttTrackMatcher = new PndSttMatchTracks("Match tracks", "STT", iVerbose) |
PndSttTrackFitter * | sttTrackFitter = new PndSttHelixTrackFitter(0) |
PndSttFitTracks * | sttFitTracks = new PndSttFitTracks("STT Track Fitter", "FairTask", sttTrackFitter) |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
sttFindTracks AddHitCollectionName | ( | "STTHit" | , |
"STTPoint" | |||
) |
sttFitTracks AddHitCollectionName | ( | "STTHit" | ) |
fRun AddTask | ( | sttFindTracks | ) |
fRun AddTask | ( | sttTrackMatcher | ) |
fRun AddTask | ( | sttFitTracks | ) |
basiclibs | ( | ) |
fRun Init | ( | ) |
gSystem Load | ( | "libGeoBase" | ) |
gSystem Load | ( | "libParBase" | ) |
gSystem Load | ( | "libBase" | ) |
gSystem Load | ( | "libField" | ) |
gSystem Load | ( | "libPassive" | ) |
gSystem Load | ( | "libGen" | ) |
gSystem Load | ( | "libStt" | ) |
gSystem Load | ( | "libPlane" | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/basiclibs.C" | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 72 of file runRECO2.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 40 of file runRECO2.C.
TString inFile = "ex2.root" |
Definition at line 9 of file runRECO2.C.
TString inFile2 = "ex2d.root" |
Definition at line 10 of file runRECO2.C.
Int_t nEvents = 1000 |
Definition at line 13 of file runRECO2.C.
TString outFile = "ex2r.root" |
Definition at line 19 of file runRECO2.C.
TString parFile = "ex2params.root" |
Definition at line 16 of file runRECO2.C.
Double_t rtime = timer.RealTime() |
Definition at line 71 of file runRECO2.C.
PndSttFindTracks* sttFindTracks = new PndSttFindTracks("Track Finder", "FairTask", sttTrackFinder, iVerbose) |
Definition at line 48 of file runRECO2.C.
PndSttFitTracks* sttFitTracks = new PndSttFitTracks("STT Track Fitter", "FairTask", sttTrackFitter) |
Definition at line 59 of file runRECO2.C.
PndSttTrackFinderIdeal* sttTrackFinder = new PndSttTrackFinderIdeal(iVerbose) |
Definition at line 47 of file runRECO2.C.
PndSttTrackFitter* sttTrackFitter = new PndSttHelixTrackFitter(0) |
Definition at line 58 of file runRECO2.C.
PndSttMatchTracks* sttTrackMatcher = new PndSttMatchTracks("Match tracks", "STT", iVerbose) |
Definition at line 53 of file runRECO2.C.
TStopwatch timer |
Definition at line 34 of file runRECO2.C.