1 #ifndef _BetaCollector_
2 #define _BetaCollector_
38 map<int ,map<int ,map<int ,map<int, double > > > >
fNbMother;
42 map<int ,map<int ,map<int ,map<int, double > > > >
fNbFP;
44 map<int ,map<int ,map<int ,map<int, double > > > >
fNbFPCumul;
map< int,map< int,map< int,map< int, double > > > > fNbMother
Number of Mothers of cut FP.
Definition: BetaCollector.hxx:38
Define Beta collector for anti-neutrinos studies.
Definition: BetaCollector.hxx:24
map< int,map< int,map< int,map< int, double > > > > fNbFPCumul
Cumulative Number of fission products.
Definition: BetaCollector.hxx:44
double fTime
Definition: BetaCollector.hxx:46
map< int,map< int,map< int,map< int, double > > > > fNbFP
Number of fission products.
Definition: BetaCollector.hxx:42
bool fDataIsCollected
Definition: BetaCollector.hxx:36
double GetTime()
Definition: BetaCollector.hxx:33
map< int,map< int,map< int,map< int, double > > > > fNbMotherCumul
Cumulative number of Mothers of cut FP.
Definition: BetaCollector.hxx:40