SRGenieParticle.h
Go to the documentation of this file.
1 #ifndef CAFSRGENIEPARTICLE_H
2 #define CAFSRGENIEPARTICLE_H
3 
4 #include "StandardRecord/SRVector3D.h"
5 
6 #include <string>
7 
8 namespace caf
9 {
11  {
12  public:
14 
15  int intidx;
16  int idx;
17  int pdg;
18  int status;
19  int firstmom;
20  int lastmom;
22  int lastdaugh;
25  float E;
26  float mass;
27  };
28 }
29 
30 #endif
A 3-vector with more efficient storage than TVector3.
Definition: SRVector3D.h:25
std::string string
Definition: nybbler.cc:12
Common Analysis Files.
Definition: SRGAr.h:13