![]() |
ATLAS Offline Software
|
#include "L1TopoOnlineMonitorHypoTool.h"Go to the source code of this file.
Typedefs | |
| typedef unsigned int | DecisionID |
| typedef std::set< DecisionID > | DecisionIDContainer |
Functions | |
| void | decisionIDs (const Decision *d, DecisionIDContainer &id) |
| Extracts DecisionIDs stored in the Decision object. | |
| void | addDecisionID (DecisionID id, Decision *d) |
| Appends the decision (given as ID) to the decision object. | |
| bool | passed (DecisionID id, const DecisionIDContainer &) |
| checks if required decision ID is in the set of IDs in the container | |
| const std::string & | featureString () |
| typedef unsigned int TrigCompositeUtils::DecisionID |
Definition at line 27 of file TrigComposite_v1.h.
| typedef std::set<DecisionID> TrigCompositeUtils::DecisionIDContainer |
Definition at line 28 of file TrigComposite_v1.h.
| void TrigCompositeUtils::addDecisionID | ( | DecisionID | id, |
| Decision * | d ) |
Appends the decision (given as ID) to the decision object.
Definition at line 59 of file TrigCompositeUtilsRoot.cxx.
| void TrigCompositeUtils::decisionIDs | ( | const Decision * | d, |
| DecisionIDContainer & | destination ) |
Extracts DecisionIDs stored in the Decision object.
Definition at line 65 of file TrigCompositeUtilsRoot.cxx.
|
inline |
Definition at line 421 of file TrigCompositeUtils.h.
| bool TrigCompositeUtils::passed | ( | DecisionID | id, |
| const DecisionIDContainer & | idSet ) |
checks if required decision ID is in the set of IDs in the container
Definition at line 118 of file TrigCompositeUtilsRoot.cxx.