Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_EcalObjects_EcalGainRatios_H
0002 #define CondFormats_EcalObjects_EcalGainRatios_H
0003 /**
0004  * Author: Shahram Rahatlou, University of Rome & INFN
0005  * Created: 22 Feb 2006
0006  * $Id: EcalGainRatios.h,v 1.3 2007/06/29 06:51:37 innocent Exp $
0007  **/
0008 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
0009 #include "CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h"
0010 
0011 typedef EcalCondObjectContainer<EcalMGPAGainRatio> EcalGainRatioMap;
0012 typedef EcalGainRatioMap EcalGainRatios;
0013 
0014 #endif