QwAnalysis
QwTracking.C
Go to the documentation of this file.
1 #include "QwEvent.h"
2 
4 
5 void LoadEntry(int entry) {
6  event_tree->SetBranchAddress("events",&ev);
7  event_tree->GetEntry(entry);
8 }
9 
10 void DrawTreeLineVDC(int entry) {
11  QwTrack* tr = ev->GetTrack(0);
12  QwPartialTrack* pt = tr->fBack;
13  QwTreeLine* tl0 = pt->GetTreeLine(0);
14  QwTreeLine* tl1 = pt->GetTreeLine(1);
15 
16 
17 
18  TCanvas* c = new TCanvas();
19  c->Divide(2,2);
20  c->cd(1);
21 
22 }
void DrawTreeLineVDC(int entry)
Definition: QwTracking.C:10
QwEvent * ev
Definition: QwTracking.C:3
Contains a tracked event, i.e. all information from hits to tracks.
Definition: QwEvent.h:156
const QwTreeLine * GetTreeLine(const int tl) const
Get the specified tree line.
Contains the complete track as a concatenation of partial tracks.
Definition: QwTrack.h:30
void LoadEntry(int entry)
Definition: QwTracking.C:5
One-dimensional (u, v, or x) track stubs and associated hits.
Definition: QwTreeLine.h:51
QwPartialTrack * fBack
Back partial track.
Definition: QwTrack.h:148
const QwTrack * GetTrack(const int t) const
Get the specified track.
Definition: QwEvent.cc:545
Contains the straight part of a track in one region only.
static const double c
Physical constants.
Definition: QwUnits.h:118