All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KaonParent.h
Go to the documentation of this file.
1 #ifndef _KaonParent_HH_
2 #define _KaonParent_HH_
3 
4 #include "TLorentzVector.h"
5 #include "nusimdata/SimulationBase/MCFlux.h"
6 #include "TRotation.h"
7 
8 namespace evgen {
9 namespace ldm {
10 class KaonParent {
11 public:
12  TLorentzVector pos;
13  TLorentzVector mom;
14  int kaon_pdg;
15  double weight;
16  int mode;
17 
18  KaonParent() {} // Default initialize
19  KaonParent(const simb::MCFlux &flux);
20 };
21 
22 }
23 }
24 
25 #endif
TLorentzVector pos
Definition: KaonParent.h:12
TLorentzVector mom
Definition: KaonParent.h:13