|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DERIVATIONFRAMEWORKMUONS_MUONCLOSEJETDECORATIONALG_H
6 #define DERIVATIONFRAMEWORKMUONS_MUONCLOSEJETDECORATIONALG_H
39 std::unique_ptr< SG::AuxElement::Decorator<float>>
m_decorator;
StatusCode execute() override
Function executing the algorithm.
Select isolated Photons, Electrons and Muons.
std::string m_jet_dr_decoration
name of the decoration
std::string m_muon_container
muon container
std::unique_ptr< SG::AuxElement::Decorator< float > > m_decorator
::StatusCode StatusCode
StatusCode definition for legacy code.
Small algorithm to quickly write the jetDR decoration needed for isolation scale-factors to the muon.
std::string m_jet_container
jet container
float m_dummy_value
value to be assigned if no jet is in the event
~MuonCloseJetDecorationAlg()=default
MuonCloseJetDecorationAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
float m_jet_pt_cut
Minimum pt on the jet.
StatusCode initialize() override
Function initialising the algorithm.
Base class for elements of a container that can have aux data.