Skip to content
Snippets Groups Projects

Draft: new function for highpt uncertianty of muon sagitta correction

Open Weitao Wang requested to merge MCP-sagittahighpt into main
5 files
+ 61
46
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -23,6 +23,7 @@ namespace MCP {
// To retrieve the calib constant
double getCalibConstant(const TrackCalibObj& trk) const;
bool mapExist() const { return m_calibConstantHist ? true : false; };
protected:
std::unique_ptr<const TH1> m_calibConstantHist;
Loading