Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 evtplaneFilter = cms.EDFilter("EvtPlaneFilter",
0004                               EPlabel = cms.InputTag("hiEvtPlane"),
0005                               Vnlow = cms.double(0.0),
0006                               Vnhigh = cms.double(1.),
0007                               EPlvl = cms.int32(0),
0008                               EPidx = cms.int32(8) # HF2
0009         )