CMS 3D CMS Logo

hgcalTriggerNtuples_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalTriggerNtuples = cms.Sequence(hgcalTriggerNtuplizer)
6 
7 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
8 from L1Trigger.L1THGCalUtilities.customNtuples import custom_ntuples_V9
9 modifyHgcalTriggerNtuplesWithV9Geometry_ = phase2_hgcalV9.makeProcessModifier(custom_ntuples_V9)
10 
11