Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_EcalObjects_EcalLaserAlphas_H
0002 #define CondFormats_EcalObjects_EcalLaserAlphas_H
0003 /**
0004  * Author: Vladlen Timciuc, Caltech, Pasadena, USA
0005  * Created: 15 May 2007
0006  * $Id: EcalLaserAlphas.h,v 1.4 2007/09/27 09:42:55 ferriff Exp $
0007  **/
0008 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
0009 
0010 typedef float EcalLaserAlpha;
0011 typedef EcalFloatCondObjectContainer EcalLaserAlphaMap;
0012 typedef EcalLaserAlphaMap EcalLaserAlphas;
0013 
0014 #endif