Class Reference for E1039 Core & Analysis Software
TreeData.h File Reference
#include <TObject.h>
#include <TLorentzVector.h>
+ Include dependency graph for TreeData.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MCEventData
 
class  EventData
 
class  DimuonData
 
class  TrackData
 
class  HitData
 
class  TrackletData
 

Typedefs

typedef std::vector< DimuonDataDimuonList
 
typedef std::vector< TrackDataTrackList
 
typedef std::vector< HitDataHitList
 
typedef std::vector< TrackletDataTrackletList
 

Typedef Documentation

◆ DimuonList

typedef std::vector<DimuonData> DimuonList

Definition at line 106 of file TreeData.h.

◆ HitList

typedef std::vector<HitData> HitList

Definition at line 108 of file TreeData.h.

◆ TrackletList

typedef std::vector<TrackletData> TrackletList

Definition at line 109 of file TreeData.h.

◆ TrackList

typedef std::vector<TrackData> TrackList

Definition at line 107 of file TreeData.h.