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