test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCPerformanceESSource.h
Go to the documentation of this file.
1 #ifndef CalibTracker_RPCCalibration_RPCPerformanceESSource_H
2 #define CalibTracker_RPCCalibration_RPCPerformanceESSource_H
3 
8 #include "boost/cstdint.hpp"
9 #include <memory>
10 
11 class RPCStripNoises;
12 class RPCStripNoisesRcd;
13 
20 
21  public:
22 
25 
26  std::auto_ptr<RPCStripNoises> produce( const RPCStripNoisesRcd& );
27 
28  // protected:
29 
31  const edm::IOVSyncValue&,
33 
34  // private:
35 
38 
39  virtual RPCStripNoises* makeNoise() = 0;
40 
41 };
42 
43 #endif // CalibTracker_RPCCalibration_RPCPerformanceESSource_H
RPCPerformanceESSource(const edm::ParameterSet &)
virtual RPCStripNoises * makeNoise()=0
virtual void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
std::auto_ptr< RPCStripNoises > produce(const RPCStripNoisesRcd &)
Pure virtual class for EventSetup sources of RPCStripNoises.
const RPCPerformanceESSource & operator=(const RPCPerformanceESSource &)