CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/CondFormats/EcalObjects/interface/EcalChannelStatus.h

Go to the documentation of this file.
00001 #ifndef CondFormats_EcalObjects_EcalChannelStatus_H
00002 #define CondFormats_EcalObjects_EcalChannelStatus_H
00003 
00009 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
00010 #include "CondFormats/EcalObjects/interface/EcalChannelStatusCode.h"
00011 
00012 typedef EcalCondObjectContainer<EcalChannelStatusCode> EcalChannelStatusMap;
00013 typedef EcalChannelStatusMap EcalChannelStatus;
00014 
00015 #endif