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 
10 // system include files
11 #include <memory>
12 
13 // user include files
17 
20 
22 
23 class DTMtime;
24 class DTMtimeRcd;
25 
27 public:
29  virtual ~DTFakeVDriftESProducer();
30 
31  DTMtime* produce(const DTMtimeRcd&);
32 private:
33  // ----------member data ---------------------------
35 
36  double vDrift;
37  double reso;
38 };
39 
40 #endif
DTFakeVDriftESProducer(const edm::ParameterSet &)
DTMtime * produce(const DTMtimeRcd &)
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)