Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_EcalObjects_EcalLinearCorrections_H
0002 #define CondFormats_EcalObjects_EcalLinearCorrections_H
0003 /**
0004  * Author: Shahram Rahatlou, University of Rome & INFN
0005  * Created: 22 Feb 2006
0006  * $Id: EcalLinearCorrections.h,v 1.1 2012/11/21 16:58:24 fra Exp $
0007  **/
0008 #include "CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h"
0009 
0010 typedef EcalTimeDependentCorrections EcalLinearCorrections;
0011 
0012 #endif