Class TrackContainer

Inheritance Relationships

Base Type

Class Documentation

class TrackContainer : public xAH::ParticleContainer<TrackPart, HelperClasses::TrackInfoSwitch>

Public Functions

TrackContainer(const std::string &name = "track", const std::string &detailStr = "", float units = 1e3)
virtual ~TrackContainer()
virtual void setTree(TTree *tree)
virtual void setBranches(TTree *tree)
virtual void clear()
virtual void FillTrack(const xAOD::TrackParticle *track)
virtual void FillTrack(const xAOD::IParticle *particle)
inline void setTree(TTree *tree)

Protected Functions

virtual void updateParticle(uint idx, TrackPart &track)