CMS 3D CMS Logo

CSCFakeGainsConditions.h
Go to the documentation of this file.
1 #ifndef _CSCFAKEGAINSCONDITIONS_H
2 #define _CSCFAKEGAINSCONDITIONS_H
3 
4 #include <memory>
13 
15 
19 
21  public:
23  ~CSCFakeGainsConditions() override;
24 
25  float mean,min,minchi;
26  int seed;long int M;
27 
29 
30  typedef std::unique_ptr<CSCGains> ReturnType;
31 
32  ReturnType produceGains(const CSCGainsRcd&);
33 
34  private:
35  // ----------member data ---------------------------
37 
38 };
39 
40 #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