CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
goodcollSkim_cff.py
Go to the documentation of this file.
4 
5 L1T1coll = hltLevel1GTSeed.clone()
6 L1T1coll.L1TechTriggerSeeding = cms.bool(True)
7 L1T1coll.L1SeedsLogicalExpression = cms.string('0 AND (40 OR 41) AND NOT (36 OR 37 OR 38 OR 39) AND NOT ((42 AND NOT 43) OR (43 AND NOT 42))')
8 
9 
11 
12 selectHF = cms.EDFilter("SelectHFMinBias",
13 applyfilter = cms.untracked.bool(True)
14 )
15 
16 goodcollL1requirement = cms.Sequence(L1T1coll)
17 goodcollHFrequirement = cms.Sequence(selectHF)
18 
19