CMS 3D CMS Logo

CSCFakeGainsConditions.h
Go to the documentation of this file.
1 #ifndef _CSCFAKEGAINSCONDITIONS_H
2 #define _CSCFAKEGAINSCONDITIONS_H
3 
12 #include <memory>
13 
15 
19 
21 public:
23  ~CSCFakeGainsConditions() override;
24 
25  float mean, min, minchi;
26  int seed;
27  long int M;
28 
30 
31  typedef std::unique_ptr<CSCGains> ReturnType;
32 
33  ReturnType produceGains(const CSCGainsRcd &);
34 
35 private:
36  // ----------member data ---------------------------
38  const edm::IOVSyncValue &,
39  edm::ValidityInterval &) override;
40 };
41 
42 #endif
ReturnType produceGains(const CSCGainsRcd &)
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
CSCFakeGainsConditions(const edm::ParameterSet &)
std::unique_ptr< CSCGains > ReturnType