Class JetContainer¶
Defined in File JetContainer.h
Inheritance Relationships¶
Base Type¶
public xAH::ParticleContainer< Jet, HelperClasses::JetInfoSwitch >(Template Class ParticleContainer)
Class Documentation¶
-
class
JetContainer: public xAH::ParticleContainer<Jet, HelperClasses::JetInfoSwitch>¶ Public Functions
-
JetContainer(const std::string &name = "jet", const std::string &detailStr = "", float units = 1e3, bool mc = false)¶
-
~JetContainer()¶
-
void
setTree(TTree *tree)¶
-
void
setBranches(TTree *tree)¶
-
void
clear()¶
-
void
FillJet(const xAOD::Jet *jet, const xAOD::Vertex *pv, int pvLocation)¶
-
void
FillJet(const xAOD::IParticle *particle, const xAOD::Vertex *pv, int pvLocation)¶
-
void
updateParticle(uint idx, Jet &jet)¶
-