Class TruthContainer¶
Defined in File TruthContainer.h
Inheritance Relationships¶
Base Type¶
public xAH::ParticleContainer< TruthPart, HelperClasses::TruthInfoSwitch >(Template Class ParticleContainer)
Class Documentation¶
-
class
TruthContainer: public xAH::ParticleContainer<TruthPart, HelperClasses::TruthInfoSwitch>¶ Public Functions
-
TruthContainer(const std::string &name = "truth", const std::string &detailStr = "", float units = 1e3)¶
-
~TruthContainer()¶
-
void
setTree(TTree *tree)¶
-
void
setBranches(TTree *tree)¶
-
void
clear()¶
-
void
FillTruth(const xAOD::TruthParticle *truth)¶
-
void
FillTruth(const xAOD::IParticle *particle)¶
Protected Functions
-
void
updateParticle(uint idx, TruthPart &truth)¶
-