Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:43

0001 #ifndef RecoEcal_EcalNextToDeadChannel_H
0002 #define RecoEcal_EcalNextToDeadChannel_H
0003 
0004 /** Define an ecal container to tell wether the channel is close to a dead one.
0005     If the value is "true", the channel is next to a dead one
0006 **/
0007 
0008 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
0009 
0010 typedef EcalCondObjectContainer<uint8_t> EcalNextToDeadChannel;
0011 
0012 #endif