CMS 3D CMS Logo

CSCFakeCrosstalkConditions.h
Go to the documentation of this file.
1 #ifndef _CSCFRONTIERCROSSTALKCONDITIONS_H
2 #define _CSCFRONTIERCROSSTALKCONDITIONS_H
3 
4 #include <memory>
14 
18 
20  public:
22  ~CSCFakeCrosstalkConditions() override;
23 
24  float mean,min,minchi;
25  int seed;long int M;
26 
28 
29  typedef std::unique_ptr<CSCcrosstalk> ReturnType;
30 
31  ReturnType produceCrosstalk(const CSCcrosstalkRcd&);
32 
33  private:
34  // ----------member data ---------------------------
36 
37 };
38 
39 #endif
40 
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
std::unique_ptr< CSCcrosstalk > ReturnType
ReturnType produceCrosstalk(const CSCcrosstalkRcd &)
CSCFakeCrosstalkConditions(const edm::ParameterSet &)