![]() |
![]() |
00001 #ifndef RAWECAL_ECALRAWCOLLECTION_H 00002 #define RAWECAL_ECALRAWCOLLECTION_H 00003 00004 #include "DataFormats/EcalRawData/interface/EcalDCCHeaderBlock.h" 00005 #include "DataFormats/EcalRawData/interface/ESDCCHeaderBlock.h" 00006 #include "DataFormats/EcalRawData/interface/ESKCHIPBlock.h" 00007 #include "DataFormats/Common/interface/SortedCollection.h" 00008 00009 typedef edm::SortedCollection<EcalDCCHeaderBlock> EcalRawDataCollection; 00010 typedef edm::SortedCollection<ESDCCHeaderBlock> ESRawDataCollection; 00011 typedef edm::SortedCollection<ESKCHIPBlock> ESLocalRawDataCollection; 00012 00013 #endif