CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ThrParameters.h
Go to the documentation of this file.
17 
19 
20  public:
23 
24  void setInitialThr(double thr0) {x0 = thr0;};
25  const bool isValidThdDB() {return isValidThdDB_;};
26  const std::map<DTChamberId, GlobalError>& GetDTApeMap() {return dtApeMap;};
27  const std::map<CSCDetId, GlobalError>& GetCSCApeMap() {return cscApeMap;};
29 
30  private:
31  double x0;
34  std::map<DTChamberId, GlobalError> dtApeMap;
35  std::map<CSCDetId, GlobalError> cscApeMap;
36 };
ThrParameters(const edm::EventSetup *)
Definition: ThrParameters.cc:7
const DYTThrObject * dytThresholds
Definition: ThrParameters.h:33
const bool isValidThdDB()
Definition: ThrParameters.h:25
void setInitialThr(double thr0)
Definition: ThrParameters.h:24
std::map< CSCDetId, GlobalError > cscApeMap
Definition: ThrParameters.h:35
const std::map< DTChamberId, GlobalError > & GetDTApeMap()
Definition: ThrParameters.h:26
const std::map< CSCDetId, GlobalError > & GetCSCApeMap()
Definition: ThrParameters.h:27
const DYTThrObject * getInitialThresholds()
Definition: ThrParameters.h:28
std::map< DTChamberId, GlobalError > dtApeMap
Definition: ThrParameters.h:34