CMS 3D CMS Logo

CSCFakeDBGainsPopCon.h
Go to the documentation of this file.
1 #ifndef _CSCFAKEDBGAINSPOPCON_H
2 #define _CSCFAKEDBGAINSPOPCON_H
3 
4 #include <memory>
13 
15 
19 
21  public:
24 
25  float mean,min,minchi;
26  int seed;long int M;
27 
29 
30  typedef std::unique_ptr<CSCDBGains> ReturnType;
31 
32  ReturnType produceDBGains(const CSCDBGainsRcd&);
33 
34  private:
35  // ----------member data ---------------------------
38 
39 };
40 
41 #endif
std::unique_ptr< CSCDBGains > ReturnType
CSCDBGains * prefillDBGains()
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
ReturnType produceDBGains(const CSCDBGainsRcd &)
CSCFakeDBGainsPopCon(const edm::ParameterSet &)