CMS 3D CMS Logo

EcalRegionCablingESProducer.h
Go to the documentation of this file.
1 #ifndef EventFilter_EcalRawToDigi_EcalRegionCablingESProducer_H
2 #define EventFilter_EcalRawToDigi_EcalRegionCablingESProducer_H
3 // -*- C++ -*-
4 //
5 // Package: EcalRegionCablingESProducer
6 // Class: EcalRegionCablingESProducer
7 //
15 //
16 // Original Author: Jean-Roch Vlimant
17 // Created: Sun Oct 7 00:37:06 CEST 2007
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 public:
36 
37  typedef std::unique_ptr<EcalRegionCabling> ReturnType;
38 
39  ReturnType produce(const EcalRegionCablingRecord&);
40 private:
42 };
43 #endif
EcalRegionCablingESProducer(const edm::ParameterSet &)
std::unique_ptr< EcalRegionCabling > ReturnType
ReturnType produce(const EcalRegionCablingRecord &)