22 #include "boost/shared_ptr.hpp"
56 ps.
getParameter<
unsigned int>(
"numberGctCentralEtaBinsPerHalf"),
57 ps.
getParameter<
unsigned int>(
"numberGctForwardEtaBinsPerHalf"),
59 ps.
getParameter< std::vector<double> >(
"gctEtaBinBoundaries") ) ;
80 using namespace edm::es;
81 std::auto_ptr<L1CaloGeometry> pL1CaloGeometry ;
83 pL1CaloGeometry = std::auto_ptr< L1CaloGeometry >(
86 return pL1CaloGeometry ;
T getParameter(std::string const &) const
std::auto_ptr< L1CaloGeometry > ReturnType
ReturnType produce(const L1CaloGeometryRecord &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
L1CaloGeometryProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)