1 #ifndef FastJetStability_StabilityUserInfo_h
2 #define FastJetStability_StabilityUserInfo_h
4 #include "JetStabilityDefs.h"
20 :m_pdgId(0),m_charge(0.) {}
29 :m_pdgId(info.
pdgId())
30 ,m_charge(info.
charge()){ }
38 inline int pdgId()
const {
return m_pdgId; }
41 inline double charge()
const {
return m_charge; }
StabilityUserInfo(const StabilityUserInfo &info)
copy constructor
int pdgId() const
return the pdgId of the particle
StabilityUserInfo()
default constructor
virtual ~StabilityUserInfo()
destructor
double charge() const
return the charge of the particle
StabilityUserInfo(int pdgId, double charge)
construct with pdgId as argument