CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondFormats/EcalObjects/interface/EcalTPGCrystalStatus.h

Go to the documentation of this file.
00001 #ifndef CondFormats_EcalObjects_EcalTPGCrystalStatus_H
00002 #define CondFormats_EcalObjects_EcalTPGCrystalStatus_H
00003 
00009 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
00010 #include "CondFormats/EcalObjects/interface/EcalTPGCrystalStatusCode.h"
00011 
00012 typedef EcalCondObjectContainer<EcalTPGCrystalStatusCode> EcalTPGCrystalStatusMap;
00013 
00014 
00015 typedef EcalTPGCrystalStatusMap::const_iterator EcalTPGCrystalStatusMapIterator;
00016 typedef EcalTPGCrystalStatusMap EcalTPGCrystalStatus;
00017 
00018 #endif