Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:09

0001 #ifndef CondFormats_EcalObjects_EcalTPGCrystalStatus_H
0002 #define CondFormats_EcalObjects_EcalTPGCrystalStatus_H
0003 /**
0004  * Author: Francesca Cavallari
0005  * Created: 3 dec 2008
0006  * 
0007  **/
0008 
0009 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
0010 #include "CondFormats/EcalObjects/interface/EcalTPGCrystalStatusCode.h"
0011 
0012 #include "DataFormats/EcalDetId/interface/EcalContainer.h"
0013 
0014 #include <vector>
0015 
0016 typedef EcalCondObjectContainer<EcalTPGCrystalStatusCode> EcalTPGCrystalStatusMap;
0017 
0018 typedef EcalTPGCrystalStatusMap::const_iterator EcalTPGCrystalStatusMapIterator;
0019 typedef EcalTPGCrystalStatusMap EcalTPGCrystalStatus;
0020 
0021 #endif