1 #ifndef Analysis_Tools_GenParticle_h 2 #define Analysis_Tools_GenParticle_h 1 37 GenParticle(
const float &
pt,
const float &
eta,
const float &
phi,
const float &
e,
const float &
q);
43 void index(
const int &);
44 void mother(
const int &,
const int &);
45 void daughter(
const int &,
const int &);
51 int mother(
const int & n = 1);
75 if ( n < 1 || n > 2 ) { std::cout <<
"*w* GenParticle has two possible mothers" << std::endl;
return -1; }
80 if ( n < 1 || n > 2 ) { std::cout <<
"*w* GenParticle has two possible daughters" << std::endl;
return -1; }
91 if ( n < 1 || n > 2 ) { std::cout <<
"*w* GenParticle has two possible mothers" << std::endl; }
96 if ( n < 1 || n > 2 ) { std::cout <<
"*w* GenParticle has two possible daughters" << std::endl; }
103 #endif // Analysis_Tools_GenParticle_h
void daughter(const int &, const int &)
void mother(const int &, const int &)