All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeVPrtlFlux.h
Go to the documentation of this file.
1 #ifndef _MeVPrtlFlux_HH_
2 #define _MeVPrtlFlux_HH_
3 
4 #include "TLorentzVector.h"
5 
6 namespace evgen {
7 namespace ldm {
8 class MeVPrtlFlux {
9 public:
10  TLorentzVector pos_beamcoord;
11  TLorentzVector pos;
12  TLorentzVector kmom_beamcoord;
13  TLorentzVector kmom;
14  TLorentzVector mom;
15  TLorentzVector mom_beamcoord;
16  TLorentzVector sec;
17  TLorentzVector sec_beamcoord;
18  double equiv_enu;
19  double C1;
20  double C2;
21  double C3;
22  double C4;
23  double C5;
24  double mass;
25  int kaon_pdg;
27  int generator;
28 
29 };
30 }
31 }
32 
33 #endif
TLorentzVector pos_beamcoord
Definition: MeVPrtlFlux.h:10
TLorentzVector sec_beamcoord
Definition: MeVPrtlFlux.h:17
TLorentzVector mom
Definition: MeVPrtlFlux.h:14
TLorentzVector mom_beamcoord
Definition: MeVPrtlFlux.h:15
TLorentzVector kmom
Definition: MeVPrtlFlux.h:13
TLorentzVector pos
Definition: MeVPrtlFlux.h:11
TLorentzVector kmom_beamcoord
Definition: MeVPrtlFlux.h:12
TLorentzVector sec
Definition: MeVPrtlFlux.h:16