Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnobj
sbnobj
Common
EventGen
MeVPrtl
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
evgen::ldm::KaonParent::KaonParent
KaonParent()
Definition:
KaonParent.h:18
evgen::ldm::KaonParent
Definition:
KaonParent.h:10
evgen::ldm::KaonParent::weight
double weight
Definition:
KaonParent.h:15
evgen::ldm::KaonParent::pos
TLorentzVector pos
Definition:
KaonParent.h:12
evgen::ldm::KaonParent::mom
TLorentzVector mom
Definition:
KaonParent.h:13
evgen::ldm::KaonParent::kaon_pdg
int kaon_pdg
Definition:
KaonParent.h:14
evgen::ldm::KaonParent::mode
int mode
Definition:
KaonParent.h:16
Generated by
1.8.5