Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_EcalObjects_EcalPFSeedingThresholds_H
0002 #define CondFormats_EcalObjects_EcalPFSeedingThresholds_H
0003 /**
0004  * Author: Maria Giulia Ratti, ETH Zurich
0005  * Created: 05 Sep 2019
0006  * $Id: EcalPFSeedingThresholds.h, 2019/09/05 20:21:42 mratti Exp $
0007  **/
0008 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
0009 
0010 typedef float EcalPFSeedingThreshold;
0011 typedef EcalFloatCondObjectContainer EcalPFSeedingThresholdsMap;
0012 typedef EcalPFSeedingThresholdsMap EcalPFSeedingThresholds;
0013 
0014 #endif