Skip to content

Commit

Permalink
update correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 22, 2024
1 parent dcc0746 commit aaa5700
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
46 changes: 41 additions & 5 deletions CI/physmon/config/trackfitting_gx2f.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,48 @@
checks:
"*":
Chi2Test:
threshold: 100
threshold: 0.01
KolmogorovTest:
threshold: 100
threshold: 0.68
RatioCheck:
threshold: 100
threshold: 3
ResidualCheck:
threshold: 100
threshold: 3
IntegralCheck:
threshold: 100
threshold: 3

"nStates_*":
KolmogorovTest: null
"nMeasurements_*":
KolmogorovTest: null

pullmean_phi_vs_eta:
IntegralCheck:
threshold: 4
pullmean_theta_vs_eta:
IntegralCheck: null
pullmean_z0_vs_eta:
IntegralCheck: null

pullwidth_phi_vs_eta:
IntegralCheck:
threshold: 4.3
reswidth_d0_vs_eta:
IntegralCheck:
threshold: 4
resmean_d0_vs_eta:
IntegralCheck:
threshold: 4

pullwidth_*:
Chi2Test: null
KolmogorovTest: null
pullmean_*:
Chi2Test: null
KolmogorovTest: null
reswidth_*:
Chi2Test: null
KolmogorovTest: null
resmean_*:
Chi2Test: null
KolmogorovTest: null
46 changes: 5 additions & 41 deletions CI/physmon/config/trackfitting_gx2f_vs_kf.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,12 @@
checks:
"*":
Chi2Test:
threshold: 0.01
threshold: 100
KolmogorovTest:
threshold: 0.68
threshold: 100
RatioCheck:
threshold: 3
threshold: 100
ResidualCheck:
threshold: 3
threshold: 100
IntegralCheck:
threshold: 3

"nStates_*":
KolmogorovTest: null
"nMeasurements_*":
KolmogorovTest: null

pullmean_phi_vs_eta:
IntegralCheck:
threshold: 4
pullmean_theta_vs_eta:
IntegralCheck: null
pullmean_z0_vs_eta:
IntegralCheck: null

pullwidth_phi_vs_eta:
IntegralCheck:
threshold: 4.3
reswidth_d0_vs_eta:
IntegralCheck:
threshold: 4
resmean_d0_vs_eta:
IntegralCheck:
threshold: 4

pullwidth_*:
Chi2Test: null
KolmogorovTest: null
pullmean_*:
Chi2Test: null
KolmogorovTest: null
reswidth_*:
Chi2Test: null
KolmogorovTest: null
resmean_*:
Chi2Test: null
KolmogorovTest: null
threshold: 100

0 comments on commit aaa5700

Please sign in to comment.