CMS 3D CMS Logo

ThrParameters.h
Go to the documentation of this file.
1 #ifndef RecoMuon_GlobalTrackingTools_ThrParameters_h
2 #define RecoMuon_GlobalTrackingTools_ThrParameters_h
3 
20 
22 public:
25 
26  void setInitialThr(double thr0) { x0 = thr0; };
27  const bool isValidThdDB() { return isValidThdDB_; };
28  const std::map<DTChamberId, GlobalError>& GetDTApeMap() { return dtApeMap; };
29  const std::map<CSCDetId, GlobalError>& GetCSCApeMap() { return cscApeMap; };
31 
32 private:
33  double x0;
36  std::map<DTChamberId, GlobalError> dtApeMap;
37  std::map<CSCDetId, GlobalError> cscApeMap;
38 };
39 
40 #endif // RecoMuon_GlobalTrackingTools_ThrParameters_h
ThrParameters(const edm::EventSetup *)
Definition: ThrParameters.cc:7
const DYTThrObject * dytThresholds
Definition: ThrParameters.h:35
const bool isValidThdDB()
Definition: ThrParameters.h:27
void setInitialThr(double thr0)
Definition: ThrParameters.h:26
std::map< CSCDetId, GlobalError > cscApeMap
Definition: ThrParameters.h:37
const std::map< DTChamberId, GlobalError > & GetDTApeMap()
Definition: ThrParameters.h:28
const std::map< CSCDetId, GlobalError > & GetCSCApeMap()
Definition: ThrParameters.h:29
const DYTThrObject * getInitialThresholds()
Definition: ThrParameters.h:30
std::map< DTChamberId, GlobalError > dtApeMap
Definition: ThrParameters.h:36