ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawDataContainer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8// Default constructor.
13
18
23
24// Destructor.
26= default;
27
29unsigned int
31{
32 return (hashFcn()(id));
33}
34
43
44// Class ID
49
50
51// Insert a RawData
53{
54}
EventContainers::IdentifiableCache< CscRawDataCollection > CscRawDataCollection_Cache
uint32_t CLID
The Class ID type.
IdentifiableContainerMT< T > IdentifiableContainer
#define max(a, b)
Definition cfImp.cxx:41
Hash function for CSC Raw Data Collection.
Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A.
static const CLID & classID()
class ID
static unsigned int idToHash(unsigned int id)
Convert identifier to idhash.
void push_back(CscRawData *rawData)
Insert a RDO.
static const CscRawDataCollectionIdHash & hashFcn()
Convert identifier to idhash.
virtual ~CscRawDataContainer()
Class to hold the electronic output for a single CSC readout channel: n sampling ADC data + the addre...
Definition CscRawData.h:21