36 return StatusCode::SUCCESS;
54 if (msgLvl(MSG::VERBOSE)) { verboseLevel = 10; }
55 else if (msgLvl(MSG::DEBUG)) { verboseLevel = 5; }
#define ATH_MSG_VERBOSE(x)
AtlasHitsVector< TileHit > TileHitVector
Small wrapper around hit collection map to facilitate accessing the hit collection.
std::pair< StorageIterator, bool > Emplace(std::string const &hitCollectionName, CollectionArgs &&... args)
Insert a container in the map with in-place construction.
StatusCode TransformAndRecord(std::string const &sgKey, std::string const &hitCollectionName, EventContext const &ctx, std::function< void(T &)> transform)
Record the hit collection hitCollectionName to the StoreGate sgKey, applying a transformation functio...
TileHitVectorCellBuilder< NCells > HitVectorBuilder
virtual StatusCode Gather() override
End of an athena event.
virtual StatusCode SetupEvent() override
Beginning of an athena event.
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.