CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/FastSimulation/CalorimeterProperties/src/ECALBarrelProperties.cc

Go to the documentation of this file.
00001 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00002 
00003 //This class header
00004 #include "FastSimulation/CalorimeterProperties/interface/ECALBarrelProperties.h"
00005 
00006 ECALBarrelProperties::ECALBarrelProperties(const edm::ParameterSet& fastDet)
00007 {
00008   lightColl =  fastDet.getParameter<double>("ECALBarrel_LightCollection");  
00009 }