ATLAS Offline Software
|
Public Types | |
typedef std::map< std::string, std::vector< int > > | MultiplicityReqMap |
Map from the chain name to the multiplicities required at each input. More... | |
typedef std::map< std::string, std::vector< int > > | LegMap |
Map from the chain name to legs required at each input. More... | |
typedef std::map< TrigCompositeUtils::DecisionID, std::vector< ElementLink< TrigCompositeUtils::DecisionContainer > > > | LegDecisionsMap |
LegDecisionsMap For a given chain leg key, this map holds all Decision Objects which are active on the leg. More... | |
typedef std::pair< TrigCompositeUtils::DecisionID, ElementLink< TrigCompositeUtils::DecisionContainer > > | LegDecision |
LegDecision keeps a given Decision Object associated with a specific leg when being used inside a single combination. More... | |
the topological seeding constraint its use and implementation is based on the
In case complex structures of TEs (i.e. the topological overlap between sets of seeding TEs is qualifying a TE as matching one)
typedef std::pair<TrigCompositeUtils::DecisionID, ElementLink<TrigCompositeUtils::DecisionContainer> > Combo::LegDecision |
LegDecision keeps a given Decision Object associated with a specific leg when being used inside a single combination.
Definition at line 33 of file IComboHypoTool.h.
typedef std::map<TrigCompositeUtils::DecisionID, std::vector<ElementLink<TrigCompositeUtils::DecisionContainer> > > Combo::LegDecisionsMap |
LegDecisionsMap For a given chain leg key, this map holds all Decision Objects which are active on the leg.
Definition at line 28 of file IComboHypoTool.h.
typedef std::map<std::string, std::vector<int> > Combo::LegMap |
Map from the chain name to legs required at each input.
E.g. map["HLT_5j20_e10_2mu30"] =
Definition at line 23 of file IComboHypoTool.h.
typedef std::map<std::string, std::vector<int> > Combo::MultiplicityReqMap |
Map from the chain name to the multiplicities required at each input.
E.g. map["HLT_5j20_e10_2mu30"] = {5,1,2}
Definition at line 17 of file IComboHypoTool.h.