Updating the jFEX decorator with the masking and new variables
This MR is meant to update the jFEX decorator.
- Now masking is applied to the SCells stored in the CaloCell container. One SCell masked will set its Et to 0
- Can be switched off with the Gaudi variable
SCellMasking
set to false
- Can be switched off with the Gaudi variable
- Some modifications have been implemented to the decorator
- Now extra variables can be saved with setting the Gaudi variable
ExtraInfo
to true, default is false - Two variables have been added
SCellEtMeV
andTileEtMeV
, summer energy of Scells and Tile energy in MeV - One variable (
emulated_jtowerEt
) is saved only and just only if the ReadHandleKey isL1_jFexDataTowers
. This is done to save space in the derivations when theL1_jFexEmulatedTowers
are written as well. This variables is the emulated/reconstructed encoded Et, summing up all the corresponding SCells for LAr or the tile et for Tile detector. It can be compared 1 to 1 with theet_count
variable if all works fine as we expect
- Now extra variables can be saved with setting the Gaudi variable