Skip to content

Commit

Permalink
Merge pull request #11 from gianipez/trgiMDev
Browse files Browse the repository at this point in the history
disabled the cst triggers in the OnSpill case
  • Loading branch information
gianipez authored Feb 27, 2024
2 parents 449a809 + a8be0d8 commit a8f2d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/physMenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@
"cst":{
"bit" : 300 ,
"enabled": 1,
"eventModeConfig" : [{"eventMode":"OnSpill", "prescale":1, "streams": [ "physics_trk_calib" ]},
"eventModeConfig" : [{"eventMode":"OnSpill", "prescale":-1, "streams": [ "physics_trk_calib" ]},
{"eventMode":"OffSpill", "prescale":1, "streams": [ "cosmics_main", "physics_trk_calib" ]}]
},

"cstTimeCluster":{
"bit" : 310 ,
"enabled": 1,
"eventModeConfig" : [{"eventMode":"OnSpill", "prescale":1, "streams": [ "physics_trk_calib" ]},
"eventModeConfig" : [{"eventMode":"OnSpill", "prescale":-1, "streams": [ "physics_trk_calib" ]},
{"eventMode":"OffSpill", "prescale":1, "streams": [ "cosmics_main", "physics_trk_calib" ]}]
},

Expand Down

0 comments on commit a8f2d7e

Please sign in to comment.