Skip to content

Commit

Permalink
Cosmetic changes to Tracking DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Feb 13, 2025
1 parent a868e9d commit d0c342d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Tracking/python/dqm.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def buildHistograms(self) :
self.build1DHistogram("theta_err",
"#sigma_{#theta} [rad]",nbins,0,0.06)
self.build1DHistogram("qop_err",
"#sigma_{qOp} [GeV-1]",nbins,0,1)
"#sigma_{qOp} [GeV^{-1}]",nbins,0,1)
self.build1DHistogram("p_err",
"#sigma_{p} [GeV]", nbins, 0, 1)

Expand All @@ -133,27 +133,27 @@ def buildHistograms(self) :

self.build2DHistogram("p_err_vs_p",
"p [GeV]", nbins, 0, pmax,
"#sigma_{p} [mm]", nbins, 0,1)
"#sigma_{p} [GeV]", nbins, 0,1)

self.build2DHistogram("p_err_vs_p_8hits",
"p [GeV]", nbins, 0, pmax,
"#sigma_{p} [mm]", nbins, 0,1)
"#sigma_{p} [GeV]", nbins, 0,1)

self.build2DHistogram("p_err_vs_p_9hits",
"p [GeV]", nbins, 0, pmax,
"#sigma_{p} [mm]", nbins, 0,1)
"#sigma_{p} [GeV]", nbins, 0,1)

self.build2DHistogram("p_err_vs_p_10hits",
"p [GeV]", nbins, 0, pmax,
"#sigma_{p} [mm]", nbins, 0,1)
"#sigma_{p} [GeV]", nbins, 0,1)

self.build2DHistogram("res_p_vs_p",
"p [GeV]", nbins, 0, pmax,
"res_{p} [GeV]", nbins, -3,3)

self.build2DHistogram("res_qop_vs_p",
"p [GeV]", nbins, 0, pmax,
"res_{qop} [1/GeV]", nbins, -0.5,0.5)
"res_{qop} [GeV^{-1}]", nbins, -0.5,0.5)

self.build2DHistogram("res_d0_vs_p",
"p [GeV]" , nbins, 0, pmax,
Expand All @@ -177,11 +177,11 @@ def buildHistograms(self) :

self.build2DHistogram("res_p_vs_p_9hits",
"p [GeV]", nbins, 0, pmax,
"res_{p} [mm]", nbins, -3,3)
"res_{p} [GeV]", nbins, -3,3)

self.build2DHistogram("res_p_vs_p_10hits",
"p [GeV]", nbins, 0, pmax,
"res_{p} [mm]", nbins, -3,3)
"res_{p} [GeV]", nbins, -3,3)


self.build2DHistogram("pull_qop_vs_p",
Expand Down

0 comments on commit d0c342d

Please sign in to comment.