|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MET_ANALYSIS_ALGORITHMS__MET_SIGNIFICANCE_ALG_H
10 #define MET_ANALYSIS_ALGORITHMS__MET_SIGNIFICANCE_ALG_H
36 ToolHandle<IMETSignificance>
m_significanceTool {
this,
"significanceTool",
"METMaker",
"the significance tool we apply"};
45 this,
"met",
"MissingET_%SYS%",
"the met collection we run on"};
49 Gaudi::Property<std::string>
m_totalMETName {
this,
"totalMETName",
"Final",
"the key for the final met term"};
53 Gaudi::Property<std::string>
m_jetTermName {
this,
"jetTermName",
"RefJet",
"the key for the jets term"};
57 Gaudi::Property<std::string>
m_softTermName {
this,
"softTermName",
"PVSoftTrk",
"the key for the soft term"};
61 Gaudi::Property<std::string>
m_significanceDecoration {
this,
"significanceDecoration",
"significance",
"the decoration to use for the significance"};
Gaudi::Property< std::string > m_totalMETName
the key for the final met term
std::unique_ptr< const SG::AuxElement::Accessor< float > > m_significanceAccessor
the accessor for m_selectionDecoration
a class managing the property to configure the list of systematics to process
StatusCode execute() override
SysCopyHandle< xAOD::MissingETContainer > m_metHandle
the met collection we run on
SysListHandle m_systematicsList
the systematics list we run
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Gaudi::Property< std::string > m_jetTermName
the key for the jets term
the (new) base class for EventLoop algorithms
ToolHandle< IMETSignificance > m_significanceTool
the smearing tool
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_significanceDecoration
the decoration for the significance
StatusCode initialize() override
Gaudi::Property< std::string > m_softTermName
the key for the soft term
a systematics data handle that will either copy the input object or act like an update handle
an algorithm for calling IMETSignificanceTool