CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoLocalCalo/CaloTowersCreator/interface/ctEScales.h

Go to the documentation of this file.
00001 #ifndef ctEScales_h
00002 #define ctEScales_h
00003 
00004 struct ctEScales{
00005   double EBScale;
00006   double EEScale;
00007   double HBScale;
00008   double HESScale;
00009   double HEDScale;
00010   double HOScale;
00011   double HF1Scale;
00012   double HF2Scale;
00013   std::string instanceLabel;
00014 };
00015 struct ctEScales ctEScales;
00016 
00017 #endif
00018