4#ifndef TRIGLONGLIVEDPARTICLESHYPO_TRIGMUONHYPOTOOL_H
5#define TRIGLONGLIVEDPARTICLESHYPO_TRIGMUONHYPOTOOL_H
12#include "GaudiKernel/ToolHandle.h"
13#include "GaudiKernel/Algorithm.h"
14#include "GaudiKernel/ServiceHandle.h"
15#include "GaudiKernel/StatusCode.h"
17#include "Gaudi/Property.h"
51 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool" };
52 Gaudi::Property<bool>
m_acceptAll {
this,
"acceptAll",
false,
"Whether we are to accept all MuonRoIClusters or only those that pass selection"};
53 Gaudi::Property<int>
m_nRoIEndCap {
this,
"nRoIEndCap", 4,
"Number of RoI required to reconstruct a cluster in the Endcap"};
54 Gaudi::Property<int>
m_nRoIBarrel {
this,
"nRoIBarrel", 3,
"Number of RoI required to reconstruct a cluster in the Barrel"};
55 Gaudi::Property<float>
m_etaMax {
this,
"maxEta", 2.5,
"Maximum eta value below which muonRoIClusters can reliably be reconstructed"};
56 Gaudi::Property<float>
m_etaMid {
this,
"midEta", 1.0,
"Eta value used to define the boundary between the Barrel and Endcap"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
xAOD::TrigComposite Decision
std::set< DecisionID > DecisionIDContainer
TrigCompositeContainer_v1 TrigCompositeContainer
Declare the latest version of the container.