9#ifndef MET_ANALYSIS_ALGORITHMS__MET_SIGNIFICANCE_ALG_H
10#define MET_ANALYSIS_ALGORITHMS__MET_SIGNIFICANCE_ALG_H
37 ToolHandle<IMETSignificance>
m_significanceTool {
this,
"significanceTool",
"METMaker",
"the significance tool we apply"};
46 this,
"met",
"MissingET_%SYS%",
"the met collection we run on"};
50 Gaudi::Property<std::string>
m_totalMETName {
this,
"totalMETName",
"Final",
"the key for the final met term"};
54 Gaudi::Property<std::string>
m_jetTermName {
this,
"jetTermName",
"RefJet",
"the key for the jets term"};
58 Gaudi::Property<std::string>
m_softTermName {
this,
"softTermName",
"PVSoftTrk",
"the key for the soft term"};
an algorithm for calling IMETSignificanceTool
ToolHandle< IMETSignificance > m_significanceTool
the smearing tool
Gaudi::Property< std::string > m_totalMETName
the key for the final met term
SysListHandle m_systematicsList
the systematics list we run
CP::SysWriteDecorHandle< float > m_sigDirectionalDecorHandle
the decoration for the directional significance
CP::SysWriteDecorHandle< float > m_significanceDecorHandle
the decoration for the significance
Gaudi::Property< std::string > m_softTermName
the key for the soft term
StatusCode execute() override
SysCopyHandle< xAOD::MissingETContainer > m_metHandle
the met collection we run on
Gaudi::Property< std::string > m_jetTermName
the key for the jets term
CP::SysWriteDecorHandle< float > m_metOverSqrtHTDecorHandle
the decoration for the METOverSqrtHT
CP::SysWriteDecorHandle< float > m_metOverSqrtSumETDecorHandle
the decoration for METOverSqrtSumET
StatusCode initialize() override
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.