Skip to content

Commit

Permalink
fix: cutdef files for all recent datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 17, 2024
1 parent 9973c8d commit e8b6b4a
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 0 deletions.
19 changes: 19 additions & 0 deletions qa-physics/cutdefs/rga_fa18_inbending_nSidis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"OutlierFD": {
"IQR_cut_factor": 4.0
},
"OutlierFT": {
"IQR_cut_factor": 4.0
},
"LowLiveTime": {
"min_live_time": 0.9
},
"ChargeHigh": {
"IQR_cut_factor": 4.0
},
"PossiblyNoBeam": {
"max_num_events": 40000,
"max_num_electrons": 100,
"max_FC_charge": 20
}
}
19 changes: 19 additions & 0 deletions qa-physics/cutdefs/rga_fa18_outbending_nSidis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"OutlierFD": {
"IQR_cut_factor": 4.0
},
"OutlierFT": {
"IQR_cut_factor": 4.0
},
"LowLiveTime": {
"min_live_time": 0.9
},
"ChargeHigh": {
"IQR_cut_factor": 4.0
},
"PossiblyNoBeam": {
"max_num_events": 40000,
"max_num_electrons": 100,
"max_FC_charge": 20
}
}
26 changes: 26 additions & 0 deletions qa-physics/cutdefs/rga_sp19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# FIXME
# FIXME
# FIXME
# FIXME need to regenerate this QADB with updated settings
# FIXME
# FIXME
# FIXME
{
"OutlierFD": {
"IQR_cut_factor": 4.0
},
"OutlierFT": {
"IQR_cut_factor": 4.0
},
"LowLiveTime": {
"min_live_time": 0.9
},
"ChargeHigh": {
"IQR_cut_factor": 4.0
},
"PossiblyNoBeam": {
"max_num_events": 40000,
"max_num_electrons": 100,
"max_FC_charge": 20
}
}
1 change: 1 addition & 0 deletions qa-physics/cutdefs/rga_sp19_nSidis.json
1 change: 1 addition & 0 deletions qa-physics/cutdefs/rga_sp19_prescaled.json
19 changes: 19 additions & 0 deletions qa-physics/cutdefs/rgc_su22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"OutlierFD": {
"IQR_cut_factor": 4.0
},
"OutlierFT": {
"IQR_cut_factor": 4.0
},
"LowLiveTime": {
"min_live_time": 0.9
},
"ChargeHigh": {
"IQR_cut_factor": 4.0
},
"PossiblyNoBeam": {
"max_num_events": 40000,
"max_num_electrons": 100,
"max_FC_charge": 20
}
}
1 change: 1 addition & 0 deletions qa-physics/cutdefs/rgc_su22_prescaled.json
1 change: 1 addition & 0 deletions qa-physics/cutdefs/rgc_su22_sidisdvcs.json

0 comments on commit e8b6b4a

Please sign in to comment.