Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:46:52

0001 #ifndef CondFormats_EcalObjects_EcalPFRecHitThresholds_H
0002 #define CondFormats_EcalObjects_EcalPFRecHitThresholds_H
0003 /**
0004  * Author: Shahram Rahatlou, University of Rome & INFN
0005  * Created: 22 Feb 2006
0006  * $Id: EcalPFRecHitThresholds.h,v 1.3 2007/09/27 09:42:55 ferriff Exp $
0007  **/
0008 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
0009 
0010 typedef float EcalPFRecHitThreshold;
0011 typedef EcalFloatCondObjectContainer EcalPFRecHitThresholdsMap;
0012 typedef EcalPFRecHitThresholdsMap EcalPFRecHitThresholds;
0013 
0014 #endif