|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef INDET_PHOTONS_LOADER_H
9 #define INDET_PHOTONS_LOADER_H
26 #include <type_traits>
35 std::tuple<std::string, FlavorTagDiscriminants::Inputs, std::vector<const xAOD::IParticle*>>
getData(
37 std::string
getName()
const override;
42 typedef std::pair<std::string, double>
NamedVar;
43 typedef std::pair<std::string, std::vector<double> >
NamedSeq;
45 typedef std::vector<const xAOD::Photon*>
Photons;
46 typedef std::vector<const xAOD::IParticle*>
Particles;
54 using IPV = std::vector<const xAOD::Photon*>;
std::vector< ElementLink< IPC > > PartLinks
PhotonSortVar iparticleSortVar(ConstituentsSortOrder)
Base class for elements of a container that can have aux data.
PhotonsLoader(ConstituentsInputConfig)
std::pair< std::string, double > NamedVar
PhotonSortVar m_iparticleSortVar
getter_utils::CustomSequenceGetter< xAOD::Photon > m_customSequenceGetter
std::vector< const xAOD::Photon * > IPV
std::tuple< std::string, FlavorTagDiscriminants::Inputs, std::vector< const xAOD::IParticle * > > getData(const xAOD::Vertex &vertex) const override
std::pair< std::string, std::vector< double > > NamedSeq
std::vector< const xAOD::Photon * > Photons
PhotonContainer_v1 PhotonContainer
Definition of the current "photon container version".
std::function< IPV(const Vertex &)> m_associator
std::vector< const xAOD::IParticle * > Particles
std::function< double(const xAOD::Photon *, const Vertex &)> PhotonSortVar
Class describing a Vertex.
ConstituentsType getType() const override
std::string getName() const override
std::vector< const xAOD::Photon * > getPhotonsFromVertex(const xAOD::Vertex &vertex) const
Template class to extract features from sequence of constituents.