FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
timer | Start () |
gROOT | LoadMacro ("$VMCWORKDIR/gconfig/rootlogon.C") |
rootlogon () | |
gSystem | Load ("libSttMvdTracking") |
TFile | filereco ("MvdStt_Test_reco.root") |
treereco | SetBranchAddress ("SttMvdTrack",&prefit) |
treereco | SetBranchAddress ("SttMvdKalmanTrack",&kalfit) |
if (evt%100==0) cout<< "EVT "<< evt<< endl | |
if (!kaltrk) continue | |
Variables | |
TStopwatch | timer |
TTree * | treereco = (TTree*) filereco.Get("pndsim") |
TClonesArray * | prefit = new TClonesArray("PndTrack") |
TClonesArray * | kalfit = new TClonesArray("PndTrack") |
TH1F * | hkalmom = new TH1F("hkalmom", "genfit", 100, 0.5, 1.5) |
TH1F * | hpremom = new TH1F("hpremom", "prefit", 100, 0.5, 1.5) |
Int_t | refIndex = kaltrk->GetRefIndex() |
TFile filereco | ( | "MvdStt_Test_reco.root" | ) |
Referenced by QAmacro_stt_4(), runDetectorInfo(), runEventInfo(), runOnline(), runOnlineDisplay(), runOnlineDisplayGeomTest(), runOnlineDisplayMCCheck(), runOnlineDisplayMCCheckFaster(), runOnlineDisplayMCCheckFaster2(), runOnlineDisplayMCCheckFaster3(), runOnlineDisplayProduction(), runOnlineDisplayRelease(), runStreamDisplay(), runTimestampCheck(), runTripletAna(), and runTripletFinderMini().
if | ( | evt% | 100 = =0 | ) |
if | ( | ! | kaltrk | ) |
Definition at line 4 of file checktubes.C.
References c, exit(), PndSttMapCreator::FillTubeArray(), geoMan, PndSttTube::GetHalfLength(), PndSttTube::GetNeighborings(), PndSttTube::GetPosition(), PndSttTube::GetWireDirection(), gGeoManager, h2, and PndSttTube::IsParallel().
gSystem Load | ( | "libSttMvdTracking" | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
rootlogon | ( | ) |
Definition at line 1 of file outdated/mpiTools/macros/emc/rootlogon.C.
treereco SetBranchAddress | ( | "SttMvdTrack" | , |
& | prefit | ||
) |
treereco SetBranchAddress | ( | "SttMvdKalmanTrack" | , |
& | kalfit | ||
) |
timer Start | ( | ) |
TH1F* hkalmom = new TH1F("hkalmom", "genfit", 100, 0.5, 1.5) |
Definition at line 17 of file checkmomentum.C.
TH1F* hpremom = new TH1F("hpremom", "prefit", 100, 0.5, 1.5) |
Definition at line 18 of file checkmomentum.C.
TClonesArray* kalfit = new TClonesArray("PndTrack") |
Definition at line 14 of file checkmomentum.C.
TClonesArray* prefit = new TClonesArray("PndTrack") |
Definition at line 12 of file checkmomentum.C.
Int_t refIndex = kaltrk->GetRefIndex() |
Definition at line 30 of file checkmomentum.C.
Referenced by PndSttMvdGemTracking::EvaluatePerformances(), PndGemFindHits::FindHits(), PndGemFindHits::FindHits2(), PndSttMvdGemTracking::UpdateMCTrackId(), and PndGemFindClustersTB::WriteClusters().
TStopwatch timer |
Definition at line 1 of file checkmomentum.C.
TTree* treereco = (TTree*) filereco.Get("pndsim") |
Definition at line 11 of file checkmomentum.C.