|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGEGAMMAHYPO_TRIGEGAMMATOPOHYPOTOOL_H
6 #define TRIGEGAMMAHYPO_TRIGEGAMMATOPOHYPOTOOL_H
50 const std::string&
name,
58 virtual bool executeAlg(
const std::vector<Combo::LegDecision>& combination)
const override;
61 Gaudi::Property< bool >
m_acceptAll {
this,
"AcceptAll",
false,
"Ignore selection" };
62 Gaudi::Property< bool >
m_applyMassCut {
this,
"ApplyMassCut",
false,
"Cut on lower limit of mass" };
63 Gaudi::Property< bool >
m_applyDPhiCut {
this,
"ApplyDPhiCut",
false,
"Cut on both delta phi distance and mass" };
68 Gaudi::Property<float>
m_thresholdDPhiCut {
this,
"ThresholdDPhiCut", 1.5,
"minimum deltaPhi required between two photons"};
71 ToolHandle<GenericMonitoringTool>
m_monTool {
this,
"MonTool",
"",
"Monitoring tool" };
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.