|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGMINBIAS_TRIGCOUNTSPACEPOINTS_H
6 #define TRIGMINBIAS_TRIGCOUNTSPACEPOINTS_H
28 Gaudi::Property<int>
m_pixModuleThreshold{
this,
"pixModuleThreshold", 100,
"Dont take modules with SP Count higher than this threshold in Pixel Det."};
29 Gaudi::Property<int>
m_sctModuleHigherThreshold{
this,
"sctModuleHigherThreshold", 2000000,
"Dont take modules with SP Count higher than this threshold in SCT"};
30 Gaudi::Property<int>
m_sctModuleLowerThreshold{
this,
"sctModuleLowerThreshold", 0,
"Dont take modules with SP Count lowerer than this threshold in SCT"};
31 Gaudi::Property<int>
m_pixelClusToTCut{
this,
"pixelClusToTCut", 20,
"ToT Cut for Pixel Clusters"};
32 Gaudi::Property<std::vector<unsigned int>>
m_modulesToSkip{
this,
"ModulesToSkip", {},
"Set of modules to be ignored when counting SP"};
41 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
44 #endif // TRIGMINBIAS_TRIGCOUNTSPACEPOINTS_H
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
Gaudi::Property< bool > m_removeBLayerModuleEdgeNoise
SG::ReadHandleKey< PixelID > m_pixelHelperKey
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_spacePointsKey
SG::ReadHandleKey< SpacePointContainer > m_pixelSpKey
Gaudi::Property< bool > m_doOnlyBLayer
Gaudi::Property< int > m_pixelClusToTCut
Gaudi::Property< int > m_sctModuleHigherThreshold
SG::ReadHandleKey< SpacePointContainer > m_sctSpKey
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< std::vector< unsigned int > > m_modulesToSkip
ToolHandle< GenericMonitoringTool > m_monTool
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize() override
SG::ReadHandleKey< SCT_ID > m_sctHelperKey
Header file to be included by clients of the Monitored infrastructure.
Gaudi::Property< int > m_pixModuleThreshold
std::set< unsigned int > m_modulesToSkipSet
TrigCountSpacePoints(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::TrigCompositeAuxContainer > m_spacePointsAuxKey
Gaudi::Property< int > m_sctModuleLowerThreshold
virtual StatusCode execute(const EventContext &context) const override