|
ATLAS Offline Software
|
#include <TrigCountSpacePoints.h>
|
| TrigCountSpacePoints (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute (const EventContext &context) const override |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
Gaudi::Property< bool > | m_doOnlyBLayer {this, "doOnlyBLayer", false, " "} |
|
Gaudi::Property< bool > | m_removeBLayerModuleEdgeNoise {this, "removeBLayerModuleEdgeNoise", true, " "} |
|
Gaudi::Property< int > | m_pixModuleThreshold {this, "pixModuleThreshold", 100, "Dont take modules with SP Count higher than this threshold in Pixel Det."} |
|
Gaudi::Property< int > | m_sctModuleHigherThreshold {this, "sctModuleHigherThreshold", 2000000, "Dont take modules with SP Count higher than this threshold in SCT"} |
|
Gaudi::Property< int > | m_sctModuleLowerThreshold {this, "sctModuleLowerThreshold", 0, "Dont take modules with SP Count lowerer than this threshold in SCT"} |
|
Gaudi::Property< int > | m_pixelClusToTCut {this, "pixelClusToTCut", 20, "ToT Cut for Pixel Clusters"} |
|
Gaudi::Property< std::vector< unsigned int > > | m_modulesToSkip {this, "ModulesToSkip", {}, "Set of modules to be ignored when counting SP"} |
|
std::set< unsigned int > | m_modulesToSkipSet |
|
SG::ReadHandleKey< SpacePointContainer > | m_pixelSpKey {this, "PixelSpKey", "PixelTrigSpacePoints", " "} |
|
SG::ReadHandleKey< SpacePointContainer > | m_sctSpKey {this, "SCTSpKey", "SCT_TrigSpacePoints", " "} |
|
SG::ReadHandleKey< PixelID > | m_pixelHelperKey {this, "pixelHelperKey", "DetectorStore+PixelID", " "} |
|
SG::ReadHandleKey< SCT_ID > | m_sctHelperKey {this, "sctHelperKey", "DetectorStore+SCT_ID", " "} |
|
SG::WriteHandleKey< xAOD::TrigCompositeContainer > | m_spacePointsKey {this, "SpacePointsKey", "Undefined", ""} |
|
SG::WriteHandleKey< xAOD::TrigCompositeAuxContainer > | m_spacePointsAuxKey {this, "SpacePointsAuxKey", "Undefined", ""} |
|
ToolHandle< GenericMonitoringTool > | m_monTool {this, "MonTool", "", "Monitoring tool"} |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 18 of file TrigCountSpacePoints.h.
◆ StoreGateSvc_t
◆ TrigCountSpacePoints()
TrigCountSpacePoints::TrigCountSpacePoints |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode TrigCountSpacePoints::execute |
( |
const EventContext & |
context | ) |
const |
|
overridevirtual |
Definition at line 45 of file TrigCountSpacePoints.cxx.
51 int pixCLBeforeCuts{};
60 int pixModulesOverThreshold{};
61 std::complex<double> pixQ2TotSum;
64 ATH_MSG_DEBUG(
"Successfully retrieved pixel SP container of size " << pixelSP->size());
66 for (
const auto pixSPointColl : *pixelSP) {
67 if (pixSPointColl ==
nullptr) {
72 if (
m_doOnlyBLayer ==
true && pixelHelper->layer_disk(pixid) != 0) {
75 const int bec = pixelHelper->barrel_ec(pixid);
77 int nPixSP{}, nPixCL_1{}, nPixCL_2{}, nPixCLmin3{}, nPixCLnoToT{};
78 std::complex<double> pixQ2sum;
80 for (
const auto pSP : *pixSPointColl) {
83 if ( isInNoiseArea(pSP->r(), pSP->globalPosition()[
Amg::z]) ) {
87 auto[hashId1, hashId2] = pSP->elementIdList();
89 ATH_MSG_VERBOSE(
"Module " << hashId1 <<
" in exclusion list, skipping the SP");
96 const int pixclToT = pixClust->
totalToT();
99 pixQ2sum += std::polar(1.0, 2.0*pSP->phi());
102 if (pixClSize == 1) {
105 if (pixClSize == 2) {
108 if (pixClSize >= 3) {
116 ATH_MSG_DEBUG(
" This pixel module : " << pixid <<
" produced " << nPixSP <<
" pix spacepoints. Ignoring these spacepoints as the maximum allowed spacepoints per module is " <<
m_pixModuleThreshold);
117 pixModulesOverThreshold++;
120 pixQ2TotSum += pixQ2sum;
121 pixCLnoToT += nPixCLnoToT;
124 pixCLmin3 += nPixCLmin3;
126 pixCLBarrel += nPixSP;
127 ATH_MSG_VERBOSE(
" Formed " << nPixSP <<
" PIX spacepoints in PIX Barrel after ToT cut.");
128 }
else if (
bec == 2) {
129 pixCLEndcapA += nPixSP;
130 ATH_MSG_VERBOSE(
" Formed " << nPixSP <<
" PIX spacepoints in PIX ECA after ToT cut.");
131 }
else if (
bec == -2) {
132 pixCLEndcapC += nPixSP;
133 ATH_MSG_VERBOSE(
" Formed " << nPixSP <<
" PIX spacepoints in PIX ECC after ToT cut.");
137 const float pixQ2mod = pixCLnoToT !=0 ? std::abs(pixQ2TotSum)/pixCLnoToT : 0.0;
138 ATH_MSG_DEBUG(
"REGTEST : Formed " << pixCLBeforeCuts <<
" pixel spacepoints in total before cuts.");
139 ATH_MSG_DEBUG(
"REGTEST : " << pixCL_1 <<
" have cl size == 1 in total.");
140 ATH_MSG_DEBUG(
"REGTEST : " << pixCL_2 <<
" have cl size == 2 in total.");
141 ATH_MSG_DEBUG(
"REGTEST : " << pixCLmin3 <<
" have cl size >= 3 in total.");
142 ATH_MSG_DEBUG(
"REGTEST : Formed " << pixCLnoToT <<
" pixel spacepoints without ToT cut in total.");
143 ATH_MSG_DEBUG(
"REGTEST : Formed " << pixCL <<
" pixel spacepoints after ToT cut in total.");
144 ATH_MSG_DEBUG(
"REGTEST : Formed " << pixCLBarrel <<
" SP in pixel barrel in total.");
145 ATH_MSG_DEBUG(
"REGTEST : Formed " << pixCLEndcapA <<
" SP in pixel ECA in total.");
146 ATH_MSG_DEBUG(
"REGTEST : Formed " << pixCLEndcapC <<
" SP in pixel ECC in total.");
152 ATH_MSG_DEBUG(
"Successfully retrieved SCT SP container of size " << SctSP->size());
160 int sctModulesOverThreshold{};
162 for (
const auto SctSPointColl : *SctSP) {
163 if (SctSPointColl ==
nullptr) {
167 nSctSP = (SctSPointColl)->
size();
169 const int bec = (
int)SctHelper->barrel_ec(Sctid);
172 <<
" with sctid module " << Sctid);
177 ATH_MSG_DEBUG(
" This SCT module : " << Sctid <<
" produced " << nSctSP <<
" SCT spacepoints. Ignoring these spacepoints as the number of allowed spacepoints per module is between"
179 sctModulesOverThreshold++;
182 sctSPBarrel += nSctSP;
184 }
else if (
bec == 2) {
185 sctSPEndcapA += nSctSP;
187 }
else if (
bec == -2) {
188 sctSPEndcapC += nSctSP;
194 sctSP = sctSPEndcapC + sctSPBarrel + sctSPEndcapA;
196 ATH_MSG_DEBUG(
"REGTEST : Formed " << sctSP <<
" sct spacepoints in total.");
197 ATH_MSG_DEBUG(
"REGTEST : Formed " << sctSPEndcapC <<
" sct ECC spacepoints in total.");
198 ATH_MSG_DEBUG(
"REGTEST : Formed " << sctSPBarrel <<
" sct Barr spacepoints in total.");
199 ATH_MSG_DEBUG(
"REGTEST : Formed " << sctSPEndcapA <<
" sct ECA spacepoints in total.");
204 auto spacePoints = std::make_unique<xAOD::TrigCompositeContainer>();
205 auto spacePointsAux = std::make_unique<xAOD::TrigCompositeAuxContainer>();
206 spacePoints->setStore(spacePointsAux.get());
209 spacePoints->push_back(spCounts);
211 std::vector<std::reference_wrapper<Monitored::IMonitoredVariable>> monitoredVariables;
213 #define SAVE_AND_MONITOR(__VARNAME) \
214 spCounts->setDetail(#__VARNAME, __VARNAME); \
215 auto mon_##__VARNAME = Monitored::Scalar(#__VARNAME, __VARNAME); \
216 monitoredVariables.emplace_back(mon_##__VARNAME);
231 #undef SAVE_AND_MONITOR
234 monitoredVariables.emplace_back(mon_pixCLBeforeCuts);
235 auto mon_pixModulesOverThreshold =
Monitored::Scalar<int>(
"pixModulesOverThreshold", pixModulesOverThreshold);
236 monitoredVariables.emplace_back(mon_pixModulesOverThreshold);
237 auto mon_sctModulesOverThreshold =
Monitored::Scalar<int>(
"sctModulesOverThreshold", sctModulesOverThreshold);
238 monitoredVariables.emplace_back(mon_sctModulesOverThreshold);
241 ATH_CHECK(spacePointHandle.record(std::move(spacePoints), std::move(spacePointsAux)));
243 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ initialize()
StatusCode TrigCountSpacePoints::initialize |
( |
| ) |
|
|
overridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_detStore
◆ m_doOnlyBLayer
Gaudi::Property<bool> TrigCountSpacePoints::m_doOnlyBLayer {this, "doOnlyBLayer", false, " "} |
|
private |
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_modulesToSkip
Gaudi::Property<std::vector<unsigned int> > TrigCountSpacePoints::m_modulesToSkip {this, "ModulesToSkip", {}, "Set of modules to be ignored when counting SP"} |
|
private |
◆ m_modulesToSkipSet
std::set<unsigned int> TrigCountSpacePoints::m_modulesToSkipSet |
|
private |
◆ m_monTool
◆ m_pixelClusToTCut
Gaudi::Property<int> TrigCountSpacePoints::m_pixelClusToTCut {this, "pixelClusToTCut", 20, "ToT Cut for Pixel Clusters"} |
|
private |
◆ m_pixelHelperKey
◆ m_pixelSpKey
◆ m_pixModuleThreshold
Gaudi::Property<int> TrigCountSpacePoints::m_pixModuleThreshold {this, "pixModuleThreshold", 100, "Dont take modules with SP Count higher than this threshold in Pixel Det."} |
|
private |
◆ m_removeBLayerModuleEdgeNoise
Gaudi::Property<bool> TrigCountSpacePoints::m_removeBLayerModuleEdgeNoise {this, "removeBLayerModuleEdgeNoise", true, " "} |
|
private |
◆ m_sctHelperKey
◆ m_sctModuleHigherThreshold
Gaudi::Property<int> TrigCountSpacePoints::m_sctModuleHigherThreshold {this, "sctModuleHigherThreshold", 2000000, "Dont take modules with SP Count higher than this threshold in SCT"} |
|
private |
◆ m_sctModuleLowerThreshold
Gaudi::Property<int> TrigCountSpacePoints::m_sctModuleLowerThreshold {this, "sctModuleLowerThreshold", 0, "Dont take modules with SP Count lowerer than this threshold in SCT"} |
|
private |
◆ m_sctSpKey
◆ m_spacePointsAuxKey
◆ m_spacePointsKey
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
Group
Properties of a chain group.
Gaudi::Property< bool > m_removeBLayerModuleEdgeNoise
SG::ReadHandleKey< PixelID > m_pixelHelperKey
TrigComposite_v1 TrigComposite
Declare the latest version of the class.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_spacePointsKey
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
const std::vector< Identifier > & rdoList() const
return the List of rdo identifiers (pointers)
Identifier identify(const UncalibratedMeasurement *meas)
Returns the associated identifier.
SG::ReadHandleKey< SpacePointContainer > m_pixelSpKey
Gaudi::Property< bool > m_doOnlyBLayer
Gaudi::Property< int > m_pixelClusToTCut
#define ATH_MSG_VERBOSE(x)
Gaudi::Property< int > m_sctModuleHigherThreshold
SG::ReadHandleKey< SpacePointContainer > m_sctSpKey
virtual void setOwner(IDataHandleHolder *o)=0
Gaudi::Property< std::vector< unsigned int > > m_modulesToSkip
ToolHandle< GenericMonitoringTool > m_monTool
AthReentrantAlgorithm()
Default constructor:
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
#define SAVE_AND_MONITOR(__VARNAME)
::StatusCode StatusCode
StatusCode definition for legacy code.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Class used to describe composite objects in the HLT.
SG::ReadHandleKey< SCT_ID > m_sctHelperKey
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Gaudi::Property< int > m_pixModuleThreshold
virtual StatusCode sysInitialize() override
Override sysInitialize.
std::set< unsigned int > m_modulesToSkipSet
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Declare a monitored scalar variable.
SG::WriteHandleKey< xAOD::TrigCompositeAuxContainer > m_spacePointsAuxKey
Gaudi::Property< int > m_sctModuleLowerThreshold
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>