4 #ifndef TrigEgammaForwardPrecisionCaloHypoTool_h 
    5 #define TrigEgammaForwardPrecisionCaloHypoTool_h 
   21              const std::string& 
name, 
 
   22              const IInterface* 
parent );
 
   26   virtual StatusCode decide( std::vector<ITrigEgammaForwardPrecisionCaloHypoTool::ClusterInfo>& input )  
const override;
 
   34   Gaudi::Property< std::vector<float> > 
m_etabin { 
this, 
"EtaBins", {} , 
"Bins of eta" }; 
 
   35   Gaudi::Property< std::vector<float> > 
m_eTthr { 
this, 
"ETthr", {}, 
"ET Threshold" };
 
   36   Gaudi::Property< std::vector<float> > 
m_eT2thr { 
this, 
"ET2thr", {}, 
"Second layer ET threshold" };
 
   37   Gaudi::Property< float > 
m_detacluster { 
this, 
"dETACLUSTERthr", 0. , 
"" };
 
   38   Gaudi::Property< float > 
m_dphicluster { 
this, 
"dPHICLUSTERthr", 0. , 
"" };  
 
   40   ToolHandle< GenericMonitoringTool > 
m_monTool { 
this, 
"MonTool", 
"", 
"Monitoring tool" };
 
   44 #endif //> !TRIGEGAMMAHYPO_PRECISIONCALOHYPOTOOL_H