|
ATLAS Offline Software
|
Go to the documentation of this file.
14 const std::string &
name,
38 ATH_MSG_ERROR(
"Configured to apply cuts, but not cut was specified");
39 return StatusCode::SUCCESS;
62 return StatusCode::SUCCESS;
84 ATH_MSG_DEBUG(
"Accept property is set: taking all the events");
88 auto pMuon =
input.muEFIso;
91 ATH_MSG_ERROR(
"Retrieval of L2StandAloneMuon from vector failed");
95 const xAOD::Muon::MuonType muontype = pMuon->muonType();
99 ATH_MSG_DEBUG(
"Require combined muon, but this muon is not combined. -> false");
103 ATH_MSG_DEBUG(
"This muon type is neither standalone nor combined. -> false");
122 <<
" so result for this muon is " << (goodmu?
"true":
"false") );
125 const double mupt = pMuon->pt();
138 <<
" so result for this muon is " << (goodmu?
"true":
"false") );
157 size_t numMuon = toolInput.size();
162 return StatusCode::SUCCESS;
168 return StatusCode::SUCCESS;
176 for (
auto&
i : toolInput ) {
189 return StatusCode::SUCCESS;
Group
Properties of a chain group.
bool passed(DecisionID id, const DecisionIDContainer &idSet)
checks if required decision ID is in the set of IDs in the container
TrigCompositeUtils::DecisionID numeric() const
numeric ID
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.
@ ptcone20
Track isolation.
#define ATH_MSG_VERBOSE(x)
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.
Declare a monitored scalar variable.