Class ElectronContainer¶
Defined in File ElectronContainer.h
Inheritance Relationships¶
Base Type¶
public xAH::ParticleContainer< Electron, HelperClasses::ElectronInfoSwitch >(Template Class ParticleContainer)
Class Documentation¶
-
class
ElectronContainer: public xAH::ParticleContainer<Electron, HelperClasses::ElectronInfoSwitch>¶ Public Functions
-
ElectronContainer(const std::string &name = "el", const std::string &detailStr = "", float units = 1e3, bool mc = false, bool storeSystSFs = true)¶
-
~ElectronContainer()¶
-
void
setTree(TTree *tree)¶
-
void
setBranches(TTree *tree)¶
-
void
clear()¶
-
void
FillElectron(const xAOD::Electron *elec, const xAOD::Vertex *primaryVertex)¶
-
void
FillElectron(const xAOD::IParticle *particle, const xAOD::Vertex *primaryVertex)¶
Protected Functions
-
void
updateParticle(uint idx, Electron &elec)¶
-