Go to the source code of this file.
|
TStopwatch | timer |
|
TTree * | treekal = (TTree*) filekalman.Get("pndsim") |
|
TClonesArray * | kal = new TClonesArray("GFTrack") |
|
GFTrack * | trk |
|
TCanvas * | TestGenfit = new TCanvas("TestGenfit", "STT genfit momentum distribution", 0, 0, 600, 600) |
|
TH1F * | h = new TH1F("h","GENFIT",100,0.5,1.5) |
|
Definition at line 64 of file NHitsPerEvent.C.
73 std::cout <<
"NHits: " <<
gHitPoints->GetN() << std::endl;
void ExtractData(TClonesArray *array, TGraph *g)
TClonesArray * mvdHitArray
TClonesArray * mvdProjectedArray
TFile filekalman |
( |
"testgenfit.root" |
| ) |
|
treekal SetBranchAddress |
( |
"Track" |
, |
|
|
& |
kal |
|
) |
| |
TH1F* h = new TH1F("h","GENFIT",100,0.5,1.5) |
TClonesArray* kal = new TClonesArray("GFTrack") |
TCanvas* TestGenfit = new TCanvas("TestGenfit", "STT genfit momentum distribution", 0, 0, 600, 600) |
Definition at line 13 of file checkgenfit.C.
Referenced by check_trackcand(), eventDisplay(), PndHypKalmanTask::Exec(), PndTrkTrackFinder::Exec(), PndHypDKalmanTask::Exec(), PndLmdKalmanTask::Exec(), PndHypDPatternRecoTask::Exec(), PndRecoDafFit::Fit(), PndRecoDafFit2::Fit(), PndRecoKalmanFit2::Fit(), PndRecoKalmanFit::Fit(), GeoDisplay(), and main().