|
ATLAS Offline Software
|
Go to the documentation of this file.
30 return StatusCode::SUCCESS;
44 if (softTerm ==
nullptr)
47 return StatusCode::FAILURE;
57 ANA_MSG_WARNING(
"failed to retrieve MET term to decorate met and phi aux vars!");
60 met_met_dec(*metTerm) = metTerm->met();
61 met_phi_dec(*metTerm) = metTerm->phi();
65 return StatusCode::SUCCESS;
const std::vector< CP::SystematicSet > & systematicsVector() const
the list of systematics to loop over
Gaudi::Property< std::string > m_softTerm
the key for the soft term
Gaudi::Property< std::string > m_finalKey
the key for the final met term
Select isolated Photons, Electrons and Muons.
StatusCode buildMETSum(const std::string &totalName, xAOD::MissingETContainer *metCont)
::StatusCode initialize()
intialize this property
Helper class to provide type-safe access to aux data.
StatusCode execute() override
::StatusCode StatusCode
StatusCode definition for legacy code.
Principal data object for Missing ET.
SysCopyHandle< xAOD::MissingETContainer > m_metHandle
the met collection we run on
Container for xAOD::MissingET_v1 objects.
MissingETBase::Types::bitmask_t source() const
MET object source tag.
SysListHandle m_systematicsList
the systematics list we run
StatusCode initialize() override