QwAnalysis
|
Read simulated QweakSimG4 events and generate hit lists. More...
#include <QwTreeEventBuffer.h>
Public Member Functions | |
QwTreeEventBuffer (const QwGeometry &detector_info) | |
Constructor with file name and spectrometer geometry. More... | |
virtual | ~QwTreeEventBuffer () |
Destructor. More... | |
void | ProcessOptions (QwOptions &options) |
Process command line and config file options. More... | |
void | SetEntriesPerEvent (const unsigned int n) |
Set the number of entries per event. More... | |
int | GetEntriesPerEvent () const |
Get the number of entries per event. More... | |
int | GetNumberOfEvents () const |
Get the number of events in the run. More... | |
int | GetRunNumber () const |
Get the current run number. More... | |
int | GetEventNumber () const |
Get the current event number. More... | |
TString | GetRunLabel () const |
Get the current run label. More... | |
unsigned int | OpenNextFile () |
Open the next event file. More... | |
unsigned int | OpenFile () |
Open the event file. More... | |
unsigned int | CloseFile () |
Close the event file. More... | |
unsigned int | GetNextEvent () |
Read the next event. More... | |
unsigned int | GetSpecificEvent (const int eventnumber) |
Read the specified event. More... | |
QwHitContainer * | CreateHitList (const bool resolution_effects) const |
Create the hit list for this entry. More... | |
QwEvent * | GetCurrentEvent () const |
Get the current event. More... | |
QwEvent * | GetOriginalEvent () const |
Get the original event. More... | |
QwHitContainer * | GetHitContainer () const |
Get the hit list. More... | |
std::vector< boost::shared_ptr < QwTreeLine > > | CreateTreeLines (EQwRegionID region) const |
Get the tree lines. More... | |
std::vector< boost::shared_ptr < QwPartialTrack > > | CreatePartialTracks (EQwRegionID region) const |
Get the partial tracks. More... | |
void | PrintStatInfo (int r2good, int r3good, int ngoodtracks) |
Print statistical information. More... | |
void | ListCrossSections () |
List the available cross sections. More... | |
void | AssignCrossSection () |
Assign the correct cross section pointer. More... | |
Float_t | GetCrossSection () |
Return the dereferenced cross section pointer. More... | |
Static Public Member Functions | |
static void | DefineOptions (QwOptions &options) |
Define command line and config file options. More... | |
Private Member Functions | |
void | SetNumberOfEntries (const unsigned int n) |
Get the number of entries in the loaded run. More... | |
int | GetNumberOfEntries () const |
Get the number of entries in the loaded run. More... | |
bool | GetEntry (const unsigned int entry) |
Read the specified entry from the tree. More... | |
Branch management functions | |
void | ReserveVectors () |
Reserve space for the branch vectors. More... | |
void | ClearVectors () |
Clear the branch vectors. More... | |
void | AttachBranches () |
Attache the branch vectors. More... | |
Create hit at from the track position (x,y) and track momentum (mx,my) | |
std::vector< QwHit > | CreateHitRegion1 (const QwDetectorInfo *detectorinfo, const double x, const double y, const bool resolution_effects) const |
Create a set of hits for one track in region 1. More... | |
QwHit * | CreateHitRegion2 (const QwDetectorInfo *detectorinfo, const double x, const double y, const bool resolution_effects) const |
Create a hit for one track in region 2. More... | |
std::vector< QwHit > | CreateHitRegion3 (const QwDetectorInfo *detectorinfo, const double x, const double y, const double mx, const double my, const bool resolution_effects) const |
Create a set of hits for one track in region 3. More... | |
std::vector< QwHit > | CreateHitCerenkov (const QwDetectorInfo *detectorinfo, const double x, const double y) const |
Create a pair of hits for one track in the cerenkov or trigger scintillator. More... | |
void | LoadDriftTimeDistance () |
Get drift distance from drift time or vice versa. More... | |
double | GetR2DriftDistanceFromTime (double time) const |
double | GetR2DriftTimeFromDistance (double dist) const |
double | xGlobalToLocal (double x, double y, int octant) const |
Get local coordinate from global coordinates and octant number. More... | |
double | yGlobalToLocal (double x, double y, int octant) const |
double | pxGlobalToLocal (double px, double py, int octant) const |
double | pyGlobalToLocal (double px, double py, int octant) const |
Static Private Attributes | |
static std::vector< string > | fAvailableCrossSections |
static int | fNumOfSimulated_ValidTracks |
Set track counters. More... | |
static int | fNumOfSimulated_R2_PartialTracks |
static int | fNumOfSimulated_R2_TS_MD_Tracks |
static int | fNumOfSimulated_R3_TS_MD_Tracks |
static int | fNumOfSimulated_R3_PartialTracks |
static int | fNumOfSimulated_R2_R3_Tracks |
static int | fNumOfSimulated_TS_Tracks |
static int | fNumOfSimulated_MD_Tracks |
static int | fNumOfSimulated_TS_MD_Tracks |
Read simulated QweakSimG4 events and generate hit lists.
The QwTreeEventBuffer reads simulated events from the ROOT file generated by the QweakSimG4 Geant4 Monte Carlo. From the positions at the wire planes it generates the appropriate hit lists that can then be used to benchmark the tracking code.
Definition at line 56 of file QwTreeEventBuffer.h.
QwTreeEventBuffer::QwTreeEventBuffer | ( | const QwGeometry & | detector_info | ) |
Constructor with file name and spectrometer geometry.
Constructor with file name and spectrometer geometry
detector_info | Detector geometry information vector |
Definition at line 60 of file QwTreeEventBuffer.cc.
References ClearVectors(), fAvailableCrossSections, fCurrentEventNumber, fCurrentRunNumber, fEnableR2Hits, fEnableR3Hits, fEnableResolution, fEventRange, fNumberOfEntries, fNumberOfEvents, fNumOfSimulated_MD_Tracks, fNumOfSimulated_R2_PartialTracks, fNumOfSimulated_R2_R3_Tracks, fNumOfSimulated_R2_TS_MD_Tracks, fNumOfSimulated_R3_PartialTracks, fNumOfSimulated_R3_TS_MD_Tracks, fNumOfSimulated_TS_MD_Tracks, fNumOfSimulated_TS_Tracks, fNumOfSimulated_ValidTracks, fRunRange, LoadDriftTimeDistance(), ReserveVectors(), and SetEntriesPerEvent().
|
virtual |
Destructor.
Destructor to close and delete the ROOT file
Definition at line 121 of file QwTreeEventBuffer.cc.
References fCurrentEvent, and fOriginalEvent.
void QwTreeEventBuffer::AssignCrossSection | ( | ) |
Assign the correct cross section pointer.
Assign the correct cross section pointer based on the setting in the flag fUseCrossSection
Definition at line 275 of file QwTreeEventBuffer.cc.
References QwLog::endl(), fAvailableCrossSections, fCrossSection, fPrimary_CrossSection, fPrimary_CrossSectionBornInelastic, fPrimary_CrossSectionBornQE, fPrimary_CrossSectionBornTotal, fPrimary_CrossSectionRadDIS, fPrimary_CrossSectionRadDISIntOnly, fPrimary_CrossSectionRadElastic, fPrimary_CrossSectionRadElasticIntOnly, fPrimary_CrossSectionRadElasticPeak, fPrimary_CrossSectionRadQE, fPrimary_CrossSectionRadQEIntOnly, fPrimary_CrossSectionRadTotal, fPrimary_CrossSectionRadTotalIntOnly, fUseCrossSection, and QwMessage.
Referenced by ProcessOptions().
|
private |
Attache the branch vectors.
Attach the vectors of tree variables to the branches
Attach to the primary branches
Attach to the region 1 branches
Attach to the region 2 branches
Attach to the region 3 branches
Attach to the trigger scintillator branches
Attach to the cerenkov branches
Definition at line 3075 of file QwTreeEventBuffer.cc.
References fCerenkov_Detector_DetectorID, fCerenkov_Detector_HasBeenHit, fCerenkov_Detector_HitGlobalPositionX, fCerenkov_Detector_HitGlobalPositionY, fCerenkov_Detector_HitGlobalPositionZ, fCerenkov_Detector_HitLocalExitPositionX, fCerenkov_Detector_HitLocalExitPositionY, fCerenkov_Detector_HitLocalExitPositionZ, fCerenkov_Detector_HitLocalPositionX, fCerenkov_Detector_HitLocalPositionY, fCerenkov_Detector_HitLocalPositionZ, fCerenkov_Detector_NbOfHits, fCerenkov_PMT_PMTLeftNbOfPEs, fCerenkov_PMT_PMTRightNbOfPEs, fCerenkov_PMT_PMTTotalNbOfHits, fCerenkov_PMT_PMTTotalNbOfPEs, fPrimary_CrossSection, fPrimary_CrossSectionBornInelastic, fPrimary_CrossSectionBornQE, fPrimary_CrossSectionBornTotal, fPrimary_CrossSectionRadDIS, fPrimary_CrossSectionRadDISIntOnly, fPrimary_CrossSectionRadElastic, fPrimary_CrossSectionRadElasticIntOnly, fPrimary_CrossSectionRadElasticPeak, fPrimary_CrossSectionRadQE, fPrimary_CrossSectionRadQEIntOnly, fPrimary_CrossSectionRadTotal, fPrimary_CrossSectionRadTotalIntOnly, fPrimary_CrossSectionWeight, fPrimary_OriginVertexKineticEnergy, fPrimary_OriginVertexMomentumDirectionX, fPrimary_OriginVertexMomentumDirectionY, fPrimary_OriginVertexMomentumDirectionZ, fPrimary_OriginVertexPositionX, fPrimary_OriginVertexPositionY, fPrimary_OriginVertexPositionZ, fPrimary_OriginVertexThetaAngle, fPrimary_OriginVertexTotalEnergy, fPrimary_PreScatteringKineticEnergy, fPrimary_PrimaryQ2, fRegion1_ChamberBack_WirePlane_NbOfHits, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumX, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumY, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumZ, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionX, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionY, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionZ, fRegion1_ChamberBack_WirePlane_PlaneHasBeenHit, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumX, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumY, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumZ, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionX, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionY, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionZ, fRegion1_ChamberFront_WirePlane_NbOfHits, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumX, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumY, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumZ, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionX, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionY, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionZ, fRegion1_ChamberFront_WirePlane_PlaneHasBeenHit, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumX, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumY, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumZ, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionX, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionY, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane1_NbOfHits, fRegion2_ChamberBack_WirePlane1_PackageID, fRegion2_ChamberBack_WirePlane1_ParticleType, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane1_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane2_NbOfHits, fRegion2_ChamberBack_WirePlane2_PackageID, fRegion2_ChamberBack_WirePlane2_ParticleType, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane2_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane3_NbOfHits, fRegion2_ChamberBack_WirePlane3_PackageID, fRegion2_ChamberBack_WirePlane3_ParticleType, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane3_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane4_NbOfHits, fRegion2_ChamberBack_WirePlane4_PackageID, fRegion2_ChamberBack_WirePlane4_ParticleType, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane4_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane5_NbOfHits, fRegion2_ChamberBack_WirePlane5_PackageID, fRegion2_ChamberBack_WirePlane5_ParticleType, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane5_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane6_NbOfHits, fRegion2_ChamberBack_WirePlane6_PackageID, fRegion2_ChamberBack_WirePlane6_ParticleType, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane6_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane1_NbOfHits, fRegion2_ChamberFront_WirePlane1_PackageID, fRegion2_ChamberFront_WirePlane1_ParticleType, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane1_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane2_NbOfHits, fRegion2_ChamberFront_WirePlane2_PackageID, fRegion2_ChamberFront_WirePlane2_ParticleType, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane2_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane3_NbOfHits, fRegion2_ChamberFront_WirePlane3_PackageID, fRegion2_ChamberFront_WirePlane3_ParticleType, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane3_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane4_NbOfHits, fRegion2_ChamberFront_WirePlane4_PackageID, fRegion2_ChamberFront_WirePlane4_ParticleType, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane4_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane5_NbOfHits, fRegion2_ChamberFront_WirePlane5_PackageID, fRegion2_ChamberFront_WirePlane5_ParticleType, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane5_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane6_NbOfHits, fRegion2_ChamberFront_WirePlane6_PackageID, fRegion2_ChamberFront_WirePlane6_ParticleType, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane6_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionZ, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneU_GlobalPositionX, fRegion3_ChamberBack_WirePlaneU_GlobalPositionY, fRegion3_ChamberBack_WirePlaneU_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneU_HasBeenHit, fRegion3_ChamberBack_WirePlaneU_LocalMomentumX, fRegion3_ChamberBack_WirePlaneU_LocalMomentumY, fRegion3_ChamberBack_WirePlaneU_LocalMomentumZ, fRegion3_ChamberBack_WirePlaneU_LocalPositionX, fRegion3_ChamberBack_WirePlaneU_LocalPositionY, fRegion3_ChamberBack_WirePlaneU_LocalPositionZ, fRegion3_ChamberBack_WirePlaneU_NbOfHits, fRegion3_ChamberBack_WirePlaneU_PackageID, fRegion3_ChamberBack_WirePlaneU_ParticleType, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneV_GlobalPositionX, fRegion3_ChamberBack_WirePlaneV_GlobalPositionY, fRegion3_ChamberBack_WirePlaneV_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneV_HasBeenHit, fRegion3_ChamberBack_WirePlaneV_LocalMomentumX, fRegion3_ChamberBack_WirePlaneV_LocalMomentumY, fRegion3_ChamberBack_WirePlaneV_LocalMomentumZ, fRegion3_ChamberBack_WirePlaneV_LocalPositionX, fRegion3_ChamberBack_WirePlaneV_LocalPositionY, fRegion3_ChamberBack_WirePlaneV_LocalPositionZ, fRegion3_ChamberBack_WirePlaneV_NbOfHits, fRegion3_ChamberBack_WirePlaneV_PackageID, fRegion3_ChamberBack_WirePlaneV_ParticleType, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneU_GlobalPositionX, fRegion3_ChamberFront_WirePlaneU_GlobalPositionY, fRegion3_ChamberFront_WirePlaneU_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneU_HasBeenHit, fRegion3_ChamberFront_WirePlaneU_LocalMomentumX, fRegion3_ChamberFront_WirePlaneU_LocalMomentumY, fRegion3_ChamberFront_WirePlaneU_LocalMomentumZ, fRegion3_ChamberFront_WirePlaneU_LocalPositionX, fRegion3_ChamberFront_WirePlaneU_LocalPositionY, fRegion3_ChamberFront_WirePlaneU_LocalPositionZ, fRegion3_ChamberFront_WirePlaneU_NbOfHits, fRegion3_ChamberFront_WirePlaneU_PackageID, fRegion3_ChamberFront_WirePlaneU_ParticleType, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneV_GlobalPositionX, fRegion3_ChamberFront_WirePlaneV_GlobalPositionY, fRegion3_ChamberFront_WirePlaneV_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneV_HasBeenHit, fRegion3_ChamberFront_WirePlaneV_LocalMomentumX, fRegion3_ChamberFront_WirePlaneV_LocalMomentumY, fRegion3_ChamberFront_WirePlaneV_LocalMomentumZ, fRegion3_ChamberFront_WirePlaneV_LocalPositionX, fRegion3_ChamberFront_WirePlaneV_LocalPositionY, fRegion3_ChamberFront_WirePlaneV_LocalPositionZ, fRegion3_ChamberFront_WirePlaneV_NbOfHits, fRegion3_ChamberFront_WirePlaneV_PackageID, fRegion3_ChamberFront_WirePlaneV_ParticleType, fTree, fTriggerScintillator_Detector_HasBeenHit, fTriggerScintillator_Detector_HitGlobalPositionX, fTriggerScintillator_Detector_HitGlobalPositionY, fTriggerScintillator_Detector_HitGlobalPositionZ, fTriggerScintillator_Detector_HitLocalExitPositionX, fTriggerScintillator_Detector_HitLocalExitPositionY, fTriggerScintillator_Detector_HitLocalExitPositionZ, fTriggerScintillator_Detector_HitLocalPositionX, fTriggerScintillator_Detector_HitLocalPositionY, fTriggerScintillator_Detector_HitLocalPositionZ, fTriggerScintillator_Detector_NbOfHits, and fTriggerScintillator_Detector_ParticleType.
Referenced by OpenFile().
|
private |
Clear the branch vectors.
Clear the vectors of tree variables
Definition at line 2725 of file QwTreeEventBuffer.cc.
References fCerenkov_Detector_DetectorID, fCerenkov_Detector_HasBeenHit, fCerenkov_Detector_HitGlobalPositionX, fCerenkov_Detector_HitGlobalPositionY, fCerenkov_Detector_HitGlobalPositionZ, fCerenkov_Detector_HitLocalExitPositionX, fCerenkov_Detector_HitLocalExitPositionY, fCerenkov_Detector_HitLocalExitPositionZ, fCerenkov_Detector_HitLocalPositionX, fCerenkov_Detector_HitLocalPositionY, fCerenkov_Detector_HitLocalPositionZ, fCerenkov_Detector_NbOfHits, fCerenkov_PMT_PMTLeftNbOfPEs, fCerenkov_PMT_PMTRightNbOfPEs, fCerenkov_PMT_PMTTotalNbOfHits, fCerenkov_PMT_PMTTotalNbOfPEs, fRegion1_ChamberBack_WirePlane_NbOfHits, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumX, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumY, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumZ, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionX, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionY, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionZ, fRegion1_ChamberBack_WirePlane_PlaneHasBeenHit, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumX, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumY, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumZ, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionX, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionY, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionZ, fRegion1_ChamberFront_WirePlane_NbOfHits, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumX, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumY, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumZ, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionX, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionY, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionZ, fRegion1_ChamberFront_WirePlane_PlaneHasBeenHit, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumX, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumY, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumZ, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionX, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionY, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane1_NbOfHits, fRegion2_ChamberBack_WirePlane1_PackageID, fRegion2_ChamberBack_WirePlane1_ParticleType, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane1_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane2_NbOfHits, fRegion2_ChamberBack_WirePlane2_PackageID, fRegion2_ChamberBack_WirePlane2_ParticleType, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane2_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane3_NbOfHits, fRegion2_ChamberBack_WirePlane3_PackageID, fRegion2_ChamberBack_WirePlane3_ParticleType, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane3_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane4_NbOfHits, fRegion2_ChamberBack_WirePlane4_PackageID, fRegion2_ChamberBack_WirePlane4_ParticleType, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane4_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane5_NbOfHits, fRegion2_ChamberBack_WirePlane5_PackageID, fRegion2_ChamberBack_WirePlane5_ParticleType, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane5_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane6_NbOfHits, fRegion2_ChamberBack_WirePlane6_PackageID, fRegion2_ChamberBack_WirePlane6_ParticleType, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane6_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane1_NbOfHits, fRegion2_ChamberFront_WirePlane1_PackageID, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane1_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane2_NbOfHits, fRegion2_ChamberFront_WirePlane2_PackageID, fRegion2_ChamberFront_WirePlane2_ParticleType, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane2_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane3_NbOfHits, fRegion2_ChamberFront_WirePlane3_PackageID, fRegion2_ChamberFront_WirePlane3_ParticleType, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane3_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane4_NbOfHits, fRegion2_ChamberFront_WirePlane4_PackageID, fRegion2_ChamberFront_WirePlane4_ParticleType, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane4_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane5_NbOfHits, fRegion2_ChamberFront_WirePlane5_PackageID, fRegion2_ChamberFront_WirePlane5_ParticleType, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane5_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane6_NbOfHits, fRegion2_ChamberFront_WirePlane6_PackageID, fRegion2_ChamberFront_WirePlane6_ParticleType, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane6_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionZ, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneU_GlobalPositionX, fRegion3_ChamberBack_WirePlaneU_GlobalPositionY, fRegion3_ChamberBack_WirePlaneU_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneU_HasBeenHit, fRegion3_ChamberBack_WirePlaneU_LocalMomentumX, fRegion3_ChamberBack_WirePlaneU_LocalMomentumY, fRegion3_ChamberBack_WirePlaneU_LocalMomentumZ, fRegion3_ChamberBack_WirePlaneU_LocalPositionX, fRegion3_ChamberBack_WirePlaneU_LocalPositionY, fRegion3_ChamberBack_WirePlaneU_LocalPositionZ, fRegion3_ChamberBack_WirePlaneU_NbOfHits, fRegion3_ChamberBack_WirePlaneU_PackageID, fRegion3_ChamberBack_WirePlaneU_ParticleType, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneV_GlobalPositionX, fRegion3_ChamberBack_WirePlaneV_GlobalPositionY, fRegion3_ChamberBack_WirePlaneV_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneV_HasBeenHit, fRegion3_ChamberBack_WirePlaneV_LocalMomentumX, fRegion3_ChamberBack_WirePlaneV_LocalMomentumY, fRegion3_ChamberBack_WirePlaneV_LocalMomentumZ, fRegion3_ChamberBack_WirePlaneV_LocalPositionX, fRegion3_ChamberBack_WirePlaneV_LocalPositionY, fRegion3_ChamberBack_WirePlaneV_LocalPositionZ, fRegion3_ChamberBack_WirePlaneV_NbOfHits, fRegion3_ChamberBack_WirePlaneV_PackageID, fRegion3_ChamberBack_WirePlaneV_ParticleType, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneU_GlobalPositionX, fRegion3_ChamberFront_WirePlaneU_GlobalPositionY, fRegion3_ChamberFront_WirePlaneU_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneU_HasBeenHit, fRegion3_ChamberFront_WirePlaneU_LocalMomentumX, fRegion3_ChamberFront_WirePlaneU_LocalMomentumY, fRegion3_ChamberFront_WirePlaneU_LocalMomentumZ, fRegion3_ChamberFront_WirePlaneU_LocalPositionX, fRegion3_ChamberFront_WirePlaneU_LocalPositionY, fRegion3_ChamberFront_WirePlaneU_LocalPositionZ, fRegion3_ChamberFront_WirePlaneU_NbOfHits, fRegion3_ChamberFront_WirePlaneU_PackageID, fRegion3_ChamberFront_WirePlaneU_ParticleType, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneV_GlobalPositionX, fRegion3_ChamberFront_WirePlaneV_GlobalPositionY, fRegion3_ChamberFront_WirePlaneV_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneV_HasBeenHit, fRegion3_ChamberFront_WirePlaneV_LocalMomentumX, fRegion3_ChamberFront_WirePlaneV_LocalMomentumY, fRegion3_ChamberFront_WirePlaneV_LocalMomentumZ, fRegion3_ChamberFront_WirePlaneV_LocalPositionX, fRegion3_ChamberFront_WirePlaneV_LocalPositionY, fRegion3_ChamberFront_WirePlaneV_LocalPositionZ, fRegion3_ChamberFront_WirePlaneV_NbOfHits, fRegion3_ChamberFront_WirePlaneV_PackageID, fRegion3_ChamberFront_WirePlaneV_ParticleType, fTriggerScintillator_Detector_HasBeenHit, fTriggerScintillator_Detector_HitGlobalPositionX, fTriggerScintillator_Detector_HitGlobalPositionY, fTriggerScintillator_Detector_HitGlobalPositionZ, fTriggerScintillator_Detector_HitLocalExitPositionX, fTriggerScintillator_Detector_HitLocalExitPositionY, fTriggerScintillator_Detector_HitLocalExitPositionZ, fTriggerScintillator_Detector_HitLocalPositionX, fTriggerScintillator_Detector_HitLocalPositionY, fTriggerScintillator_Detector_HitLocalPositionZ, fTriggerScintillator_Detector_NbOfHits, and fTriggerScintillator_Detector_ParticleType.
Referenced by QwTreeEventBuffer().
unsigned int QwTreeEventBuffer::CloseFile | ( | ) |
Close the event file.
Close the event stream
Definition at line 251 of file QwTreeEventBuffer.cc.
References fFile.
Referenced by main().
|
private |
Create a pair of hits for one track in the cerenkov or trigger scintillator.
Cerenkov and trigger scintillator hit position determination
detectorinfo | Detector information |
x_local | X coordinate of the track in the wire plane |
y_local | Y coordinate of the track in the wire plane |
Definition at line 2351 of file QwTreeEventBuffer.cc.
References QwDetectorInfo::GetActiveWidthX(), QwDetectorInfo::GetDirection(), QwDetectorInfo::GetOctant(), QwDetectorInfo::GetPlane(), QwDetectorInfo::GetRegion(), and QwDetectorInfo::GetXPosition().
Referenced by CreateHitList().
QwHitContainer * QwTreeEventBuffer::CreateHitList | ( | const bool | resolution_effects | ) | const |
Create the hit list for this entry.
Get the hit list
resolution_effects | Flag to enable resolution effects (default is true) |
Definition at line 857 of file QwTreeEventBuffer.cc.
References QwHitContainer::Append(), CreateHitCerenkov(), CreateHitRegion1(), CreateHitRegion2(), CreateHitRegion3(), drop_off_R2_plane10_hits, QwLog::endl(), fCerenkov_Detector_DetectorID, fCerenkov_Detector_HitLocalPositionX, fCerenkov_Detector_HitLocalPositionY, fCerenkov_Detector_NbOfHits, fCerenkov_HasBeenHit, fCerenkov_Light, fDetectorInfo, fEnableR2Hits, fEnableR3Hits, fReconstructAllEvents, fRegion1_ChamberBack_WirePlane_NbOfHits, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionX, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionY, fRegion1_ChamberFront_WirePlane_NbOfHits, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionX, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane1_NbOfHits, fRegion2_ChamberBack_WirePlane1_PackageID, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane2_NbOfHits, fRegion2_ChamberBack_WirePlane2_PackageID, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane3_NbOfHits, fRegion2_ChamberBack_WirePlane3_PackageID, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane4_NbOfHits, fRegion2_ChamberBack_WirePlane4_PackageID, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane5_NbOfHits, fRegion2_ChamberBack_WirePlane5_PackageID, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane6_NbOfHits, fRegion2_ChamberBack_WirePlane6_PackageID, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane1_NbOfHits, fRegion2_ChamberFront_WirePlane1_PackageID, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane2_NbOfHits, fRegion2_ChamberFront_WirePlane2_PackageID, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane3_NbOfHits, fRegion2_ChamberFront_WirePlane3_PackageID, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane4_NbOfHits, fRegion2_ChamberFront_WirePlane4_PackageID, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane5_NbOfHits, fRegion2_ChamberFront_WirePlane5_PackageID, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane6_NbOfHits, fRegion2_ChamberFront_WirePlane6_PackageID, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionY, fRegion2_HasBeenHit, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneU_GlobalPositionX, fRegion3_ChamberBack_WirePlaneU_GlobalPositionY, fRegion3_ChamberBack_WirePlaneU_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneU_NbOfHits, fRegion3_ChamberBack_WirePlaneU_PackageID, fRegion3_ChamberBack_WirePlaneU_ParticleType, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneV_GlobalPositionX, fRegion3_ChamberBack_WirePlaneV_GlobalPositionY, fRegion3_ChamberBack_WirePlaneV_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneV_NbOfHits, fRegion3_ChamberBack_WirePlaneV_PackageID, fRegion3_ChamberBack_WirePlaneV_ParticleType, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneU_GlobalPositionX, fRegion3_ChamberFront_WirePlaneU_GlobalPositionY, fRegion3_ChamberFront_WirePlaneU_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneU_NbOfHits, fRegion3_ChamberFront_WirePlaneU_PackageID, fRegion3_ChamberFront_WirePlaneU_ParticleType, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneV_GlobalPositionX, fRegion3_ChamberFront_WirePlaneV_GlobalPositionY, fRegion3_ChamberFront_WirePlaneV_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneV_NbOfHits, fRegion3_ChamberFront_WirePlaneV_PackageID, fRegion3_ChamberFront_WirePlaneV_ParticleType, fRegion3_HasBeenHit, fTriggerScintillator_Detector_HitLocalPositionX, fTriggerScintillator_Detector_HitLocalPositionY, fTriggerScintillator_Detector_NbOfHits, fTriggerScintillator_HasBeenHit, QwDetectorInfo::GetDetectorPitchCos(), QwDetectorInfo::GetDetectorPitchSin(), QwDetectorInfo::GetOctant(), QwDetectorInfo::GetXPosition(), QwDetectorInfo::GetYPosition(), QwDetectorInfo::GetZPosition(), QwGeometry::in(), is_R2WirePlane10_OK, kPackage1, kRegionID1, kRegionID2, kRegionID3, kRegionIDCer, kRegionIDTrig, pxGlobalToLocal(), pyGlobalToLocal(), QwDebug, QwError, QwVerbose, QwHit::SetHitNumber(), VECTOR_SIZE, xGlobalToLocal(), and yGlobalToLocal().
Referenced by GetSpecificEvent().
|
private |
Create a set of hits for one track in region 1.
Region 1 hit position determination
In region 1 we have the simulated position at the GEM plane in x and y coordinates. We simply transfer the x and y into r and phi, which are then transformed in the particular r and phi strips that are hit. The track resolutions in r and phi are used to determine the number of r and phi strips that are activated.
detectorinfo | Detector information |
x_local | X coordinate of the track in the wire plane |
y_local | Y coordinate of the track in the wire plane |
resolution_effects | Flag to enable resolution smearing |
Definition at line 1971 of file QwTreeEventBuffer.cc.
References QwLog::endl(), QwDetectorInfo::GetDirection(), QwDetectorInfo::GetElementOffset(), QwDetectorInfo::GetElementSpacing(), QwDetectorInfo::GetNumberOfElements(), QwDetectorInfo::GetOctant(), QwDetectorInfo::GetPlane(), QwDetectorInfo::GetRegion(), QwDetectorInfo::GetXPosition(), QwDetectorInfo::GetYPosition(), kDirectionR, kDirectionY, QwError, and VQwTrackingElement::SetDetectorInfo().
Referenced by CreateHitList().
|
private |
Create a hit for one track in region 2.
Region 2 wire position determination
In region 2 we have the simulated position at the HDC plane in x and y coordinates. We simply find the wire closest to the position of the hit after appropriately transforming x and y in u and v. The distance in the plane between the wire and the tracks is the drift distance. No hits are discarded based on drift distance.
For some reason we get hits in negative wires (e.g. -1, -2) which probably indicates a mismatch in the active volumes of the detector between the Monte Carlo simulation and tracking codes. For now there is no problem yet that has led us to fix this.
detectorinfo | Detector information |
x | X coordinate of the track in the wire plane |
y | Y coordinate of the track in the wire plane |
resolution_effects | Flag to enable resolution smearing |
Definition at line 2055 of file QwTreeEventBuffer.cc.
References drop_off_R2_hits, QwLog::endl(), fNormalDistribution, fRandomnessGenerator, QwDetectorInfo::GetDirection(), QwDetectorInfo::GetElementAngle(), QwDetectorInfo::GetElementEfficiency(), QwDetectorInfo::GetElementOffset(), QwDetectorInfo::GetElementSpacing(), QwDetectorInfo::GetNumberOfElements(), QwDetectorInfo::GetOctant(), QwDetectorInfo::GetPlane(), GetR2DriftDistanceFromTime(), GetR2DriftTimeFromDistance(), QwDetectorInfo::GetRegion(), QwDetectorInfo::GetSpatialResolution(), is_Plane10_Wire18_OK, kDirectionU, kDirectionV, kDirectionX, missing_drift_time, num_of_dead_R2_wire, Qw::pi, QwError, Uv2xy::xy2u(), and Uv2xy::xy2v().
Referenced by CreateHitList().
|
private |
Create a set of hits for one track in region 3.
Region 3 wire position determination
In region 3 we have the simulated position and momentum at the VDC plane, but we want to construct the wires that are hit and the distance from those wires to the track. To first approximation the drift distance can be taken transverse to the plane. We calculate the position where the track enters the VDC and the position where it exits the VDC. For each position we determine the wire that was hit. The drift distance goes linearly from abs(+D/2) to abs(-D/2). If the drift distance is above a fraction 1/3 of the thickness the hit is discarded, otherwise we have too many hits compared with the data...
detectorinfo | Detector information |
x | X coordinate of the track in the wire plane |
y | Y coordinate of the track in the wire plane |
mx | X slope of the track through the wire plane |
my | Y slope of the track through the wire plane |
resolution_effects | Flag to enable resolution smearing |
Definition at line 2199 of file QwTreeEventBuffer.cc.
References drop_off_R3_hits, QwLog::endl(), fNormalDistribution, fRandomnessGenerator, QwDetectorInfo::GetActiveWidthZ(), QwDetectorInfo::GetDirection(), QwDetectorInfo::GetElementAngle(), QwDetectorInfo::GetElementEfficiency(), QwDetectorInfo::GetElementOffset(), QwDetectorInfo::GetElementSpacing(), QwDetectorInfo::GetNumberOfElements(), QwDetectorInfo::GetOctant(), QwDetectorInfo::GetPlane(), QwDetectorInfo::GetRegion(), QwDetectorInfo::GetSpatialResolution(), kDirectionU, kDirectionV, Qw::pi, QwError, VQwTrackingElement::SetDetectorInfo(), QwHit::SetDriftDistance(), Uv2xy::xy2u(), and Uv2xy::xy2v().
Referenced by CreateHitList().
std::vector< boost::shared_ptr< QwPartialTrack > > QwTreeEventBuffer::CreatePartialTracks | ( | EQwRegionID | region | ) | const |
Get the partial tracks.
Get the partial tracks
region | Region of the partial track |
Definition at line 788 of file QwTreeEventBuffer.cc.
References Qw::cm, QwLog::endl(), kRegionID1, kRegionID2, kRegionID3, Qw::MeV, QwError, REGION1_DETECTOR, REGION2_DETECTOR, REGION3_DETECTOR, and VQwTrackingElement::SetRegion().
Referenced by GetSpecificEvent(), and main().
std::vector< boost::shared_ptr< QwTreeLine > > QwTreeEventBuffer::CreateTreeLines | ( | EQwRegionID | region | ) | const |
Get the tree lines.
Get the tree lines
region | Region of the tree lines |
Definition at line 772 of file QwTreeEventBuffer.cc.
Referenced by GetSpecificEvent().
|
static |
Define command line and config file options.
Define the command line and config file options
options | Options object |
Definition at line 140 of file QwTreeEventBuffer.cc.
References QwOptions::AddOptions(), and default_bool_value.
Referenced by DefineOptionsTracking().
Float_t QwTreeEventBuffer::GetCrossSection | ( | ) |
Return the dereferenced cross section pointer.
Return the dereferenced cross section pointer
Definition at line 328 of file QwTreeEventBuffer.cc.
References fCrossSection, and fPrimary_CrossSection.
Referenced by GetSpecificEvent().
|
inline |
Get the current event.
Definition at line 109 of file QwTreeEventBuffer.h.
References fCurrentEvent.
Referenced by main().
|
inline |
Get the number of entries per event.
Definition at line 76 of file QwTreeEventBuffer.h.
References fNumberOfEntriesPerEvent.
|
private |
Read the specified entry from the tree.
Read the specified entry from the tree
entry | Entry to read from ROOT tree |
Definition at line 491 of file QwTreeEventBuffer.cc.
References COINCIDENCE_LEVEL_OF_R3_CHARGED_HITS, QwLog::endl(), fCerenkov_Detector_HasBeenHit, fCerenkov_Detector_NbOfHits, fCerenkov_HasBeenHit, fCerenkov_Light, fCerenkov_PMT_PMTTotalNbOfHits, fCerenkov_PMT_PMTTotalNbOfPEs, fDetectorInfo, fNumOfSimulated_MD_Tracks, fNumOfSimulated_R2_PartialTracks, fNumOfSimulated_R2_R3_Tracks, fNumOfSimulated_R2_TS_MD_Tracks, fNumOfSimulated_R3_PartialTracks, fNumOfSimulated_R3_TS_MD_Tracks, fNumOfSimulated_TS_MD_Tracks, fNumOfSimulated_TS_Tracks, fNumOfSimulated_ValidTracks, fRegion1_ChamberBack_WirePlane_NbOfHits, fRegion1_ChamberBack_WirePlane_PlaneHasBeenHit, fRegion1_ChamberFront_WirePlane_NbOfHits, fRegion1_ChamberFront_WirePlane_PlaneHasBeenHit, fRegion1_HasBeenHit, fRegion2_ChamberBack_WirePlane1_NbOfHits, fRegion2_ChamberBack_WirePlane1_ParticleType, fRegion2_ChamberBack_WirePlane1_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane2_NbOfHits, fRegion2_ChamberBack_WirePlane2_ParticleType, fRegion2_ChamberBack_WirePlane2_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane3_NbOfHits, fRegion2_ChamberBack_WirePlane3_ParticleType, fRegion2_ChamberBack_WirePlane3_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane4_NbOfHits, fRegion2_ChamberBack_WirePlane4_ParticleType, fRegion2_ChamberBack_WirePlane4_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane5_NbOfHits, fRegion2_ChamberBack_WirePlane5_ParticleType, fRegion2_ChamberBack_WirePlane5_PlaneHasBeenHit, fRegion2_ChamberBack_WirePlane6_NbOfHits, fRegion2_ChamberBack_WirePlane6_ParticleType, fRegion2_ChamberBack_WirePlane6_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane1_NbOfHits, fRegion2_ChamberFront_WirePlane1_ParticleType, fRegion2_ChamberFront_WirePlane1_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane2_NbOfHits, fRegion2_ChamberFront_WirePlane2_ParticleType, fRegion2_ChamberFront_WirePlane2_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane3_NbOfHits, fRegion2_ChamberFront_WirePlane3_ParticleType, fRegion2_ChamberFront_WirePlane3_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane4_NbOfHits, fRegion2_ChamberFront_WirePlane4_ParticleType, fRegion2_ChamberFront_WirePlane4_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane5_NbOfHits, fRegion2_ChamberFront_WirePlane5_ParticleType, fRegion2_ChamberFront_WirePlane5_PlaneHasBeenHit, fRegion2_ChamberFront_WirePlane6_NbOfHits, fRegion2_ChamberFront_WirePlane6_ParticleType, fRegion2_ChamberFront_WirePlane6_PlaneHasBeenHit, fRegion2_HasBeenHit, fRegion3_ChamberBack_WirePlaneU_HasBeenHit, fRegion3_ChamberBack_WirePlaneU_LocalPositionX, fRegion3_ChamberBack_WirePlaneU_LocalPositionY, fRegion3_ChamberBack_WirePlaneU_NbOfHits, fRegion3_ChamberBack_WirePlaneU_ParticleType, fRegion3_ChamberBack_WirePlaneV_HasBeenHit, fRegion3_ChamberBack_WirePlaneV_LocalPositionX, fRegion3_ChamberBack_WirePlaneV_LocalPositionY, fRegion3_ChamberBack_WirePlaneV_NbOfHits, fRegion3_ChamberBack_WirePlaneV_ParticleType, fRegion3_ChamberFront_WirePlaneU_HasBeenHit, fRegion3_ChamberFront_WirePlaneU_LocalPositionX, fRegion3_ChamberFront_WirePlaneU_LocalPositionY, fRegion3_ChamberFront_WirePlaneU_NbOfHits, fRegion3_ChamberFront_WirePlaneU_ParticleType, fRegion3_ChamberFront_WirePlaneV_HasBeenHit, fRegion3_ChamberFront_WirePlaneV_LocalPositionX, fRegion3_ChamberFront_WirePlaneV_LocalPositionY, fRegion3_ChamberFront_WirePlaneV_NbOfHits, fRegion3_ChamberFront_WirePlaneV_ParticleType, fRegion3_HasBeenHit, fTree, fTriggerScintillator_Detector_HasBeenHit, fTriggerScintillator_Detector_NbOfHits, fTriggerScintillator_Detector_ParticleType, fTriggerScintillator_HasBeenHit, QwDetectorInfo::GetActiveWidthX(), QwDetectorInfo::GetActiveWidthY(), QwGeometry::in(), kPackage1, kRegionID3, QwDebug, QwVerbose, and VECTOR_SIZE.
Referenced by GetSpecificEvent().
|
inline |
Get the current event number.
Definition at line 83 of file QwTreeEventBuffer.h.
References fCurrentEventNumber.
Referenced by main().
QwHitContainer * QwTreeEventBuffer::GetHitContainer | ( | ) | const |
Get the hit list.
Get the hit container
Definition at line 761 of file QwTreeEventBuffer.cc.
References fCurrentEvent, and QwEvent::GetHitContainer().
Referenced by QwEventDisplay::DrawEvent().
unsigned int QwTreeEventBuffer::GetNextEvent | ( | ) |
Read the next event.
Read the next event
Definition at line 338 of file QwTreeEventBuffer.cc.
References QwLog::endl(), fCurrentEventNumber, fEventRange, GetSpecificEvent(), QwMessage, and QwVerbose.
Referenced by main().
|
inlineprivate |
Get the number of entries in the loaded run.
Definition at line 183 of file QwTreeEventBuffer.h.
References fNumberOfEntries.
Referenced by GetSpecificEvent(), and OpenFile().
|
inline |
Get the number of events in the run.
Definition at line 78 of file QwTreeEventBuffer.h.
References fNumberOfEvents.
Referenced by GetSpecificEvent().
|
inline |
Get the original event.
Definition at line 112 of file QwTreeEventBuffer.h.
References fOriginalEvent.
Referenced by main().
|
private |
Definition at line 3906 of file QwTreeEventBuffer.cc.
References fDriftTimeDistance.
Referenced by CreateHitRegion2(), and GetR2DriftTimeFromDistance().
|
private |
Definition at line 3924 of file QwTreeEventBuffer.cc.
References GetR2DriftDistanceFromTime().
Referenced by CreateHitRegion2().
|
inline |
Get the current run label.
Definition at line 86 of file QwTreeEventBuffer.h.
References fCurrentRunNumber.
Referenced by main().
|
inline |
Get the current run number.
Definition at line 81 of file QwTreeEventBuffer.h.
References fCurrentRunNumber.
Referenced by main().
unsigned int QwTreeEventBuffer::GetSpecificEvent | ( | const int | eventnumber | ) |
Read the specified event.
Read the specified event
Create the event header with the run and event number
Create a new event
Definition at line 362 of file QwTreeEventBuffer.cc.
References QwEvent::AddHitContainer(), QwEvent::AddPartialTrack(), QwEvent::AddTreeLine(), CreateHitList(), CreatePartialTracks(), CreateTreeLines(), fCerenkov_PMT_PMTLeftNbOfPEs, fCerenkov_PMT_PMTRightNbOfPEs, fCerenkov_PMT_PMTTotalNbOfPEs, QwEvent::fCrossSection, fCurrentEntryNumber, fCurrentEvent, fCurrentEventNumber, fCurrentRunNumber, fEnableResolution, fEventRange, QwEvent::fKin, QwEvent::fMD_LeftNbOfPEs, QwEvent::fMD_RightNbOfPEs, QwEvent::fMD_TotalNbOfPEs, QwKinematics::fNu, fNumberOfEntries, fNumberOfEntriesPerEvent, fOriginalEvent, QwEvent::fOriginVertexEnergy, QwKinematics::fP0, QwKinematics::fPp, QwEvent::fPreScatteringEnergy, fPrimary_OriginVertexKineticEnergy, fPrimary_OriginVertexMomentumDirectionX, fPrimary_OriginVertexMomentumDirectionY, fPrimary_OriginVertexMomentumDirectionZ, fPrimary_OriginVertexPositionX, fPrimary_OriginVertexPositionY, fPrimary_OriginVertexPositionZ, fPrimary_OriginVertexThetaAngle, fPrimary_PreScatteringKineticEnergy, fPrimary_PrimaryQ2, QwEvent::fPrimaryQ2, QwKinematics::fQ2, QwEvent::fScatteringAngle, QwEvent::fScatteringVertexR, QwEvent::fScatteringVertexZ, QwEvent::fVertexMomentum, QwEvent::fVertexPosition, QwKinematics::fW2, QwKinematics::fX, QwKinematics::fY, GetCrossSection(), GetEntry(), GetNumberOfEntries(), GetNumberOfEvents(), Qw::GeV, Qw::GeV2, kRegionID2, kRegionID3, Qw::MeV, Qw::Mp, and QwEvent::SetEventHeader().
Referenced by QwEventDisplay::DrawEvent(), and GetNextEvent().
void QwTreeEventBuffer::ListCrossSections | ( | ) |
List the available cross sections.
List the available cross sections
Definition at line 264 of file QwTreeEventBuffer.cc.
References QwLog::endl(), fAvailableCrossSections, and QwOut.
Referenced by ProcessOptions().
|
private |
Get drift distance from drift time or vice versa.
Definition at line 3887 of file QwTreeEventBuffer.cc.
References fDriftTimeDistance, getenv_safe_string(), and Qw::in.
Referenced by QwTreeEventBuffer().
unsigned int QwTreeEventBuffer::OpenFile | ( | ) |
Open the event file.
Open the event stream
Definition at line 212 of file QwTreeEventBuffer.cc.
References AttachBranches(), QwLog::endl(), fCurrentEntryNumber, fCurrentEventNumber, fCurrentRunNumber, fFile, fTree, getenv_safe_TString(), GetNumberOfEntries(), QwError, QwVerbose, and SetNumberOfEntries().
Referenced by OpenNextFile().
unsigned int QwTreeEventBuffer::OpenNextFile | ( | ) |
Open the next event file.
Open the event stream
Definition at line 190 of file QwTreeEventBuffer.cc.
References fCurrentRunNumber, fRunRange, and OpenFile().
Referenced by main().
void QwTreeEventBuffer::PrintStatInfo | ( | int | r2good = 0 , |
int | r3good = 0 , |
||
int | ngoodtracks = 0 |
||
) |
Print statistical information.
Definition at line 3847 of file QwTreeEventBuffer.cc.
References QwLog::endl(), and QwMessage.
Referenced by main().
void QwTreeEventBuffer::ProcessOptions | ( | QwOptions & | options | ) |
Process command line and config file options.
Process the options contained in the QwOptions object
options | Options object |
Definition at line 166 of file QwTreeEventBuffer.cc.
References AssignCrossSection(), fEnableR2Hits, fEnableR3Hits, fEnableResolution, fEventRange, fListCrossSections, fReconstructAllEvents, fRunRange, fUseCrossSection, QwOptions::GetIntValuePair(), QwOptions::GetValue(), and ListCrossSections().
Referenced by main().
|
private |
Definition at line 3956 of file QwTreeEventBuffer.cc.
References Qw::deg.
Referenced by CreateHitList().
|
private |
Definition at line 3962 of file QwTreeEventBuffer.cc.
References Qw::deg.
Referenced by CreateHitList().
|
private |
Reserve space for the branch vectors.
Reserve space for the vectors of tree variables
Definition at line 2413 of file QwTreeEventBuffer.cc.
References fCerenkov_Detector_DetectorID, fCerenkov_Detector_HitGlobalPositionX, fCerenkov_Detector_HitGlobalPositionY, fCerenkov_Detector_HitGlobalPositionZ, fCerenkov_Detector_HitLocalExitPositionX, fCerenkov_Detector_HitLocalExitPositionY, fCerenkov_Detector_HitLocalExitPositionZ, fCerenkov_Detector_HitLocalPositionX, fCerenkov_Detector_HitLocalPositionY, fCerenkov_Detector_HitLocalPositionZ, fCerenkov_PMT_PMTLeftNbOfPEs, fCerenkov_PMT_PMTRightNbOfPEs, fCerenkov_PMT_PMTTotalNbOfHits, fCerenkov_PMT_PMTTotalNbOfPEs, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumX, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumY, fRegion1_ChamberBack_WirePlane_PlaneGlobalMomentumZ, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionX, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionY, fRegion1_ChamberBack_WirePlane_PlaneGlobalPositionZ, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumX, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumY, fRegion1_ChamberBack_WirePlane_PlaneLocalMomentumZ, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionX, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionY, fRegion1_ChamberBack_WirePlane_PlaneLocalPositionZ, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumX, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumY, fRegion1_ChamberFront_WirePlane_PlaneGlobalMomentumZ, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionX, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionY, fRegion1_ChamberFront_WirePlane_PlaneGlobalPositionZ, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumX, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumY, fRegion1_ChamberFront_WirePlane_PlaneLocalMomentumZ, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionX, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionY, fRegion1_ChamberFront_WirePlane_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane1_PackageID, fRegion2_ChamberBack_WirePlane1_ParticleType, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane1_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane1_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane1_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane1_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane2_PackageID, fRegion2_ChamberBack_WirePlane2_ParticleType, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane2_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane2_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane2_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane2_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane3_PackageID, fRegion2_ChamberBack_WirePlane3_ParticleType, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane3_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane3_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane3_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane3_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane4_PackageID, fRegion2_ChamberBack_WirePlane4_ParticleType, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane4_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane4_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane4_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane4_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane5_PackageID, fRegion2_ChamberBack_WirePlane5_ParticleType, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane5_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane5_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane5_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane5_PlaneLocalPositionZ, fRegion2_ChamberBack_WirePlane6_PackageID, fRegion2_ChamberBack_WirePlane6_ParticleType, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumY, fRegion2_ChamberBack_WirePlane6_PlaneGlobalMomentumZ, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberBack_WirePlane6_PlaneGlobalPositionZ, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumX, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumY, fRegion2_ChamberBack_WirePlane6_PlaneLocalMomentumZ, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionX, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionY, fRegion2_ChamberBack_WirePlane6_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane1_PackageID, fRegion2_ChamberFront_WirePlane1_ParticleType, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane1_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane1_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane1_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane1_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane2_PackageID, fRegion2_ChamberFront_WirePlane2_ParticleType, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane2_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane2_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane2_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane2_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane3_PackageID, fRegion2_ChamberFront_WirePlane3_ParticleType, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane3_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane3_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane3_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane3_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane4_PackageID, fRegion2_ChamberFront_WirePlane4_ParticleType, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane4_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane4_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane4_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane4_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane5_PackageID, fRegion2_ChamberFront_WirePlane5_ParticleType, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane5_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane5_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane5_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane5_PlaneLocalPositionZ, fRegion2_ChamberFront_WirePlane6_PackageID, fRegion2_ChamberFront_WirePlane6_ParticleType, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumY, fRegion2_ChamberFront_WirePlane6_PlaneGlobalMomentumZ, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionY, fRegion2_ChamberFront_WirePlane6_PlaneGlobalPositionZ, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumX, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumY, fRegion2_ChamberFront_WirePlane6_PlaneLocalMomentumZ, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionX, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionY, fRegion2_ChamberFront_WirePlane6_PlaneLocalPositionZ, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneU_GlobalPositionX, fRegion3_ChamberBack_WirePlaneU_GlobalPositionY, fRegion3_ChamberBack_WirePlaneU_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneU_LocalMomentumX, fRegion3_ChamberBack_WirePlaneU_LocalMomentumY, fRegion3_ChamberBack_WirePlaneU_LocalMomentumZ, fRegion3_ChamberBack_WirePlaneU_LocalPositionX, fRegion3_ChamberBack_WirePlaneU_LocalPositionY, fRegion3_ChamberBack_WirePlaneU_LocalPositionZ, fRegion3_ChamberBack_WirePlaneU_PackageID, fRegion3_ChamberBack_WirePlaneU_ParticleType, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumX, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumY, fRegion3_ChamberBack_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberBack_WirePlaneV_GlobalPositionX, fRegion3_ChamberBack_WirePlaneV_GlobalPositionY, fRegion3_ChamberBack_WirePlaneV_GlobalPositionZ, fRegion3_ChamberBack_WirePlaneV_LocalMomentumX, fRegion3_ChamberBack_WirePlaneV_LocalMomentumY, fRegion3_ChamberBack_WirePlaneV_LocalMomentumZ, fRegion3_ChamberBack_WirePlaneV_LocalPositionX, fRegion3_ChamberBack_WirePlaneV_LocalPositionY, fRegion3_ChamberBack_WirePlaneV_LocalPositionZ, fRegion3_ChamberBack_WirePlaneV_PackageID, fRegion3_ChamberBack_WirePlaneV_ParticleType, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneU_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneU_GlobalPositionX, fRegion3_ChamberFront_WirePlaneU_GlobalPositionY, fRegion3_ChamberFront_WirePlaneU_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneU_LocalMomentumX, fRegion3_ChamberFront_WirePlaneU_LocalMomentumY, fRegion3_ChamberFront_WirePlaneU_LocalMomentumZ, fRegion3_ChamberFront_WirePlaneU_LocalPositionX, fRegion3_ChamberFront_WirePlaneU_LocalPositionY, fRegion3_ChamberFront_WirePlaneU_LocalPositionZ, fRegion3_ChamberFront_WirePlaneU_PackageID, fRegion3_ChamberFront_WirePlaneU_ParticleType, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumX, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumY, fRegion3_ChamberFront_WirePlaneV_GlobalMomentumZ, fRegion3_ChamberFront_WirePlaneV_GlobalPositionX, fRegion3_ChamberFront_WirePlaneV_GlobalPositionY, fRegion3_ChamberFront_WirePlaneV_GlobalPositionZ, fRegion3_ChamberFront_WirePlaneV_LocalMomentumX, fRegion3_ChamberFront_WirePlaneV_LocalMomentumY, fRegion3_ChamberFront_WirePlaneV_LocalMomentumZ, fRegion3_ChamberFront_WirePlaneV_LocalPositionX, fRegion3_ChamberFront_WirePlaneV_LocalPositionY, fRegion3_ChamberFront_WirePlaneV_LocalPositionZ, fRegion3_ChamberFront_WirePlaneV_PackageID, fRegion3_ChamberFront_WirePlaneV_ParticleType, fTriggerScintillator_Detector_ParticleType, and VECTOR_SIZE.
Referenced by QwTreeEventBuffer().
|
inline |
Set the number of entries per event.
Definition at line 71 of file QwTreeEventBuffer.h.
References fNumberOfEntries, fNumberOfEntriesPerEvent, and fNumberOfEvents.
Referenced by main(), and QwTreeEventBuffer().
|
inlineprivate |
Get the number of entries in the loaded run.
Definition at line 178 of file QwTreeEventBuffer.h.
References fNumberOfEntries, fNumberOfEntriesPerEvent, and fNumberOfEvents.
Referenced by OpenFile().
|
private |
Get local coordinate from global coordinates and octant number.
Definition at line 3944 of file QwTreeEventBuffer.cc.
References Qw::deg.
Referenced by CreateHitList().
|
private |
Definition at line 3950 of file QwTreeEventBuffer.cc.
References Qw::deg.
Referenced by CreateHitList().
|
staticprivate |
Definition at line 144 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), ListCrossSections(), and QwTreeEventBuffer().
|
private |
Definition at line 626 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 623 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 638 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 639 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 640 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 635 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 636 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 637 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 632 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 633 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 634 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 624 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 621 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and GetEntry().
|
private |
Definition at line 622 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and GetEntry().
|
private |
Definition at line 629 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetSpecificEvent(), and ReserveVectors().
|
private |
Definition at line 630 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetSpecificEvent(), and ReserveVectors().
|
private |
Definition at line 627 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 628 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), GetSpecificEvent(), and ReserveVectors().
|
private |
Cross section flags.
Definition at line 141 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and GetCrossSection().
|
private |
Current entry number.
Definition at line 165 of file QwTreeEventBuffer.h.
Referenced by GetSpecificEvent(), and OpenFile().
|
private |
The event to be reconstructed.
Definition at line 190 of file QwTreeEventBuffer.h.
Referenced by GetCurrentEvent(), GetHitContainer(), GetSpecificEvent(), and ~QwTreeEventBuffer().
|
private |
Current event number.
Definition at line 166 of file QwTreeEventBuffer.h.
Referenced by GetEventNumber(), GetNextEvent(), GetSpecificEvent(), OpenFile(), and QwTreeEventBuffer().
|
private |
Current run number.
Definition at line 164 of file QwTreeEventBuffer.h.
Referenced by GetRunLabel(), GetRunNumber(), GetSpecificEvent(), OpenFile(), OpenNextFile(), and QwTreeEventBuffer().
|
private |
List of detector info objects (geometry information)
Definition at line 196 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and GetEntry().
|
private |
Definition at line 175 of file QwTreeEventBuffer.h.
Referenced by GetR2DriftDistanceFromTime(), and LoadDriftTimeDistance().
|
private |
Flags.
Definition at line 138 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), ProcessOptions(), and QwTreeEventBuffer().
|
private |
Definition at line 138 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), ProcessOptions(), and QwTreeEventBuffer().
|
private |
Definition at line 138 of file QwTreeEventBuffer.h.
Referenced by GetSpecificEvent(), ProcessOptions(), and QwTreeEventBuffer().
|
private |
Requested event range.
Definition at line 173 of file QwTreeEventBuffer.h.
Referenced by GetNextEvent(), GetSpecificEvent(), ProcessOptions(), and QwTreeEventBuffer().
|
private |
ROOT file.
Definition at line 161 of file QwTreeEventBuffer.h.
Referenced by CloseFile(), and OpenFile().
|
private |
Definition at line 142 of file QwTreeEventBuffer.h.
Referenced by ProcessOptions().
|
private |
Definition at line 159 of file QwTreeEventBuffer.h.
Referenced by CreateHitRegion2(), and CreateHitRegion3().
|
private |
Number of entries in the tree.
Definition at line 168 of file QwTreeEventBuffer.h.
Referenced by GetNumberOfEntries(), GetSpecificEvent(), QwTreeEventBuffer(), SetEntriesPerEvent(), and SetNumberOfEntries().
|
private |
Number of entries to combine for each event (stacking)
Definition at line 170 of file QwTreeEventBuffer.h.
Referenced by GetEntriesPerEvent(), GetSpecificEvent(), SetEntriesPerEvent(), and SetNumberOfEntries().
|
private |
Number of events in the tree (after combining entries)
Definition at line 169 of file QwTreeEventBuffer.h.
Referenced by GetNumberOfEvents(), QwTreeEventBuffer(), SetEntriesPerEvent(), and SetNumberOfEntries().
|
staticprivate |
Definition at line 154 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 148 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 152 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 149 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 151 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 150 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 155 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Definition at line 153 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
staticprivate |
Set track counters.
Definition at line 147 of file QwTreeEventBuffer.h.
Referenced by GetEntry(), and QwTreeEventBuffer().
|
private |
The original event from simulation.
Definition at line 193 of file QwTreeEventBuffer.h.
Referenced by GetOriginalEvent(), GetSpecificEvent(), and ~QwTreeEventBuffer().
|
private |
Definition at line 252 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), AttachBranches(), and GetCrossSection().
|
private |
Definition at line 255 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 256 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 254 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 260 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 264 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 258 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 262 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 265 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 259 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 263 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 257 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 261 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and AttachBranches().
|
private |
Definition at line 253 of file QwTreeEventBuffer.h.
Referenced by AttachBranches().
|
private |
Definition at line 274 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 275 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 276 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 277 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 267 of file QwTreeEventBuffer.h.
|
private |
Definition at line 270 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 271 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 272 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 266 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 273 of file QwTreeEventBuffer.h.
Referenced by AttachBranches().
|
private |
Definition at line 268 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 251 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and GetSpecificEvent().
|
private |
Definition at line 158 of file QwTreeEventBuffer.h.
Referenced by CreateHitRegion2(), and CreateHitRegion3().
|
private |
Definition at line 138 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and ProcessOptions().
|
private |
Definition at line 299 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 309 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 310 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 311 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 306 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 307 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 308 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 298 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 303 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 304 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 305 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 300 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 301 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 302 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 284 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 294 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 295 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 296 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 291 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 292 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 293 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 283 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 288 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 289 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 290 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 285 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 286 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 287 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 280 of file QwTreeEventBuffer.h.
Referenced by GetEntry().
|
private |
Definition at line 336 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 338 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 337 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 348 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 349 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 350 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 345 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 346 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 347 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 335 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 342 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 343 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 344 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 339 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 340 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 341 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 371 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 373 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 372 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 383 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 384 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 385 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 380 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 381 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 382 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 370 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 377 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 378 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 379 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 374 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 375 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 376 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 406 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 408 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 407 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 418 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 419 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 420 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 415 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 416 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 417 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 405 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 412 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 413 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 414 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 409 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 410 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 411 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 441 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 443 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 442 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 453 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 454 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 455 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 450 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 451 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 452 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 440 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 447 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 448 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 449 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 444 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 445 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 446 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 476 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 478 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 477 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 488 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 489 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 490 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 485 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 486 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 487 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 475 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 482 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 483 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 484 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 479 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 480 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 481 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 511 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 513 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 512 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 523 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 524 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 525 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 520 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 521 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 522 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 510 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 517 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 518 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 519 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 514 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 515 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 516 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 319 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 321 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 320 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 331 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 332 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 333 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 328 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 329 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 330 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 318 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 325 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 326 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 327 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 322 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 323 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 324 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 354 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 356 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 355 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 366 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 367 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 368 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 363 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 364 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 365 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 353 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 360 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 361 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 362 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 357 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 358 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 359 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 389 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 391 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 390 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 401 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 402 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 403 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 398 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 399 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 400 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 388 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 395 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 396 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 397 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 392 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 393 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 394 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 424 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 426 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 425 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 436 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 437 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 438 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 433 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 434 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 435 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 423 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 430 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 431 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 432 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 427 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 428 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 429 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 459 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 461 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 460 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 471 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 472 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 473 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 468 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 469 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 470 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 458 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 465 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 466 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 467 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 462 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 463 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 464 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 494 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 496 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 495 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 506 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 507 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 508 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 503 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 504 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 505 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 493 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 500 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 501 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 502 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 497 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 498 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 499 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 315 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and GetEntry().
|
private |
Definition at line 581 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 582 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 583 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 578 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 579 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 580 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 568 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 575 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 576 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 577 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 572 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 573 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 574 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 569 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 571 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 570 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 599 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 600 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 601 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 596 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 597 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 598 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 586 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 593 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 594 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 595 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 590 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 591 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 592 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 587 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 589 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 588 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 545 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 546 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 547 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 542 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 543 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 544 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 532 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 539 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 540 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 541 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 536 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 537 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 538 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 533 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 535 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 534 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 563 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 564 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 565 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 560 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 561 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 562 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 550 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 557 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 558 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 559 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 554 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 555 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 556 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and ReserveVectors().
|
private |
Definition at line 551 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 553 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and ReserveVectors().
|
private |
Definition at line 552 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 529 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and GetEntry().
|
private |
Requested run range.
Definition at line 172 of file QwTreeEventBuffer.h.
Referenced by OpenNextFile(), ProcessOptions(), and QwTreeEventBuffer().
|
private |
ROOT tree.
Definition at line 162 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), GetEntry(), and OpenFile().
|
private |
Definition at line 606 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and GetEntry().
|
private |
Definition at line 615 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 616 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 617 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 612 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 613 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 614 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 609 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and CreateHitList().
|
private |
Definition at line 610 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), and CreateHitList().
|
private |
Definition at line 611 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), and ClearVectors().
|
private |
Definition at line 607 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), CreateHitList(), and GetEntry().
|
private |
Definition at line 608 of file QwTreeEventBuffer.h.
Referenced by AttachBranches(), ClearVectors(), GetEntry(), and ReserveVectors().
|
private |
Definition at line 605 of file QwTreeEventBuffer.h.
Referenced by CreateHitList(), and GetEntry().
|
private |
Definition at line 143 of file QwTreeEventBuffer.h.
Referenced by AssignCrossSection(), and ProcessOptions().