CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTFakeVDriftESProducer.h
Go to the documentation of this file.
1 #ifndef _DTFAKEVDRIFT_H
2 #define _DTFAKEVDRIFT_H
3 
12 // system include files
13 #include <memory>
14 
15 // user include files
19 
22 
24 
25 class DTMtime;
26 class DTMtimeRcd;
27 
29 public:
31  virtual ~DTFakeVDriftESProducer();
32 
33  DTMtime* produce(const DTMtimeRcd&);
34 private:
35  // ----------member data ---------------------------
37 
38  double vDrift;
39  double reso;
40 };
41 
42 #endif
DTFakeVDriftESProducer(const edm::ParameterSet &)
DTMtime * produce(const DTMtimeRcd &)
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)