TrigEDMRun3: Slim down jet content
Purpose
(1) The jet content in AODSLIM
is taking up a large chunk of total file size. This attempts to downscale by
-
Removing dynamic data: @bernius recently implemented the
varToRemoveFromAODSLIM
list to selectively remove dynamic data forAODSlim
. Removing nullptr element links and variables not needed for calibration nor JVT:- ElementLinks
GhostTrack_ftf
andTracksForMinimalJetTag
for jet containers tagged forAODSlim
. -
NumTrkPt500
,SumPtTrkPt1000
vectors. -
N90Constituents
for all except TLA jet containers.
- ElementLinks
-
Removing jet container: Realised
HLT_AntiKt10EMPFlowCSSKSoftDropBeta100Zcut10Jets_nojcalib_ftf
can safely be removed fromAODSLIM
asHLT_AntiKt10EMPFlowCSSKSoftDropBeta100Zcut10Jets_jes_ftf
is not a shallow copy and so does not depend onHLT_AntiKt10EMPFlowCSSKSoftDropBeta100Zcut10Jets_nojcalib_ftf
.
(2) Slimming the jet content for TLA. Removing:
- ElementLinks
GhostTrack_ftf
andTracksForMinimalJetTag
as these pointers will point to nothing - Variables not foreseen to be used:
AlgorithmType
,SizeParameter
,InputType
. (3) Adding calo quality variables to TLA jets for jet cleaning: -
LArQuality
,FracSamplingMax
,NegativeE
,Timing
,HECQuality
,AverageLArQF
,BchCorrCell
This affects...
Change in AODSLIM
size, data scouting streams size expected.
Edited by Claire Antel