|
ATLAS Offline Software
|
Go to the documentation of this file.
35 return StatusCode::FAILURE;
43 return StatusCode::SUCCESS;
52 const EventContext& ctx = Gaudi::Hive::currentContext();
57 return StatusCode::SUCCESS;
63 if (TRTOccu.size() > 6) {
66 decEventInfo_occupancy0( *eventInfo ) = TRTOccu.at(0);
69 decEventInfo_occupancy1( *eventInfo ) = TRTOccu.at(1);
72 decEventInfo_occupancy2( *eventInfo ) = TRTOccu.at(2);
75 decEventInfo_occupancy3( *eventInfo ) = TRTOccu.at(3);
78 decEventInfo_occupancy4( *eventInfo ) = TRTOccu.at(4);
81 decEventInfo_occupancy5( *eventInfo ) = TRTOccu.at(5);
84 decEventInfo_occupancy6( *eventInfo ) = TRTOccu.at(6);
87 return StatusCode::SUCCESS;
95 return StatusCode::SUCCESS;
TRTOccupancyInclude(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< InDet::ITRT_LocalOccupancy > m_LocalOccTool
the track selector tool
StatusCode finalize(void)
const_pointer_type cptr()
Dereference the pointer.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
~TRTOccupancyInclude(void)
Helper class to provide type-safe access to aux data.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
Class describing the basic event information.
#define ATH_MSG_WARNING(x)
Handle class for reading from StoreGate.
Define macros for attributes used to control the static checker.
StatusCode initialize(void)