CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/FastSimulation/CalorimeterProperties/src/ECALEndcapProperties.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/ECALEndcapProperties.h"
00005 
00006 
00007 ECALEndcapProperties::ECALEndcapProperties(const edm::ParameterSet& fastDet)
00008 {
00009   lightColl = fastDet.getParameter<double>("ECALEndcap_LightCollection");
00010 }