Skip to content
Snippets Groups Projects
Commit cc28b603 authored by Robinpreet Dhillon's avatar Robinpreet Dhillon
Browse files

added shaper function

parent 74ecae32
No related branches found
No related tags found
1 merge request!245Draft: Added shaper function
......@@ -12,7 +12,7 @@ from Configurables import Jug__Reco__CalorimeterHitsMerger as CalHitsMerger
from Configurables import Jug__Reco__ImagingPixelMerger as MLDataMerger
from Configurables import Jug__Reco__ImagingPixelDataSorter as MLDataSorter
from Configurables import Jug__Reco__ImagingPixelDataCombiner as MLDataCombiner
from Configurables import Jug__Reco__ImagingPixelDataShaper as MLDataShaper
# input arguments through environment variables
kwargs = dict()
......@@ -123,7 +123,11 @@ becal_combiner = MLDataCombiner('becal_combiner',
layerIncrement=100,
rule=kwargs['combine'])
# shape layers
becal_shaper = MLDataShaper('becal_combiner',
inputHits=becal_combiner.outputHits)
podout.outputCommands = [
# 'keep *',
......@@ -138,7 +142,7 @@ ApplicationMgr(
TopAlg=[podin,
becal_img_digi, becal_img_reco, becal_img_merger, becal_img_sorter,
becal_scfi_digi, becal_scfi_reco, becal_scfi_merger, becal_scfi_sorter,
becal_combiner,
becal_combiner, becal_shaper,
podout],
EvtSel='NONE',
EvtMax=kwargs['nev'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment