8#ifndef INDET_MUONS_LOADER_H
9#define INDET_MUONS_LOADER_H
35 std::tuple<std::string, FlavorTagInference::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::Muon*>
Muons;
46 typedef std::vector<const xAOD::IParticle*>
Particles;
47 typedef std::function<double(
const xAOD::Muon*,
54 using IPV = std::vector<const xAOD::Muon*>;
IConstituentsLoader(const ConstituentsInputConfig &cfg)
std::vector< const xAOD::Muon * > IPV
MuonSortVar m_iparticleSortVar
std::function< double(const xAOD::Muon *, const Vertex &)> MuonSortVar
std::vector< ElementLink< IPC > > PartLinks
std::vector< const xAOD::Muon * > getMuonsFromVertex(const xAOD::Vertex &vertex) const
ConstituentsType getType() const override
getter_utils::CustomSequenceGetter< xAOD::Muon > m_customSequenceGetter
static MuonSortVar iparticleSortVar(ConstituentsSortOrder)
std::tuple< std::string, FlavorTagInference::Inputs, std::vector< const xAOD::IParticle * > > getData(const xAOD::Vertex &vertex) const override
std::vector< const xAOD::IParticle * > Particles
std::function< IPV(const Vertex &)> m_associator
std::pair< std::string, std::vector< double > > NamedSeq
std::string getName() const override
MuonsLoader(const ConstituentsInputConfig &cfg)
std::pair< std::string, double > NamedVar
Template class to extract features from sequence of constituents.
Base class for elements of a container that can have aux data.
Vertex_v1 Vertex
Define the latest version of the vertex class.
Muon_v1 Muon
Reference the current persistent version:
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".