SRECalCluster.h
Go to the documentation of this file.
1 #ifndef CAFSRECALCLUSTER_H
2 #define CAFSRECALCLUSTER_H
3 
4 #include "StandardRecord/SRVector3D.h"
5 
6 #include <vector>
7 
8 namespace caf
9 {
11  {
12  public:
13  SRECalCluster();
14 
15  size_t id;
16  unsigned int nhits;
17  float E;
18  float t;
20  float x, y, z;
21  float theta, phi;
22  float pid;
24  int mcidx; // Branch index (NOT the GEANT track ID) of MCPartice
25  float mcfrac; // that best matches & fraction of ionization therefrom
26  };
27 }
28 
29 #endif
A 3-vector with more efficient storage than TVector3.
Definition: SRVector3D.h:25
unsigned int nhits
Definition: SRECalCluster.h:16
SRVector3D mainAxis
Definition: SRECalCluster.h:23
Common Analysis Files.
Definition: SRGAr.h:13