src
DataFormats
EcalRawData
interface
EcalRawDataCollections.h
Go to the documentation of this file.
1
#ifndef RAWECAL_ECALRAWCOLLECTION_H
2
#define RAWECAL_ECALRAWCOLLECTION_H
3
4
#include "
DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h
"
5
#include "
DataFormats/EcalRawData/interface/ESDCCHeaderBlock.h
"
6
#include "
DataFormats/EcalRawData/interface/ESKCHIPBlock.h
"
7
#include "
DataFormats/Common/interface/SortedCollection.h
"
8
9
typedef
edm::SortedCollection<EcalDCCHeaderBlock>
EcalRawDataCollection
;
10
typedef
edm::SortedCollection<ESDCCHeaderBlock>
ESRawDataCollection
;
11
typedef
edm::SortedCollection<ESKCHIPBlock>
ESLocalRawDataCollection
;
12
13
#endif
edm::SortedCollection
Definition:
SortedCollection.h:49
EcalDCCHeaderBlock.h
SortedCollection.h
ESDCCHeaderBlock.h
ESKCHIPBlock.h
EcalRawDataCollection
edm::SortedCollection< EcalDCCHeaderBlock > EcalRawDataCollection
Definition:
EcalRawDataCollections.h:9
ESRawDataCollection
edm::SortedCollection< ESDCCHeaderBlock > ESRawDataCollection
Definition:
EcalRawDataCollections.h:10
ESLocalRawDataCollection
edm::SortedCollection< ESKCHIPBlock > ESLocalRawDataCollection
Definition:
EcalRawDataCollections.h:11
Generated for CMSSW Reference Manual by
1.8.14