HLTJet Reco+EDM: Adding EnergyPerSamplingCaloBased
Purpose
Scheduling the creation of and adding new dynamic Aux variable EnergyPerSamplingCaloBased
for HLT_AntiKt4EMPFlowJets
- both for HLT jets and TLA jets.
EnergyPerSamplingCaloBased
is the per layer calorimeter energy before cluster energy subtraction. Future GSC calibrations may be based on calo-based energy sampling definition. It is important that TLA jets store this in upcoming data taking and useful for HLT jets to test calo-based calibrations in recorded data/MC in future.
Affects
- TMMT/HLT/Jet reco: Scheduling
CaloEnergiesClus
standard jet modifier for calculation of new variable. - TriggerEDMRun3/TriggerEDMAuxAccessors: Adding new vector of floats aux variable
EnergyPerSamplingCaloBased
for both HLT and TLA PFlow jets.
Tests
- Checked RDO and AOD output from
test_trigAna_RDOtoAOD_v1Dev_build.py
for new variable onHLT_AntiKt4EMPFlowJets_nojcalib_ftf
andHLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_TLA
. ComparedEnergyPerSamplingCaloBased
toEnergyPerSampling
, values looked reasonable.
Follow ups
- Todo: Need to add new variable to DAOD_JETM1 in follow up MR.