File indexing completed on 2024-04-06 12:04:05
0001 #ifndef RAWECAL_ECALRAWCOLLECTION_H
0002 #define RAWECAL_ECALRAWCOLLECTION_H
0003
0004 #include "DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h"
0005 #include "DataFormats/EcalRawData/interface/ESDCCHeaderBlock.h"
0006 #include "DataFormats/EcalRawData/interface/ESKCHIPBlock.h"
0007 #include "DataFormats/Common/interface/SortedCollection.h"
0008
0009 typedef edm::SortedCollection<EcalDCCHeaderBlock> EcalRawDataCollection;
0010 typedef edm::SortedCollection<ESDCCHeaderBlock> ESRawDataCollection;
0011 typedef edm::SortedCollection<ESKCHIPBlock> ESLocalRawDataCollection;
0012
0013 #endif