|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TrigEgammaMonitorPhotonAlgorithm_H
6 #define TrigEgammaMonitorPhotonAlgorithm_H
39 Gaudi::Property<std::string>
m_photonPid{
this,
"PhotonPid",
"Tight" };
43 Gaudi::Property<std::vector<std::string>>
m_trigInputList{
this,
"TriggerList", {}};
47 Gaudi::Property< std::map<std::string, std::string> >
m_BSTrigMap{
this,
"BootstrapTriggerMap", {{
"",
""}},
"Dictionary of Triggers (as keys) and Bootstraps (value) to configure Bootstrapping of photon triggers" };
49 Gaudi::Property<std::string>
m_anatype{
this,
"Analysis",
"Photon"};
SG::ReadDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
SG::ReadHandleKey< xAOD::PhotonContainer > m_offPhotonKey
Event Wise offline PhotonContainer Access and end iterator.
virtual StatusCode initialize() override
initialize
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< std::string > m_photonPid
Photon pid word.
std::vector< std::string > m_trigList
List of triggers to study.
Gaudi::Property< bool > m_forcePidSelection
force pid selection into photon navigation
StatusCode executeNavigation(const EventContext &ctx, const TrigInfo &info, std::vector< std::pair< std::shared_ptr< const xAOD::Egamma >, const TrigCompositeUtils::Decision * >> &) const
navigation method called by executeNavigation
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< bool > m_doUnconverted
doUnconverted analysis
virtual ~TrigEgammaMonitorPhotonAlgorithm() override
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_anatype
Directory name for each algorithm.
Class used to describe composite objects in the HLT.
Gaudi::Property< std::map< std::string, std::string > > m_BSTrigMap
TrigEgammaMonitorPhotonAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadDecorHandleKeyArray< xAOD::PhotonContainer > m_offPhotonIsolationKeys
Ensure offline photon isolation decoration is retrieved after being created.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< std::vector< std::string > > m_trigInputList
List of triggers from menu.