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 
23  public:
26 
27  void setInitialThr(double thr0) {x0 = thr0;};
28  const bool isValidThdDB() {return isValidThdDB_;};
29  const std::map<DTChamberId, GlobalError>& GetDTApeMap() {return dtApeMap;};
30  const std::map<CSCDetId, GlobalError>& GetCSCApeMap() {return cscApeMap;};
32 
33  private:
34  double x0;
37  std::map<DTChamberId, GlobalError> dtApeMap;
38  std::map<CSCDetId, GlobalError> cscApeMap;
39 };
40 
41 #endif // RecoMuon_GlobalTrackingTools_ThrParameters_h
ThrParameters(const edm::EventSetup *)
Definition: ThrParameters.cc:7
const DYTThrObject * dytThresholds
Definition: ThrParameters.h:36
const bool isValidThdDB()
Definition: ThrParameters.h:28
void setInitialThr(double thr0)
Definition: ThrParameters.h:27
std::map< CSCDetId, GlobalError > cscApeMap
Definition: ThrParameters.h:38
const std::map< DTChamberId, GlobalError > & GetDTApeMap()
Definition: ThrParameters.h:29
const std::map< CSCDetId, GlobalError > & GetCSCApeMap()
Definition: ThrParameters.h:30
const DYTThrObject * getInitialThresholds()
Definition: ThrParameters.h:31
std::map< DTChamberId, GlobalError > dtApeMap
Definition: ThrParameters.h:37