-
Notifications
You must be signed in to change notification settings - Fork 4
AHCAL Calice Producer
Most relevant information regarding AHCAL operation can be found on theier Wiki page: http://flcwiki.desy.de/AHCALandHGCALTestBeamCERN2017
-
The code for Ahcal producer is in
producers/calice
. -
Detector for beam tests consists of 12 modules with 12x12 channels each. When running together with HGcal, it's triggered by our sync board.
-
AHcal can run in an emulation mode. This mode is triggered when RedirectInputFromFile field in the config file exists (and points to a raw Ahcal data file).
-
How to compile? Use
-D BUILD_ahcal=ON
option duringcmake
-
How to run? For running it standalone:
./STARTRUN ahcal
. For running together with other producers:./STARTRUN all
. The difference is that in the later case the onlinemonor used fromproducers/cmshgcal/onlimenmon
-
For future updates, see AHCAL codes for EUDAQ2