Class FatJetContainer

Inheritance Relationships

Base Type

Class Documentation

class FatJetContainer : public xAH::ParticleContainer<FatJet, HelperClasses::JetInfoSwitch>

Public Functions

FatJetContainer(const std::string &name = "fatjet", const std::string &detailStr = "", const std::string &subjetDetailStr = "kinematic", const std::string &suffix = "", float units = 1e3, bool mc = false)
~FatJetContainer()
void setTree(TTree *tree)
void setBranches(TTree *tree)
void clear()
void FillFatJet(const xAOD::Jet *jet, int pvLocation = 0)
void FillFatJet(const xAOD::IParticle *particle, int pvLocation = 0)

Public Members

float m_trackJetPtCut = 10e3
float m_trackJetEtaCut = 2.5

Protected Functions

void updateParticle(uint idx, FatJet &jet)