Skip to content

added MC filters for Run1+2016 prompt Jpsipipigamma analysis

Lorenzo Capriotti requested to merge lcapriot-MCFilters into master

The MC filters previously used were lacking the CALO+PROTO ReProcessing locations in DaVinci, which is needed for Run 1 and 2016 MC. These new filters are an exact copy of the previously used filters with two added lines

caloProtoReprocessLocs = [ "/Event/pRec/ProtoP#99", "/Event/pRec/Calo#99” ]
SelDSTWriterConf['default'].extraItems += caloProtoReprocessLocs

before the SelDSTWriter definition.

Merge request reports