5#ifndef DERIVATIONFRAMEWORKMUONS_MUONCLOSEJETDECORATIONALG_H
6#define DERIVATIONFRAMEWORKMUONS_MUONCLOSEJETDECORATIONALG_H
39 std::unique_ptr< SG::AuxElement::Decorator<float>>
m_decorator;
Base class for elements of a container that can have aux data.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_jet_container
jet container
MuonCloseJetDecorationAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
float m_dummy_value
value to be assigned if no jet is in the event
StatusCode initialize() override
Function initialising the algorithm.
float m_jet_pt_cut
Minimum pt on the jet.
std::unique_ptr< SG::AuxElement::Decorator< float > > m_decorator
std::string m_jet_dr_decoration
name of the decoration
~MuonCloseJetDecorationAlg()=default
std::string m_muon_container
muon container
StatusCode execute() override
Function executing the algorithm.
Select isolated Photons, Electrons and Muons.