Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:54

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from HLTriggerOffline.Higgs.hltHiggsPostProcessors_cff import *
0004 
0005 HLTHiggsPostVal = cms.Sequence( 
0006     hltHiggsPostProcessors
0007 )
0008