18 #ifndef PNDLISTPROVIDER_H 19 #define PNDLISTPROVIDER_H 79 void SetType(std::string pdgType);
81 void SetGeneric(
bool isgeneric =
true) { fIsGeneric = isgeneric; }
82 void SetToDump(
bool todump =
true) { fToDump = todump; }
116 TParticlePDG *fParticlePDG;
117 std::vector<TParticlePDG *> fDaughterPDG;
119 std::vector<PndListProvider *> fDaughterPointers;
PndListProvider(std::string name, std::string pdgType="")
void SetType(std::string pdgType)
void SetGeneric(bool isgeneric=true)
void AddDecayProduct(std::string dname)
void SetToDump(bool todump=true)
void SetMassSelector(double mean, double width)
void AddDaughterPointer(PndListProvider *p)
std::string GetDecayProdName(int i)
int GetDaughterType(int i)
void SetCandList(RhoCandList &cl)
void AddDaughterType(std::string dtype)
std::vector< std::string > ArgVector
virtual ~PndListProvider()
void GetCandList(RhoCandList &tl)