|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TrigEgammaMonitorElectronAlgorithm_H
6 #define TrigEgammaMonitorElectronAlgorithm_H
41 Gaudi::Property<std::vector<std::string>>
m_trigInputList{
this,
"TriggerList", {}};
43 Gaudi::Property<std::string>
m_anatype{
this,
"Analysis",
"Electron"};
51 Gaudi::Property<bool>
m_forceEtThr{
this,
"ForceEtThreshold",
true};
55 Gaudi::Property<bool>
m_rmCrack{
this,
"RemoveCrack",
true};
Gaudi::Property< std::string > m_offProbeIsolation
Define isolation working point for Probe electron.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< bool > m_forceVetoVeryLoose
Gaudi::Property< bool > m_rmCrack
Remove crack region for Probe default True.
SG::ReadDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
std::vector< std::string > m_trigList
List of triggers to study.
Gaudi::Property< std::string > m_anatype
Directory name for each algorithm.
SG::ReadHandleKey< xAOD::ElectronContainer > m_offElectronKey
Event Wise offline ElectronContainer Access and end iterator.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class used to describe composite objects in the HLT.
StatusCode executeNavigation(const EventContext &ctx, const std::string &trigItem, float, const std::string &, std::vector< std::pair< std::shared_ptr< const xAOD::Egamma >, const TrigCompositeUtils::Decision * >> &) const
navigation method called by executeNavigation
Gaudi::Property< std::vector< std::string > > m_trigInputList
List of triggers from menu.
virtual StatusCode initialize() override
initialize
virtual ~TrigEgammaMonitorElectronAlgorithm() override
Gaudi::Property< bool > m_forcePidSelection
force pid and crack selection into electron navigation
Gaudi::Property< bool > m_forceProbeIsolation
force probe isolation
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< bool > m_forceEtThr
TrigEgammaMonitorElectronAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadDecorHandleKey< xAOD::ElectronContainer > m_electronIsolationKeyPtCone20
Ensure offline electron isolation decoration is retrieved after being created.