CMS 3D CMS Logo

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