SRTrack.h
Go to the documentation of this file.
1 #ifndef CAFSRTRACK_H
2 #define CAFSRTRACK_H
3 
5 
6 namespace caf
7 {
8  class SRTrack
9  {
10  public:
11  SRTrack();
12 
13  // track data
14  size_t id;
17  int startq;
18 
21  int endq;
22 
24 
26 
27  int mcidx; // Branch index (NOT the GEANT track ID) of MCParticle
28  float mcfrac; // that best matches & fraction of ionization therefrom
29  };
30 }
31 
32 #endif
A 3-vector with more efficient storage than TVector3.
Definition: SRVector3D.h:25
SRTrackTrajectory bak
Definition: SRTrack.h:25
int NTPCClustersOnTrack
Definition: SRTrack.h:23
SRVector3D startp
Definition: SRTrack.h:16
int startq
Definition: SRTrack.h:17
size_t id
Definition: SRTrack.h:14
float mcfrac
Definition: SRTrack.h:28
int mcidx
Definition: SRTrack.h:27
int endq
Definition: SRTrack.h:21
SRVector3D start
Track 3D start point.
Definition: SRTrack.h:18
SRTrackTrajectory fwd
Definition: SRTrack.h:25
SRVector3D end
Track 3D end point.
Definition: SRTrack.h:19
SRVector3D endp
Definition: SRTrack.h:20
Common Analysis Files.
Definition: SRGAr.h:13