HLT_PIon_cff::_sequence = None |
Definition at line 15632 of file HLT_PIon_cff.py.
Definition at line 15436 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::AlCa_LumiPixels_Random_v1 = cms.Path( HLTBeginSequenceRandom + hltPreAlCaLumiPixelsRandom + hltFEDSelectorLumiPixels + HLTEndSequence ) |
Definition at line 15442 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::AlCa_LumiPixels_v8 = cms.Path( HLTBeginSequence + hltL1sL1AlwaysTrue + hltPreAlCaLumiPixels + hltFEDSelectorLumiPixels + HLTEndSequence ) |
Definition at line 15440 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::AlCa_LumiPixels_ZeroBias_v4 = cms.Path( HLTBeginSequence + hltL1sL1ZeroBias + hltPreAlCaLumiPixelsZeroBias + hltFEDSelectorLumiPixels + HLTEndSequence ) |
Definition at line 15441 of file HLT_PIon_cff.py.
Definition at line 15434 of file HLT_PIon_cff.py.
Definition at line 15435 of file HLT_PIon_cff.py.
Definition at line 15432 of file HLT_PIon_cff.py.
Definition at line 15433 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::AlCa_RPCMuonNoHits_v9 = cms.Path( HLTBeginSequence + hltL1sAlCaRPC + hltPreAlCaRPCMuonNoHits + HLTMuonLocalRecoSequence + hltRPCPointProducer + HLTRPCFilter + HLTEndSequence ) |
Definition at line 15438 of file HLT_PIon_cff.py.
Definition at line 15439 of file HLT_PIon_cff.py.
Definition at line 15437 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "AnalyticalPropagatorESProducer", 00002 MaxDPhi = cms.double( 1.6 ), 00003 ComponentName = cms.string( "AnyDirectionAnalyticalPropagator" ), 00004 PropagationDirection = cms.string( "anyDirection" ) 00005 )
Definition at line 1258 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetIdAssociatorESProducer", 00002 ComponentName = cms.string( "CaloDetIdAssociator" ), 00003 etaBinSize = cms.double( 0.087 ), 00004 nEta = cms.int32( 70 ), 00005 nPhi = cms.int32( 72 ), 00006 includeBadChambers = cms.bool( False ) 00007 )
Definition at line 1359 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::CaloTopologyBuilder = cms.ESProducer( "CaloTopologyBuilder" ) |
Definition at line 1263 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CaloTowerConstituentsMapBuilder", 00002 MapFile = cms.untracked.string( "Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz" ) 00003 )
Definition at line 1264 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CastorDbProducer", 00002 appendToDataLabel = cms.string( "" ) 00003 )
Definition at line 1267 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "ClusterShapeHitFilterESProducer", 00002 ComponentName = cms.string( "ClusterShapeHitFilter" ) 00003 )
Definition at line 1270 of file HLT_PIon_cff.py.
list HLT_PIon_cff::cmsswVersion = os.environ['CMSSW_VERSION'] |
Definition at line 15589 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "NavigationSchoolESProducer", 00002 ComponentName = cms.string( "CosmicNavigationSchool" ) 00003 )
Definition at line 1366 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::datasets |
Definition at line 39 of file HLT_PIon_cff.py.
Definition at line 15579 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::DST_Physics_v5 = cms.Path( HLTBeginSequence + hltPreDSTPhysics + HLTEndSequence ) |
Definition at line 15425 of file HLT_PIon_cff.py.
00001 cms.Service( "DTDataIntegrityTask", 00002 processingMode = cms.untracked.string( "HLT" ), 00003 fedIntegrityFolder = cms.untracked.string( "DT/FEDIntegrity_EvF" ), 00004 getSCInfo = cms.untracked.bool( True ) 00005 )
Definition at line 3999 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetIdAssociatorESProducer", 00002 ComponentName = cms.string( "EcalDetIdAssociator" ), 00003 etaBinSize = cms.double( 0.02 ), 00004 nEta = cms.int32( 300 ), 00005 nPhi = cms.int32( 360 ), 00006 includeBadChambers = cms.bool( False ) 00007 )
Definition at line 1369 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "EcalSeverityLevelESProducer", 00002 dbstatusMask = cms.PSet( 00003 kGood = cms.vuint32( 0 ), 00004 kProblematic = cms.vuint32( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ), 00005 kRecovered = cms.vuint32( ), 00006 kTime = cms.vuint32( ), 00007 kWeird = cms.vuint32( ), 00008 kBad = cms.vuint32( 11, 12, 13, 14, 15, 16 ) 00009 ), 00010 timeThresh = cms.double( 2.0 ), 00011 flagMask = cms.PSet( 00012 kGood = cms.vstring( 'kGood' ), 00013 kProblematic = cms.vstring( 'kPoorReco', 00014 'kPoorCalib', 00015 'kNoisy', 00016 'kSaturated' ), 00017 kRecovered = cms.vstring( 'kLeadingEdgeRecovered', 00018 'kTowerRecovered' ), 00019 kTime = cms.vstring( 'kOutOfTime' ), 00020 kWeird = cms.vstring( 'kWeird', 00021 'kDiWeird' ), 00022 kBad = cms.vstring( 'kFaultyHardware', 00023 'kDead', 00024 'kKilled' ) 00025 ) 00026 )
Definition at line 1376 of file HLT_PIon_cff.py.
Definition at line 1273 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetIdAssociatorESProducer", 00002 ComponentName = cms.string( "HcalDetIdAssociator" ), 00003 etaBinSize = cms.double( 0.087 ), 00004 nEta = cms.int32( 70 ), 00005 nPhi = cms.int32( 72 ), 00006 includeBadChambers = cms.bool( False ) 00007 )
Definition at line 1402 of file HLT_PIon_cff.py.
Definition at line 1409 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 1 ), 00004 MinPt = cms.double( 12.0 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAFullCands" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13381 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 1 ), 00004 MinPt = cms.double( 20.0 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAFullCands" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13420 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 1 ), 00004 MinPt = cms.double( 30.0 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAFullCands" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13435 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 1 ), 00004 MinPt = cms.double( 50.0 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAFullCands" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13450 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 100 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 12243 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 130 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 12258 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 140 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13465 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 160 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 12285 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 190 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 12300 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 220 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 12327 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 3 ), 00004 MinPt = cms.double( 0.2 ), 00005 MaxVz = cms.double( 20.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHFSumET" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13708 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 55 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13484 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 70 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13499 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTSingleVertexPixelTrackFilter", 00002 saveTags = cms.bool( False ), 00003 MinTrks = cms.int32( 85 ), 00004 MinPt = cms.double( 0.4 ), 00005 MaxVz = cms.double( 15.0 ), 00006 MaxEta = cms.double( 2.4 ), 00007 trackCollection = cms.InputTag( "hltPAPixelCandsForHighMult" ), 00008 vertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00009 MaxPt = cms.double( 9999.0 ), 00010 MinSep = cms.double( 0.4 ) 00011 )
Definition at line 13514 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTVertexFilter", 00002 maxZ = cms.double( 20.0 ), 00003 saveTags = cms.bool( False ), 00004 minVertices = cms.uint32( 2 ), 00005 maxChi2 = cms.double( 99999.0 ), 00006 inputTag = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00007 minNDoF = cms.double( 3.0 ), 00008 maxD0 = cms.double( 0.5 ) 00009 )
Definition at line 13695 of file HLT_PIon_cff.py.
Definition at line 15414 of file HLT_PIon_cff.py.
Definition at line 15417 of file HLT_PIon_cff.py.
Definition at line 15418 of file HLT_PIon_cff.py.
Definition at line 15419 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_DTCalibration_v2 = cms.Path( HLTBeginSequenceCalibration + hltPreDTCalibration + hltDTCalibrationRaw + HLTEndSequence ) |
Definition at line 15426 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_EcalCalibration_v3 = cms.Path( HLTBeginSequenceCalibration + hltPreEcalCalibration + hltEcalCalibrationRaw + HLTEndSequence ) |
Definition at line 15427 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_Ele22_CaloIdL_CaloIsoVL_v6 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG12 + hltPreEle22CaloIdLCaloIsoVL + HLTEle22CaloIdLCaloIsoVLSequence + HLTEndSequence ) |
Definition at line 15416 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_GlobalRunHPDNoise_v8 = cms.Path( HLTBeginSequence + hltL1sL1SingleJet20CentralNoBPTXNoHalo + hltPreGlobalRunHPDNoise + HLTEndSequence ) |
Definition at line 15423 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_HcalCalibration_v3 = cms.Path( HLTBeginSequenceCalibration + hltPreHcalCalibration + HLTHcalCalibTypeFilter + hltHcalCalibrationRaw + HLTEndSequence ) |
Definition at line 15428 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_L1SingleMuOpen_AntiBPTX_v7 = cms.Path( HLTBeginSequenceAntiBPTX + hltL1sL1SingleMuOpen + hltPreL1SingleMuOpenAntiBPTX + hltL1MuOpenL1Filtered0 + HLTEndSequence ) |
Definition at line 15430 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_L1TrackerCosmics_v7 = cms.Path( HLTBeginSequence + hltL1sTrackerCosmics + hltPreL1TrackerCosmics + hltTrackerCosmicsPattern + HLTEndSequence ) |
Definition at line 15431 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_LogMonitor_v4 = cms.Path( hltGtDigis + hltLogMonitorFilter + hltPreLogMonitor + HLTEndSequence ) |
Definition at line 15580 of file HLT_PIon_cff.py.
Definition at line 15415 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PABptxMinusNotBptxPlus_v1 = cms.Path( HLTBeginSequence + hltL1sL1BptxMinusNotBptxPlus + hltPrePABptxMinusNotBptxPlus + HLTEndSequence ) |
Definition at line 15555 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PABptxPlusNotBptxMinus_v1 = cms.Path( HLTBeginSequence + hltL1sL1BptxPlusNotBptxMinus + hltPrePABptxPlusNotBptxMinus + HLTEndSequence ) |
Definition at line 15554 of file HLT_PIon_cff.py.
Definition at line 15478 of file HLT_PIon_cff.py.
Definition at line 15546 of file HLT_PIon_cff.py.
Definition at line 15547 of file HLT_PIon_cff.py.
Definition at line 15545 of file HLT_PIon_cff.py.
Definition at line 15471 of file HLT_PIon_cff.py.
Definition at line 15510 of file HLT_PIon_cff.py.
Definition at line 15511 of file HLT_PIon_cff.py.
Definition at line 15571 of file HLT_PIon_cff.py.
Definition at line 15560 of file HLT_PIon_cff.py.
Definition at line 15562 of file HLT_PIon_cff.py.
Definition at line 15561 of file HLT_PIon_cff.py.
Definition at line 15457 of file HLT_PIon_cff.py.
Definition at line 15462 of file HLT_PIon_cff.py.
Definition at line 15453 of file HLT_PIon_cff.py.
Definition at line 15458 of file HLT_PIon_cff.py.
Definition at line 15454 of file HLT_PIon_cff.py.
Definition at line 15459 of file HLT_PIon_cff.py.
Definition at line 15455 of file HLT_PIon_cff.py.
Definition at line 15460 of file HLT_PIon_cff.py.
Definition at line 15456 of file HLT_PIon_cff.py.
Definition at line 15461 of file HLT_PIon_cff.py.
Definition at line 15520 of file HLT_PIon_cff.py.
Definition at line 15521 of file HLT_PIon_cff.py.
Definition at line 15522 of file HLT_PIon_cff.py.
Definition at line 15523 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAHcalNZS_v1 = cms.Path( HLTBeginSequenceNZS + hltL1sPAHcalNZS + hltPrePAHcalNZS + HLTEndSequence ) |
Definition at line 15422 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAHcalPhiSym_v1 = cms.Path( HLTBeginSequenceNZS + hltL1sPAHcalPhiSym + hltPrePAHcalPhiSym + HLTEndSequence ) |
Definition at line 15421 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAHcalUTCA_v1 = cms.Path( HLTPABeginSequenceUTCA + hltPrePAHcalUTCA + HLTEndSequence ) |
Definition at line 15420 of file HLT_PIon_cff.py.
Definition at line 15558 of file HLT_PIon_cff.py.
Definition at line 15534 of file HLT_PIon_cff.py.
Definition at line 15535 of file HLT_PIon_cff.py.
Definition at line 15536 of file HLT_PIon_cff.py.
Definition at line 15537 of file HLT_PIon_cff.py.
Definition at line 15451 of file HLT_PIon_cff.py.
Definition at line 15452 of file HLT_PIon_cff.py.
Definition at line 15447 of file HLT_PIon_cff.py.
Definition at line 15448 of file HLT_PIon_cff.py.
Definition at line 15468 of file HLT_PIon_cff.py.
Definition at line 15449 of file HLT_PIon_cff.py.
Definition at line 15469 of file HLT_PIon_cff.py.
Definition at line 15450 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1CastorTotalTotemLowMultiplicity_v1 = cms.Path( HLTBeginSequence + hltL1sL1CastorTotalTotemLowMultiplicity + hltPrePAL1CastorTotalTotemLowMultiplicity + HLTEndSequence ) |
Definition at line 15548 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1DoubleEG3_FwdVeto_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1DoubleEG3FwdVeto + hltPrePAL1DoubleEG3FwdVeto + HLTEndSequence ) |
Definition at line 15563 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1DoubleEG5_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1DoubleEG5TotemDiffractive + hltPrePAL1DoubleEG5TotemDiffractive + HLTEndSequence ) |
Definition at line 15570 of file HLT_PIon_cff.py.
Definition at line 15509 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1DoubleJet20_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1DoubleJet20TotemDiffractive + hltPrePAL1DoubleJet20TotemDiffractive + HLTEndSequence ) |
Definition at line 15567 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1DoubleJetC36_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1DoubleJetC36TotemDiffractive + hltPrePAL1DoubleJetC36TotemDiffractive + HLTEndSequence ) |
Definition at line 15568 of file HLT_PIon_cff.py.
Definition at line 15472 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1DoubleMu0_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1DoubleMu0 + hltPrePAL1DoubleMu0 + hltL1fL1sL1DoubleMu0L1f0 + HLTEndSequence ) |
Definition at line 15470 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1DoubleMu5_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1DoubleMu5TotemDiffractive + hltPrePAL1DoubleMu5TotemDiffractive + HLTEndSequence ) |
Definition at line 15569 of file HLT_PIon_cff.py.
Definition at line 15473 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1SingleEG20_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG20TotemDiffractive + hltPrePAL1SingleEG20TotemDiffractive + HLTEndSequence ) |
Definition at line 15566 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1SingleJet16_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleJet16BptxAND + hltPrePAL1SingleJet16 + HLTEndSequence ) |
Definition at line 15443 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1SingleJet36_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleJet36 + hltPrePAL1SingleJet36 + HLTEndSequence ) |
Definition at line 15444 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1SingleJet52_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleJet52TotemDiffractive + hltPrePAL1SingleJet52TotemDiffractive + HLTEndSequence ) |
Definition at line 15564 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1SingleMu20_TotemDiffractive_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleMu20TotemDiffractive + hltPrePAL1SingleMu20TotemDiffractive + HLTEndSequence ) |
Definition at line 15565 of file HLT_PIon_cff.py.
Definition at line 15540 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1Tech53_MB_v1 = cms.Path( HLTBeginSequence + hltL1sL1Tech53MB + hltPrePAL1Tech53MB + HLTEndSequence ) |
Definition at line 15539 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1Tech54_ZeroBias_v1 = cms.Path( HLTBeginSequence + hltL1sL1Tech54ZeroBias + hltPrePAL1Tech54ZeroBias + HLTEndSequence ) |
Definition at line 15541 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1Tech63_CASTORHaloMuon_v1 = cms.Path( HLTBeginSequence + hltL1sL1Tech63CASTORHaloMuon + hltPrePAL1Tech63CASTORHaloMuon + HLTEndSequence ) |
Definition at line 15544 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAL1Tech_HBHEHO_totalOR_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sTechTrigHCALNoise + hltPrePAL1TechHBHEHOtotalOR + HLTEndSequence ) |
Definition at line 15543 of file HLT_PIon_cff.py.
Definition at line 15474 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAMinBiasBHC_OR_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sPAMinBiasBscBptxAND + hltPrePAMinBiasBHCOR + HLTEndSequence ) |
Definition at line 15552 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAMinBiasBHC_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sBscMinBiasThreshold1BptxAND + hltPrePAMinBiasBHC + HLTEndSequence ) |
Definition at line 15551 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAMinBiasHF_OR_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sPAMinBiasHFORBptxAND + hltPrePAMinBiasHFOR + HLTEndSequence ) |
Definition at line 15550 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAMinBiasHF_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sPAMinBiasHFBptxAND + hltPrePAMinBiasHF + HLTEndSequence ) |
Definition at line 15549 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAMinBiasHfOrBHC_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sPAMinBiasHfBptxANDorBscBptxAND + hltPrePAMinBiasHfOrBHC + HLTEndSequence ) |
Definition at line 15553 of file HLT_PIon_cff.py.
Definition at line 15477 of file HLT_PIon_cff.py.
Definition at line 15475 of file HLT_PIon_cff.py.
Definition at line 15479 of file HLT_PIon_cff.py.
Definition at line 15480 of file HLT_PIon_cff.py.
Definition at line 15572 of file HLT_PIon_cff.py.
Definition at line 15476 of file HLT_PIon_cff.py.
Definition at line 15481 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton10_NoCaloIdVL_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG5BptxAND + hltPrePAPhoton10NoCaloIdVL + HLTPhoton10NoCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15482 of file HLT_PIon_cff.py.
Definition at line 15497 of file HLT_PIon_cff.py.
Definition at line 15503 of file HLT_PIon_cff.py.
Definition at line 15502 of file HLT_PIon_cff.py.
Definition at line 15493 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton10_TightCaloIdVL_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleEG5BptxAND + hltPrePAPhoton10TightCaloIdVL + HLTPAPhoton10TightCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15488 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton15_NoCaloIdVL_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG5BptxAND + hltPrePAPhoton15NoCaloIdVL + HLTPhoton15NoCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15483 of file HLT_PIon_cff.py.
Definition at line 15498 of file HLT_PIon_cff.py.
Definition at line 15504 of file HLT_PIon_cff.py.
Definition at line 15494 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton15_TightCaloIdVL_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleEG5BptxAND + hltPrePAPhoton15TightCaloIdVL + HLTPAPhoton15TightCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15489 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton20_NoCaloIdVL_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG5BptxAND + hltPrePAPhoton20NoCaloIdVL + HLTPhoton20NoCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15484 of file HLT_PIon_cff.py.
Definition at line 15499 of file HLT_PIon_cff.py.
Definition at line 15505 of file HLT_PIon_cff.py.
Definition at line 15500 of file HLT_PIon_cff.py.
Definition at line 15495 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton20_TightCaloIdVL_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleEG5BptxAND + hltPrePAPhoton20TightCaloIdVL + HLTPAPhoton20TightCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15490 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton30_NoCaloIdVL_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG12 + hltPrePAPhoton30NoCaloIdVL + HLTPhoton30NoCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15485 of file HLT_PIon_cff.py.
Definition at line 15501 of file HLT_PIon_cff.py.
Definition at line 15496 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton30_TightCaloIdVL_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleEG12 + hltPrePAPhoton30TightCaloIdVL + HLTPAPhoton30TightCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15491 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton40_NoCaloIdVL_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG20 + hltPrePAPhoton40NoCaloIdVL + HLTPhoton40NoCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15486 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton40_TightCaloIdVL_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleEG20 + hltPrePAPhoton40TightCaloIdVL + HLTPAPhoton40TightCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15492 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAPhoton60_NoCaloIdVL_v1 = cms.Path( HLTBeginSequence + hltL1sL1SingleEG24 + hltPrePAPhoton60NoCaloIdVL + HLTPhoton60NoCaloIdVLSequence + HLTEndSequence ) |
Definition at line 15487 of file HLT_PIon_cff.py.
Definition at line 15517 of file HLT_PIon_cff.py.
Definition at line 15525 of file HLT_PIon_cff.py.
Definition at line 15518 of file HLT_PIon_cff.py.
Definition at line 15524 of file HLT_PIon_cff.py.
Definition at line 15519 of file HLT_PIon_cff.py.
Definition at line 15512 of file HLT_PIon_cff.py.
Definition at line 15513 of file HLT_PIon_cff.py.
Definition at line 15514 of file HLT_PIon_cff.py.
Definition at line 15515 of file HLT_PIon_cff.py.
Definition at line 15516 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PARandom_v1 = cms.Path( HLTBeginSequenceRandom + hltPrePARandom + HLTEndSequence ) |
Definition at line 15578 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PARomanPots_Tech52_v1 = cms.Path( HLTBeginSequence + hltL1sRomanPotsTech52 + hltPrePARomanPotsTech52 + HLTEndSequence ) |
Definition at line 15538 of file HLT_PIon_cff.py.
Definition at line 15507 of file HLT_PIon_cff.py.
Definition at line 15506 of file HLT_PIon_cff.py.
Definition at line 15508 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PASingleForJet15_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1ZeroBias + hltPrePASingleForJet15 + HLTRecoJetSequenceAK5Corrected + hltSingleForJet15 + HLTEndSequence ) |
Definition at line 15445 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PASingleForJet25_v1 = cms.Path( HLTBeginSequenceBPTX + hltL1sL1SingleForJet16 + hltPrePASingleForJet25 + HLTRecoJetSequenceAK5Corrected + hltSingleForJet25 + HLTEndSequence ) |
Definition at line 15446 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAT1minbias_Tech55_v1 = cms.Path( HLTBeginSequence + hltL1sT1minbiasTech55 + hltPrePAT1minbiasTech55 + HLTEndSequence ) |
Definition at line 15542 of file HLT_PIon_cff.py.
Definition at line 15533 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PATech35_v1 = cms.Path( HLTBeginSequence + hltL1sPATech35 + hltPrePATech35 + HLTEndSequence ) |
Definition at line 15532 of file HLT_PIon_cff.py.
Definition at line 15467 of file HLT_PIon_cff.py.
Definition at line 15463 of file HLT_PIon_cff.py.
Definition at line 15464 of file HLT_PIon_cff.py.
Definition at line 15465 of file HLT_PIon_cff.py.
Definition at line 15466 of file HLT_PIon_cff.py.
Definition at line 15574 of file HLT_PIon_cff.py.
Definition at line 15573 of file HLT_PIon_cff.py.
Definition at line 15576 of file HLT_PIon_cff.py.
Definition at line 15575 of file HLT_PIon_cff.py.
Definition at line 15577 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PAZeroBias_v1 = cms.Path( HLTBeginSequence + hltL1sL1ZeroBias + hltPrePAZeroBias + HLTEndSequence ) |
Definition at line 15556 of file HLT_PIon_cff.py.
Definition at line 15559 of file HLT_PIon_cff.py.
Definition at line 15557 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_Physics_v5 = cms.Path( HLTBeginSequence + hltPrePhysics + HLTEndSequence ) |
Definition at line 15424 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_PPL1DoubleJetC36_v1 = cms.Path( HLTBeginSequence + hltL1sL1DoubleJetC36 + hltPrePPL1DoubleJetC36 + HLTEndSequence ) |
Definition at line 15531 of file HLT_PIon_cff.py.
Definition at line 15529 of file HLT_PIon_cff.py.
Definition at line 15530 of file HLT_PIon_cff.py.
Definition at line 15526 of file HLT_PIon_cff.py.
Definition at line 15527 of file HLT_PIon_cff.py.
Definition at line 15528 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLT_TrackerCalibration_v3 = cms.Path( HLTBeginSequenceCalibration + hltPreTrackerCalibration + hltLaserAlignmentEventFilter + hltTrackerCalibrationRaw + HLTEndSequence ) |
Definition at line 15429 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFJetCorrectionProducer", 00002 src = cms.InputTag( "hltAntiKT5PFJets" ), 00003 correctors = cms.vstring( 'hltESPAK5PFL1L2L3' ) 00004 )
Definition at line 10459 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRecalibRecHitProducer", 00002 doEnergyScale = cms.bool( True ), 00003 doLaserCorrectionsInverse = cms.bool( True ), 00004 EERecHitCollection = cms.InputTag( '','etaEcalRecHitsEE' ), 00005 doEnergyScaleInverse = cms.bool( True ), 00006 EBRecHitCollection = cms.InputTag( 'hltAlCaEtaRecHitsFilterEBonly','etaEcalRecHitsEB' ), 00007 doIntercalibInverse = cms.bool( True ), 00008 doLaserCorrections = cms.bool( True ), 00009 EBRecalibRecHitCollection = cms.string( "etaEcalRecHitsEB" ), 00010 doIntercalib = cms.bool( True ), 00011 EERecalibRecHitCollection = cms.string( "etaEcalRecHitsEE" ) 00012 )
Definition at line 6869 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRecalibRecHitProducer", 00002 doEnergyScale = cms.bool( True ), 00003 doLaserCorrectionsInverse = cms.bool( True ), 00004 EERecHitCollection = cms.InputTag( 'hltAlCaEtaRecHitsFilterEEonly','etaEcalRecHitsEE' ), 00005 doEnergyScaleInverse = cms.bool( True ), 00006 EBRecHitCollection = cms.InputTag( '','EcalRecHitsEB' ), 00007 doIntercalibInverse = cms.bool( True ), 00008 doLaserCorrections = cms.bool( True ), 00009 EBRecalibRecHitCollection = cms.string( "etaEcalRecHitsEB" ), 00010 doIntercalib = cms.bool( True ), 00011 EERecalibRecHitCollection = cms.string( "etaEcalRecHitsEE" ) 00012 )
Definition at line 6950 of file HLT_PIon_cff.py.
Definition at line 6804 of file HLT_PIon_cff.py.
Definition at line 6885 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEcalPhiSymFilter", 00002 statusThreshold = cms.uint32( 3 ), 00003 endcapHitCollection = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEE' ), 00004 eCut_endcap_high = cms.double( 999999.0 ), 00005 eCut_barrel = cms.double( 0.15 ), 00006 eCut_barrel_high = cms.double( 999999.0 ), 00007 eCut_endcap = cms.double( 0.75 ), 00008 useRecoFlag = cms.bool( False ), 00009 phiSymBarrelHitCollection = cms.string( "phiSymEcalRecHitsEB" ), 00010 barrelHitCollection = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEB' ), 00011 phiSymEndcapHitCollection = cms.string( "phiSymEcalRecHitsEE" ) 00012 )
Definition at line 6966 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRecalibRecHitProducer", 00002 doEnergyScale = cms.bool( True ), 00003 doLaserCorrectionsInverse = cms.bool( True ), 00004 EERecHitCollection = cms.InputTag( 'hltAlCaPhiSymStream','phiSymEcalRecHitsEE' ), 00005 doEnergyScaleInverse = cms.bool( True ), 00006 EBRecHitCollection = cms.InputTag( 'hltAlCaPhiSymStream','phiSymEcalRecHitsEB' ), 00007 doIntercalibInverse = cms.bool( True ), 00008 doLaserCorrections = cms.bool( True ), 00009 EBRecalibRecHitCollection = cms.string( "phiSymEcalRecHitsEB" ), 00010 doIntercalib = cms.bool( True ), 00011 EERecalibRecHitCollection = cms.string( "phiSymEcalRecHitsEE" ) 00012 )
Definition at line 6978 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRecalibRecHitProducer", 00002 doEnergyScale = cms.bool( True ), 00003 doLaserCorrectionsInverse = cms.bool( True ), 00004 EERecHitCollection = cms.InputTag( '','EcalRecHitsEE' ), 00005 doEnergyScaleInverse = cms.bool( True ), 00006 EBRecHitCollection = cms.InputTag( 'hltAlCaPi0RecHitsFilterEBonly','pi0EcalRecHitsEB' ), 00007 doIntercalibInverse = cms.bool( True ), 00008 doLaserCorrections = cms.bool( True ), 00009 EBRecalibRecHitCollection = cms.string( "pi0EcalRecHitsEB" ), 00010 doIntercalib = cms.bool( True ), 00011 EERecalibRecHitCollection = cms.string( "pi0EcalRecHitsEE" ) 00012 )
Definition at line 6707 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRecalibRecHitProducer", 00002 doEnergyScale = cms.bool( True ), 00003 doLaserCorrectionsInverse = cms.bool( True ), 00004 EERecHitCollection = cms.InputTag( 'hltAlCaPi0RecHitsFilterEEonly','pi0EcalRecHitsEE' ), 00005 doEnergyScaleInverse = cms.bool( True ), 00006 EBRecHitCollection = cms.InputTag( '','pi0EcalRecHitsEB' ), 00007 doIntercalibInverse = cms.bool( True ), 00008 doLaserCorrections = cms.bool( True ), 00009 EBRecalibRecHitCollection = cms.string( "pi0EcalRecHitsEB" ), 00010 doIntercalib = cms.bool( True ), 00011 EERecalibRecHitCollection = cms.string( "pi0EcalRecHitsEE" ) 00012 )
Definition at line 6788 of file HLT_PIon_cff.py.
Definition at line 6642 of file HLT_PIon_cff.py.
Definition at line 6723 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTAnalyzerEndpath = cms.EndPath( hltL1GtTrigReport + hltTrigReport ) |
Definition at line 15582 of file HLT_PIon_cff.py.
Definition at line 7236 of file HLT_PIon_cff.py.
Definition at line 8716 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "EtMinCaloJetSelector", 00002 filter = cms.bool( False ), 00003 src = cms.InputTag( "hltAntiKT5CaloJetsPF" ), 00004 etMin = cms.double( 5.0 ) 00005 )
Definition at line 8756 of file HLT_PIon_cff.py.
Definition at line 7460 of file HLT_PIon_cff.py.
Definition at line 10419 of file HLT_PIon_cff.py.
Definition at line 8896 of file HLT_PIon_cff.py.
Definition at line 9145 of file HLT_PIon_cff.py.
Definition at line 9337 of file HLT_PIon_cff.py.
Definition at line 9586 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeamSpot = cms.Sequence( hltScalersRawToDigi + hltOnlineBeamSpot ) |
Definition at line 15313 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeginSequence = cms.Sequence( hltTriggerType + HLTL1UnpackerSequence + HLTBeamSpot ) |
Definition at line 15314 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeginSequenceAntiBPTX = cms.Sequence( hltTriggerType + HLTL1UnpackerSequence + hltBPTXAntiCoincidence + HLTBeamSpot ) |
Definition at line 15334 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeginSequenceBPTX = cms.Sequence( hltTriggerType + HLTL1UnpackerSequence + hltBPTXCoincidence + HLTBeamSpot ) |
Definition at line 15337 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeginSequenceCalibration = cms.Sequence( hltCalibrationEventsFilter + hltGtDigis ) |
Definition at line 15333 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeginSequenceNZS = cms.Sequence( hltTriggerType + hltL1EventNumberNZS + HLTL1UnpackerSequence + HLTBeamSpot ) |
Definition at line 15332 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTBeginSequenceRandom = cms.Sequence( hltRandomEventsFilter + hltGtDigis ) |
Definition at line 15336 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 3.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetL1FastJetCorrected" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 86 ) 00010 )
Definition at line 8506 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltBoolEnd |
Definition at line 4337 of file HLT_PIon_cff.py.
Definition at line 4015 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1Activity", 00002 technicalBits = cms.uint64( 0x8 ), 00003 ignoreL1Mask = cms.bool( True ), 00004 invert = cms.bool( True ), 00005 physicsLoBits = cms.uint64( 0x0 ), 00006 physicsHiBits = cms.uint64( 0x0 ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 daqPartitions = cms.uint32( 1 ), 00009 bunchCrossings = cms.vint32( 0, 1, -1 ) 00010 )
Definition at line 6493 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1Activity", 00002 technicalBits = cms.uint64( 0x1 ), 00003 ignoreL1Mask = cms.bool( True ), 00004 invert = cms.bool( False ), 00005 physicsLoBits = cms.uint64( 0x1 ), 00006 physicsHiBits = cms.uint64( 0x40000 ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 daqPartitions = cms.uint32( 1 ), 00009 bunchCrossings = cms.vint32( 0, -1, 1 ) 00010 )
Definition at line 7089 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTCaloJetCollectionProducer", 00002 TriggerTypes = cms.vint32( 86 ), 00003 HLTObject = cms.InputTag( "hltBJet20L1FastJetCentralBPH" ) 00004 )
Definition at line 8516 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "JetTagProducer", 00002 jetTagComputer = cms.string( "hltESPSoftLeptonByDistance" ), 00003 tagInfos = cms.VInputTag( 'hltBSoftMuonJet20L1FastJetL25TagInfosBPH' ) 00004 )
Definition at line 8541 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTCaloJetTag", 00002 saveTags = cms.bool( False ), 00003 MinJets = cms.int32( 1 ), 00004 JetTags = cms.InputTag( "hltBSoftMuonJet20L1FastJetL25BJetTagsByDRBPH" ), 00005 TriggerType = cms.int32( 86 ), 00006 Jets = cms.InputTag( "hltBSoftMuonJet20L1FastJetL25JetsBPH" ), 00007 MinTag = cms.double( 0.5 ), 00008 MaxTag = cms.double( 99999.0 ) 00009 )
Definition at line 8545 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "EtMinCaloJetSelector", 00002 filter = cms.bool( False ), 00003 src = cms.InputTag( "hltSelector4JetsJet20L1FastJetBPH" ), 00004 etMin = cms.double( 20.0 ) 00005 )
Definition at line 8525 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SoftLepton", 00002 muonSelection = cms.uint32( 0 ), 00003 leptons = cms.InputTag( "hltL2Muons" ), 00004 primaryVertex = cms.InputTag( "nominal" ), 00005 leptonCands = cms.InputTag( "" ), 00006 leptonId = cms.InputTag( "" ), 00007 refineJetAxis = cms.uint32( 0 ), 00008 jets = cms.InputTag( "hltBSoftMuonJet20L1FastJetL25JetsBPH" ), 00009 leptonDeltaRCut = cms.double( 0.4 ), 00010 leptonChi2Cut = cms.double( 0.0 ) 00011 )
Definition at line 8530 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTCaloJetTag", 00002 saveTags = cms.bool( True ), 00003 MinJets = cms.int32( 1 ), 00004 JetTags = cms.InputTag( "hltBSoftMuonJet20L1FastJetMu5SelL3BJetTagsByDRBPH" ), 00005 TriggerType = cms.int32( 86 ), 00006 Jets = cms.InputTag( "hltBSoftMuonJet20L1FastJetL25JetsBPH" ), 00007 MinTag = cms.double( 0.5 ), 00008 MaxTag = cms.double( 99999.0 ) 00009 )
Definition at line 8583 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "JetTagProducer", 00002 jetTagComputer = cms.string( "hltESPSoftLeptonByDistance" ), 00003 tagInfos = cms.VInputTag( 'hltBSoftMuonJet20L1FastJetMu5SelL3TagInfosBPH' ) 00004 )
Definition at line 8579 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SoftLepton", 00002 muonSelection = cms.uint32( 0 ), 00003 leptons = cms.InputTag( "hltBSoftMuonMu4L3" ), 00004 primaryVertex = cms.InputTag( "nominal" ), 00005 leptonCands = cms.InputTag( "" ), 00006 leptonId = cms.InputTag( "" ), 00007 refineJetAxis = cms.uint32( 0 ), 00008 jets = cms.InputTag( "hltBSoftMuonJet20L1FastJetL25JetsBPH" ), 00009 leptonDeltaRCut = cms.double( 0.4 ), 00010 leptonChi2Cut = cms.double( 0.0 ) 00011 )
Definition at line 8568 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "RecoTrackRefSelector", 00002 src = cms.InputTag( "hltL3Muons" ), 00003 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00004 algorithm = cms.vstring( ), 00005 maxChi2 = cms.double( 10.0 ), 00006 tip = cms.double( 120.0 ), 00007 quality = cms.vstring( ), 00008 minRapidity = cms.double( -2.4 ), 00009 lip = cms.double( 300.0 ), 00010 ptMin = cms.double( 4.0 ), 00011 maxRapidity = cms.double( 2.4 ), 00012 min3DHit = cms.int32( 0 ), 00013 minHit = cms.int32( 10 ) 00014 )
Definition at line 8554 of file HLT_PIon_cff.py.
Definition at line 15347 of file HLT_PIon_cff.py.
Definition at line 15346 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTTriggerTypeFilter", 00002 SelectedTriggerType = cms.int32( 2 ) 00003 )
Definition at line 6442 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CaloJetCorrectionProducer", 00002 src = cms.InputTag( "hltCaloJetIDPassed" ), 00003 correctors = cms.vstring( 'hltESPAK5CaloL2L3' ) 00004 )
Definition at line 7291 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CaloJetCorrectionProducer", 00002 src = cms.InputTag( "hltCaloJetL1MatchedRegional" ), 00003 correctors = cms.vstring( 'hltESPAK5CaloL2L3' ) 00004 )
Definition at line 7507 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTCaloJetIDProducer", 00002 min_N90 = cms.int32( -2 ), 00003 min_N90hits = cms.int32( 2 ), 00004 min_EMF = cms.double( 1.0E-6 ), 00005 jetsInput = cms.InputTag( "hltAntiKT5CaloJets" ), 00006 JetIDParams = cms.PSet( 00007 useRecHits = cms.bool( True ), 00008 hbheRecHitsColl = cms.InputTag( "hltHbhereco" ), 00009 hoRecHitsColl = cms.InputTag( "hltHoreco" ), 00010 hfRecHitsColl = cms.InputTag( "hltHfreco" ), 00011 ebRecHitsColl = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEB' ), 00012 eeRecHitsColl = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEE' ) 00013 ), 00014 max_EMF = cms.double( 999.0 ) 00015 )
Definition at line 7276 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CaloJetCorrectionProducer", 00002 src = cms.InputTag( "hltCaloJetIDPassed" ), 00003 correctors = cms.vstring( 'hltESPAK5CaloL1L2L3' ) 00004 )
Definition at line 8502 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTCaloJetL1MatchProducer", 00002 L1CenJets = cms.InputTag( 'hltL1extraParticles','Central' ), 00003 DeltaR = cms.double( 0.5 ), 00004 L1ForJets = cms.InputTag( 'hltL1extraParticles','Forward' ), 00005 L1TauJets = cms.InputTag( 'hltL1extraParticles','Tau' ), 00006 jetsInput = cms.InputTag( "hltAntiKT5CaloJetsRegional" ) 00007 )
Definition at line 7500 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPCkfTrajectoryBuilder" ) 00017 )
Definition at line 11475 of file HLT_PIon_cff.py.
Definition at line 1468 of file HLT_PIon_cff.py.
00001 cms.PSet( 00002 tableName = cms.string('/dev/CMSSW_5_2_6/PIon/V109') 00003 )
Definition at line 6 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string( "" ), 00003 sigmaElectronicNoise = cms.double( 0.15 ), 00004 superClusterAlgo = cms.string( "Hybrid" ), 00005 etThresh = cms.double( 5.0 ), 00006 rawSuperClusterProducer = cms.InputTag( "hltHybridSuperClustersActivity" ), 00007 applyEnergyCorrection = cms.bool( True ), 00008 isl_fCorrPset = cms.PSet( ), 00009 VerbosityLevel = cms.string( "ERROR" ), 00010 recHitProducer = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEB' ), 00011 fix_fCorrPset = cms.PSet( ), 00012 modeEE = cms.int32( 0 ), 00013 modeEB = cms.int32( 0 ), 00014 dyn_fCorrPset = cms.PSet( ), 00015 energyCorrectorName = cms.string( "EcalClusterEnergyCorrectionObjectSpecific" ), 00016 applyCrackCorrection = cms.bool( False ), 00017 hyb_fCorrPset = cms.PSet( 00018 brLinearLowThr = cms.double( 1.1 ), 00019 fEtEtaVec = cms.vdouble( 0.0, 1.00121, -0.63672, 0.0, 0.0, 0.0, 0.5655, 6.457, 0.5081, 8.0, 1.023, -0.00181 ), 00020 brLinearHighThr = cms.double( 8.0 ), 00021 fBremVec = cms.vdouble( -0.04382, 0.1169, 0.9267, -9.413E-4, 1.419 ) 00022 ) 00023 )
Definition at line 4205 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string( "" ), 00003 sigmaElectronicNoise = cms.double( 0.03 ), 00004 superClusterAlgo = cms.string( "Hybrid" ), 00005 etThresh = cms.double( 1.0 ), 00006 rawSuperClusterProducer = cms.InputTag( "hltHybridSuperClustersL1Seeded" ), 00007 applyEnergyCorrection = cms.bool( True ), 00008 isl_fCorrPset = cms.PSet( ), 00009 VerbosityLevel = cms.string( "ERROR" ), 00010 recHitProducer = cms.InputTag( 'hltEcalRegionalEgammaRecHit','EcalRecHitsEB' ), 00011 fix_fCorrPset = cms.PSet( ), 00012 modeEE = cms.int32( 0 ), 00013 modeEB = cms.int32( 0 ), 00014 dyn_fCorrPset = cms.PSet( ), 00015 energyCorrectorName = cms.string( "EcalClusterEnergyCorrectionObjectSpecific" ), 00016 applyCrackCorrection = cms.bool( False ), 00017 hyb_fCorrPset = cms.PSet( 00018 brLinearLowThr = cms.double( 1.1 ), 00019 fBremVec = cms.vdouble( -0.05208, 0.1331, 0.9196, -5.735E-4, 1.343 ), 00020 brLinearHighThr = cms.double( 8.0 ), 00021 fEtEtaVec = cms.vdouble( 1.0012, -0.5714, 0.0, 0.0, 0.0, 0.5549, 12.74, 1.0448, 0.0, 0.0, 0.0, 0.0, 8.0, 1.023, -0.00181, 0.0, 0.0 ) 00022 ) 00023 )
Definition at line 5801 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string( "" ), 00003 sigmaElectronicNoise = cms.double( 0.15 ), 00004 superClusterAlgo = cms.string( "Multi5x5" ), 00005 etThresh = cms.double( 1.0 ), 00006 rawSuperClusterProducer = cms.InputTag( "hltMulti5x5EndcapSuperClustersWithPreshowerL1Seeded" ), 00007 applyEnergyCorrection = cms.bool( True ), 00008 isl_fCorrPset = cms.PSet( ), 00009 VerbosityLevel = cms.string( "ERROR" ), 00010 recHitProducer = cms.InputTag( 'hltEcalRegionalEgammaRecHit','EcalRecHitsEE' ), 00011 fix_fCorrPset = cms.PSet( 00012 brLinearLowThr = cms.double( 0.6 ), 00013 fBremVec = cms.vdouble( -0.04163, 0.08552, 0.95048, -0.002308, 1.077 ), 00014 brLinearHighThr = cms.double( 6.0 ), 00015 fEtEtaVec = cms.vdouble( 0.9746, -6.512, 0.0, 0.0, 0.02771, 4.983, 0.0, 0.0, -0.007288, -0.9446, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ) 00016 ), 00017 modeEE = cms.int32( 0 ), 00018 modeEB = cms.int32( 0 ), 00019 dyn_fCorrPset = cms.PSet( ), 00020 energyCorrectorName = cms.string( "EcalClusterEnergyCorrectionObjectSpecific" ), 00021 applyCrackCorrection = cms.bool( False ), 00022 hyb_fCorrPset = cms.PSet( ) 00023 )
Definition at line 5892 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string( "" ), 00003 sigmaElectronicNoise = cms.double( 0.15 ), 00004 superClusterAlgo = cms.string( "Multi5x5" ), 00005 etThresh = cms.double( 5.0 ), 00006 rawSuperClusterProducer = cms.InputTag( "hltMulti5x5SuperClustersWithPreshowerActivity" ), 00007 applyEnergyCorrection = cms.bool( True ), 00008 isl_fCorrPset = cms.PSet( ), 00009 VerbosityLevel = cms.string( "ERROR" ), 00010 recHitProducer = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEE' ), 00011 fix_fCorrPset = cms.PSet( 00012 brLinearLowThr = cms.double( 0.9 ), 00013 fEtEtaVec = cms.vdouble( 1.0, -0.4386, -32.38, 0.6372, 15.67, -0.0928, -2.462, 1.138, 20.93 ), 00014 brLinearHighThr = cms.double( 6.0 ), 00015 fBremVec = cms.vdouble( -0.05228, 0.08738, 0.9508, 0.002677, 1.221 ) 00016 ), 00017 modeEE = cms.int32( 0 ), 00018 modeEB = cms.int32( 0 ), 00019 dyn_fCorrPset = cms.PSet( ), 00020 energyCorrectorName = cms.string( "EcalClusterEnergyCorrectionObjectSpecific" ), 00021 applyCrackCorrection = cms.bool( False ), 00022 hyb_fCorrPset = cms.PSet( ) 00023 )
Definition at line 4293 of file HLT_PIon_cff.py.
Definition at line 4493 of file HLT_PIon_cff.py.
Definition at line 15104 of file HLT_PIon_cff.py.
Definition at line 4541 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltCkfL1SeededTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPKFFittingSmoother" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "undefAlgorithm" ), 00013 Propagator = cms.string( "PropagatorWithMaterial" ) 00014 )
Definition at line 11492 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1DoubleMu0erHighQ" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 2 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8066 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltDimuonL1Filtered0" ), 00006 MinPt = cms.double( 0.0 ), 00007 MinN = cms.int32( 2 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 8077 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoCaloSequence = cms.Sequence( hltEcalRawToRecHitFacility + hltEcalRegionalRestFEDs + hltEcalRecHitAll + HLTDoLocalHcalSequence + hltTowerMakerForAll ) |
Definition at line 15339 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoCaloSequencePF = cms.Sequence( hltEcalRawToRecHitFacility + hltEcalRegionalRestFEDs + hltEcalRecHitAll + HLTDoLocalHcalSequence + hltTowerMakerForPF ) |
Definition at line 15348 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoEgammaClusterShapeSequence = cms.Sequence( hltL1SeededHLTClusterShape ) |
Definition at line 15389 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoEGammaHESequence = cms.Sequence( HLTDoLocalHcalWithoutHOSequence + hltL1SeededPhotonHcalForHE ) |
Definition at line 15390 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoEGammaPixelSequence = cms.Sequence( HLTDoLocalPixelSequence + HLTDoLocalStripSequence + hltL1SeededStartUpElectronPixelSeeds ) |
Definition at line 15391 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoEGammaStartupSequence = cms.Sequence( HLTDoRegionalEgammaEcalSequence + HLTL1SeededEcalClustersSequence + hltL1SeededRecoEcalCandidate ) |
Definition at line 15388 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoElectronDetaDphiSequence = cms.Sequence( hltElectronL1SeededDetaDphi ) |
Definition at line 15394 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoLocalHcalSequence = cms.Sequence( hltHcalDigis + hltHbhereco + hltHfreco + hltHoreco ) |
Definition at line 15338 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoLocalHcalWithoutHOSequence = cms.Sequence( hltHcalDigis + hltHbhereco + hltHfreco ) |
Definition at line 15328 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoLocalHfSequence = cms.Sequence( hltHcalDigis + hltHfreco + hltTowerMakerForHf ) |
Definition at line 15344 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoLocalPixelClustersSequence = cms.Sequence( hltSiPixelDigis + hltSiPixelClusters ) |
Definition at line 15330 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoLocalPixelSequence = cms.Sequence( hltSiPixelDigis + hltSiPixelClusters + hltSiPixelRecHits ) |
Definition at line 15320 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoLocalStripSequence = cms.Sequence( hltSiStripExcludedFEDListProducer + hltSiStripRawToClustersFacility + hltSiStripClusters ) |
Definition at line 15321 of file HLT_PIon_cff.py.
Definition at line 15325 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTDoRegionalJetEcalSequence = cms.Sequence( hltEcalRawToRecHitFacility + hltEcalRegionalJetsFEDs + hltEcalRegionalJetsRecHit ) |
Definition at line 15342 of file HLT_PIon_cff.py.
Definition at line 15335 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.075 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.1 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltDoubleEG5DoubleEle6CaloIdTTrlIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11823 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronOneOEMinusOneOPFilterRegional", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 electronNonIsolatedProducer = cms.InputTag( "" ), 00005 barrelcut = cms.double( 999.9 ), 00006 electronIsolatedProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00007 ncandcut = cms.int32( 2 ), 00008 candTag = cms.InputTag( "hltDoubleEG5DoubleEle6CaloIdTPixelMatchFilter" ), 00009 endcapcut = cms.double( 999.9 ) 00010 )
Definition at line 11852 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 candTag = cms.InputTag( "hltDoubleEG5DoubleEle6CaloIdTHEFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 11841 of file HLT_PIon_cff.py.
Definition at line 15397 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( False ), 00007 thrRegularEE = cms.double( 0.01 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.01 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 2 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Deta' ), 00013 candTag = cms.InputTag( "hltDoubleEG5DoubleEle6CaloIdTOneOEMinusOneOPDoubleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11862 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( True ), 00007 thrRegularEE = cms.double( 0.1 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.15 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 2 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Dphi' ), 00013 candTag = cms.InputTag( "hltDoubleEG5DoubleEle6CaloIdTTrkIdVLDetaDoubleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11879 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.031 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.011 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltDoubleEG5DoubleEle6EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11805 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 6.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 6.0 ) 00010 )
Definition at line 11795 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG5PA" ), 00007 etcutEB = cms.double( 6.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 6.0 ) 00010 )
Definition at line 11900 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG7" ), 00007 etcutEB = cms.double( 8.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 8.0 ) 00010 )
Definition at line 12005 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.075 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.1 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltDoubleEle6CaloIdTTrlIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11928 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 candTag = cms.InputTag( "hltDoubleEle6CaloIdTHEFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 11946 of file HLT_PIon_cff.py.
Definition at line 15398 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.031 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.011 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltDoubleEG6EtFilterL1SingleEG5" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11910 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.075 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.1 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltDoubleEle8CaloIdTTrlIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 12033 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 candTag = cms.InputTag( "hltDoubleEle8CaloIdTHEFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 12051 of file HLT_PIon_cff.py.
Definition at line 15399 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.031 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.011 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltDoubleEG8EtFilterL1SingleEG7" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 12015 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 20.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 0 ), 00008 nPos = cms.uint32( 1 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 1 ) 00011 )
Definition at line 14386 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonDimuonL3Filter", 00002 saveTags = cms.bool( False ), 00003 ChargeOpt = cms.int32( -1 ), 00004 MaxPtMin = cms.vdouble( 1.0E125 ), 00005 FastAccept = cms.bool( False ), 00006 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00007 PreviousCandTag = cms.InputTag( "hltL2fL1sL1DoubleMu0L1f0L2f0" ), 00008 MaxPtBalance = cms.double( 3.0 ), 00009 MaxPtPair = cms.vdouble( 1.0E125 ), 00010 MaxAcop = cms.double( 0.3 ), 00011 MinPtMin = cms.vdouble( 0.0 ), 00012 MaxInvMass = cms.vdouble( 9999.0 ), 00013 MinPtMax = cms.vdouble( 0.0 ), 00014 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00015 MaxDz = cms.double( 9999.0 ), 00016 MinPtPair = cms.vdouble( 0.0 ), 00017 MaxDr = cms.double( 2.0 ), 00018 MinAcop = cms.double( -999.0 ), 00019 MaxDCAMuMu = cms.double( 99999.9 ), 00020 MinNhits = cms.int32( 0 ), 00021 NSigmaPt = cms.double( 0.0 ), 00022 MinPtBalance = cms.double( -1.0 ), 00023 MaxEta = cms.double( 2.15 ), 00024 MaxRapidityPair = cms.double( 999999.0 ), 00025 CutCowboys = cms.bool( False ), 00026 MinInvMass = cms.vdouble( 0.0 ) 00027 )
Definition at line 14179 of file HLT_PIon_cff.py.
Definition at line 15379 of file HLT_PIon_cff.py.
Definition at line 15380 of file HLT_PIon_cff.py.
Definition at line 15381 of file HLT_PIon_cff.py.
Definition at line 15382 of file HLT_PIon_cff.py.
Definition at line 15383 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "DTRecHitProducer", 00002 debug = cms.untracked.bool( False ), 00003 recAlgoConfig = cms.PSet( 00004 tTrigMode = cms.string( "DTTTrigSyncFromDB" ), 00005 minTime = cms.double( -3.0 ), 00006 stepTwoFromDigi = cms.bool( False ), 00007 doVdriftCorr = cms.bool( False ), 00008 debug = cms.untracked.bool( False ), 00009 maxTime = cms.double( 420.0 ), 00010 tTrigModeConfig = cms.PSet( 00011 vPropWire = cms.double( 24.4 ), 00012 doTOFCorrection = cms.bool( True ), 00013 tofCorrType = cms.int32( 0 ), 00014 wirePropCorrType = cms.int32( 0 ), 00015 tTrigLabel = cms.string( "" ), 00016 doWirePropCorrection = cms.bool( True ), 00017 doT0Correction = cms.bool( True ), 00018 debug = cms.untracked.bool( False ) 00019 ) 00020 ), 00021 dtDigiLabel = cms.InputTag( "hltMuonDTDigis" ), 00022 recAlgo = cms.string( "DTLinearDriftFromDBAlgo" ) 00023 )
Definition at line 4387 of file HLT_PIon_cff.py.
Definition at line 4410 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EvFFEDSelector", 00002 inputTag = cms.InputTag( "rawDataCollector" ), 00003 fedList = cms.vuint32( 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780 ) 00004 )
Definition at line 6449 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "DTUnpackingModule", 00002 useStandardFEDid = cms.bool( True ), 00003 inputLabel = cms.InputTag( "rawDataCollector" ), 00004 dataType = cms.string( "DDU" ), 00005 fedbyType = cms.bool( False ), 00006 readOutParameters = cms.PSet( 00007 debug = cms.untracked.bool( False ), 00008 rosParameters = cms.PSet( 00009 writeSC = cms.untracked.bool( True ), 00010 readingDDU = cms.untracked.bool( True ), 00011 performDataIntegrityMonitor = cms.untracked.bool( True ), 00012 readDDUIDfromDDU = cms.untracked.bool( True ), 00013 debug = cms.untracked.bool( False ), 00014 localDAQ = cms.untracked.bool( False ) 00015 ), 00016 localDAQ = cms.untracked.bool( False ), 00017 performDataIntegrityMonitor = cms.untracked.bool( True ) 00018 ), 00019 dqmOnly = cms.bool( True ) 00020 )
Definition at line 15151 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "EBHltTask", 00002 mergeRuns = cms.untracked.bool( False ), 00003 FEDRawDataCollection = cms.InputTag( "rawDataCollector" ), 00004 EBDetIdCollection3 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityGainSwitchErrors' ), 00005 EBDetIdCollection2 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityChIdErrors' ), 00006 EBDetIdCollection1 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityGainErrors' ), 00007 EBDetIdCollection0 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityDCCSizeErrors' ), 00008 enableCleanup = cms.untracked.bool( False ), 00009 folderName = cms.untracked.string( "FEDIntegrity_EvF" ), 00010 EcalElectronicsIdCollection3 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemTtIdErrors' ), 00011 EcalElectronicsIdCollection5 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemChIdErrors' ), 00012 EcalElectronicsIdCollection4 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemBlockSizeErrors' ), 00013 EcalElectronicsIdCollection6 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemGainErrors' ), 00014 EcalElectronicsIdCollection1 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityTTIdErrors' ), 00015 prefixME = cms.untracked.string( "EcalBarrel" ), 00016 EcalElectronicsIdCollection2 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityBlockSizeErrors' ) 00017 )
Definition at line 15174 of file HLT_PIon_cff.py.
Definition at line 15315 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaTriggerFilterObjectWrapper", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 candIsolatedTag = cms.InputTag( "hltRecoEcalSuperClusterActivityCandidate" ), 00005 candNonIsolatedTag = cms.InputTag( "" ) 00006 )
Definition at line 4321 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EvFFEDSelector", 00002 inputTag = cms.InputTag( "rawDataCollector" ), 00003 fedList = cms.vuint32( 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654 ) 00004 )
Definition at line 6457 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitByproductProducer", 00002 workerName = cms.string( "" ) 00003 )
Definition at line 15171 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitFacility", 00002 sourceTag = cms.InputTag( "rawDataCollector" ), 00003 workerName = cms.string( "" ) 00004 )
Definition at line 4103 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( True ), 00003 rechitCollection = cms.string( "NotNeededsplitOutputTrue" ), 00004 EErechitCollection = cms.string( "EcalRecHitsEE" ), 00005 EBrechitCollection = cms.string( "EcalRecHitsEB" ), 00006 sourceTag = cms.InputTag( "hltEcalRegionalRestFEDs" ), 00007 cleaningConfig = cms.PSet( 00008 e6e2thresh = cms.double( 0.04 ), 00009 tightenCrack_e6e2_double = cms.double( 3.0 ), 00010 e4e1Threshold_endcap = cms.double( 0.3 ), 00011 tightenCrack_e4e1_single = cms.double( 3.0 ), 00012 tightenCrack_e1_double = cms.double( 2.0 ), 00013 cThreshold_barrel = cms.double( 4.0 ), 00014 e4e1Threshold_barrel = cms.double( 0.08 ), 00015 tightenCrack_e1_single = cms.double( 2.0 ), 00016 e4e1_b_barrel = cms.double( -0.024 ), 00017 e4e1_a_barrel = cms.double( 0.04 ), 00018 ignoreOutOfTimeThresh = cms.double( 1.0E9 ), 00019 cThreshold_endcap = cms.double( 15.0 ), 00020 e4e1_b_endcap = cms.double( -0.0125 ), 00021 e4e1_a_endcap = cms.double( 0.02 ), 00022 cThreshold_double = cms.double( 10.0 ) 00023 ), 00024 lazyGetterTag = cms.InputTag( "hltEcalRawToRecHitFacility" ) 00025 )
Definition at line 4141 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitRoI", 00002 JetJobPSet = cms.VPSet( 00003 ), 00004 sourceTag_es = cms.InputTag( "hltESRawToRecHitFacility" ), 00005 doES = cms.bool( True ), 00006 type = cms.string( "egamma" ), 00007 sourceTag = cms.InputTag( "hltEcalRawToRecHitFacility" ), 00008 EmJobPSet = cms.VPSet( 00009 cms.PSet( regionEtaMargin = cms.double( 0.25 ), 00010 regionPhiMargin = cms.double( 0.4 ), 00011 Ptmin = cms.double( 5.0 ), 00012 Source = cms.InputTag( 'hltL1extraParticles','Isolated' ) 00013 ), 00014 cms.PSet( regionEtaMargin = cms.double( 0.25 ), 00015 regionPhiMargin = cms.double( 0.4 ), 00016 Ptmin = cms.double( 5.0 ), 00017 Source = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00018 ) 00019 ), 00020 CandJobPSet = cms.VPSet( 00021 ), 00022 MuonJobPSet = cms.PSet( ), 00023 esInstance = cms.untracked.string( "es" ), 00024 MuJobPSet = cms.PSet( ) 00025 )
Definition at line 5704 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( True ), 00003 rechitCollection = cms.string( "NotNeededsplitOutputTrue" ), 00004 EErechitCollection = cms.string( "EcalRecHitsEE" ), 00005 EBrechitCollection = cms.string( "EcalRecHitsEB" ), 00006 sourceTag = cms.InputTag( "hltEcalRegionalEgammaFEDs" ), 00007 cleaningConfig = cms.PSet( 00008 e6e2thresh = cms.double( 0.04 ), 00009 tightenCrack_e6e2_double = cms.double( 3.0 ), 00010 e4e1Threshold_endcap = cms.double( 0.3 ), 00011 tightenCrack_e4e1_single = cms.double( 3.0 ), 00012 tightenCrack_e1_double = cms.double( 2.0 ), 00013 cThreshold_barrel = cms.double( 4.0 ), 00014 e4e1Threshold_barrel = cms.double( 0.08 ), 00015 tightenCrack_e1_single = cms.double( 2.0 ), 00016 e4e1_b_barrel = cms.double( -0.024 ), 00017 e4e1_a_barrel = cms.double( 0.04 ), 00018 ignoreOutOfTimeThresh = cms.double( 1.0E9 ), 00019 cThreshold_endcap = cms.double( 15.0 ), 00020 e4e1_b_endcap = cms.double( -0.0125 ), 00021 e4e1_a_endcap = cms.double( 0.02 ), 00022 cThreshold_double = cms.double( 10.0 ) 00023 ), 00024 lazyGetterTag = cms.InputTag( "hltEcalRawToRecHitFacility" ) 00025 )
Definition at line 5729 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitRoI", 00002 JetJobPSet = cms.VPSet( 00003 ), 00004 sourceTag_es = cms.InputTag( "hltESRawToRecHitFacility" ), 00005 doES = cms.bool( True ), 00006 type = cms.string( "all" ), 00007 sourceTag = cms.InputTag( "hltEcalRawToRecHitFacility" ), 00008 EmJobPSet = cms.VPSet( 00009 ), 00010 CandJobPSet = cms.VPSet( 00011 ), 00012 MuonJobPSet = cms.PSet( ), 00013 esInstance = cms.untracked.string( "es" ), 00014 MuJobPSet = cms.PSet( ) 00015 )
Definition at line 4126 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitRoI", 00002 JetJobPSet = cms.VPSet( 00003 cms.PSet( regionEtaMargin = cms.double( 1.0 ), 00004 regionPhiMargin = cms.double( 1.0 ), 00005 Ptmin = cms.double( 14.0 ), 00006 Source = cms.InputTag( 'hltL1extraParticles','Central' ) 00007 ), 00008 cms.PSet( regionEtaMargin = cms.double( 1.0 ), 00009 regionPhiMargin = cms.double( 1.0 ), 00010 Ptmin = cms.double( 20.0 ), 00011 Source = cms.InputTag( 'hltL1extraParticles','Forward' ) 00012 ), 00013 cms.PSet( regionEtaMargin = cms.double( 1.0 ), 00014 regionPhiMargin = cms.double( 1.0 ), 00015 Ptmin = cms.double( 14.0 ), 00016 Source = cms.InputTag( 'hltL1extraParticles','Tau' ) 00017 ) 00018 ), 00019 sourceTag_es = cms.InputTag( "NotNeededoESfalse" ), 00020 doES = cms.bool( False ), 00021 type = cms.string( "jet" ), 00022 sourceTag = cms.InputTag( "hltEcalRawToRecHitFacility" ), 00023 EmJobPSet = cms.VPSet( 00024 ), 00025 CandJobPSet = cms.VPSet( 00026 ), 00027 MuonJobPSet = cms.PSet( ), 00028 esInstance = cms.untracked.string( "es" ), 00029 MuJobPSet = cms.PSet( ) 00030 )
Definition at line 7337 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( True ), 00003 rechitCollection = cms.string( "NotNeededsplitOutputTrue" ), 00004 EErechitCollection = cms.string( "EcalRecHitsEE" ), 00005 EBrechitCollection = cms.string( "EcalRecHitsEB" ), 00006 sourceTag = cms.InputTag( "hltEcalRegionalJetsFEDs" ), 00007 cleaningConfig = cms.PSet( 00008 e6e2thresh = cms.double( 0.04 ), 00009 tightenCrack_e6e2_double = cms.double( 3.0 ), 00010 e4e1Threshold_endcap = cms.double( 0.3 ), 00011 tightenCrack_e4e1_single = cms.double( 3.0 ), 00012 tightenCrack_e1_double = cms.double( 2.0 ), 00013 cThreshold_barrel = cms.double( 4.0 ), 00014 e4e1Threshold_barrel = cms.double( 0.08 ), 00015 tightenCrack_e1_single = cms.double( 2.0 ), 00016 e4e1_b_barrel = cms.double( -0.024 ), 00017 e4e1_a_barrel = cms.double( 0.04 ), 00018 ignoreOutOfTimeThresh = cms.double( 1.0E9 ), 00019 cThreshold_endcap = cms.double( 15.0 ), 00020 e4e1_b_endcap = cms.double( -0.0125 ), 00021 e4e1_a_endcap = cms.double( 0.02 ), 00022 cThreshold_double = cms.double( 10.0 ) 00023 ), 00024 lazyGetterTag = cms.InputTag( "hltEcalRawToRecHitFacility" ) 00025 )
Definition at line 7367 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitRoI", 00002 JetJobPSet = cms.VPSet( 00003 ), 00004 sourceTag_es = cms.InputTag( "hltESRawToRecHitFacility" ), 00005 doES = cms.bool( True ), 00006 type = cms.string( "egamma" ), 00007 sourceTag = cms.InputTag( "hltEcalRawToRecHitFacility" ), 00008 EmJobPSet = cms.VPSet( 00009 cms.PSet( regionEtaMargin = cms.double( 0.25 ), 00010 regionPhiMargin = cms.double( 0.4 ), 00011 Ptmin = cms.double( 2.0 ), 00012 Source = cms.InputTag( 'hltL1extraParticles','Isolated' ) 00013 ), 00014 cms.PSet( regionEtaMargin = cms.double( 0.25 ), 00015 regionPhiMargin = cms.double( 0.4 ), 00016 Ptmin = cms.double( 2.0 ), 00017 Source = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00018 ) 00019 ), 00020 CandJobPSet = cms.VPSet( 00021 ), 00022 MuonJobPSet = cms.PSet( ), 00023 esInstance = cms.untracked.string( "es" ), 00024 MuJobPSet = cms.PSet( ) 00025 )
Definition at line 6572 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( True ), 00003 rechitCollection = cms.string( "NotNeededsplitOutputTrue" ), 00004 EErechitCollection = cms.string( "EcalRecHitsEE" ), 00005 EBrechitCollection = cms.string( "EcalRecHitsEB" ), 00006 sourceTag = cms.InputTag( "hltEcalRegionalPi0EtaFEDs" ), 00007 cleaningConfig = cms.PSet( ), 00008 lazyGetterTag = cms.InputTag( "hltEcalRawToRecHitFacility" ) 00009 )
Definition at line 6606 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitRoI", 00002 JetJobPSet = cms.VPSet( 00003 ), 00004 sourceTag_es = cms.InputTag( "NotNeededoESfalse" ), 00005 doES = cms.bool( False ), 00006 type = cms.string( "all" ), 00007 sourceTag = cms.InputTag( "hltEcalRawToRecHitFacility" ), 00008 EmJobPSet = cms.VPSet( 00009 ), 00010 CandJobPSet = cms.VPSet( 00011 ), 00012 MuonJobPSet = cms.PSet( ), 00013 esInstance = cms.untracked.string( "es" ), 00014 MuJobPSet = cms.PSet( ) 00015 )
Definition at line 4111 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "EEHltTask", 00002 mergeRuns = cms.untracked.bool( False ), 00003 FEDRawDataCollection = cms.InputTag( "rawDataCollector" ), 00004 enableCleanup = cms.untracked.bool( False ), 00005 folderName = cms.untracked.string( "FEDIntegrity_EvF" ), 00006 EEDetIdCollection0 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityDCCSizeErrors' ), 00007 EEDetIdCollection1 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityGainErrors' ), 00008 EEDetIdCollection2 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityChIdErrors' ), 00009 EEDetIdCollection3 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityGainSwitchErrors' ), 00010 EcalElectronicsIdCollection3 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemTtIdErrors' ), 00011 EcalElectronicsIdCollection5 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemChIdErrors' ), 00012 EcalElectronicsIdCollection4 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemBlockSizeErrors' ), 00013 EcalElectronicsIdCollection6 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityMemGainErrors' ), 00014 EcalElectronicsIdCollection1 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityTTIdErrors' ), 00015 prefixME = cms.untracked.string( "EcalEndcap" ), 00016 EcalElectronicsIdCollection2 = cms.InputTag( 'hltEcalRawToRecHitByproductProducer','EcalIntegrityBlockSizeErrors' ) 00017 )
Definition at line 15191 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG5PA" ), 00007 etcutEB = cms.double( 10.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 10.0 ) 00010 )
Definition at line 10643 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEG10EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10781 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltEG10TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10799 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG5PA" ), 00007 etcutEB = cms.double( 15.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 15.0 ) 00010 )
Definition at line 10657 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEG15EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10821 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltEG15TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10839 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG5PA" ), 00007 etcutEB = cms.double( 20.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 20.0 ) 00010 )
Definition at line 10671 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEG20EtPAFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10861 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltEG20TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10879 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.2 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.2 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltEG22CaloIdLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 5994 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.2 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.2 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltEG22CaloIdLCaloIsoVLHEFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 6217 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltEG22CaloIdLCaloIsoVLEcalIsoFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 6181 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEG22EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 5951 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG12" ), 00007 etcutEB = cms.double( 22.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 22.0 ) 00010 )
Definition at line 5935 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG24" ), 00007 etcutEB = cms.double( 60.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 60.0 ) 00010 )
Definition at line 10767 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1Mu0EG5" ), 00007 etcutEB = cms.double( 7.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 7.0 ) 00010 )
Definition at line 14479 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( True ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltRecoEcalSuperClusterActivityCandidate" ), 00006 inputTag = cms.InputTag( "hltEcalActivitySuperClusterWrapper" ), 00007 etcutEB = cms.double( 7.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 7.0 ) 00010 )
Definition at line 4327 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 10.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 10.0 ) 00010 )
Definition at line 11168 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 10.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 10.0 ) 00010 )
Definition at line 11182 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 15.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 15.0 ) 00010 )
Definition at line 11192 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 15.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 15.0 ) 00010 )
Definition at line 11206 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 20.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 20.0 ) 00010 )
Definition at line 11216 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 20.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 20.0 ) 00010 )
Definition at line 11230 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1DoubleEG5" ), 00007 etcutEB = cms.double( 30.0 ), 00008 ncandcut = cms.int32( 2 ), 00009 etcutEE = cms.double( 30.0 ) 00010 )
Definition at line 11244 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1DoubleEG5" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 11153 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1Mu0EG5" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 14464 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1SingleEG12" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 5920 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1SingleEG20" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 10711 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1SingleEG24" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 10752 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1SingleEG5BptxAND" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 10628 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaL1MatchFilterRegional", 00002 saveTags = cms.bool( False ), 00003 endcap_end = cms.double( 2.65 ), 00004 region_eta_size_ecap = cms.double( 1.0 ), 00005 barrel_end = cms.double( 1.4791 ), 00006 l1IsolatedTag = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00007 candIsolatedTag = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00008 region_phi_size = cms.double( 1.044 ), 00009 region_eta_size = cms.double( 0.522 ), 00010 L1SeedFilterTag = cms.InputTag( "hltL1sL1SingleEG7" ), 00011 ncandcut = cms.int32( 1 ), 00012 doIsolated = cms.bool( False ), 00013 candNonIsolatedTag = cms.InputTag( "" ), 00014 l1NonIsolatedTag = cms.InputTag( 'hltL1extraParticles','NonIsolated' ) 00015 )
Definition at line 11675 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( True ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 candTag = cms.InputTag( "hltEG22CaloIdLCaloIsoVLHcalIsoFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 6291 of file HLT_PIon_cff.py.
Definition at line 15329 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronOneOEMinusOneOPFilterRegional", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 electronNonIsolatedProducer = cms.InputTag( "" ), 00005 barrelcut = cms.double( 999.9 ), 00006 electronIsolatedProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00007 ncandcut = cms.int32( 1 ), 00008 candTag = cms.InputTag( "hltSingleEle6CaloIdNonePixelMatchFilter" ), 00009 endcapcut = cms.double( 999.9 ) 00010 )
Definition at line 11615 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( False ), 00007 thrRegularEE = cms.double( 999.0 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 999.0 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 1 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Deta' ), 00013 candTag = cms.InputTag( "hltEle6CaloIdNoneOneOEMinusOneOPSingleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11625 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( True ), 00007 thrRegularEE = cms.double( 999.0 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 999.0 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 1 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Dphi' ), 00013 candTag = cms.InputTag( "hltEle6CaloIdNoneTrkIdVLDetaSingleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11642 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronOneOEMinusOneOPFilterRegional", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 electronNonIsolatedProducer = cms.InputTag( "" ), 00005 barrelcut = cms.double( 999.9 ), 00006 electronIsolatedProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00007 ncandcut = cms.int32( 2 ), 00008 candTag = cms.InputTag( "hltDoubleEle6CaloIdTPixelMatchFilter" ), 00009 endcapcut = cms.double( 999.9 ) 00010 )
Definition at line 11957 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronOneOEMinusOneOPFilterRegional", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 electronNonIsolatedProducer = cms.InputTag( "" ), 00005 barrelcut = cms.double( 999.9 ), 00006 electronIsolatedProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00007 ncandcut = cms.int32( 1 ), 00008 candTag = cms.InputTag( "hltSingleEle6CaloIdTPixelMatchFilter" ), 00009 endcapcut = cms.double( 999.9 ) 00010 )
Definition at line 11512 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( False ), 00007 thrRegularEE = cms.double( 0.01 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.01 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 2 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Deta' ), 00013 candTag = cms.InputTag( "hltEle6CaloIdTOneOEMinusOneOPDoubleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11967 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( False ), 00007 thrRegularEE = cms.double( 0.01 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.01 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 1 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Deta' ), 00013 candTag = cms.InputTag( "hltEle6CaloIdTOneOEMinusOneOPSingleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11530 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( True ), 00007 thrRegularEE = cms.double( 0.1 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.15 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 2 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Dphi' ), 00013 candTag = cms.InputTag( "hltEle6CaloIdTTrkIdVLDetaDoubleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11984 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( True ), 00007 thrRegularEE = cms.double( 0.1 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.15 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 1 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Dphi' ), 00013 candTag = cms.InputTag( "hltEle6CaloIdTTrkIdVLDetaSingleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11547 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronOneOEMinusOneOPFilterRegional", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 electronNonIsolatedProducer = cms.InputTag( "" ), 00005 barrelcut = cms.double( 999.9 ), 00006 electronIsolatedProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00007 ncandcut = cms.int32( 1 ), 00008 candTag = cms.InputTag( "hltSingleEle8CaloIdNonePixelMatchFilter" ), 00009 endcapcut = cms.double( 999.9 ) 00010 )
Definition at line 11747 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( False ), 00007 thrRegularEE = cms.double( 999.0 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 999.0 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 1 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Deta' ), 00013 candTag = cms.InputTag( "hltEle8CaloIdNoneOneOEMinusOneOPSingleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11757 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( True ), 00007 thrRegularEE = cms.double( 999.0 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 999.0 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 1 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Dphi' ), 00013 candTag = cms.InputTag( "hltEle8CaloIdNoneTrkIdVLDetaSingleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 11774 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronOneOEMinusOneOPFilterRegional", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 electronNonIsolatedProducer = cms.InputTag( "" ), 00005 barrelcut = cms.double( 999.9 ), 00006 electronIsolatedProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00007 ncandcut = cms.int32( 2 ), 00008 candTag = cms.InputTag( "hltDoubleEle8CaloIdTPixelMatchFilter" ), 00009 endcapcut = cms.double( 999.9 ) 00010 )
Definition at line 12062 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( False ), 00007 thrRegularEE = cms.double( 0.01 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.01 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 2 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Deta' ), 00013 candTag = cms.InputTag( "hltEle8CaloIdTOneOEMinusOneOPDoubleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 12072 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 thrTimesPtEB = cms.double( -1.0 ), 00006 saveTags = cms.bool( True ), 00007 thrRegularEE = cms.double( 0.1 ), 00008 L1IsoCand = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00009 thrRegularEB = cms.double( 0.15 ), 00010 lessThan = cms.bool( True ), 00011 ncandcut = cms.int32( 2 ), 00012 isoTag = cms.InputTag( 'hltElectronL1SeededDetaDphi','Dphi' ), 00013 candTag = cms.InputTag( "hltEle8CaloIdTTrkIdVLDetaDoubleFilter" ), 00014 thrTimesPtEE = cms.double( -1.0 ), 00015 thrOverPtEE = cms.double( -1.0 ), 00016 thrOverPtEB = cms.double( -1.0 ) 00017 )
Definition at line 12089 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTElectronDetaDphiProducer", 00002 variablesAtVtx = cms.bool( False ), 00003 useSCRefs = cms.bool( False ), 00004 BSProducer = cms.InputTag( "hltOnlineBeamSpot" ), 00005 electronProducer = cms.InputTag( "hltPixelMatchElectronsL1Seeded" ), 00006 recoEcalCandidateProducer = cms.InputTag( "" ), 00007 useTrackProjectionToEcal = cms.bool( False ) 00008 )
Definition at line 11522 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTEndSequence = cms.Sequence( hltBoolEnd ) |
Definition at line 15316 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "ESFEDIntegrityTask", 00002 FEDRawDataCollection = cms.InputTag( "rawDataCollector" ), 00003 ESDCCCollections = cms.InputTag( "NotUsed" ), 00004 ESKChipCollections = cms.InputTag( "NotUsed" ), 00005 FEDDirName = cms.untracked.string( "FEDIntegrity_EvF" ), 00006 prefixME = cms.untracked.string( "EcalPreshower" ) 00007 )
Definition at line 15208 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "JetCorrectionESChain", 00002 correctors = cms.vstring( 'hltESPL1FastJetCorrectionESProducer', 00003 'hltESPL2RelativeCorrectionESProducer', 00004 'hltESPL3AbsoluteCorrectionESProducer' ), 00005 appendToDataLabel = cms.string( "" ) 00006 )
Definition at line 1522 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "JetCorrectionESChain", 00002 correctors = cms.vstring( 'hltESPL2RelativeCorrectionESProducer', 00003 'hltESPL3AbsoluteCorrectionESProducer' ), 00004 appendToDataLabel = cms.string( "" ) 00005 )
Definition at line 1528 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "JetCorrectionESChain", 00002 correctors = cms.vstring( 'hltESPL1PFFastJetCorrectionESProducer', 00003 'hltESPL2PFRelativeCorrectionESProducer', 00004 'hltESPL3PFAbsoluteCorrectionESProducer' ), 00005 appendToDataLabel = cms.string( "" ) 00006 )
Definition at line 1533 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "JetCorrectionESChain", 00002 correctors = cms.vstring( 'hltESPL1PFNoPUFastJetCorrectionESProducer', 00003 'hltESPL2PFNoPURelativeCorrectionESProducer', 00004 'hltESPL3PFNoPUAbsoluteCorrectionESProducer' ), 00005 appendToDataLabel = cms.string( "" ) 00006 )
Definition at line 1539 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "AnalyticalPropagatorESProducer", 00002 MaxDPhi = cms.double( 1.6 ), 00003 ComponentName = cms.string( "hltESPAnalyticalPropagator" ), 00004 PropagationDirection = cms.string( "alongMomentum" ) 00005 )
Definition at line 1545 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPbJetRegionalTrajectoryFilter" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltESPbJetRegionalTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2747 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 1.0 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 8 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 5 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPbJetRegionalTrajectoryFilter" ) 00014 )
Definition at line 2761 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "AnalyticalPropagatorESProducer", 00002 MaxDPhi = cms.double( 1.6 ), 00003 ComponentName = cms.string( "hltESPBwdAnalyticalPropagator" ), 00004 PropagationDirection = cms.string( "oppositeToMomentum" ) 00005 )
Definition at line 1550 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "oppositeToMomentum" ), 00003 ComponentName = cms.string( "hltESPBwdElectronPropagator" ), 00004 Mass = cms.double( 5.11E-4 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( False ) 00008 )
Definition at line 1555 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "Chi2MeasurementEstimatorESProducer", 00002 MaxChi2 = cms.double( 100000.0 ), 00003 nSigma = cms.double( 3.0 ), 00004 ComponentName = cms.string( "hltESPChi2EstimatorForRefit" ) 00005 )
Definition at line 1563 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "Chi2MeasurementEstimatorESProducer", 00002 MaxChi2 = cms.double( 30.0 ), 00003 nSigma = cms.double( 3.0 ), 00004 ComponentName = cms.string( "hltESPChi2MeasurementEstimator" ) 00005 )
Definition at line 1568 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "Chi2MeasurementEstimatorESProducer", 00002 MaxChi2 = cms.double( 16.0 ), 00003 nSigma = cms.double( 3.0 ), 00004 ComponentName = cms.string( "hltESPChi2MeasurementEstimator16" ) 00005 )
Definition at line 1573 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "Chi2MeasurementEstimatorESProducer", 00002 MaxChi2 = cms.double( 9.0 ), 00003 nSigma = cms.double( 3.0 ), 00004 ComponentName = cms.string( "hltESPChi2MeasurementEstimator9" ) 00005 )
Definition at line 1578 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPCkf3HitTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPCkf3HitTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( True ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 1583 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.9 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( -1 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 3 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPCkf3HitTrajectoryFilter" ) 00014 )
Definition at line 1597 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPCkfTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPCkfTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( True ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 1611 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterialForHI" ), 00003 trajectoryFilterName = cms.string( "hltESPCkfTrajectoryFilterForHI" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPCkfTrajectoryBuilderForHI" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOppositeForHI" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTrackerForHI" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( False ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 1625 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.9 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( -1 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 5 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPCkfTrajectoryFilter" ) 00014 )
Definition at line 1639 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minimumNumberOfHits = cms.int32( 6 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( -1 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 chargeSignificance = cms.double( -1.0 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 minPt = cms.double( 11.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPCkfTrajectoryFilterForHI" ) 00014 )
Definition at line 1653 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CloseComponentsMergerESProducer5D", 00002 ComponentName = cms.string( "hltESPCloseComponentsMerger5D" ), 00003 MaxComponents = cms.int32( 12 ), 00004 DistanceMeasure = cms.string( "hltESPKullbackLeiblerDistance5D" ) 00005 )
Definition at line 1667 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetLayerGeometryESProducer", 00002 ComponentName = cms.string( "hltESPDummyDetLayerGeometry" ) 00003 )
Definition at line 1672 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "EcalRegionCablingESProducer", 00002 esMapping = cms.PSet( LookupTable = cms.FileInPath( "EventFilter/ESDigiToRaw/data/ES_lookup_table.dat" ) ) 00003 )
Definition at line 1683 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "Chi2MeasurementEstimatorESProducer", 00002 MaxChi2 = cms.double( 2000.0 ), 00003 nSigma = cms.double( 3.0 ), 00004 ComponentName = cms.string( "hltESPElectronChi2" ) 00005 )
Definition at line 1686 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "GsfMaterialEffectsESProducer", 00002 BetheHeitlerParametrization = cms.string( "BetheHeitler_cdfmom_nC6_O5.par" ), 00003 EnergyLossUpdator = cms.string( "GsfBetheHeitlerUpdator" ), 00004 ComponentName = cms.string( "hltESPElectronMaterialEffects" ), 00005 MultipleScatteringUpdator = cms.string( "MultipleScatteringUpdator" ), 00006 Mass = cms.double( 5.11E-4 ), 00007 BetheHeitlerCorrection = cms.int32( 2 ) 00008 )
Definition at line 1691 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "ESUnpackerWorkerESProducer", 00002 RHAlgo = cms.PSet( 00003 ESRecoAlgo = cms.int32( 0 ), 00004 Type = cms.string( "ESRecHitWorker" ) 00005 ), 00006 DCCDataUnpacker = cms.PSet( LookupTable = cms.FileInPath( "EventFilter/ESDigiToRaw/data/ES_lookup_table.dat" ) ), 00007 ComponentName = cms.string( "hltESPESUnpackerWorker" ) 00008 )
Definition at line 1675 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SteppingHelixPropagatorESProducer", 00002 NoErrorPropagation = cms.bool( False ), 00003 endcapShiftInZPos = cms.double( 0.0 ), 00004 PropagationDirection = cms.string( "anyDirection" ), 00005 useTuningForL2Speed = cms.bool( True ), 00006 useIsYokeFlag = cms.bool( True ), 00007 endcapShiftInZNeg = cms.double( 0.0 ), 00008 SetVBFPointer = cms.bool( False ), 00009 AssumeNoMaterial = cms.bool( False ), 00010 returnTangentPlane = cms.bool( True ), 00011 useInTeslaFromMagField = cms.bool( False ), 00012 VBFName = cms.string( "VolumeBasedMagneticField" ), 00013 useEndcapShiftsInZ = cms.bool( False ), 00014 sendLogWarning = cms.bool( False ), 00015 useMatVolumes = cms.bool( True ), 00016 debug = cms.bool( False ), 00017 ApplyRadX0Correction = cms.bool( True ), 00018 useMagVolumes = cms.bool( True ), 00019 ComponentName = cms.string( "hltESPFastSteppingHelixPropagatorAny" ) 00020 )
Definition at line 1699 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SteppingHelixPropagatorESProducer", 00002 NoErrorPropagation = cms.bool( False ), 00003 endcapShiftInZPos = cms.double( 0.0 ), 00004 PropagationDirection = cms.string( "oppositeToMomentum" ), 00005 useTuningForL2Speed = cms.bool( True ), 00006 useIsYokeFlag = cms.bool( True ), 00007 endcapShiftInZNeg = cms.double( 0.0 ), 00008 SetVBFPointer = cms.bool( False ), 00009 AssumeNoMaterial = cms.bool( False ), 00010 returnTangentPlane = cms.bool( True ), 00011 useInTeslaFromMagField = cms.bool( False ), 00012 VBFName = cms.string( "VolumeBasedMagneticField" ), 00013 useEndcapShiftsInZ = cms.bool( False ), 00014 sendLogWarning = cms.bool( False ), 00015 useMatVolumes = cms.bool( True ), 00016 debug = cms.bool( False ), 00017 ApplyRadX0Correction = cms.bool( True ), 00018 useMagVolumes = cms.bool( True ), 00019 ComponentName = cms.string( "hltESPFastSteppingHelixPropagatorOpposite" ) 00020 )
Definition at line 1719 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFFittingSmootherESProducer", 00002 EstimateCut = cms.double( 10.0 ), 00003 LogPixelProbabilityCut = cms.double( -16.0 ), 00004 Fitter = cms.string( "hltESPTrajectoryFitterRK" ), 00005 MinNumberOfHits = cms.int32( 3 ), 00006 Smoother = cms.string( "hltESPTrajectorySmootherRK" ), 00007 BreakTrajWith2ConsecutiveMissing = cms.bool( True ), 00008 ComponentName = cms.string( "hltESPFittingSmootherIT" ), 00009 NoInvalidHitsBeginEnd = cms.bool( True ), 00010 RejectTracks = cms.bool( True ) 00011 )
Definition at line 1739 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFFittingSmootherESProducer", 00002 EstimateCut = cms.double( -1.0 ), 00003 LogPixelProbabilityCut = cms.double( -16.0 ), 00004 Fitter = cms.string( "hltESPTrajectoryFitterRK" ), 00005 MinNumberOfHits = cms.int32( 5 ), 00006 Smoother = cms.string( "hltESPTrajectorySmootherRK" ), 00007 BreakTrajWith2ConsecutiveMissing = cms.bool( False ), 00008 ComponentName = cms.string( "hltESPFittingSmootherRK" ), 00009 NoInvalidHitsBeginEnd = cms.bool( False ), 00010 RejectTracks = cms.bool( True ) 00011 )
Definition at line 1750 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "alongMomentum" ), 00003 ComponentName = cms.string( "hltESPFwdElectronPropagator" ), 00004 Mass = cms.double( 5.11E-4 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( False ) 00008 )
Definition at line 1761 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "GlobalDetLayerGeometryESProducer", 00002 ComponentName = cms.string( "hltESPGlobalDetLayerGeometry" ) 00003 )
Definition at line 1769 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFFittingSmootherESProducer", 00002 EstimateCut = cms.double( -1.0 ), 00003 LogPixelProbabilityCut = cms.double( -16.0 ), 00004 Fitter = cms.string( "hltESPGsfTrajectoryFitter" ), 00005 MinNumberOfHits = cms.int32( 5 ), 00006 Smoother = cms.string( "hltESPGsfTrajectorySmoother" ), 00007 BreakTrajWith2ConsecutiveMissing = cms.bool( True ), 00008 ComponentName = cms.string( "hltESPGsfElectronFittingSmoother" ), 00009 NoInvalidHitsBeginEnd = cms.bool( True ), 00010 RejectTracks = cms.bool( True ) 00011 )
Definition at line 1772 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "GsfTrajectoryFitterESProducer", 00002 Merger = cms.string( "hltESPCloseComponentsMerger5D" ), 00003 ComponentName = cms.string( "hltESPGsfTrajectoryFitter" ), 00004 MaterialEffectsUpdator = cms.string( "hltESPElectronMaterialEffects" ), 00005 RecoGeometry = cms.string( "hltESPGlobalDetLayerGeometry" ), 00006 GeometricalPropagator = cms.string( "hltESPAnalyticalPropagator" ) 00007 )
Definition at line 1783 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "GsfTrajectorySmootherESProducer", 00002 ErrorRescaling = cms.double( 100.0 ), 00003 RecoGeometry = cms.string( "hltESPGlobalDetLayerGeometry" ), 00004 Merger = cms.string( "hltESPCloseComponentsMerger5D" ), 00005 ComponentName = cms.string( "hltESPGsfTrajectorySmoother" ), 00006 GeometricalPropagator = cms.string( "hltESPBwdAnalyticalPropagator" ), 00007 MaterialEffectsUpdator = cms.string( "hltESPElectronMaterialEffects" ) 00008 )
Definition at line 1790 of file HLT_PIon_cff.py.
Definition at line 1798 of file HLT_PIon_cff.py.
Definition at line 1845 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltESPHIPixelLayerTriplets" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 useErrorsFromParam = cms.bool( True ), 00011 hitErrorRPhi = cms.double( 0.0051 ), 00012 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00013 HitProducer = cms.string( "hltHISiPixelRecHits" ), 00014 hitErrorRZ = cms.double( 0.0036 ) 00015 ), 00016 TID = cms.PSet( ), 00017 BPix = cms.PSet( 00018 useErrorsFromParam = cms.bool( True ), 00019 hitErrorRPhi = cms.double( 0.0027 ), 00020 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00021 HitProducer = cms.string( "hltHISiPixelRecHits" ), 00022 hitErrorRZ = cms.double( 0.0060 ) 00023 ), 00024 TIB = cms.PSet( ), 00025 TOB = cms.PSet( ) 00026 )
Definition at line 1879 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TkTransientTrackingRecHitBuilderESProducer", 00002 StripCPE = cms.string( "Fake" ), 00003 Matcher = cms.string( "Fake" ), 00004 ComputeCoarseLocalPositionFromDisk = cms.bool( False ), 00005 PixelCPE = cms.string( "Fake" ), 00006 ComponentName = cms.string( "hltESPHITTRHBuilderWithoutRefit" ) 00007 )
Definition at line 1905 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFFittingSmootherESProducer", 00002 EstimateCut = cms.double( -1.0 ), 00003 LogPixelProbabilityCut = cms.double( -16.0 ), 00004 Fitter = cms.string( "hltESPKFTrajectoryFitter" ), 00005 MinNumberOfHits = cms.int32( 5 ), 00006 Smoother = cms.string( "hltESPKFTrajectorySmoother" ), 00007 BreakTrajWith2ConsecutiveMissing = cms.bool( False ), 00008 ComponentName = cms.string( "hltESPKFFittingSmoother" ), 00009 NoInvalidHitsBeginEnd = cms.bool( False ), 00010 RejectTracks = cms.bool( True ) 00011 )
Definition at line 1912 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFFittingSmootherESProducer", 00002 EstimateCut = cms.double( -1.0 ), 00003 LogPixelProbabilityCut = cms.double( -16.0 ), 00004 Fitter = cms.string( "hltESPKFTrajectoryFitterForL2Muon" ), 00005 MinNumberOfHits = cms.int32( 5 ), 00006 Smoother = cms.string( "hltESPKFTrajectorySmootherForL2Muon" ), 00007 BreakTrajWith2ConsecutiveMissing = cms.bool( False ), 00008 ComponentName = cms.string( "hltESPKFFittingSmootherForL2Muon" ), 00009 NoInvalidHitsBeginEnd = cms.bool( False ), 00010 RejectTracks = cms.bool( True ) 00011 )
Definition at line 1923 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFFittingSmootherESProducer", 00002 EstimateCut = cms.double( 20.0 ), 00003 LogPixelProbabilityCut = cms.double( -14.0 ), 00004 Fitter = cms.string( "hltESPRKFitter" ), 00005 MinNumberOfHits = cms.int32( 3 ), 00006 Smoother = cms.string( "hltESPRKSmoother" ), 00007 BreakTrajWith2ConsecutiveMissing = cms.bool( True ), 00008 ComponentName = cms.string( "hltESPKFFittingSmootherWithOutliersRejectionAndRK" ), 00009 NoInvalidHitsBeginEnd = cms.bool( True ), 00010 RejectTracks = cms.bool( True ) 00011 )
Definition at line 1934 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectoryFitterESProducer", 00002 minHits = cms.int32( 3 ), 00003 ComponentName = cms.string( "hltESPKFTrajectoryFitter" ), 00004 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00005 Updator = cms.string( "hltESPKFUpdator" ), 00006 Propagator = cms.string( "PropagatorWithMaterial" ), 00007 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00008 )
Definition at line 1945 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectoryFitterESProducer", 00002 minHits = cms.int32( 3 ), 00003 ComponentName = cms.string( "hltESPKFTrajectoryFitterForL2Muon" ), 00004 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00005 Updator = cms.string( "hltESPKFUpdator" ), 00006 Propagator = cms.string( "hltESPFastSteppingHelixPropagatorAny" ), 00007 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00008 )
Definition at line 1953 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectorySmootherESProducer", 00002 errorRescaling = cms.double( 100.0 ), 00003 minHits = cms.int32( 3 ), 00004 ComponentName = cms.string( "hltESPKFTrajectorySmoother" ), 00005 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00006 Updator = cms.string( "hltESPKFUpdator" ), 00007 Propagator = cms.string( "PropagatorWithMaterial" ), 00008 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00009 )
Definition at line 1961 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectorySmootherESProducer", 00002 errorRescaling = cms.double( 100.0 ), 00003 minHits = cms.int32( 3 ), 00004 ComponentName = cms.string( "hltESPKFTrajectorySmootherForL2Muon" ), 00005 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00006 Updator = cms.string( "hltESPKFUpdator" ), 00007 Propagator = cms.string( "hltESPFastSteppingHelixPropagatorOpposite" ), 00008 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00009 )
Definition at line 1970 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectorySmootherESProducer", 00002 errorRescaling = cms.double( 10.0 ), 00003 minHits = cms.int32( 3 ), 00004 ComponentName = cms.string( "hltESPKFTrajectorySmootherForMuonTrackLoader" ), 00005 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00006 Updator = cms.string( "hltESPKFUpdator" ), 00007 Propagator = cms.string( "hltESPSmartPropagatorAnyOpposite" ), 00008 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00009 )
Definition at line 1979 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFUpdatorESProducer", 00002 ComponentName = cms.string( "hltESPKFUpdator" ) 00003 )
Definition at line 1988 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DistanceBetweenComponentsESProducer5D", 00002 ComponentName = cms.string( "hltESPKullbackLeiblerDistance5D" ), 00003 DistanceMeasure = cms.string( "KullbackLeibler" ) 00004 )
Definition at line 1991 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "L1FastjetCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 srcRho = cms.InputTag( 'hltKT6CaloJets','rho' ), 00004 algorithm = cms.string( "AK5CaloHLT" ), 00005 level = cms.string( "L1FastJet" ) 00006 )
Definition at line 1995 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "L1FastjetCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 srcRho = cms.InputTag( 'hltKT6PFJets','rho' ), 00004 algorithm = cms.string( "AK5PFHLT" ), 00005 level = cms.string( "L1FastJet" ) 00006 )
Definition at line 2001 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "L1FastjetCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 srcRho = cms.InputTag( 'hltKT6PFJets','rho' ), 00004 algorithm = cms.string( "AK5PFchsHLT" ), 00005 level = cms.string( "L1FastJet" ) 00006 )
Definition at line 2007 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LXXXCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 algorithm = cms.string( "AK5PFchsHLT" ), 00004 level = cms.string( "L2Relative" ) 00005 )
Definition at line 2013 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LXXXCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 algorithm = cms.string( "AK5PFHLT" ), 00004 level = cms.string( "L2Relative" ) 00005 )
Definition at line 2018 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LXXXCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 algorithm = cms.string( "AK5CaloHLT" ), 00004 level = cms.string( "L2Relative" ) 00005 )
Definition at line 2023 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LXXXCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 algorithm = cms.string( "AK5CaloHLT" ), 00004 level = cms.string( "L3Absolute" ) 00005 )
Definition at line 2028 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectoryFitterESProducer", 00002 minHits = cms.int32( 3 ), 00003 ComponentName = cms.string( "hltESPL3MuKFTrajectoryFitter" ), 00004 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00005 Updator = cms.string( "hltESPKFUpdator" ), 00006 Propagator = cms.string( "hltESPSmartPropagatorAny" ), 00007 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00008 )
Definition at line 2033 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LXXXCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 algorithm = cms.string( "AK5PFHLT" ), 00004 level = cms.string( "L3Absolute" ) 00005 )
Definition at line 2041 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LXXXCorrectionESProducer", 00002 appendToDataLabel = cms.string( "" ), 00003 algorithm = cms.string( "AK5PFchsHLT" ), 00004 level = cms.string( "L3Absolute" ) 00005 )
Definition at line 2046 of file HLT_PIon_cff.py.
Definition at line 2051 of file HLT_PIon_cff.py.
Definition at line 2098 of file HLT_PIon_cff.py.
Definition at line 1211 of file HLT_PIon_cff.py.
Definition at line 2145 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "MuonCkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPMuonCkfTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPMuonCkfTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 useSeedLayer = cms.bool( False ), 00008 deltaEta = cms.double( 0.1 ), 00009 deltaPhi = cms.double( 0.1 ), 00010 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00011 rescaleErrorIfFail = cms.double( 1.0 ), 00012 propagatorProximity = cms.string( "SteppingHelixPropagatorAny" ), 00013 updator = cms.string( "hltESPKFUpdator" ), 00014 alwaysUseInvalidHits = cms.bool( True ), 00015 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00016 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00017 intermediateCleaning = cms.bool( False ), 00018 lostHitPenalty = cms.double( 30.0 ) 00019 )
Definition at line 2248 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "MuonCkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPMuonCkfTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPMuonCkfTrajectoryBuilderSeedHit" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 useSeedLayer = cms.bool( True ), 00008 deltaEta = cms.double( 0.1 ), 00009 deltaPhi = cms.double( 0.1 ), 00010 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00011 rescaleErrorIfFail = cms.double( 1.0 ), 00012 propagatorProximity = cms.string( "SteppingHelixPropagatorAny" ), 00013 updator = cms.string( "hltESPKFUpdator" ), 00014 alwaysUseInvalidHits = cms.bool( True ), 00015 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00016 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00017 intermediateCleaning = cms.bool( False ), 00018 lostHitPenalty = cms.double( 30.0 ) 00019 )
Definition at line 2267 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.9 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( -1 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 chargeSignificance = cms.double( -1.0 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 minimumNumberOfHits = cms.int32( 5 ) 00012 ), 00013 ComponentName = cms.string( "hltESPMuonCkfTrajectoryFilter" ) 00014 )
Definition at line 2286 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "MuonTransientTrackingRecHitBuilderESProducer", 00002 ComponentName = cms.string( "hltESPMuonTransientTrackingRecHitBuilder" ) 00003 )
Definition at line 2300 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPMuTrackJpsiEffTrajectoryFilter" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltESPMuTrackJpsiEffTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2192 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 1.0 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 9 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 5 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPMuTrackJpsiEffTrajectoryFilter" ) 00014 )
Definition at line 2206 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPMuTrackJpsiTrajectoryFilter" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltESPMuTrackJpsiTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2220 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 1.0 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 8 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 5 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPMuTrackJpsiTrajectoryFilter" ) 00014 )
Definition at line 2234 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PixelCPEGenericESProducer", 00002 EdgeClusterErrorX = cms.double( 50.0 ), 00003 DoCosmics = cms.bool( False ), 00004 LoadTemplatesFromDB = cms.bool( True ), 00005 UseErrorsFromTemplates = cms.bool( True ), 00006 eff_charge_cut_highX = cms.double( 1.0 ), 00007 TruncatePixelCharge = cms.bool( True ), 00008 size_cutY = cms.double( 3.0 ), 00009 size_cutX = cms.double( 3.0 ), 00010 inflate_all_errors_no_trk_angle = cms.bool( False ), 00011 IrradiationBiasCorrection = cms.bool( False ), 00012 TanLorentzAnglePerTesla = cms.double( 0.106 ), 00013 inflate_errors = cms.bool( False ), 00014 eff_charge_cut_lowX = cms.double( 0.0 ), 00015 eff_charge_cut_highY = cms.double( 1.0 ), 00016 ClusterProbComputationFlag = cms.int32( 0 ), 00017 EdgeClusterErrorY = cms.double( 85.0 ), 00018 ComponentName = cms.string( "hltESPPixelCPEGeneric" ), 00019 eff_charge_cut_lowY = cms.double( 0.0 ), 00020 PixelErrorParametrization = cms.string( "NOTcmsim" ), 00021 Alpha2Order = cms.bool( True ) 00022 )
Definition at line 2303 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PixelCPETemplateRecoESProducer", 00002 DoCosmics = cms.bool( False ), 00003 LoadTemplatesFromDB = cms.bool( True ), 00004 ComponentName = cms.string( "hltESPPixelCPETemplateReco" ), 00005 Alpha2Order = cms.bool( True ), 00006 ClusterProbComputationFlag = cms.int32( 0 ), 00007 speed = cms.int32( -2 ), 00008 UseClusterSplitter = cms.bool( False ) 00009 )
Definition at line 2325 of file HLT_PIon_cff.py.
Definition at line 2334 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltESPPixelLayerTriplets" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 useErrorsFromParam = cms.bool( True ), 00011 hitErrorRPhi = cms.double( 0.0051 ), 00012 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00013 HitProducer = cms.string( "hltSiPixelRecHits" ), 00014 hitErrorRZ = cms.double( 0.0036 ) 00015 ), 00016 TID = cms.PSet( ), 00017 BPix = cms.PSet( 00018 useErrorsFromParam = cms.bool( True ), 00019 hitErrorRPhi = cms.double( 0.0027 ), 00020 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00021 HitProducer = cms.string( "hltSiPixelRecHits" ), 00022 hitErrorRZ = cms.double( 0.0060 ) 00023 ), 00024 TIB = cms.PSet( ), 00025 TOB = cms.PSet( ) 00026 )
Definition at line 2368 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3' ), 00003 ComponentName = cms.string( "hltESPPixelLayerTripletsHITHB" ), 00004 TEC = cms.PSet( ), 00005 FPix = cms.PSet( 00006 useErrorsFromParam = cms.bool( True ), 00007 hitErrorRPhi = cms.double( 0.0051 ), 00008 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00009 HitProducer = cms.string( "hltSiPixelRecHits" ), 00010 hitErrorRZ = cms.double( 0.0036 ) 00011 ), 00012 TID = cms.PSet( ), 00013 BPix = cms.PSet( 00014 useErrorsFromParam = cms.bool( True ), 00015 hitErrorRPhi = cms.double( 0.0027 ), 00016 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00017 HitProducer = cms.string( "hltSiPixelRecHits" ), 00018 hitErrorRZ = cms.double( 0.0060 ) 00019 ), 00020 TIB = cms.PSet( ), 00021 TOB = cms.PSet( ) 00022 )
Definition at line 2394 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+FPix1_pos', 00003 'BPix1+BPix2+FPix1_neg', 00004 'BPix1+FPix1_pos+FPix2_pos', 00005 'BPix1+FPix1_neg+FPix2_neg' ), 00006 ComponentName = cms.string( "hltESPPixelLayerTripletsHITHE" ), 00007 TEC = cms.PSet( ), 00008 FPix = cms.PSet( 00009 useErrorsFromParam = cms.bool( True ), 00010 hitErrorRPhi = cms.double( 0.0051 ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00012 HitProducer = cms.string( "hltSiPixelRecHits" ), 00013 hitErrorRZ = cms.double( 0.0036 ) 00014 ), 00015 TID = cms.PSet( ), 00016 BPix = cms.PSet( 00017 useErrorsFromParam = cms.bool( True ), 00018 hitErrorRPhi = cms.double( 0.0027 ), 00019 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00020 HitProducer = cms.string( "hltSiPixelRecHits" ), 00021 hitErrorRZ = cms.double( 0.0060 ) 00022 ), 00023 TIB = cms.PSet( ), 00024 TOB = cms.PSet( ) 00025 )
Definition at line 2416 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltESPPixelLayerTripletsReg" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 hitErrorRZ = cms.double( 0.0036 ), 00011 hitErrorRPhi = cms.double( 0.0051 ), 00012 useErrorsFromParam = cms.bool( True ), 00013 HitProducer = cms.string( "hltSiPixelRecHitsReg" ), 00014 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ) 00015 ), 00016 TID = cms.PSet( ), 00017 BPix = cms.PSet( 00018 hitErrorRZ = cms.double( 0.0060 ), 00019 hitErrorRPhi = cms.double( 0.0027 ), 00020 useErrorsFromParam = cms.bool( True ), 00021 HitProducer = cms.string( "hltSiPixelRecHitsReg" ), 00022 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ) 00023 ), 00024 TIB = cms.PSet( ), 00025 TOB = cms.PSet( ) 00026 )
Definition at line 2441 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PromptTrackCountingESProducer", 00002 maxImpactParameterSig = cms.double( 999999.0 ), 00003 deltaR = cms.double( -1.0 ), 00004 maximumDecayLength = cms.double( 999999.0 ), 00005 impactParameterType = cms.int32( 0 ), 00006 trackQualityClass = cms.string( "any" ), 00007 deltaRmin = cms.double( 0.0 ), 00008 maxImpactParameter = cms.double( 0.03 ), 00009 maximumDistanceToJetAxis = cms.double( 999999.0 ), 00010 nthTrack = cms.int32( -1 ) 00011 )
Definition at line 2467 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectoryFitterESProducer", 00002 minHits = cms.int32( 3 ), 00003 ComponentName = cms.string( "hltESPRKFitter" ), 00004 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00005 Updator = cms.string( "hltESPKFUpdator" ), 00006 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ), 00007 RecoGeometry = cms.string( "hltESPGlobalDetLayerGeometry" ) 00008 )
Definition at line 2478 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectorySmootherESProducer", 00002 errorRescaling = cms.double( 100.0 ), 00003 minHits = cms.int32( 3 ), 00004 ComponentName = cms.string( "hltESPRKSmoother" ), 00005 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00006 Updator = cms.string( "hltESPKFUpdator" ), 00007 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ), 00008 RecoGeometry = cms.string( "hltESPGlobalDetLayerGeometry" ) 00009 )
Definition at line 2486 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "alongMomentum" ), 00003 ComponentName = cms.string( "hltESPRungeKuttaTrackerPropagator" ), 00004 Mass = cms.double( 0.105 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( True ) 00008 )
Definition at line 2495 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SiStripRegionConnectivity", 00002 EtaDivisions = cms.untracked.uint32( 20 ), 00003 PhiDivisions = cms.untracked.uint32( 20 ), 00004 EtaMax = cms.untracked.double( 2.5 ) 00005 )
Definition at line 2503 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SmartPropagatorESProducer", 00002 Epsilon = cms.double( 5.0 ), 00003 TrackerPropagator = cms.string( "PropagatorWithMaterial" ), 00004 MuonPropagator = cms.string( "hltESPSteppingHelixPropagatorAlong" ), 00005 PropagationDirection = cms.string( "alongMomentum" ), 00006 ComponentName = cms.string( "hltESPSmartPropagator" ) 00007 )
Definition at line 2508 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SmartPropagatorESProducer", 00002 Epsilon = cms.double( 5.0 ), 00003 TrackerPropagator = cms.string( "PropagatorWithMaterial" ), 00004 MuonPropagator = cms.string( "SteppingHelixPropagatorAny" ), 00005 PropagationDirection = cms.string( "alongMomentum" ), 00006 ComponentName = cms.string( "hltESPSmartPropagatorAny" ) 00007 )
Definition at line 2515 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SmartPropagatorESProducer", 00002 Epsilon = cms.double( 5.0 ), 00003 TrackerPropagator = cms.string( "PropagatorWithMaterialOpposite" ), 00004 MuonPropagator = cms.string( "SteppingHelixPropagatorAny" ), 00005 PropagationDirection = cms.string( "oppositeToMomentum" ), 00006 ComponentName = cms.string( "hltESPSmartPropagatorAnyOpposite" ) 00007 )
Definition at line 2522 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SmartPropagatorESProducer", 00002 Epsilon = cms.double( 5.0 ), 00003 TrackerPropagator = cms.string( "PropagatorWithMaterialOpposite" ), 00004 MuonPropagator = cms.string( "hltESPSteppingHelixPropagatorOpposite" ), 00005 PropagationDirection = cms.string( "oppositeToMomentum" ), 00006 ComponentName = cms.string( "hltESPSmartPropagatorOpposite" ) 00007 )
Definition at line 2529 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LeptonTaggerByDistanceESProducer", 00002 distance = cms.double( 0.5 ) 00003 )
Definition at line 2536 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "LeptonTaggerByPtESProducer", 00002 ipSign = cms.string( "any" ) 00003 )
Definition at line 2539 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SteppingHelixPropagatorESProducer", 00002 NoErrorPropagation = cms.bool( False ), 00003 endcapShiftInZPos = cms.double( 0.0 ), 00004 PropagationDirection = cms.string( "alongMomentum" ), 00005 useTuningForL2Speed = cms.bool( False ), 00006 useIsYokeFlag = cms.bool( True ), 00007 endcapShiftInZNeg = cms.double( 0.0 ), 00008 SetVBFPointer = cms.bool( False ), 00009 AssumeNoMaterial = cms.bool( False ), 00010 returnTangentPlane = cms.bool( True ), 00011 useInTeslaFromMagField = cms.bool( False ), 00012 VBFName = cms.string( "VolumeBasedMagneticField" ), 00013 useEndcapShiftsInZ = cms.bool( False ), 00014 sendLogWarning = cms.bool( False ), 00015 useMatVolumes = cms.bool( True ), 00016 debug = cms.bool( False ), 00017 ApplyRadX0Correction = cms.bool( True ), 00018 useMagVolumes = cms.bool( True ), 00019 ComponentName = cms.string( "hltESPSteppingHelixPropagatorAlong" ) 00020 )
Definition at line 2542 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SteppingHelixPropagatorESProducer", 00002 NoErrorPropagation = cms.bool( False ), 00003 endcapShiftInZPos = cms.double( 0.0 ), 00004 PropagationDirection = cms.string( "oppositeToMomentum" ), 00005 useTuningForL2Speed = cms.bool( False ), 00006 useIsYokeFlag = cms.bool( True ), 00007 endcapShiftInZNeg = cms.double( 0.0 ), 00008 SetVBFPointer = cms.bool( False ), 00009 AssumeNoMaterial = cms.bool( False ), 00010 returnTangentPlane = cms.bool( True ), 00011 useInTeslaFromMagField = cms.bool( False ), 00012 VBFName = cms.string( "VolumeBasedMagneticField" ), 00013 useEndcapShiftsInZ = cms.bool( False ), 00014 sendLogWarning = cms.bool( False ), 00015 useMatVolumes = cms.bool( True ), 00016 debug = cms.bool( False ), 00017 ApplyRadX0Correction = cms.bool( True ), 00018 useMagVolumes = cms.bool( True ), 00019 ComponentName = cms.string( "hltESPSteppingHelixPropagatorOpposite" ) 00020 )
Definition at line 2562 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "StraightLinePropagatorESProducer", 00002 ComponentName = cms.string( "hltESPStraightLinePropagator" ), 00003 PropagationDirection = cms.string( "alongMomentum" ) 00004 )
Definition at line 2582 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrackCountingESProducer", 00002 deltaR = cms.double( -1.0 ), 00003 maximumDistanceToJetAxis = cms.double( 0.07 ), 00004 impactParameterType = cms.int32( 0 ), 00005 trackQualityClass = cms.string( "any" ), 00006 maximumDecayLength = cms.double( 5.0 ), 00007 nthTrack = cms.int32( 1 ) 00008 )
Definition at line 2614 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrackCountingESProducer", 00002 deltaR = cms.double( -1.0 ), 00003 maximumDistanceToJetAxis = cms.double( 0.07 ), 00004 impactParameterType = cms.int32( 0 ), 00005 trackQualityClass = cms.string( "any" ), 00006 maximumDecayLength = cms.double( 5.0 ), 00007 nthTrack = cms.int32( 2 ) 00008 )
Definition at line 2622 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "hltESPFwdElectronPropagator" ), 00003 trajectoryFilterName = cms.string( "hltESPTrajectoryFilterForElectrons" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPTrajectoryBuilderForElectrons" ), 00006 propagatorOpposite = cms.string( "hltESPBwdElectronPropagator" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPElectronChi2" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( True ), 00012 intermediateCleaning = cms.bool( False ), 00013 lostHitPenalty = cms.double( 90.0 ) 00014 )
Definition at line 2630 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator9" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2644 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltESPTrajectoryBuilderITReg" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTrackerReg" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator9" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 1197 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPTrajectoryFilterL3" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltESPTrajectoryBuilderL3" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2658 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryCleanerESProducer", 00002 ComponentName = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00003 fractionShared = cms.double( 0.5 ), 00004 ValidHitBonus = cms.double( 100.0 ), 00005 ComponentType = cms.string( "TrajectoryCleanerBySharedHits" ), 00006 MissingHitPenalty = cms.double( 0.0 ), 00007 allowSharedFirstHit = cms.bool( False ) 00008 )
Definition at line 2672 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryCleanerESProducer", 00002 ComponentName = cms.string( "hltESPTrajectoryCleanerBySharedSeeds" ), 00003 fractionShared = cms.double( 0.5 ), 00004 ValidHitBonus = cms.double( 100.0 ), 00005 ComponentType = cms.string( "TrajectoryCleanerBySharedSeeds" ), 00006 MissingHitPenalty = cms.double( 0.0 ), 00007 allowSharedFirstHit = cms.bool( True ) 00008 )
Definition at line 2680 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00004 minPt = cms.double( 2.0 ), 00005 minHitsMinPt = cms.int32( -1 ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( -1 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 nSigmaMinPt = cms.double( 5.0 ), 00010 minimumNumberOfHits = cms.int32( 5 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPTrajectoryFilterForElectrons" ) 00014 )
Definition at line 2688 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.3 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 100 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 3 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPTrajectoryFilterIT" ) 00014 )
Definition at line 2702 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.5 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 1000000000 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 5 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltESPTrajectoryFilterL3" ) 00014 )
Definition at line 2716 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectoryFitterESProducer", 00002 minHits = cms.int32( 3 ), 00003 ComponentName = cms.string( "hltESPTrajectoryFitterRK" ), 00004 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00005 Updator = cms.string( "hltESPKFUpdator" ), 00006 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ), 00007 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00008 )
Definition at line 2730 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "KFTrajectorySmootherESProducer", 00002 errorRescaling = cms.double( 100.0 ), 00003 minHits = cms.int32( 3 ), 00004 ComponentName = cms.string( "hltESPTrajectorySmootherRK" ), 00005 Estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00006 Updator = cms.string( "hltESPKFUpdator" ), 00007 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ), 00008 RecoGeometry = cms.string( "hltESPDummyDetLayerGeometry" ) 00009 )
Definition at line 2738 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TkTransientTrackingRecHitBuilderESProducer", 00002 StripCPE = cms.string( "StripCPEfromTrackAngle" ), 00003 Matcher = cms.string( "StandardMatcher" ), 00004 ComputeCoarseLocalPositionFromDisk = cms.bool( False ), 00005 PixelCPE = cms.string( "hltESPPixelCPETemplateReco" ), 00006 ComponentName = cms.string( "hltESPTTRHBuilderAngleAndTemplate" ) 00007 )
Definition at line 2593 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TkTransientTrackingRecHitBuilderESProducer", 00002 StripCPE = cms.string( "Fake" ), 00003 Matcher = cms.string( "StandardMatcher" ), 00004 ComputeCoarseLocalPositionFromDisk = cms.bool( False ), 00005 PixelCPE = cms.string( "hltESPPixelCPEGeneric" ), 00006 ComponentName = cms.string( "hltESPTTRHBuilderPixelOnly" ) 00007 )
Definition at line 2600 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TkTransientTrackingRecHitBuilderESProducer", 00002 StripCPE = cms.string( "Fake" ), 00003 Matcher = cms.string( "StandardMatcher" ), 00004 ComputeCoarseLocalPositionFromDisk = cms.bool( False ), 00005 PixelCPE = cms.string( "hltESPPixelCPEGeneric" ), 00006 ComponentName = cms.string( "hltESPTTRHBuilderWithoutAngle4PixelTriplets" ) 00007 )
Definition at line 2607 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TkTransientTrackingRecHitBuilderESProducer", 00002 StripCPE = cms.string( "StripCPEfromTrackAngle" ), 00003 Matcher = cms.string( "StandardMatcher" ), 00004 ComputeCoarseLocalPositionFromDisk = cms.bool( False ), 00005 PixelCPE = cms.string( "hltESPPixelCPEGeneric" ), 00006 ComponentName = cms.string( "hltESPTTRHBWithTrackAngle" ) 00007 )
Definition at line 2586 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitFacility", 00002 sourceTag = cms.InputTag( "rawDataCollector" ), 00003 workerName = cms.string( "hltESPESUnpackerWorker" ) 00004 )
Definition at line 4107 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( False ), 00003 rechitCollection = cms.string( "EcalRecHitsES" ), 00004 EErechitCollection = cms.string( "" ), 00005 EBrechitCollection = cms.string( "" ), 00006 sourceTag = cms.InputTag( 'hltEcalRegionalESRestFEDs','es' ), 00007 cleaningConfig = cms.PSet( ), 00008 lazyGetterTag = cms.InputTag( "hltESRawToRecHitFacility" ) 00009 )
Definition at line 4166 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( False ), 00003 rechitCollection = cms.string( "EcalRecHitsES" ), 00004 EErechitCollection = cms.string( "" ), 00005 EBrechitCollection = cms.string( "" ), 00006 sourceTag = cms.InputTag( 'hltEcalRegionalEgammaFEDs','es' ), 00007 cleaningConfig = cms.PSet( ), 00008 lazyGetterTag = cms.InputTag( "hltESRawToRecHitFacility" ) 00009 )
Definition at line 5754 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EcalRawToRecHitProducer", 00002 splitOutput = cms.bool( False ), 00003 rechitCollection = cms.string( "EcalRecHitsES" ), 00004 EErechitCollection = cms.string( "" ), 00005 EBrechitCollection = cms.string( "" ), 00006 sourceTag = cms.InputTag( 'hltEcalRegionalPi0EtaFEDs','es' ), 00007 cleaningConfig = cms.PSet( ), 00008 lazyGetterTag = cms.InputTag( "hltESRawToRecHitFacility" ) 00009 )
Definition at line 6597 of file HLT_PIon_cff.py.
00001 cms.ESSource( "EmptyESSource", 00002 iovIsRunNotTime = cms.bool( True ), 00003 recordName = cms.string( "JetTagComputerRecord" ), 00004 firstValid = cms.vuint32( 1 ) 00005 )
Definition at line 757 of file HLT_PIon_cff.py.
00001 cms.ESSource( "EmptyESSource", 00002 iovIsRunNotTime = cms.bool( True ), 00003 recordName = cms.string( "EcalSeverityLevelAlgoRcd" ), 00004 firstValid = cms.vuint32( 1 ) 00005 )
Definition at line 762 of file HLT_PIon_cff.py.
00001 cms.ESSource( "EmptyESSource", 00002 iovIsRunNotTime = cms.bool( True ), 00003 recordName = cms.string( "HcalSeverityLevelComputerRcd" ), 00004 firstValid = cms.vuint32( 1 ) 00005 )
Definition at line 767 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTExclDiCaloJetFilter", 00002 saveTags = cms.bool( False ), 00003 inputJetTag = cms.InputTag( "hltCaloJetCorrected" ), 00004 triggerType = cms.int32( 85 ), 00005 minPtJet = cms.double( 35.0 ), 00006 HF_OR = cms.bool( False ), 00007 minHFe = cms.double( 50.0 ) 00008 )
Definition at line 14234 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTExclDiCaloJetFilter", 00002 saveTags = cms.bool( True ), 00003 inputJetTag = cms.InputTag( "hltCaloJetCorrected" ), 00004 triggerType = cms.int32( 85 ), 00005 minPtJet = cms.double( 35.0 ), 00006 HF_OR = cms.bool( True ), 00007 minHFe = cms.double( 50.0 ) 00008 )
Definition at line 14210 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EvFFEDSelector", 00002 inputTag = cms.InputTag( "rawDataCollector" ), 00003 fedList = cms.vuint32( 1023 ) 00004 )
Definition at line 15292 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EvFFEDSelector", 00002 inputTag = cms.InputTag( "rawDataCollector" ), 00003 fedList = cms.vuint32( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ) 00004 )
Definition at line 7074 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "GctRawToDigi", 00002 unpackSharedRegions = cms.bool( False ), 00003 numberOfGctSamplesToUnpack = cms.uint32( 1 ), 00004 verbose = cms.untracked.bool( False ), 00005 numberOfRctSamplesToUnpack = cms.uint32( 1 ), 00006 inputLabel = cms.InputTag( "rawDataCollector" ), 00007 unpackerVersion = cms.uint32( 0 ), 00008 gctFedId = cms.untracked.int32( 745 ), 00009 hltMode = cms.bool( True ) 00010 )
Definition at line 4027 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "EventSetupRecordDataGetter", 00002 toGet = cms.VPSet( 00003 ), 00004 verbose = cms.untracked.bool( False ) 00005 )
Definition at line 4007 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTGetRaw |
00001 cms.EDAnalyzer( "HLTGetRaw", 00002 RawDataCollection = cms.InputTag( "rawDataCollector" ) 00003 )
Definition at line 4012 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTGlobalSumsCaloMET", 00002 saveTags = cms.bool( False ), 00003 observable = cms.string( "sumEt" ), 00004 MinN = cms.int32( 1 ), 00005 Min = cms.double( 100.0 ), 00006 Max = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPAMetForHf" ), 00008 triggerType = cms.int32( 88 ) 00009 )
Definition at line 13686 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTGlobalSumsCaloMET", 00002 saveTags = cms.bool( False ), 00003 observable = cms.string( "sumEt" ), 00004 MinN = cms.int32( 1 ), 00005 Min = cms.double( 140.0 ), 00006 Max = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPAMetForHf" ), 00008 triggerType = cms.int32( 88 ) 00009 )
Definition at line 13727 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTGlobalSumsCaloMET", 00002 saveTags = cms.bool( False ), 00003 observable = cms.string( "sumEt" ), 00004 MinN = cms.int32( 1 ), 00005 Min = cms.double( 170.0 ), 00006 Max = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPAMetForHf" ), 00008 triggerType = cms.int32( 88 ) 00009 )
Definition at line 13740 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTGlobalSumsCaloMET", 00002 saveTags = cms.bool( False ), 00003 observable = cms.string( "sumEt" ), 00004 MinN = cms.int32( 1 ), 00005 Min = cms.double( 210.0 ), 00006 Max = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPAMetForHf" ), 00008 triggerType = cms.int32( 88 ) 00009 )
Definition at line 13753 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltGtDigis |
00001 cms.EDProducer( "L1GlobalTriggerRawToDigi", 00002 DaqGtFedId = cms.untracked.int32( 813 ), 00003 DaqGtInputTag = cms.InputTag( "rawDataCollector" ), 00004 UnpackBxInEvent = cms.int32( 5 ), 00005 ActiveBoardsMask = cms.uint32( 0xffff ) 00006 )
Definition at line 4021 of file HLT_PIon_cff.py.
Definition at line 6022 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EvFFEDSelector", 00002 inputTag = cms.InputTag( "rawDataCollector" ), 00003 fedList = cms.vuint32( 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731 ) 00004 )
Definition at line 6470 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTHcalCalibTypeFilter", 00002 InputTag = cms.InputTag( "rawDataCollector" ), 00003 CalibTypes = cms.vint32( 1, 2, 3, 4, 5, 6 ), 00004 FilterSummary = cms.untracked.bool( False ) 00005 )
Definition at line 6465 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "HcalDataIntegrityTask", 00002 mergeRuns = cms.untracked.bool( False ), 00003 UnpackerReportLabel = cms.untracked.InputTag( "hltHcalDigis" ), 00004 subSystemFolder = cms.untracked.string( "Hcal" ), 00005 skipOutOfOrderLS = cms.untracked.bool( False ), 00006 enableCleanup = cms.untracked.bool( False ), 00007 RawDataLabel = cms.untracked.InputTag( "rawDataCollector" ), 00008 NLumiBlocks = cms.untracked.int32( 4000 ), 00009 TaskFolder = cms.untracked.string( "FEDIntegrity_EvF" ), 00010 online = cms.untracked.bool( False ), 00011 debug = cms.untracked.int32( 0 ), 00012 AllowedCalibTypes = cms.untracked.vint32( 0, 1, 2, 3, 4, 5, 6, 7 ) 00013 )
Definition at line 15215 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HcalRawToDigi", 00002 UnpackZDC = cms.untracked.bool( True ), 00003 FilterDataQuality = cms.bool( True ), 00004 InputLabel = cms.InputTag( "rawDataCollector" ), 00005 ComplainEmptyData = cms.untracked.bool( False ), 00006 UnpackCalib = cms.untracked.bool( True ), 00007 UnpackTTP = cms.untracked.bool( False ), 00008 lastSample = cms.int32( 9 ), 00009 firstSample = cms.int32( 0 ) 00010 )
Definition at line 6012 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTHcalTowerFilter", 00002 saveTags = cms.bool( False ), 00003 MinN_HFM = cms.int32( 1 ), 00004 MinE_HB = cms.double( -1.0 ), 00005 MaxN_HB = cms.int32( 999999999 ), 00006 inputTag = cms.InputTag( "hltTowerMakerForHf" ), 00007 MaxN_HE = cms.int32( 999999999 ), 00008 MinE_HE = cms.double( -1.0 ), 00009 MinE_HF = cms.double( 3.0 ), 00010 MinN_HF = cms.int32( 2 ), 00011 MaxN_HF = cms.int32( 999999999 ), 00012 MinN_HFP = cms.int32( 1 ) 00013 )
Definition at line 8190 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTHcalTowerFilter", 00002 saveTags = cms.bool( False ), 00003 MinN_HFM = cms.int32( 2 ), 00004 MinE_HB = cms.double( -1.0 ), 00005 MaxN_HB = cms.int32( 999999999 ), 00006 inputTag = cms.InputTag( "hltTowerMakerForHf" ), 00007 MaxN_HE = cms.int32( 999999999 ), 00008 MinE_HE = cms.double( -1.0 ), 00009 MinE_HF = cms.double( 3.0 ), 00010 MinN_HF = cms.int32( 4 ), 00011 MaxN_HF = cms.int32( 999999999 ), 00012 MinN_HFP = cms.int32( 2 ) 00013 )
Definition at line 12122 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTHFAsymmetryFilter", 00002 ECut_HF = cms.double( 5.0 ), 00003 SS_Asym_min = cms.double( 0.45 ), 00004 HFHitCollection = cms.InputTag( "hltHfreco" ), 00005 OS_Asym_max = cms.double( -1.0 ) 00006 )
Definition at line 6318 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltHfreco |
Definition at line 6083 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPCkf3HitTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltHIAllESPCkf3HitTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltHIAllESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( True ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2775 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPCkfTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltHIAllESPCkfTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltHIAllESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( True ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2789 of file HLT_PIon_cff.py.
Definition at line 2803 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "MuonCkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPMuonCkfTrajectoryFilter" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltHIAllESPMuonCkfTrajectoryBuilder" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 useSeedLayer = cms.bool( False ), 00008 deltaEta = cms.double( 0.1 ), 00009 deltaPhi = cms.double( 0.1 ), 00010 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00011 rescaleErrorIfFail = cms.double( 1.0 ), 00012 propagatorProximity = cms.string( "SteppingHelixPropagatorAny" ), 00013 updator = cms.string( "hltESPKFUpdator" ), 00014 alwaysUseInvalidHits = cms.bool( True ), 00015 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00016 MeasurementTrackerName = cms.string( "hltHIAllESPMeasurementTracker" ), 00017 intermediateCleaning = cms.bool( False ), 00018 lostHitPenalty = cms.double( 30.0 ) 00019 )
Definition at line 2850 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 5 ), 00005 ComponentName = cms.string( "hltHIAllESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltHIAllESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2869 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltHoreco |
Definition at line 7135 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HybridClusterProducer", 00002 eThreshA = cms.double( 0.0030 ), 00003 basicclusterCollection = cms.string( "hybridBarrelBasicClusters" ), 00004 clustershapecollection = cms.string( "" ), 00005 ethresh = cms.double( 0.1 ), 00006 ewing = cms.double( 0.0 ), 00007 RecHitSeverityToBeExcluded = cms.vstring( 'kWeird' ), 00008 posCalcParameters = cms.PSet( 00009 T0_barl = cms.double( 7.4 ), 00010 LogWeighted = cms.bool( True ), 00011 T0_endc = cms.double( 3.1 ), 00012 T0_endcPresh = cms.double( 1.2 ), 00013 W0 = cms.double( 4.2 ), 00014 X0 = cms.double( 0.89 ) 00015 ), 00016 HybridBarrelSeedThr = cms.double( 1.0 ), 00017 dynamicPhiRoad = cms.bool( False ), 00018 shapeAssociation = cms.string( "hybridShapeAssoc" ), 00019 RecHitFlagToBeExcluded = cms.vstring( ), 00020 useEtForXi = cms.bool( True ), 00021 step = cms.int32( 17 ), 00022 eThreshB = cms.double( 0.1 ), 00023 xi = cms.double( 0.0 ), 00024 eseed = cms.double( 0.35 ), 00025 ecalhitproducer = cms.string( "hltEcalRecHitAll" ), 00026 dynamicEThresh = cms.bool( False ), 00027 ecalhitcollection = cms.string( "EcalRecHitsEB" ), 00028 excludeFlagged = cms.bool( True ), 00029 superclusterCollection = cms.string( "" ) 00030 )
Definition at line 4175 of file HLT_PIon_cff.py.
Definition at line 5763 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltPFlowTrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 9.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 8950 of file HLT_PIon_cff.py.
Definition at line 2883 of file HLT_PIon_cff.py.
Definition at line 3231 of file HLT_PIon_cff.py.
Definition at line 1150 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltIter1ESPPixelLayerTriplets" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 HitProducer = cms.string( "hltSiPixelRecHits" ), 00011 hitErrorRZ = cms.double( 0.0036 ), 00012 useErrorsFromParam = cms.bool( True ), 00013 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00014 skipClusters = cms.InputTag( "hltIter1ClustersRefRemoval" ), 00015 hitErrorRPhi = cms.double( 0.0051 ) 00016 ), 00017 TID = cms.PSet( ), 00018 BPix = cms.PSet( 00019 HitProducer = cms.string( "hltSiPixelRecHits" ), 00020 hitErrorRZ = cms.double( 0.0060 ), 00021 useErrorsFromParam = cms.bool( True ), 00022 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00023 skipClusters = cms.InputTag( "hltIter1ClustersRefRemoval" ), 00024 hitErrorRPhi = cms.double( 0.0027 ) 00025 ), 00026 TIB = cms.PSet( ), 00027 TOB = cms.PSet( ) 00028 )
Definition at line 2930 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltIter1ESPPixelLayerTripletsPA" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 HitProducer = cms.string( "hltSiPixelRecHits" ), 00011 hitErrorRZ = cms.double( 0.0036 ), 00012 useErrorsFromParam = cms.bool( True ), 00013 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00014 skipClusters = cms.InputTag( "hltPAIter1ClustersRefRemoval" ), 00015 hitErrorRPhi = cms.double( 0.0051 ) 00016 ), 00017 TID = cms.PSet( ), 00018 BPix = cms.PSet( 00019 HitProducer = cms.string( "hltSiPixelRecHits" ), 00020 hitErrorRZ = cms.double( 0.0060 ), 00021 useErrorsFromParam = cms.bool( True ), 00022 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00023 skipClusters = cms.InputTag( "hltPAIter1ClustersRefRemoval" ), 00024 hitErrorRPhi = cms.double( 0.0027 ) 00025 ), 00026 TIB = cms.PSet( ), 00027 TOB = cms.PSet( ) 00028 )
Definition at line 3092 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltIter1ESPPixelLayerTripletsReg" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 HitProducer = cms.string( "hltSiPixelRecHitsReg" ), 00011 hitErrorRZ = cms.double( 0.0036 ), 00012 useErrorsFromParam = cms.bool( True ), 00013 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00014 skipClusters = cms.InputTag( "hltIter1ClustersRefRemovalReg" ), 00015 hitErrorRPhi = cms.double( 0.0051 ) 00016 ), 00017 TID = cms.PSet( ), 00018 BPix = cms.PSet( 00019 HitProducer = cms.string( "hltSiPixelRecHitsReg" ), 00020 hitErrorRZ = cms.double( 0.0060 ), 00021 useErrorsFromParam = cms.bool( True ), 00022 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00023 skipClusters = cms.InputTag( "hltIter1ClustersRefRemovalReg" ), 00024 hitErrorRPhi = cms.double( 0.0027 ) 00025 ), 00026 TIB = cms.PSet( ), 00027 TOB = cms.PSet( ) 00028 )
Definition at line 1122 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter1ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter1ESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter1ESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 2958 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter1ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter1ESPTrajectoryBuilderITPA" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter1ESPMeasurementTrackerPA" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3217 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter1ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter1ESPTrajectoryBuilderITReg" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter1ESPMeasurementTrackerReg" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 1108 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.2 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 100 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 3 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltIter1ESPTrajectoryFilterIT" ) 00014 )
Definition at line 2972 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPFlowTrackSelectionHighPurity" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter1PFlowTrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9126 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltIter1PFJetPixelSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter1ESPTrajectoryBuilderIT" ) 00017 )
Definition at line 9010 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltIter1PFJetCkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter1" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 9027 of file HLT_PIon_cff.py.
Definition at line 8963 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltIter1PFlowTrackSelectionHighPurityLoose" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter1PFlowTrackSelectionHighPurityTight" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9111 of file HLT_PIon_cff.py.
Definition at line 9041 of file HLT_PIon_cff.py.
Definition at line 9076 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter1ESPMeasurementTracker" ) 00004 )
Definition at line 8959 of file HLT_PIon_cff.py.
Definition at line 3278 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'BPix1+BPix2+BPix3', 00003 'BPix1+BPix2+FPix1_pos', 00004 'BPix1+BPix2+FPix1_neg', 00005 'BPix1+FPix1_pos+FPix2_pos', 00006 'BPix1+FPix1_neg+FPix2_neg' ), 00007 ComponentName = cms.string( "hltIter1Tau3MuESPPixelLayerTriplets" ), 00008 TEC = cms.PSet( ), 00009 FPix = cms.PSet( 00010 HitProducer = cms.string( "hltSiPixelRecHits" ), 00011 hitErrorRZ = cms.double( 0.0036 ), 00012 useErrorsFromParam = cms.bool( True ), 00013 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00014 skipClusters = cms.InputTag( "hltIter1Tau3MuClustersRefRemoval" ), 00015 hitErrorRPhi = cms.double( 0.0051 ) 00016 ), 00017 TID = cms.PSet( ), 00018 BPix = cms.PSet( 00019 HitProducer = cms.string( "hltSiPixelRecHits" ), 00020 hitErrorRZ = cms.double( 0.0060 ), 00021 useErrorsFromParam = cms.bool( True ), 00022 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00023 skipClusters = cms.InputTag( "hltIter1Tau3MuClustersRefRemoval" ), 00024 hitErrorRPhi = cms.double( 0.0027 ) 00025 ), 00026 TIB = cms.PSet( ), 00027 TOB = cms.PSet( ) 00028 )
Definition at line 3325 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter1ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter1Tau3MuESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter1Tau3MuESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3353 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltIter1PFlowTrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "hltIter1ClustersRefRemoval" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 16.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 9199 of file HLT_PIon_cff.py.
Definition at line 3367 of file HLT_PIon_cff.py.
Definition at line 3170 of file HLT_PIon_cff.py.
Definition at line 1061 of file HLT_PIon_cff.py.
Definition at line 3414 of file HLT_PIon_cff.py.
Definition at line 3120 of file HLT_PIon_cff.py.
Definition at line 1025 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter2ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter2ESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter2ESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3450 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter2ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter2ESPTrajectoryBuilderITPA" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter2ESPMeasurementTrackerPA" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3156 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter2ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter2ESPTrajectoryBuilderITReg" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter2ESPMeasurementTrackerReg" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 1011 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.3 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 1 ), 00007 maxNumberOfHits = cms.int32( 100 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 3 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltIter2ESPTrajectoryFilterIT" ) 00014 )
Definition at line 3464 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltIter1Merged" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter2PFlowTrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9318 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltIter2PFJetPixelSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter2ESPTrajectoryBuilderIT" ) 00017 )
Definition at line 9252 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltIter2PFJetCkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter2" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 9269 of file HLT_PIon_cff.py.
Definition at line 9212 of file HLT_PIon_cff.py.
Definition at line 9283 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter2ESPMeasurementTracker" ) 00004 )
Definition at line 9208 of file HLT_PIon_cff.py.
Definition at line 3478 of file HLT_PIon_cff.py.
Definition at line 3525 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter2ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 2 ), 00005 ComponentName = cms.string( "hltIter2Tau3MuESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter2Tau3MuESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3561 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltIter2PFlowTrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "hltIter2ClustersRefRemoval" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 16.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 9391 of file HLT_PIon_cff.py.
Definition at line 3575 of file HLT_PIon_cff.py.
Definition at line 2986 of file HLT_PIon_cff.py.
Definition at line 966 of file HLT_PIon_cff.py.
Definition at line 3620 of file HLT_PIon_cff.py.
Definition at line 3045 of file HLT_PIon_cff.py.
Definition at line 919 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter3ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter3ESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter3ESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3667 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter3ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter3ESPTrajectoryBuilderITPA" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter3ESPMeasurementTrackerPA" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3031 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter3ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter3ESPTrajectoryBuilderITReg" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter3ESPMeasurementTrackerReg" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 905 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.3 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 0 ), 00007 maxNumberOfHits = cms.int32( 100 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 3 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltIter3ESPTrajectoryFilterIT" ) 00014 )
Definition at line 3681 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltIter2Merged" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter3PFlowTrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9567 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltIter3PFJetMixedSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter3ESPTrajectoryBuilderIT" ) 00017 )
Definition at line 9451 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltIter3PFJetCkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter3" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 9468 of file HLT_PIon_cff.py.
Definition at line 9404 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltIter3PFlowTrackSelectionHighPurityLoose" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter3PFlowTrackSelectionHighPurityTight" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9552 of file HLT_PIon_cff.py.
Definition at line 9482 of file HLT_PIon_cff.py.
Definition at line 9517 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter3ESPMeasurementTracker" ) 00004 )
Definition at line 9400 of file HLT_PIon_cff.py.
Definition at line 3695 of file HLT_PIon_cff.py.
Definition at line 3740 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter3ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter3Tau3MuESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter3Tau3MuESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 3787 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltIter3PFlowTrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "hltIter3ClustersRefRemoval" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 16.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 9640 of file HLT_PIon_cff.py.
Definition at line 3801 of file HLT_PIon_cff.py.
Definition at line 773 of file HLT_PIon_cff.py.
Definition at line 858 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'TIB1+TIB2' ), 00003 ComponentName = cms.string( "hltIter4ESPPixelLayerPairs" ), 00004 TEC = cms.PSet( ), 00005 FPix = cms.PSet( ), 00006 TID = cms.PSet( ), 00007 BPix = cms.PSet( ), 00008 TIB = cms.PSet( TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ) ), 00009 TOB = cms.PSet( ) 00010 )
Definition at line 3848 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SeedingLayersESProducer", 00002 layerList = cms.vstring( 'TIB1+TIB2' ), 00003 ComponentName = cms.string( "hltIter4ESPPixelLayerPairsPA" ), 00004 TEC = cms.PSet( ), 00005 FPix = cms.PSet( ), 00006 TID = cms.PSet( ), 00007 BPix = cms.PSet( ), 00008 TIB = cms.PSet( TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ) ), 00009 TOB = cms.PSet( ) 00010 )
Definition at line 834 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter4ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter4ESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter4ESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ), 00014 minNrOfHitsForRebuild = cms.untracked.int32( 4 ) 00015 )
Definition at line 3858 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter4ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter4ESPTrajectoryBuilderITPA" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter4ESPMeasurementTrackerPA" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 820 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter4ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter4ESPTrajectoryBuilderITReg" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter4ESPMeasurementTrackerReg" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ) 00014 )
Definition at line 844 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TrajectoryFilterESProducer", 00002 filterPset = cms.PSet( 00003 minPt = cms.double( 0.3 ), 00004 minHitsMinPt = cms.int32( 3 ), 00005 ComponentType = cms.string( "CkfBaseTrajectoryFilter" ), 00006 maxLostHits = cms.int32( 0 ), 00007 maxNumberOfHits = cms.int32( 100 ), 00008 maxConsecLostHits = cms.int32( 1 ), 00009 minimumNumberOfHits = cms.int32( 6 ), 00010 nSigmaMinPt = cms.double( 5.0 ), 00011 chargeSignificance = cms.double( -1.0 ) 00012 ), 00013 ComponentName = cms.string( "hltIter4ESPTrajectoryFilterIT" ) 00014 )
Definition at line 3873 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltIter3Merged" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter4PFlowTrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9759 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltIter4PFJetPixelLessSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter4ESPTrajectoryBuilderIT" ) 00017 )
Definition at line 9693 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltIter4PFJetCkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter4" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 9710 of file HLT_PIon_cff.py.
Definition at line 9653 of file HLT_PIon_cff.py.
Definition at line 9724 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter4ESPMeasurementTracker" ) 00004 )
Definition at line 9649 of file HLT_PIon_cff.py.
Definition at line 3887 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "CkfTrajectoryBuilderESProducer", 00002 propagatorAlong = cms.string( "PropagatorWithMaterial" ), 00003 trajectoryFilterName = cms.string( "hltIter4ESPTrajectoryFilterIT" ), 00004 maxCand = cms.int32( 1 ), 00005 ComponentName = cms.string( "hltIter4Tau3MuESPTrajectoryBuilderIT" ), 00006 propagatorOpposite = cms.string( "PropagatorWithMaterialOpposite" ), 00007 MeasurementTrackerName = cms.string( "hltIter4Tau3MuESPMeasurementTracker" ), 00008 estimator = cms.string( "hltESPChi2MeasurementEstimator16" ), 00009 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00010 updator = cms.string( "hltESPKFUpdator" ), 00011 alwaysUseInvalidHits = cms.bool( False ), 00012 intermediateCleaning = cms.bool( True ), 00013 lostHitPenalty = cms.double( 30.0 ), 00014 minNrOfHitsForRebuild = cms.untracked.int32( 4 ) 00015 )
Definition at line 3934 of file HLT_PIon_cff.py.
Definition at line 15357 of file HLT_PIon_cff.py.
Definition at line 15406 of file HLT_PIon_cff.py.
Definition at line 15352 of file HLT_PIon_cff.py.
Definition at line 15401 of file HLT_PIon_cff.py.
Definition at line 15353 of file HLT_PIon_cff.py.
Definition at line 15402 of file HLT_PIon_cff.py.
Definition at line 15354 of file HLT_PIon_cff.py.
Definition at line 15403 of file HLT_PIon_cff.py.
Definition at line 15355 of file HLT_PIon_cff.py.
Definition at line 15404 of file HLT_PIon_cff.py.
Definition at line 15356 of file HLT_PIon_cff.py.
Definition at line 15405 of file HLT_PIon_cff.py.
Definition at line 8462 of file HLT_PIon_cff.py.
Definition at line 10379 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTL1NumberFilter", 00002 invert = cms.bool( False ), 00003 period = cms.uint32( 4096 ), 00004 rawInput = cms.InputTag( "rawDataCollector" ) 00005 )
Definition at line 6381 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L1ExtraParticlesProd", 00002 tauJetSource = cms.InputTag( 'hltGctDigis','tauJets' ), 00003 etHadSource = cms.InputTag( "hltGctDigis" ), 00004 etTotalSource = cms.InputTag( "hltGctDigis" ), 00005 centralBxOnly = cms.bool( True ), 00006 centralJetSource = cms.InputTag( 'hltGctDigis','cenJets' ), 00007 etMissSource = cms.InputTag( "hltGctDigis" ), 00008 hfRingEtSumsSource = cms.InputTag( "hltGctDigis" ), 00009 produceMuonParticles = cms.bool( True ), 00010 forwardJetSource = cms.InputTag( 'hltGctDigis','forJets' ), 00011 ignoreHtMiss = cms.bool( False ), 00012 htMissSource = cms.InputTag( "hltGctDigis" ), 00013 produceCaloParticles = cms.bool( True ), 00014 muonSource = cms.InputTag( "hltGtDigis" ), 00015 isolatedEmSource = cms.InputTag( 'hltGctDigis','isoEm' ), 00016 nonIsolatedEmSource = cms.InputTag( 'hltGctDigis','nonIsoEm' ), 00017 hfRingBitCountsSource = cms.InputTag( "hltGctDigis" ) 00018 )
Definition at line 4058 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1DoubleMu0" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 2 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8039 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMu12" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8391 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMu3" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8269 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMu7" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8324 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMu7" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.1 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 4356 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1DoubleMuOpenBptxAnd" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 2 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( 7, 6, 5, 0, 0, 0, 0, 0 ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8109 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1DoubleMuOpenBptxAnd" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 2 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8207 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1DoubleMuOpenBptxAnd" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 2 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 8222 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L1GlobalTrigger", 00002 TechnicalTriggersUnprescaled = cms.bool( True ), 00003 ProduceL1GtObjectMapRecord = cms.bool( True ), 00004 AlgorithmTriggersUnmasked = cms.bool( False ), 00005 EmulateBxInEvent = cms.int32( 1 ), 00006 AlgorithmTriggersUnprescaled = cms.bool( True ), 00007 ProduceL1GtDaqRecord = cms.bool( False ), 00008 ReadTechnicalTriggerRecords = cms.bool( True ), 00009 RecordLength = cms.vint32( 3, 0 ), 00010 TechnicalTriggersUnmasked = cms.bool( False ), 00011 ProduceL1GtEvmRecord = cms.bool( False ), 00012 GmtInputTag = cms.InputTag( "hltGtDigis" ), 00013 TechnicalTriggersVetoUnmasked = cms.bool( True ), 00014 AlternativeNrBxBoardEvm = cms.uint32( 0 ), 00015 TechnicalTriggersInputTags = cms.VInputTag( 'simBscDigis' ), 00016 CastorInputTag = cms.InputTag( "castorL1Digis" ), 00017 GctInputTag = cms.InputTag( "hltGctDigis" ), 00018 AlternativeNrBxBoardDaq = cms.uint32( 0 ), 00019 WritePsbL1GtDaqRecord = cms.bool( False ), 00020 BstLengthBytes = cms.int32( -1 ) 00021 )
Definition at line 4037 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "L1GtTrigReport", 00002 PrintVerbosity = cms.untracked.int32( 10 ), 00003 UseL1GlobalTriggerRecord = cms.bool( False ), 00004 PrintOutput = cms.untracked.int32( 3 ), 00005 L1GtRecordInputTag = cms.InputTag( "hltGtDigis" ) 00006 )
Definition at line 15302 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1Mu0EG5" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 14413 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1Mu0EG5L1MuFiltered0" ), 00006 MinPt = cms.double( 0.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 14424 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltL1Mu0EG5L2MuFiltered0" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 7.0 ) 00020 )
Definition at line 14444 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMuOpen" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 6519 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG5_BptxAND OR L1_SingleEG7 OR L1_SingleEG12 OR L1_SingleEG20 OR L1_SingleEG22 OR L1_SingleEG24 OR L1_SingleEG30 OR L1_DoubleEG_13_7 OR L1_TripleEG7 OR L1_TripleEG_12_7_5 OR L1_DoubleEG5 OR L1_TripleJet_64_44_24_VBF OR L1_TripleJet_64_48_28_VBF OR L1_TripleJetC_52_28_28 OR L1_QuadJetC32 OR L1_QuadJetC36 OR L1_QuadJetC40 OR L1_DoubleEG6_HTT100 OR L1_DoubleEG6_HTT125 OR L1_EG8_DoubleJetC20 OR L1_Mu12_EG7 OR L1_MuOpen_EG12 OR L1_DoubleMu3p5_EG5 OR L1_DoubleMu5_EG5 OR L1_Mu12_EG7 OR L1_Mu5_DoubleEG5 OR L1_Mu5_DoubleEG6 OR L1_MuOpen_EG5" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6556 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleMu7 OR L1_SingleMu14er OR L1_SingleMu16er" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6990 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BscMinBiasThreshold1_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14032 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTL1SeededEcalClustersSequence = cms.Sequence( hltHybridSuperClustersL1Seeded + hltCorrectedHybridSuperClustersL1Seeded + HLTMulti5x5SuperClusterL1Seeded ) |
Definition at line 15327 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTClusterShapeProducer", 00002 recoEcalCandidateProducer = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00003 ecalRechitEB = cms.InputTag( 'hltEcalRegionalEgammaRecHit','EcalRecHitsEB' ), 00004 ecalRechitEE = cms.InputTag( 'hltEcalRegionalEgammaRecHit','EcalRecHitsEE' ), 00005 isIeta = cms.bool( True ) 00006 )
Definition at line 5945 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTEcalRecIsolationProducer", 00002 etMinEndcap = cms.double( 0.11 ), 00003 tryBoth = cms.bool( True ), 00004 ecalBarrelRecHitProducer = cms.InputTag( "hltEcalRegionalEgammaRecHit" ), 00005 rhoMax = cms.double( 9.9999999E7 ), 00006 useNumCrystals = cms.bool( True ), 00007 etMinBarrel = cms.double( -9999.0 ), 00008 doRhoCorrection = cms.bool( False ), 00009 eMinEndcap = cms.double( -9999.0 ), 00010 intRadiusEndcap = cms.double( 3.0 ), 00011 jurassicWidth = cms.double( 3.0 ), 00012 useIsolEt = cms.bool( True ), 00013 ecalBarrelRecHitCollection = cms.InputTag( "EcalRecHitsEB" ), 00014 recoEcalCandidateProducer = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00015 eMinBarrel = cms.double( 0.095 ), 00016 effectiveAreaEndcap = cms.double( 0.046 ), 00017 ecalEndcapRecHitProducer = cms.InputTag( "hltEcalRegionalEgammaRecHit" ), 00018 extRadius = cms.double( 0.3 ), 00019 intRadiusBarrel = cms.double( 3.0 ), 00020 subtract = cms.bool( False ), 00021 rhoScale = cms.double( 1.0 ), 00022 effectiveAreaBarrel = cms.double( 0.101 ), 00023 ecalEndcapRecHitCollection = cms.InputTag( "EcalRecHitsEE" ), 00024 rhoProducer = cms.InputTag( 'hltKT6CaloJets','rho' ) 00025 )
Definition at line 5969 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTHcalIsolationProducersRegional", 00002 eMinHE = cms.double( 0.8 ), 00003 hbheRecHitProducer = cms.InputTag( "hltHbhereco" ), 00004 effectiveAreaBarrel = cms.double( 0.105 ), 00005 outerCone = cms.double( 0.14 ), 00006 eMinHB = cms.double( 0.7 ), 00007 innerCone = cms.double( 0.0 ), 00008 etMinHE = cms.double( -1.0 ), 00009 etMinHB = cms.double( -1.0 ), 00010 rhoProducer = cms.InputTag( 'hltKT6CaloJets','rho' ), 00011 depth = cms.int32( -1 ), 00012 doRhoCorrection = cms.bool( False ), 00013 effectiveAreaEndcap = cms.double( 0.17 ), 00014 recoEcalCandidateProducer = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00015 rhoMax = cms.double( 9.9999999E7 ), 00016 rhoScale = cms.double( 1.0 ), 00017 doEtSum = cms.bool( False ) 00018 )
Definition at line 6163 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTHcalIsolationProducersRegional", 00002 eMinHE = cms.double( 0.8 ), 00003 hbheRecHitProducer = cms.InputTag( "hltHbhereco" ), 00004 effectiveAreaBarrel = cms.double( 0.105 ), 00005 outerCone = cms.double( 0.29 ), 00006 eMinHB = cms.double( 0.7 ), 00007 innerCone = cms.double( 0.16 ), 00008 etMinHE = cms.double( -1.0 ), 00009 etMinHB = cms.double( -1.0 ), 00010 rhoProducer = cms.InputTag( 'hltKT6CaloJets','rho' ), 00011 depth = cms.int32( -1 ), 00012 doRhoCorrection = cms.bool( False ), 00013 effectiveAreaEndcap = cms.double( 0.17 ), 00014 recoEcalCandidateProducer = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00015 rhoMax = cms.double( 9.9999999E7 ), 00016 rhoScale = cms.double( 1.0 ), 00017 doEtSum = cms.bool( True ) 00018 )
Definition at line 6199 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTRecoEcalCandidateProducers", 00002 scIslandEndcapProducer = cms.InputTag( "hltCorrectedMulti5x5EndcapSuperClustersWithPreshowerL1Seeded" ), 00003 scHybridBarrelProducer = cms.InputTag( "hltCorrectedHybridSuperClustersL1Seeded" ), 00004 recoEcalCandidateCollection = cms.string( "" ) 00005 )
Definition at line 5915 of file HLT_PIon_cff.py.
Definition at line 6235 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_ETT20_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 12106 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_ETT40" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 12269 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_ETT60" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 12311 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_AlwaysTrue" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7058 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BeamGas_Hf_BptxMinusPostQuiet" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6324 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BeamGas_Hf_BptxPlusPostQuiet" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6302 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BeamHalo" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6340 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BptxMinus_NotBptxPlus" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14096 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BptxPlus_NotBptxMinus" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14080 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_CastorEm_NotHcalHfCoincidencePm" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 13938 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_CastorEm_NotHcalHfSingleChannel" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 13968 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_CastorEm_TotemLowMultiplicity" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 13915 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_CastorTotalEnergy_TotemLowMultiplicity" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 13984 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleEG3_FwdVeto" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14242 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleEG5" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 11137 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleEG5_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14354 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleForJet16_EtaOpp" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14370 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleJet20_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14306 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleJetC36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 13533 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleJetC36_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14322 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleMu0" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8023 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleMu0er_HighQ" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8050 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleMu5_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14338 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleMuOpen_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8097 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_MuOpen_EG5" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14397 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_Mu3_JetC16_WdEtaPhi2" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8446 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG12" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 5688 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG20" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 10695 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG20_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14290 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG24" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 10736 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG5_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 10612 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG7" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 11659 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleForJet16" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7306 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet12_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 13400 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet16_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7099 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet16_BptxAND AND L1_ETM30" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7981 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet16_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7591 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet16_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7726 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet16_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7861 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet16_FwdVeto5" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14218 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( False ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJetC20_NotBptxOR" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 1 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6418 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7115 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36 AND L1_ETM30" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7997 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7699 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7834 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7618 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7753 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7645 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7780 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7672 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7807 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7955 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7907 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7923 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 7939 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleJet52_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14258 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleMu12" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8379 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleMu20_TotemDiffractive" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14274 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleMu3" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8257 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_Mu3_Jet16" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 8592 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleMu7" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 4340 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_Mu7_Jet16" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 10546 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleMuOpen" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6503 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "53" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13778 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "54" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13851 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "63" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13899 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_ZeroBias" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 4087 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG5_BptxAND OR L1_SingleEG7 OR L1_SingleEG12 OR L1_SingleEG18er OR L1_SingleEG20 OR L1_SingleEG22 OR L1_SingleEG24 OR L1_SingleEG30 OR L1_SingleJet16_BptxAND OR L1_SingleJet36 OR L1_SingleJet52 OR L1_SingleJet68 OR L1_SingleJet92 OR L1_SingleJet128 OR L1_SingleMu7 OR L1_SingleMu12 OR L1_SingleMu16 OR L1_SingleMu20 OR L1_SingleMu14er OR L1_SingleMu16er OR L1_SingleMu20er OR L1_SingleMu25er OR L1_ZeroBias" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6402 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_DoubleEG_13_7 OR L1_TripleEG7 OR L1_TripleEG_12_7_5 OR L1_SingleEG5_BptxAND OR L1_SingleEG7 OR L1_SingleEG12 OR L1_SingleEG18er OR L1_SingleIsoEG18er OR L1_SingleEG20 OR L1_SingleIsoEG20er OR L1_SingleEG22 OR L1_SingleEG24 OR L1_SingleEG30 OR L1_SingleMu3 OR L1_SingleMu7 OR L1_SingleMu12 OR L1_SingleMu16 OR L1_SingleMu20 OR L1_SingleMu14er OR L1_SingleMu16er OR L1_SingleMu20er OR L1_SingleMu25er OR L1_DoubleMu0 OR L1_DoubleMu5 OR L1_DoubleMu_12_5 OR L1_DoubleMu_10_Open" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 6386 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_BscMinBiasOR_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14048 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_HcalHfCoincidencePm_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14000 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_HcalHfCoincidencePm_BptxAND OR L1_BscMinBiasThreshold1_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14064 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_HcalHfSingleChannel_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14016 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_SingleEG5_BptxAND" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 14572 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "35" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13549 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "52" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13762 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "55" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13867 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "11 OR 12" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 13883 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "25" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( True ) 00012 )
Definition at line 6530 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltL1tfed |
00001 cms.EDAnalyzer( "L1TFED", 00002 verbose = cms.untracked.bool( False ), 00003 DQMStore = cms.untracked.bool( True ), 00004 rawTag = cms.InputTag( "rawDataCollector" ), 00005 stableROConfig = cms.untracked.bool( True ), 00006 FEDDirName = cms.untracked.string( "L1T/FEDIntegrity_EvF" ), 00007 disableROOToutput = cms.untracked.bool( True ), 00008 L1FEDS = cms.vint32( 745, 760, 780, 812, 813 ) 00009 )
Definition at line 15228 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTL1UnpackerSequence = cms.Sequence( hltGtDigis + hltGctDigis + hltL1GtObjectMap + hltL1extraParticles ) |
Definition at line 15312 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1fL1sL1DoubleMu0L1f0" ), 00006 MinPt = cms.double( 0.0 ), 00007 MinN = cms.int32( 2 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 3.0 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 14139 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1fL1sMu12L1Filtered0" ), 00006 MinPt = cms.double( 10.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 8406 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1fL1sMu3L1Filtered0" ), 00006 MinPt = cms.double( 3.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 8284 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1fL1sMu7L1FilteredEta2p1Filtered0" ), 00006 MinPt = cms.double( 7.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.1 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 4844 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1fL1sMu7L1Filtered0" ), 00006 MinPt = cms.double( 5.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 8339 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1fL1sPAL2DoubleMu3L1Filtered0" ), 00006 MinPt = cms.double( 3.0 ), 00007 MinN = cms.int32( 2 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 3.0 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 8237 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L2MuonCandidateProducer", 00002 InputObjects = cms.InputTag( 'hltL2Muons','UpdatedAtVtx' ) 00003 )
Definition at line 4841 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTL2muonrecoNocandSequence = cms.Sequence( HLTMuonLocalRecoSequence + hltL2OfflineMuonSeeds + hltL2MuonSeeds + hltL2Muons ) |
Definition at line 15318 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTL2muonrecoSequence = cms.Sequence( HLTL2muonrecoNocandSequence + hltL2MuonCandidates ) |
Definition at line 15319 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltL2Muons |
Definition at line 4754 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L2MuonSeedGenerator", 00002 ServiceParameters = cms.PSet( 00003 Propagators = cms.untracked.vstring( 'SteppingHelixPropagatorAny' ), 00004 RPCLayers = cms.bool( True ), 00005 UseMuonNavigation = cms.untracked.bool( True ) 00006 ), 00007 InputObjects = cms.InputTag( "hltL1extraParticles" ), 00008 L1MaxEta = cms.double( 2.5 ), 00009 OfflineSeedLabel = cms.untracked.InputTag( "hltL2OfflineMuonSeeds" ), 00010 L1MinPt = cms.double( 0.0 ), 00011 L1MinQuality = cms.uint32( 1 ), 00012 GMTReadoutCollection = cms.InputTag( "hltGtDigis" ), 00013 UseOfflineSeed = cms.untracked.bool( True ), 00014 Propagator = cms.string( "SteppingHelixPropagatorAny" ) 00015 )
Definition at line 4739 of file HLT_PIon_cff.py.
Definition at line 4649 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( False ), 00004 PreviousCandTag = cms.InputTag( "hltL2fL1sL1DoubleMu0L1f0L2f0" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 2 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.15 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 4.0 ) 00020 )
Definition at line 14159 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltL2fL1sMu7L1fEta2p1L2FilteredEta2p1Filtered7" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.1 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 15.0 ) 00020 )
Definition at line 5668 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltL2fL1sMu12L2Filtered10" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 12.0 ) 00020 )
Definition at line 8426 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltL2fL1sMu3L2Filtered3" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 3.0 ) 00020 )
Definition at line 8304 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltL2fL1sMu7L2Filtered5" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 7.0 ) 00020 )
Definition at line 8359 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3MuonCandidateProducer", 00002 InputLinksObjects = cms.InputTag( "hltL3MuonsLinksCombination" ), 00003 InputObjects = cms.InputTag( "hltL3Muons" ), 00004 MuonPtOption = cms.string( "Tracker" ) 00005 )
Definition at line 5663 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTL3muonrecoNocandSequence = cms.Sequence( HLTL3muonTkCandidateSequence + hltL3TkTracksFromL2 + hltL3MuonsLinksCombination + hltL3Muons ) |
Definition at line 15323 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTL3muonrecoSequence = cms.Sequence( HLTL3muonrecoNocandSequence + hltL3MuonCandidates ) |
Definition at line 15324 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltL3Muons |
00001 cms.EDProducer( "L3TrackCombiner", 00002 labels = cms.VInputTag( 'hltL3MuonsOIState','hltL3MuonsOIHit','hltL3MuonsIOHit' ) 00003 )
Definition at line 5660 of file HLT_PIon_cff.py.
Definition at line 5538 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3TrackLinksCombiner", 00002 labels = cms.VInputTag( 'hltL3MuonsOIState','hltL3MuonsOIHit','hltL3MuonsIOHit' ) 00003 )
Definition at line 5657 of file HLT_PIon_cff.py.
Definition at line 5296 of file HLT_PIon_cff.py.
Definition at line 5046 of file HLT_PIon_cff.py.
Definition at line 15322 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3TrackCombiner", 00002 labels = cms.VInputTag( 'hltL3MuonsOIState','hltL3MuonsOIHit' ) 00003 )
Definition at line 5406 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3TrackCombiner", 00002 labels = cms.VInputTag( 'hltL3TkTracksFromL2IOHit','hltL3TkTracksFromL2OIHit','hltL3TkTracksFromL2OIState' ) 00003 )
Definition at line 5654 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltL3TrackCandidateFromL2IOHit" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPKFFittingSmoother" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "undefAlgorithm" ), 00013 Propagator = cms.string( "PropagatorWithMaterial" ) 00014 )
Definition at line 5524 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltL3TrackCandidateFromL2OIHit" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPKFFittingSmoother" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "undefAlgorithm" ), 00013 Propagator = cms.string( "PropagatorWithMaterial" ) 00014 )
Definition at line 5282 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltL3TrackCandidateFromL2OIState" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPKFFittingSmoother" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "undefAlgorithm" ), 00013 Propagator = cms.string( "PropagatorWithMaterial" ) 00014 )
Definition at line 5032 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3TrackCandCombiner", 00002 labels = cms.VInputTag( 'hltL3TrackCandidateFromL2IOHit','hltL3TrackCandidateFromL2OIHit','hltL3TrackCandidateFromL2OIState' ) 00003 )
Definition at line 5651 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrajectoryMaker", 00002 src = cms.InputTag( "hltL3TrajSeedIOHit" ), 00003 reverseTrajectories = cms.bool( False ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 trackCandidateAlso = cms.bool( True ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPMuonCkfTrajectoryBuilder" ), 00017 maxNSeeds = cms.uint32( 100000 ) 00018 )
Definition at line 5506 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrajectoryMaker", 00002 src = cms.InputTag( "hltL3TrajSeedOIHit" ), 00003 reverseTrajectories = cms.bool( True ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 trackCandidateAlso = cms.bool( True ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPMuonCkfTrajectoryBuilder" ), 00017 maxNSeeds = cms.uint32( 100000 ) 00018 )
Definition at line 5264 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrajectoryMaker", 00002 src = cms.InputTag( "hltL3TrajSeedOIState" ), 00003 reverseTrajectories = cms.bool( True ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 trackCandidateAlso = cms.bool( True ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPMuonCkfTrajectoryBuilderSeedHit" ), 00017 maxNSeeds = cms.uint32( 100000 ) 00018 )
Definition at line 5014 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3MuonTrajectorySeedCombiner", 00002 labels = cms.VInputTag( 'hltL3TrajSeedIOHit','hltL3TrajSeedOIState','hltL3TrajSeedOIHit' ) 00003 )
Definition at line 5648 of file HLT_PIon_cff.py.
Definition at line 5409 of file HLT_PIon_cff.py.
Definition at line 5156 of file HLT_PIon_cff.py.
Definition at line 4923 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "LaserAlignmentEventFilter", 00002 FED_Filter = cms.bool( True ), 00003 FED_IDs = cms.vint32( 260, 261, 262, 263, 264, 265, 266, 267, 269, 270, 273, 274, 277, 278, 281, 282, 284, 285, 288, 289, 292, 293, 294, 295, 300, 301, 304, 305, 308, 309, 310, 311, 316, 317, 324, 325, 329, 330, 331, 332, 339, 340, 341, 342, 349, 350, 351, 352, 164, 165, 172, 173, 177, 178, 179, 180, 187, 188, 189, 190, 197, 198, 199, 200, 204, 205, 208, 209, 212, 213, 214, 215, 220, 221, 224, 225, 228, 229, 230, 231, 236, 237, 238, 239, 240, 241, 242, 243, 245, 246, 249, 250, 253, 254, 257, 258, 478, 476, 477, 482, 484, 480, 481, 474, 459, 460, 461, 463, 485, 487, 488, 489, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 288, 289, 292, 293, 300, 301, 304, 305, 310, 311, 316, 317, 329, 330, 339, 340, 341, 342, 349, 350, 164, 165, 177, 178, 179, 180, 189, 190, 197, 198, 204, 205, 212, 213, 220, 221, 224, 225, 230, 231 ), 00004 SINGLE_CHANNEL_THRESH = cms.uint32( 11 ), 00005 FedInputTag = cms.InputTag( "rawDataCollector" ), 00006 DET_ID_Filter = cms.bool( True ), 00007 CHANNEL_COUNT_THRESH = cms.uint32( 8 ), 00008 SIGNAL_Filter = cms.bool( True ), 00009 SIGNAL_IDs = cms.vint32( 470389128, 470389384, 470389640, 470389896, 470390152, 470390408, 470390664, 470390920, 470389192, 470389448, 470389704, 470389960, 470390216, 470390472, 470390728, 470390984, 470126984, 470127240, 470127496, 470127752, 470128008, 470128264, 470128520, 470128776, 470127048, 470127304, 470127560, 470127816, 470128072, 470128328, 470128584, 470128840, 436232506, 436232826, 436233146, 436233466, 369174604, 369174812, 369175068, 369175292, 470307468, 470307716, 470308236, 470308748, 470308996, 470045316, 470045580, 470046084, 470046596, 470046860 ), 00010 DET_IDs = ( cms.vint32( 470307208, 470307272, 470307464, 470307528, 470307720, 470307784, 470307976, 470308040, 470308232, 470308296, 470308488, 470308552, 470308744, 470308808, 470309000, 470309064, 470323592, 470323656, 470323848, 470323912, 470324104, 470324168, 470324360, 470324424, 470324616, 470324680, 470324872, 470324936, 470325128, 470325192, 470325384, 470325448, 470339976, 470340040, 470340232, 470340296, 470340488, 470340552, 470340744, 470340808, 470341000, 470341064, 470341256, 470341320, 470341512, 470341576, 470341768, 470341832, 470356360, 470356424, 470356616, 470356680, 470356872, 470356936, 470357128, 470357192, 470357384, 470357448, 470357640, 470357704, 470357896, 470357960, 470358152, 470358216, 470372744, 470372808, 470373000, 470373064, 470373256, 470373320, 470373512, 470373576, 470373768, 470373832, 470374024, 470374088, 470374280, 470374344, 470374536, 470374600, 470389128, 470389192, 470389384, 470389448, 470389640, 470389704, 470389896, 470389960, 470390152, 470390216, 470390408, 470390472, 470390664, 470390728, 470390920, 470390984, 470405512, 470405576, 470405768, 470405832, 470406024, 470406088, 470406280, 470406344, 470406536, 470406600, 470406792, 470406856, 470407048, 470407112, 470407304, 470407368, 470421896, 470421960, 470422152, 470422216, 470422408, 470422472, 470422664, 470422728, 470422920, 470422984, 470423176, 470423240, 470423432, 470423496, 470423688, 470423752, 470438280, 470438344, 470438536, 470438600, 470438792, 470438856, 470439048, 470439112, 470439304, 470439368, 470439560, 470439624, 470439816, 470439880, 470440072, 470440136, 470045064, 470061448, 470077832, 470094216, 470110600, 470126984, 470143368, 470159752, 470176136, 470045320, 470061704, 470078088, 470094472, 470110856, 470127240, 470143624, 470160008, 470176392, 470045576, 470061960, 470078344, 470094728, 470111112, 470127496, 470143880, 470160264, 470176648, 470045832, 470062216, 470078600, 470094984, 470111368, 470127752, 470144136, 470160520, 470176904, 470046088, 470062472, 470078856, 470095240, 470111624, 470128008, 470144392, 470160776, 470177160, 470046344, 470062728, 470079112, 470095496, 470111880, 470128264, 470144648, 470161032, 470177416, 470046600, 470062984, 470079368, 470095752, 470112136, 470128520, 470144904, 470161288, 470177672, 470046856, 470063240, 470079624, 470096008, 470112392, 470128776, 470145160, 470161544, 470177928, 470045128, 470061512, 470077896, 470094280, 470110664, 470127048, 470143432, 470159816, 470176200, 470045384, 470061768, 470078152, 470094536, 470110920, 470127304, 470143688, 470160072, 470176456, 470045640, 470062024, 470078408, 470094792, 470111176, 470127560, 470143944, 470160328, 470176712, 470045896, 470062280, 470078664, 470095048, 470111432, 470127816, 470144200, 470160584, 470176968, 470046152, 470062536, 470078920)+cms.vint32( 470095304, 470111688, 470128072, 470144456, 470160840, 470177224, 470046408, 470062792, 470079176, 470095560, 470111944, 470128328, 470144712, 470161096, 470177480, 470046664, 470063048, 470079432, 470095816, 470112200, 470128584, 470144968, 470161352, 470177736, 470046920, 470063304, 470079688, 470096072, 470112456, 470128840, 470145224, 470161608, 470177992, 436232314, 436232306, 436232298, 436228198, 436228206, 436228214, 436232506, 436232498, 436232490, 436228390, 436228398, 436228406, 436232634, 436232626, 436232618, 436228518, 436228526, 436228534, 436232826, 436232818, 436232810, 436228710, 436228718, 436228726, 436233018, 436233010, 436233002, 436228902, 436228910, 436228918, 436233146, 436233138, 436233130, 436229030, 436229038, 436229046, 436233338, 436233330, 436233322, 436229222, 436229230, 436229238, 436233466, 436233458, 436233450, 436229350, 436229358, 436229366, 369174604, 369174600, 369174596, 369170500, 369170504, 369170508, 369174732, 369174728, 369174724, 369170628, 369170632, 369170636, 369174812, 369174808, 369174804, 369170708, 369170712, 369170716, 369174940, 369174936, 369174932, 369170836, 369170840, 369170844, 369175068, 369175064, 369175060, 369170964, 369170968, 369170972, 369175164, 369175160, 369175156, 369171060, 369171064, 369171068, 369175292, 369175288, 369175284, 369171188, 369171192, 369171196, 369175372, 369175368, 369175364, 369171268, 369171272, 369171276, 470307468, 470323852, 470340236, 470356620, 470373004, 470307716, 470324100, 470340484, 470356868, 470373252, 470308236, 470324620, 470341004, 470357388, 470373772, 470308748, 470325132, 470341516, 470357900, 470374284, 470308996, 470325380, 470341764, 470358148, 470374532, 470045316, 470061700, 470078084, 470094468, 470110852, 470045580, 470061964, 470078348, 470094732, 470111116, 470046084, 470062468, 470078852, 470095236, 470111620, 470046596, 470062980, 470079364, 470095748, 470112132, 470046860, 470063244, 470079628, 470096012, 470112396) ) 00011 )
Definition at line 6478 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "LightPFTrackProducer", 00002 TrackQuality = cms.string( "none" ), 00003 UseQuality = cms.bool( False ), 00004 TkColList = cms.VInputTag( 'hltPFMuonMerging' ) 00005 )
Definition at line 10263 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLogMonitorFilter", 00002 saveTags = cms.bool( False ), 00003 default_threshold = cms.uint32( 10 ), 00004 categories = cms.VPSet( 00005 cms.PSet( name = cms.string( "TooManyTriplets" ), 00006 threshold = cms.uint32( 0 ) 00007 ), 00008 cms.PSet( name = cms.string( "Muon" ), 00009 threshold = cms.uint32( 0 ) 00010 ), 00011 cms.PSet( name = cms.string( "RecoMuon" ), 00012 threshold = cms.uint32( 0 ) 00013 ), 00014 cms.PSet( name = cms.string( "L3MuonCandidateProducer" ), 00015 threshold = cms.uint32( 0 ) 00016 ), 00017 cms.PSet( name = cms.string( "MatrixInversionFailure" ), 00018 threshold = cms.uint32( 0 ) 00019 ), 00020 cms.PSet( name = cms.string( "BasicTrajectoryState" ), 00021 threshold = cms.uint32( 0 ) 00022 ) 00023 ) 00024 )
Definition at line 15264 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.031 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.011 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEG7EtFilterL1Mu0EG5" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 14489 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.2 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.2 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltMu7Ele7CaloIdTCaloIsoVLTHEFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 14525 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.2 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.2 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltMu7Ele7CaloIdTCaloIsoVLEcalIsoFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 14543 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltMu7Ele7CaloIdTCaloIsoVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 14507 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( True ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 candTag = cms.InputTag( "hltMu7Ele7CaloIdTCaloIsoVLHcalIsoFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 14561 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "Multi5x5ClusterProducer", 00002 endcapHitCollection = cms.string( "EcalRecHitsEE" ), 00003 barrelClusterCollection = cms.string( "multi5x5BarrelBasicClusters" ), 00004 IslandEndcapSeedThr = cms.double( 0.18 ), 00005 doEndcap = cms.bool( True ), 00006 posCalcParameters = cms.PSet( 00007 T0_barl = cms.double( 7.4 ), 00008 LogWeighted = cms.bool( True ), 00009 T0_endc = cms.double( 3.1 ), 00010 T0_endcPresh = cms.double( 1.2 ), 00011 W0 = cms.double( 4.2 ), 00012 X0 = cms.double( 0.89 ) 00013 ), 00014 barrelShapeAssociation = cms.string( "multi5x5BarrelShapeAssoc" ), 00015 endcapShapeAssociation = cms.string( "multi5x5EndcapShapeAssoc" ), 00016 endcapHitProducer = cms.string( "hltEcalRecHitAll" ), 00017 clustershapecollectionEB = cms.string( "multi5x5BarrelShape" ), 00018 IslandBarrelSeedThr = cms.double( 0.5 ), 00019 barrelHitProducer = cms.string( "hltEcalRecHitAll" ), 00020 RecHitFlagToBeExcluded = cms.vstring( ), 00021 barrelHitCollection = cms.string( "EcalRecHitsEB" ), 00022 clustershapecollectionEE = cms.string( "multi5x5EndcapShape" ), 00023 endcapClusterCollection = cms.string( "multi5x5EndcapBasicClusters" ), 00024 doBarrel = cms.bool( False ) 00025 )
Definition at line 4228 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTMulti5x5ClusterProducer", 00002 l1LowerThr = cms.double( 5.0 ), 00003 Multi5x5BarrelSeedThr = cms.double( 0.5 ), 00004 Multi5x5EndcapSeedThr = cms.double( 0.18 ), 00005 endcapHitCollection = cms.string( "EcalRecHitsEE" ), 00006 barrelClusterCollection = cms.string( "notused" ), 00007 doEndcaps = cms.bool( True ), 00008 regionEtaMargin = cms.double( 0.3 ), 00009 regionPhiMargin = cms.double( 0.4 ), 00010 RecHitFlagToBeExcluded = cms.vstring( ), 00011 l1TagNonIsolated = cms.InputTag( 'hltL1extraParticles','NonIsolated' ), 00012 endcapHitProducer = cms.InputTag( "hltEcalRegionalEgammaRecHit" ), 00013 posCalcParameters = cms.PSet( 00014 T0_barl = cms.double( 7.4 ), 00015 LogWeighted = cms.bool( True ), 00016 T0_endc = cms.double( 3.1 ), 00017 T0_endcPresh = cms.double( 1.2 ), 00018 W0 = cms.double( 4.2 ), 00019 X0 = cms.double( 0.89 ) 00020 ), 00021 VerbosityLevel = cms.string( "ERROR" ), 00022 doIsolated = cms.bool( True ), 00023 barrelHitProducer = cms.InputTag( "hltEcalRegionalEgammaRecHit" ), 00024 l1LowerThrIgnoreIsolation = cms.double( 0.0 ), 00025 l1TagIsolated = cms.InputTag( 'hltL1extraParticles','Isolated' ), 00026 barrelHitCollection = cms.string( "EcalRecHitsEB" ), 00027 doBarrel = cms.bool( False ), 00028 endcapClusterCollection = cms.string( "multi5x5EndcapBasicClusters" ), 00029 l1UpperThr = cms.double( 999.0 ) 00030 )
Definition at line 5824 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PreshowerClusterProducer", 00002 assocSClusterCollection = cms.string( "" ), 00003 preshStripEnergyCut = cms.double( 0.0 ), 00004 preshClusterCollectionY = cms.string( "preshowerYClusters" ), 00005 preshClusterCollectionX = cms.string( "preshowerXClusters" ), 00006 etThresh = cms.double( 5.0 ), 00007 preshRecHitProducer = cms.InputTag( 'hltESRegionalEgammaRecHit','EcalRecHitsES' ), 00008 endcapSClusterProducer = cms.InputTag( 'hltMulti5x5SuperClustersL1Seeded','multi5x5EndcapSuperClusters' ), 00009 preshNclust = cms.int32( 4 ), 00010 preshClusterEnergyCut = cms.double( 0.0 ), 00011 preshSeededNstrip = cms.int32( 15 ) 00012 )
Definition at line 5880 of file HLT_PIon_cff.py.
Definition at line 15326 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "Multi5x5SuperClusterProducer", 00002 barrelSuperclusterCollection = cms.string( "multi5x5BarrelSuperClusters" ), 00003 endcapEtaSearchRoad = cms.double( 0.14 ), 00004 barrelClusterCollection = cms.string( "multi5x5BarrelBasicClusters" ), 00005 dynamicPhiRoad = cms.bool( False ), 00006 endcapClusterProducer = cms.string( "hltMulti5x5BasicClustersActivity" ), 00007 barrelPhiSearchRoad = cms.double( 0.8 ), 00008 endcapPhiSearchRoad = cms.double( 0.6 ), 00009 barrelClusterProducer = cms.string( "hltMulti5x5BasicClustersActivity" ), 00010 seedTransverseEnergyThreshold = cms.double( 1.0 ), 00011 endcapSuperclusterCollection = cms.string( "multi5x5EndcapSuperClusters" ), 00012 barrelEtaSearchRoad = cms.double( 0.06 ), 00013 bremRecoveryPset = cms.PSet( 00014 barrel = cms.PSet( 00015 cryVec = cms.vint32( 16, 13, 11, 10, 9, 8, 7, 6, 5, 4, 3 ), 00016 cryMin = cms.int32( 2 ), 00017 etVec = cms.vdouble( 5.0, 10.0, 15.0, 20.0, 30.0, 40.0, 45.0, 55.0, 135.0, 195.0, 225.0 ) 00018 ), 00019 endcap = cms.PSet( 00020 a = cms.double( 47.85 ), 00021 c = cms.double( 0.1201 ), 00022 b = cms.double( 108.8 ) 00023 ) 00024 ), 00025 doEndcaps = cms.bool( True ), 00026 endcapClusterCollection = cms.string( "multi5x5EndcapBasicClusters" ), 00027 doBarrel = cms.bool( False ) 00028 )
Definition at line 4253 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "Multi5x5SuperClusterProducer", 00002 barrelSuperclusterCollection = cms.string( "multi5x5BarrelSuperClusters" ), 00003 endcapEtaSearchRoad = cms.double( 0.14 ), 00004 barrelClusterCollection = cms.string( "multi5x5BarrelBasicClusters" ), 00005 dynamicPhiRoad = cms.bool( False ), 00006 endcapClusterProducer = cms.string( "hltMulti5x5BasicClustersL1Seeded" ), 00007 barrelPhiSearchRoad = cms.double( 0.8 ), 00008 endcapPhiSearchRoad = cms.double( 0.6 ), 00009 barrelClusterProducer = cms.string( "notused" ), 00010 seedTransverseEnergyThreshold = cms.double( 1.0 ), 00011 endcapSuperclusterCollection = cms.string( "multi5x5EndcapSuperClusters" ), 00012 barrelEtaSearchRoad = cms.double( 0.06 ), 00013 bremRecoveryPset = cms.PSet( 00014 barrel = cms.PSet( ), 00015 endcap = cms.PSet( 00016 a = cms.double( 47.85 ), 00017 c = cms.double( 0.1201 ), 00018 b = cms.double( 108.8 ) 00019 ), 00020 doEndcaps = cms.bool( True ), 00021 doBarrel = cms.bool( False ) 00022 ), 00023 doEndcaps = cms.bool( True ), 00024 endcapClusterCollection = cms.string( "multi5x5EndcapBasicClusters" ), 00025 doBarrel = cms.bool( False ) 00026 )
Definition at line 5854 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PreshowerClusterProducer", 00002 assocSClusterCollection = cms.string( "" ), 00003 preshStripEnergyCut = cms.double( 0.0 ), 00004 preshClusterCollectionY = cms.string( "preshowerYClusters" ), 00005 preshClusterCollectionX = cms.string( "preshowerXClusters" ), 00006 etThresh = cms.double( 0.0 ), 00007 preshRecHitProducer = cms.InputTag( 'hltESRecHitAll','EcalRecHitsES' ), 00008 endcapSClusterProducer = cms.InputTag( 'hltMulti5x5SuperClustersActivity','multi5x5EndcapSuperClusters' ), 00009 preshNclust = cms.int32( 4 ), 00010 preshClusterEnergyCut = cms.double( 0.0 ), 00011 preshSeededNstrip = cms.int32( 15 ) 00012 )
Definition at line 4281 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CSCDCCUnpacker", 00002 PrintEventNumber = cms.untracked.bool( False ), 00003 UseSelectiveUnpacking = cms.bool( True ), 00004 UseExaminer = cms.bool( True ), 00005 ErrorMask = cms.uint32( 0x0 ), 00006 InputObjects = cms.InputTag( "rawDataCollector" ), 00007 UseFormatStatus = cms.bool( True ), 00008 ExaminerMask = cms.uint32( 0x1febf3f6 ), 00009 UnpackStatusDigis = cms.bool( False ), 00010 VisualFEDInspect = cms.untracked.bool( False ), 00011 FormatedEventDump = cms.untracked.bool( False ), 00012 Debug = cms.untracked.bool( False ), 00013 VisualFEDShort = cms.untracked.bool( False ) 00014 )
Definition at line 4479 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "DTUnpackingModule", 00002 useStandardFEDid = cms.bool( True ), 00003 inputLabel = cms.InputTag( "rawDataCollector" ), 00004 dataType = cms.string( "DDU" ), 00005 fedbyType = cms.bool( False ), 00006 readOutParameters = cms.PSet( 00007 debug = cms.untracked.bool( False ), 00008 rosParameters = cms.PSet( 00009 writeSC = cms.untracked.bool( True ), 00010 readingDDU = cms.untracked.bool( True ), 00011 performDataIntegrityMonitor = cms.untracked.bool( False ), 00012 readDDUIDfromDDU = cms.untracked.bool( True ), 00013 debug = cms.untracked.bool( False ), 00014 localDAQ = cms.untracked.bool( False ) 00015 ), 00016 localDAQ = cms.untracked.bool( False ), 00017 performDataIntegrityMonitor = cms.untracked.bool( False ) 00018 ), 00019 dqmOnly = cms.bool( False ) 00020 )
Definition at line 4367 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MuonLinksProducerForHLT", 00002 pMin = cms.double( 2.5 ), 00003 InclusiveTrackerTrackCollection = cms.InputTag( "hltPFMuonMerging" ), 00004 shareHitFraction = cms.double( 0.8 ), 00005 LinkCollection = cms.InputTag( "hltL3MuonsLinksCombination" ), 00006 ptMin = cms.double( 2.5 ) 00007 )
Definition at line 9789 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTMuonLocalRecoSequence = cms.Sequence( hltMuonDTDigis + hltDt1DRecHits + hltDt4DSegments + hltMuonCSCDigis + hltCsc2DRecHits + hltCscSegments + hltMuonRPCDigis + hltRpcRecHits ) |
Definition at line 15317 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "RPCUnpackingModule", 00002 InputLabel = cms.InputTag( "rawDataCollector" ), 00003 doSynchro = cms.bool( False ) 00004 )
Definition at line 4636 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::hltMuons |
Definition at line 9796 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonTrackMassFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDCAMuonTrack = cms.double( 0.5 ), 00004 PreviousCandTag = cms.InputTag( "hltMuOpenTkMu1TrackMassFilteredUpcOnia" ), 00005 TrackTag = cms.InputTag( "hltMuTkMuTrackerMuonCandsUpcOnia" ), 00006 MaxTrackDz = cms.double( 999.0 ), 00007 MaxTrackNormChi2 = cms.double( 1.0E10 ), 00008 MinTrackPt = cms.double( 1.0 ), 00009 MinTrackHits = cms.int32( 5 ), 00010 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00011 MaxMasses = cms.vdouble( 12.0 ), 00012 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00013 MaxTrackEta = cms.double( 999.0 ), 00014 checkCharge = cms.bool( True ), 00015 MinMasses = cms.vdouble( 2.0 ), 00016 CutCowboys = cms.bool( False ), 00017 MaxTrackDxy = cms.double( 999.0 ), 00018 MinTrackP = cms.double( 1.0 ) 00019 )
Definition at line 15077 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonTrackMassFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDCAMuonTrack = cms.double( 99999.9 ), 00004 PreviousCandTag = cms.InputTag( "hltMuOpenTrack1PixelMassFilteredUpcOnia" ), 00005 TrackTag = cms.InputTag( "hltMuTrackCtfTrackCandsUpcOnia" ), 00006 MaxTrackDz = cms.double( 999.0 ), 00007 MaxTrackNormChi2 = cms.double( 1.0E10 ), 00008 MinTrackPt = cms.double( 1.0 ), 00009 MinTrackHits = cms.int32( 5 ), 00010 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00011 MaxMasses = cms.vdouble( 1.0E20 ), 00012 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00013 MaxTrackEta = cms.double( 999.0 ), 00014 checkCharge = cms.bool( True ), 00015 MinMasses = cms.vdouble( 0.0 ), 00016 CutCowboys = cms.bool( False ), 00017 MaxTrackDxy = cms.double( 999.0 ), 00018 MinTrackP = cms.double( 1.0 ) 00019 )
Definition at line 14788 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonTrackMassFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDCAMuonTrack = cms.double( 99999.9 ), 00004 PreviousCandTag = cms.InputTag( "hltPAUpcSingleMuOpenTkMuOniaDCAL3Filtered1" ), 00005 TrackTag = cms.InputTag( "hltMuTrackPixelTrackCandsUpcOnia" ), 00006 MaxTrackDz = cms.double( 999.0 ), 00007 MaxTrackNormChi2 = cms.double( 1.0E10 ), 00008 MinTrackPt = cms.double( 0.0 ), 00009 MinTrackHits = cms.int32( 3 ), 00010 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00011 MaxMasses = cms.vdouble( 1.0E20 ), 00012 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00013 MaxTrackEta = cms.double( 999.0 ), 00014 checkCharge = cms.bool( False ), 00015 MinMasses = cms.vdouble( 0.0 ), 00016 CutCowboys = cms.bool( False ), 00017 MaxTrackDxy = cms.double( 999.0 ), 00018 MinTrackP = cms.double( 0.0 ) 00019 )
Definition at line 14725 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MuonLinksProducerForHLT", 00002 pMin = cms.double( 1.0 ), 00003 InclusiveTrackerTrackCollection = cms.InputTag( "hltMuTrackCtfTracksUpcOnia" ), 00004 shareHitFraction = cms.double( 0.8 ), 00005 LinkCollection = cms.InputTag( "hltL3MuonsLinksCombination" ), 00006 ptMin = cms.double( 1.0 ) 00007 )
Definition at line 14807 of file HLT_PIon_cff.py.
Definition at line 14814 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "L3MuonCandidateProducerFromMuons", 00002 InputObjects = cms.InputTag( "hltMuTkMuMuonsUpcOnia" ) 00003 )
Definition at line 15074 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTMuTkMuUpcOniaTkMuRecoSequence = cms.Sequence( hltMuTkMuMuonLinksUpcOnia + hltMuTkMuMuonsUpcOnia + hltMuTkMuTrackerMuonCandsUpcOnia ) |
Definition at line 15411 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltMuTrackTrackSeedsUpcOnia" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ), 00007 numberMeasurementsForFit = cms.int32( 4 ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPMuTrackJpsiTrajectoryBuilder" ) 00017 )
Definition at line 14753 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltMuTrackCtfTracksUpcOnia" ), 00003 particleType = cms.string( "mu-" ) 00004 )
Definition at line 14784 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltMuTrackCkfTrackCandidatesUpcOnia" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherRK" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "hltMuTrackJpsiCtfTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "undefAlgorithm" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 14770 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltMuTrackPixelTrackSelectorUpcOnia" ), 00003 particleType = cms.string( "mu-" ) 00004 )
Definition at line 14721 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "QuarkoniaTrackSelector", 00002 MinTrackPt = cms.double( 1.0 ), 00003 muonCandidates = cms.InputTag( "hltL3MuonCandidates" ), 00004 MaxTrackEta = cms.double( 999.0 ), 00005 tracks = cms.InputTag( "hltPixelTracks" ), 00006 MaxMasses = cms.vdouble( 1.0E20 ), 00007 checkCharge = cms.bool( False ), 00008 MinMasses = cms.vdouble( 0.0 ), 00009 MinTrackP = cms.double( 1.0 ) 00010 )
Definition at line 14711 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SeedGeneratorFromProtoTracksEDProducer", 00002 useEventsWithNoVertex = cms.bool( True ), 00003 originHalfLength = cms.double( 1.0E9 ), 00004 useProtoTrackKinematics = cms.bool( False ), 00005 InputVertexCollection = cms.InputTag( "" ), 00006 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00007 InputCollection = cms.InputTag( "hltMuTrackPixelTrackSelectorUpcOnia" ), 00008 originRadius = cms.double( 1.0E9 ) 00009 )
Definition at line 14744 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTMuTrackUpcOniaPixelRecoSequence = cms.Sequence( HLTDoLocalPixelSequence + hltPixelTracks + hltMuTrackPixelTrackSelectorUpcOnia + hltMuTrackPixelTrackCandsUpcOnia ) |
Definition at line 15409 of file HLT_PIon_cff.py.
Definition at line 15410 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "BeamSpotOnlineProducer", 00002 maxZ = cms.double( 40.0 ), 00003 src = cms.InputTag( "hltScalersRawToDigi" ), 00004 gtEvmLabel = cms.InputTag( "" ), 00005 changeToCMSCoordinates = cms.bool( False ), 00006 setSigmaZ = cms.double( 0.0 ), 00007 maxRadius = cms.double( 2.0 ) 00008 )
Definition at line 4079 of file HLT_PIon_cff.py.
Definition at line 12464 of file HLT_PIon_cff.py.
Definition at line 12713 of file HLT_PIon_cff.py.
Definition at line 12905 of file HLT_PIon_cff.py.
Definition at line 13154 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPABeginSequenceUTCA = cms.Sequence( hltTriggerType + hltPAL1EventNumberUTCA + HLTL1UnpackerSequence + HLTBeamSpot ) |
Definition at line 15331 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPAPixelSeedsFromPixelTracks" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPTrajectoryBuilderIT" ) 00017 )
Definition at line 12394 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "CandViewCountFilter", 00002 src = cms.InputTag( "hltPAPixelCandsForMinBias" ), 00003 minNumber = cms.uint32( 10 ) 00004 )
Definition at line 14588 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "CandViewCountFilter", 00002 src = cms.InputTag( "hltPAUpcCtfTrackCands" ), 00003 minNumber = cms.uint32( 1 ) 00004 )
Definition at line 14640 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "CandViewCountFilter", 00002 src = cms.InputTag( "hltPAUpcCtfTrackCands" ), 00003 minNumber = cms.uint32( 7 ) 00004 )
Definition at line 14644 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPACkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter0" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 12411 of file HLT_PIon_cff.py.
Definition at line 15385 of file HLT_PIon_cff.py.
Definition at line 15384 of file HLT_PIon_cff.py.
Definition at line 15386 of file HLT_PIon_cff.py.
Definition at line 15387 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG12" ), 00007 etcutEB = cms.double( 30.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 30.0 ) 00010 )
Definition at line 10685 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltPAEG30EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10901 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltPAEG30TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10919 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG20" ), 00007 etcutEB = cms.double( 40.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 40.0 ) 00010 )
Definition at line 10726 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltPAEG40EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10941 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltPAEG40TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 10959 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltPAEGDouble10And10TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11276 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEGDouble10And10EtFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11258 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltPAEGDouble15And10TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11356 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEGDouble15And10EtFilterSecond" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11338 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( True ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.1 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.15 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltPAEGDouble20And15TightCaloIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11396 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.035 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.014 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 2 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltEGDouble20And15EtFilterSecond" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11378 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltPAGoodFullTracks" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 13377 of file HLT_PIon_cff.py.
Definition at line 13342 of file HLT_PIon_cff.py.
Definition at line 12204 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPAIter1PixelSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter1ESPTrajectoryBuilderITPA" ) 00017 )
Definition at line 12578 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltPATrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 9.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 12518 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPAIter1CkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter1" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 12595 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPATrackSelectionHighPurity" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltPAIter1TrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 12694 of file HLT_PIon_cff.py.
Definition at line 12531 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter1ESPMeasurementTrackerPA" ) 00004 )
Definition at line 12527 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPAIter1TrackSelectionHighPurityLoose" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltPAIter1TrackSelectionHighPurityTight" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 12679 of file HLT_PIon_cff.py.
Definition at line 12609 of file HLT_PIon_cff.py.
Definition at line 12644 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPAIter2PixelSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter2ESPTrajectoryBuilderITPA" ) 00017 )
Definition at line 12820 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltPAIter1TrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "hltPAIter1ClustersRefRemoval" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 16.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 12767 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPAIter2CkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter2" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 12837 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPAIter1Merged" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltPAIter2TrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 12886 of file HLT_PIon_cff.py.
Definition at line 12780 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter2ESPMeasurementTrackerPA" ) 00004 )
Definition at line 12776 of file HLT_PIon_cff.py.
Definition at line 12851 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPAIter3MixedSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter3ESPTrajectoryBuilderITPA" ) 00017 )
Definition at line 13019 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltPAIter2TrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "hltPAIter2ClustersRefRemoval" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 16.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 12959 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPAIter3CkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter3" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 13036 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPAIter2Merged" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltPAIter3TrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 13135 of file HLT_PIon_cff.py.
Definition at line 12972 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter3ESPMeasurementTrackerPA" ) 00004 )
Definition at line 12968 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPAIter3TrackSelectionHighPurityLoose" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltPAIter3TrackSelectionHighPurityTight" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 13120 of file HLT_PIon_cff.py.
Definition at line 13050 of file HLT_PIon_cff.py.
Definition at line 13085 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPAIter4PixelLessSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltIter4ESPTrajectoryBuilderITPA" ) 00017 )
Definition at line 13261 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTTrackClusterRemover", 00002 doStrip = cms.bool( True ), 00003 trajectories = cms.InputTag( "hltPAIter3TrackSelectionHighPurity" ), 00004 oldClusterRemovalInfo = cms.InputTag( "hltPAIter3ClustersRefRemoval" ), 00005 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00006 pixelClusters = cms.InputTag( "hltSiPixelClusters" ), 00007 Common = cms.PSet( maxChi2 = cms.double( 16.0 ) ), 00008 doPixel = cms.bool( True ) 00009 )
Definition at line 13208 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPAIter4CkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter4" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 13278 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltPAIter3Merged" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltPAIter4TrackSelectionHighPurity" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 13327 of file HLT_PIon_cff.py.
Definition at line 13221 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltIter4ESPMeasurementTrackerPA" ) 00004 )
Definition at line 13217 of file HLT_PIon_cff.py.
Definition at line 13292 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTL1NumberFilter", 00002 invert = cms.bool( False ), 00003 period = cms.uint32( 8192 ), 00004 rawInput = cms.InputTag( "rawDataCollector" ) 00005 )
Definition at line 6372 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1GTSeed", 00002 saveTags = cms.bool( True ), 00003 L1SeedsLogicalExpression = cms.string( "L1_Mu3_Jet36" ), 00004 L1MuonCollectionTag = cms.InputTag( "hltL1extraParticles" ), 00005 L1UseL1TriggerObjectMaps = cms.bool( True ), 00006 L1UseAliasesForSeeding = cms.bool( True ), 00007 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00008 L1CollectionsTag = cms.InputTag( "hltL1extraParticles" ), 00009 L1NrBxInEvent = cms.int32( 3 ), 00010 L1GtObjectMapTag = cms.InputTag( "hltL1GtObjectMap" ), 00011 L1TechTriggerSeeding = cms.bool( False ) 00012 )
Definition at line 10480 of file HLT_PIon_cff.py.
Definition at line 13569 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPixlMBFilt", 00002 saveTags = cms.bool( False ), 00003 pixlTag = cms.InputTag( "hltPAPixelCandsForMinBias" ), 00004 MinTrks = cms.uint32( 1 ), 00005 MinPt = cms.double( 0.0 ), 00006 MinSep = cms.double( 1.0 ) 00007 )
Definition at line 13844 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPixlMBFilt", 00002 saveTags = cms.bool( False ), 00003 pixlTag = cms.InputTag( "hltPAPixelCandsForMinBias" ), 00004 MinTrks = cms.uint32( 2 ), 00005 MinPt = cms.double( 0.0 ), 00006 MinSep = cms.double( 1.0 ) 00007 )
Definition at line 14128 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1PFJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPFJetsL1Matched" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 10470 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMu3Jet16" ), 00006 MinPt = cms.double( 3.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 8608 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltPAMu3PFJet20L2Filtered3" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 3.0 ) 00020 )
Definition at line 8628 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1PFJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 40.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPFJetsL1Matched" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 10536 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltPAL1sL1SingleMu3Jet36" ), 00006 MinPt = cms.double( 3.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 10496 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltPAMu3PFJet40L2Filtered3" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 3.0 ) 00020 )
Definition at line 10516 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1PFJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltPFJetsL1Matched" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 10602 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( False ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMu7Jet16" ), 00006 MinPt = cms.double( 5.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 10562 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltPAMu7PFJet20L2Filtered5" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 7.0 ) 00020 )
Definition at line 10582 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.012 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.012 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltPAEGDouble10And10CaloIdVLHEFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11298 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.0050 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.0050 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltPAPhoton10AndPhoton10CaloIdVLIso50EcalIsoFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11316 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.012 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.012 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltEG10TightCaloIdVLHEFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 10981 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.0050 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.0050 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltPAPhoton10CaloIdVLIso50EcalIsoFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 10999 of file HLT_PIon_cff.py.
Definition at line 15375 of file HLT_PIon_cff.py.
Definition at line 15370 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.012 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.012 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltEG15TightCaloIdVLHEFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11021 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.0050 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.0050 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltPAPhoton15CaloIdVLIso50EcalIsoFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11039 of file HLT_PIon_cff.py.
Definition at line 15376 of file HLT_PIon_cff.py.
Definition at line 15371 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.012 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.012 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltEG20TightCaloIdVLHEFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11061 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.0050 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.0050 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltPAPhoton20CaloIdVLIso50EcalIsoFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11079 of file HLT_PIon_cff.py.
Definition at line 15377 of file HLT_PIon_cff.py.
Definition at line 15372 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.012 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.012 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonEcalIso" ), 00016 candTag = cms.InputTag( "hltPAEG30TightCaloIdVLHEFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11101 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericQuadraticFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( 0.0 ), 00007 thrRegularEE = cms.double( 5.0 ), 00008 thrOverEEE = cms.double( 0.0050 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.0050 ), 00011 thrRegularEB = cms.double( 5.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( True ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalIso" ), 00016 candTag = cms.InputTag( "hltPAPhoton30CaloIdVLIso50EcalIsoFilter" ), 00017 thrOverE2EE = cms.double( 0.0 ) 00018 )
Definition at line 11119 of file HLT_PIon_cff.py.
Definition at line 15378 of file HLT_PIon_cff.py.
Definition at line 15373 of file HLT_PIon_cff.py.
Definition at line 15374 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltPAPixelTracksForHighMult" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 13704 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltPAGoodPixelTracksForHighMult" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 12239 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltPAPixelTracksForMinBias" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 13840 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SeedGeneratorFromProtoTracksEDProducer", 00002 useEventsWithNoVertex = cms.bool( True ), 00003 originHalfLength = cms.double( 0.6 ), 00004 useProtoTrackKinematics = cms.bool( False ), 00005 InputVertexCollection = cms.InputTag( "hltPAPixelVerticesForHighMult" ), 00006 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00007 InputCollection = cms.InputTag( "hltPAPixelTracksForHighPt" ), 00008 originRadius = cms.double( 0.2 ) 00009 )
Definition at line 12385 of file HLT_PIon_cff.py.
Definition at line 12135 of file HLT_PIon_cff.py.
Definition at line 12342 of file HLT_PIon_cff.py.
Definition at line 13798 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PrimaryVertexProducer", 00002 vertexCollections = cms.VPSet( 00003 cms.PSet( maxDistanceToBeam = cms.double( 2.0 ), 00004 useBeamConstraint = cms.bool( False ), 00005 minNdof = cms.double( 0.0 ), 00006 algorithm = cms.string( "AdaptiveVertexFitter" ), 00007 label = cms.string( "" ) 00008 ) 00009 ), 00010 verbose = cms.untracked.bool( False ), 00011 TkFilterParameters = cms.PSet( 00012 maxD0Significance = cms.double( 100.0 ), 00013 minPt = cms.double( 0.3 ), 00014 maxNormalizedChi2 = cms.double( 100.0 ), 00015 minSiliconLayersWithHits = cms.int32( 3 ), 00016 minPixelLayersWithHits = cms.int32( 3 ), 00017 trackQuality = cms.string( "any" ), 00018 algorithm = cms.string( "filter" ) 00019 ), 00020 beamSpotLabel = cms.InputTag( "hltOnlineBeamSpot" ), 00021 TrackLabel = cms.InputTag( "hltPAPixelTracksForHighMult" ), 00022 TkClusParameters = cms.PSet( 00023 algorithm = cms.string( "gap" ), 00024 TkGapClusParameters = cms.PSet( zSeparation = cms.double( 0.1 ) ) 00025 ) 00026 )
Definition at line 12178 of file HLT_PIon_cff.py.
Definition at line 10300 of file HLT_PIon_cff.py.
Definition at line 10268 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFClusterProducer", 00002 posCalcNCrystal = cms.int32( 9 ), 00003 verbose = cms.untracked.bool( False ), 00004 showerSigma = cms.double( 1.5 ), 00005 thresh_DoubleSpike_Barrel = cms.double( 10.0 ), 00006 thresh_Pt_Barrel = cms.double( 0.0 ), 00007 thresh_Clean_Barrel = cms.double( 4.0 ), 00008 PFRecHits = cms.InputTag( "hltParticleFlowRecHitECAL" ), 00009 cleanRBXandHPDs = cms.bool( False ), 00010 depthCor_B = cms.double( 7.4 ), 00011 depthCor_A = cms.double( 0.89 ), 00012 nNeighbours = cms.int32( 8 ), 00013 thresh_DoubleSpike_Endcap = cms.double( 1.0E9 ), 00014 minS4S1_Clean_Barrel = cms.vdouble( 0.04, -0.024 ), 00015 thresh_Pt_Seed_Barrel = cms.double( 0.0 ), 00016 thresh_Pt_Endcap = cms.double( 0.0 ), 00017 thresh_Barrel = cms.double( 0.08 ), 00018 thresh_Clean_Endcap = cms.double( 15.0 ), 00019 thresh_Seed_Barrel = cms.double( 0.23 ), 00020 depthCor_Mode = cms.int32( 1 ), 00021 depthCor_B_preshower = cms.double( 4.0 ), 00022 useCornerCells = cms.bool( True ), 00023 depthCor_A_preshower = cms.double( 0.89 ), 00024 thresh_Endcap = cms.double( 0.3 ), 00025 thresh_Pt_Seed_Endcap = cms.double( 0.15 ), 00026 minS4S1_Clean_Endcap = cms.vdouble( 0.02, -0.0125 ), 00027 thresh_Seed_Endcap = cms.double( 0.6 ), 00028 minS6S2_DoubleSpike_Endcap = cms.double( -1.0 ), 00029 minS6S2_DoubleSpike_Barrel = cms.double( 0.04 ) 00030 )
Definition at line 10113 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFClusterProducer", 00002 posCalcNCrystal = cms.int32( 5 ), 00003 verbose = cms.untracked.bool( False ), 00004 showerSigma = cms.double( 10.0 ), 00005 thresh_DoubleSpike_Barrel = cms.double( 1.0E9 ), 00006 thresh_Pt_Barrel = cms.double( 0.0 ), 00007 thresh_Clean_Barrel = cms.double( 100000.0 ), 00008 PFRecHits = cms.InputTag( "hltParticleFlowRecHitHCAL" ), 00009 cleanRBXandHPDs = cms.bool( True ), 00010 depthCor_B = cms.double( 7.4 ), 00011 depthCor_A = cms.double( 0.89 ), 00012 nNeighbours = cms.int32( 4 ), 00013 thresh_DoubleSpike_Endcap = cms.double( 1.0E9 ), 00014 minS4S1_Clean_Barrel = cms.vdouble( 0.032, -0.045 ), 00015 thresh_Pt_Seed_Barrel = cms.double( 0.0 ), 00016 thresh_Pt_Endcap = cms.double( 0.0 ), 00017 thresh_Barrel = cms.double( 0.8 ), 00018 thresh_Clean_Endcap = cms.double( 100000.0 ), 00019 thresh_Seed_Barrel = cms.double( 0.8 ), 00020 depthCor_Mode = cms.int32( 0 ), 00021 depthCor_B_preshower = cms.double( 4.0 ), 00022 useCornerCells = cms.bool( True ), 00023 depthCor_A_preshower = cms.double( 0.89 ), 00024 thresh_Endcap = cms.double( 0.8 ), 00025 thresh_Pt_Seed_Endcap = cms.double( 0.0 ), 00026 minS4S1_Clean_Endcap = cms.vdouble( 0.032, -0.045 ), 00027 thresh_Seed_Endcap = cms.double( 1.1 ), 00028 minS6S2_DoubleSpike_Endcap = cms.double( -1.0 ), 00029 minS6S2_DoubleSpike_Barrel = cms.double( -1.0 ) 00030 )
Definition at line 10143 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFClusterProducer", 00002 posCalcNCrystal = cms.int32( 5 ), 00003 verbose = cms.untracked.bool( False ), 00004 showerSigma = cms.double( 10.0 ), 00005 thresh_DoubleSpike_Barrel = cms.double( 1.0E9 ), 00006 thresh_Pt_Barrel = cms.double( 0.0 ), 00007 thresh_Clean_Barrel = cms.double( 80.0 ), 00008 PFRecHits = cms.InputTag( 'hltParticleFlowRecHitHCAL','HFEM' ), 00009 cleanRBXandHPDs = cms.bool( False ), 00010 depthCor_B = cms.double( 7.4 ), 00011 depthCor_A = cms.double( 0.89 ), 00012 nNeighbours = cms.int32( 0 ), 00013 thresh_DoubleSpike_Endcap = cms.double( 1.0E9 ), 00014 minS4S1_Clean_Barrel = cms.vdouble( 0.11, -0.19 ), 00015 thresh_Pt_Seed_Barrel = cms.double( 0.0 ), 00016 thresh_Pt_Endcap = cms.double( 0.0 ), 00017 thresh_Barrel = cms.double( 0.8 ), 00018 thresh_Clean_Endcap = cms.double( 80.0 ), 00019 thresh_Seed_Barrel = cms.double( 1.4 ), 00020 depthCor_Mode = cms.int32( 0 ), 00021 depthCor_B_preshower = cms.double( 4.0 ), 00022 useCornerCells = cms.bool( False ), 00023 depthCor_A_preshower = cms.double( 0.89 ), 00024 thresh_Endcap = cms.double( 0.8 ), 00025 thresh_Pt_Seed_Endcap = cms.double( 0.0 ), 00026 minS4S1_Clean_Endcap = cms.vdouble( 0.11, -0.19 ), 00027 thresh_Seed_Endcap = cms.double( 1.4 ), 00028 minS6S2_DoubleSpike_Endcap = cms.double( -1.0 ), 00029 minS6S2_DoubleSpike_Barrel = cms.double( -1.0 ) 00030 )
Definition at line 10173 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFClusterProducer", 00002 posCalcNCrystal = cms.int32( 5 ), 00003 verbose = cms.untracked.bool( False ), 00004 showerSigma = cms.double( 10.0 ), 00005 thresh_DoubleSpike_Barrel = cms.double( 1.0E9 ), 00006 thresh_Pt_Barrel = cms.double( 0.0 ), 00007 thresh_Clean_Barrel = cms.double( 120.0 ), 00008 PFRecHits = cms.InputTag( 'hltParticleFlowRecHitHCAL','HFHAD' ), 00009 cleanRBXandHPDs = cms.bool( False ), 00010 depthCor_B = cms.double( 7.4 ), 00011 depthCor_A = cms.double( 0.89 ), 00012 nNeighbours = cms.int32( 0 ), 00013 thresh_DoubleSpike_Endcap = cms.double( 1.0E9 ), 00014 minS4S1_Clean_Barrel = cms.vdouble( 0.045, -0.08 ), 00015 thresh_Pt_Seed_Barrel = cms.double( 0.0 ), 00016 thresh_Pt_Endcap = cms.double( 0.0 ), 00017 thresh_Barrel = cms.double( 0.8 ), 00018 thresh_Clean_Endcap = cms.double( 120.0 ), 00019 thresh_Seed_Barrel = cms.double( 1.4 ), 00020 depthCor_Mode = cms.int32( 0 ), 00021 depthCor_B_preshower = cms.double( 4.0 ), 00022 useCornerCells = cms.bool( False ), 00023 depthCor_A_preshower = cms.double( 0.89 ), 00024 thresh_Endcap = cms.double( 0.8 ), 00025 thresh_Pt_Seed_Endcap = cms.double( 0.0 ), 00026 minS4S1_Clean_Endcap = cms.vdouble( 0.045, -0.08 ), 00027 thresh_Seed_Endcap = cms.double( 1.4 ), 00028 minS6S2_DoubleSpike_Endcap = cms.double( -1.0 ), 00029 minS6S2_DoubleSpike_Barrel = cms.double( -1.0 ) 00030 )
Definition at line 10203 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFClusterProducer", 00002 posCalcNCrystal = cms.int32( -1 ), 00003 verbose = cms.untracked.bool( False ), 00004 showerSigma = cms.double( 0.2 ), 00005 thresh_DoubleSpike_Barrel = cms.double( 1.0E9 ), 00006 thresh_Pt_Barrel = cms.double( 0.0 ), 00007 thresh_Clean_Barrel = cms.double( 100000.0 ), 00008 PFRecHits = cms.InputTag( "hltParticleFlowRecHitPS" ), 00009 cleanRBXandHPDs = cms.bool( False ), 00010 depthCor_B = cms.double( 7.4 ), 00011 depthCor_A = cms.double( 0.89 ), 00012 nNeighbours = cms.int32( 8 ), 00013 thresh_DoubleSpike_Endcap = cms.double( 1.0E9 ), 00014 minS4S1_Clean_Barrel = cms.vdouble( 0.0, 0.0 ), 00015 thresh_Pt_Seed_Barrel = cms.double( 0.0 ), 00016 thresh_Pt_Endcap = cms.double( 0.0 ), 00017 thresh_Barrel = cms.double( 6.0E-5 ), 00018 thresh_Clean_Endcap = cms.double( 100000.0 ), 00019 thresh_Seed_Barrel = cms.double( 1.2E-4 ), 00020 depthCor_Mode = cms.int32( 0 ), 00021 depthCor_B_preshower = cms.double( 4.0 ), 00022 useCornerCells = cms.bool( False ), 00023 depthCor_A_preshower = cms.double( 0.89 ), 00024 thresh_Endcap = cms.double( 6.0E-5 ), 00025 thresh_Pt_Seed_Endcap = cms.double( 0.0 ), 00026 minS4S1_Clean_Endcap = cms.vdouble( 0.0, 0.0 ), 00027 thresh_Seed_Endcap = cms.double( 1.2E-4 ), 00028 minS6S2_DoubleSpike_Endcap = cms.double( -1.0 ), 00029 minS6S2_DoubleSpike_Barrel = cms.double( -1.0 ) 00030 )
Definition at line 10233 of file HLT_PIon_cff.py.
00001 cms.EDProducer("PFCandidateFwdPtrProducer", 00002 src = cms.InputTag('hltParticleFlow') 00003 )
Definition at line 15628 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFRecHitProducerECAL", 00002 crossBarrelEndcapBorder = cms.bool( False ), 00003 verbose = cms.untracked.bool( False ), 00004 ecalRecHitsEE = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEE' ), 00005 ecalRecHitsEB = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEB' ), 00006 thresh_Cleaning_EB = cms.double( 2.0 ), 00007 timing_Cleaning = cms.bool( True ), 00008 thresh_Barrel = cms.double( 0.08 ), 00009 thresh_Cleaning_EE = cms.double( 1.0E9 ), 00010 topological_Cleaning = cms.bool( True ), 00011 thresh_Endcap = cms.double( 0.3 ) 00012 )
Definition at line 10057 of file HLT_PIon_cff.py.
Definition at line 10069 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PFRecHitProducerPS", 00002 ecalRecHitsES = cms.InputTag( 'hltESRecHitAll','EcalRecHitsES' ), 00003 thresh_Barrel = cms.double( 7.0E-6 ), 00004 verbose = cms.untracked.bool( False ), 00005 thresh_Endcap = cms.double( 7.0E-6 ) 00006 )
Definition at line 10107 of file HLT_PIon_cff.py.
Definition at line 15360 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 1.0 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltPAAntiKT5TrackJetsIter0" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltPATrackSelectionHighPurity" ) 00014 )
Definition at line 12504 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 1.4 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltPAAntiKT5TrackJetsIter1" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltPAIter1Merged" ) 00014 )
Definition at line 12753 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 3.0 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltPAAntiKT5TrackJetsIter2" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltPAIter2Merged" ) 00014 )
Definition at line 12945 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 4.0 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltPAAntiKT5TrackJetsIter3" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltPAIter3Merged" ) 00014 )
Definition at line 13194 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltPATrackSelectionHighPurity" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 12460 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltPAIter1Merged" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 12709 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltPAIter2Merged" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 12901 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltPAIter3Merged" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 13150 of file HLT_PIon_cff.py.
Definition at line 12425 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPAUpcTrackSeeds" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ), 00007 numberMeasurementsForFit = cms.int32( 4 ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPMuTrackJpsiTrajectoryBuilder" ) 00017 )
Definition at line 14605 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ConcreteChargedCandidateProducer", 00002 src = cms.InputTag( "hltPAUpcCtfTracks" ), 00003 particleType = cms.string( "mu-" ) 00004 )
Definition at line 14636 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPAUpcCkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherRK" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "hltMuTrackJpsiCtfTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "undefAlgorithm" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 14622 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPAUpcFullTrackRecoSequence = cms.Sequence( HLTDoLocalStripSequence + hltPAUpcTrackSeeds + hltPAUpcCkfTrackCandidates + hltPAUpcCtfTracks + hltPAUpcCtfTrackCands ) |
Definition at line 15408 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( False ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sL1SingleMuOpen" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 2.5 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 14660 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL2PreFilter", 00002 saveTags = cms.bool( True ), 00003 MaxDr = cms.double( 9999.0 ), 00004 CutOnChambers = cms.bool( False ), 00005 PreviousCandTag = cms.InputTag( "hltPAUpcSingleMuOpenTkMuOniaDCAL1Filtered0" ), 00006 MinPt = cms.double( 1.0 ), 00007 MinN = cms.int32( 1 ), 00008 SeedMapTag = cms.InputTag( "hltL2Muons" ), 00009 MaxEta = cms.double( 2.5 ), 00010 MinNhits = cms.vint32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 MinNchambers = cms.vint32( 0 ), 00013 AbsEtaBins = cms.vdouble( 5.0 ), 00014 MaxDz = cms.double( 9999.0 ), 00015 CandTag = cms.InputTag( "hltL2MuonCandidates" ), 00016 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00017 MinDr = cms.double( -1.0 ), 00018 NSigmaPt = cms.double( 0.0 ), 00019 MinNstations = cms.vint32( 0 ) 00020 )
Definition at line 14671 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL3PreFilter", 00002 MaxNormalizedChi2 = cms.double( 9999.0 ), 00003 saveTags = cms.bool( True ), 00004 PreviousCandTag = cms.InputTag( "hltPAUpcSingleMuOpenTkMuOniaDCAL2Filtered1" ), 00005 MinNmuonHits = cms.int32( 0 ), 00006 MinN = cms.int32( 1 ), 00007 MinTrackPt = cms.double( 0.0 ), 00008 MaxEta = cms.double( 2.5 ), 00009 MaxDXYBeamSpot = cms.double( 9999.0 ), 00010 MinNhits = cms.int32( 0 ), 00011 MinDxySig = cms.double( -1.0 ), 00012 NSigmaPt = cms.double( 0.0 ), 00013 MaxDz = cms.double( 9999.0 ), 00014 MaxPtDifference = cms.double( 9999.0 ), 00015 MaxDr = cms.double( 2.0 ), 00016 CandTag = cms.InputTag( "hltL3MuonCandidates" ), 00017 MinDr = cms.double( -1.0 ), 00018 BeamSpotTag = cms.InputTag( "hltOnlineBeamSpot" ), 00019 MinPt = cms.double( 1.0 ) 00020 )
Definition at line 14691 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SeedGeneratorFromProtoTracksEDProducer", 00002 useEventsWithNoVertex = cms.bool( True ), 00003 originHalfLength = cms.double( 1.0E9 ), 00004 useProtoTrackKinematics = cms.bool( False ), 00005 InputVertexCollection = cms.InputTag( "" ), 00006 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00007 InputCollection = cms.InputTag( "hltPAPixelTracksForMinBias" ), 00008 originRadius = cms.double( 1.0E9 ) 00009 )
Definition at line 14596 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "CkfTrackCandidateMaker", 00002 src = cms.InputTag( "hltPFJetPixelSeedsFromPixelTracks" ), 00003 maxSeedsBeforeCleaning = cms.uint32( 1000 ), 00004 TransientInitialStateEstimatorParameters = cms.PSet( 00005 propagatorAlongTISE = cms.string( "PropagatorWithMaterial" ), 00006 numberMeasurementsForFit = cms.int32( 4 ), 00007 propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOpposite" ) 00008 ), 00009 TrajectoryCleaner = cms.string( "hltESPTrajectoryCleanerBySharedHits" ), 00010 cleanTrajectoryAfterInOut = cms.bool( False ), 00011 useHitsSplitting = cms.bool( False ), 00012 RedundantSeedCleaner = cms.string( "CachingSeedCleanerBySharedInput" ), 00013 doSeedingRegionRebuilding = cms.bool( False ), 00014 maxNSeeds = cms.uint32( 100000 ), 00015 NavigationSchool = cms.string( "SimpleNavigationSchool" ), 00016 TrajectoryBuilder = cms.string( "hltESPTrajectoryBuilderIT" ) 00017 )
Definition at line 8826 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TrackProducer", 00002 src = cms.InputTag( "hltPFJetCkfTrackCandidates" ), 00003 clusterRemovalInfo = cms.InputTag( "" ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Fitter = cms.string( "hltESPFittingSmootherIT" ), 00006 useHitsSplitting = cms.bool( False ), 00007 MeasurementTracker = cms.string( "" ), 00008 alias = cms.untracked.string( "ctfWithMaterialTracks" ), 00009 NavigationSchool = cms.string( "" ), 00010 TrajectoryInEvent = cms.bool( True ), 00011 TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), 00012 AlgorithmName = cms.string( "iter0" ), 00013 Propagator = cms.string( "hltESPRungeKuttaTrackerPropagator" ) 00014 )
Definition at line 8843 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SeedGeneratorFromProtoTracksEDProducer", 00002 useEventsWithNoVertex = cms.bool( True ), 00003 originHalfLength = cms.double( 0.3 ), 00004 useProtoTrackKinematics = cms.bool( False ), 00005 InputVertexCollection = cms.InputTag( "hltPixelVertices" ), 00006 TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ), 00007 InputCollection = cms.InputTag( "hltPixelTracks" ), 00008 originRadius = cms.double( 0.1 ) 00009 )
Definition at line 8817 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "HLTPFJetL1MatchProducer", 00002 L1CenJets = cms.InputTag( 'hltL1extraParticles','Central' ), 00003 DeltaR = cms.double( 0.5 ), 00004 L1ForJets = cms.InputTag( 'hltL1extraParticles','Forward' ), 00005 L1TauJets = cms.InputTag( 'hltL1extraParticles','Tau' ), 00006 jetsInput = cms.InputTag( "hltAK5PFJetL1FastL2L3Corrected" ) 00007 )
Definition at line 10463 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPFL1FastL2L3JetsSequence = cms.Sequence( hltKT6PFJets + hltAntiKT5PFJets + hltAK5PFJetL1FastL2L3Corrected ) |
Definition at line 15361 of file HLT_PIon_cff.py.
Definition at line 15362 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPFL1FastL2L3ReconstructionSequence = cms.Sequence( HLTRecoJetSequencePrePF + HLTPFL1FastL2L3JetTriggerSequence ) |
Definition at line 15363 of file HLT_PIon_cff.py.
Definition at line 8857 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SimpleTrackListMerger", 00002 ShareFrac = cms.double( 0.19 ), 00003 promoteTrackQuality = cms.bool( True ), 00004 MinPT = cms.double( 0.05 ), 00005 copyExtras = cms.untracked.bool( True ), 00006 Epsilon = cms.double( -0.0010 ), 00007 allowFirstHitShare = cms.bool( True ), 00008 newQuality = cms.string( "confirmed" ), 00009 MaxNormalizedChisq = cms.double( 1000.0 ), 00010 TrackProducer1 = cms.string( "hltL3TkTracksFromL2" ), 00011 MinFound = cms.int32( 3 ), 00012 TrackProducer2 = cms.string( "hltIter4Merged" ), 00013 LostHitPenalty = cms.double( 20.0 ), 00014 FoundHitBonus = cms.double( 5.0 ) 00015 )
Definition at line 9774 of file HLT_PIon_cff.py.
Definition at line 15364 of file HLT_PIon_cff.py.
Definition at line 15365 of file HLT_PIon_cff.py.
Definition at line 15366 of file HLT_PIon_cff.py.
Definition at line 15367 of file HLT_PIon_cff.py.
Definition at line 15368 of file HLT_PIon_cff.py.
Definition at line 15369 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPixelActivityFilter", 00002 maxClusters = cms.uint32( 10 ), 00003 saveTags = cms.bool( False ), 00004 inputTag = cms.InputTag( "hltSiPixelClusters" ), 00005 minClusters = cms.uint32( 0 ) 00006 )
Definition at line 6356 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPixelMatchElectronL1SeededTrackingSequence = cms.Sequence( hltCkfL1SeededTrackCandidates + hltCtfL1SeededWithMaterialTracks + hltPixelMatchElectronsL1Seeded ) |
Definition at line 15393 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTPixelMatchElectronProducers", 00002 BSProducer = cms.InputTag( "hltOnlineBeamSpot" ), 00003 UseGsfTracks = cms.bool( False ), 00004 TrackProducer = cms.InputTag( "hltCtfL1SeededWithMaterialTracks" ), 00005 GsfTrackProducer = cms.InputTag( "" ) 00006 )
Definition at line 11506 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPixlMBFilt", 00002 saveTags = cms.bool( False ), 00003 pixlTag = cms.InputTag( "hltPAPixelCandsForMinBias" ), 00004 MinTrks = cms.uint32( 1 ), 00005 MinPt = cms.double( 0.0 ), 00006 MinSep = cms.double( 0.0 ) 00007 )
Definition at line 13954 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPixelTrackingForPAMinBiasSequence = cms.Sequence( hltPAPixelTracksForMinBias ) |
Definition at line 15407 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPixlMBFilt", 00002 saveTags = cms.bool( False ), 00003 pixlTag = cms.InputTag( "hltPAPixelCandsForMinBias" ), 00004 MinTrks = cms.uint32( 10 ), 00005 MinPt = cms.double( 0.0 ), 00006 MinSep = cms.double( 0.0 ) 00007 )
Definition at line 13931 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPixlMBFilt", 00002 saveTags = cms.bool( False ), 00003 pixlTag = cms.InputTag( "hltPAPixelCandsForMinBias" ), 00004 MinTrks = cms.uint32( 3 ), 00005 MinPt = cms.double( 0.0 ), 00006 MinSep = cms.double( 0.0 ) 00007 )
Definition at line 13961 of file HLT_PIon_cff.py.
Definition at line 8761 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "PixelVertexProducer", 00002 WtAverage = cms.bool( True ), 00003 Method2 = cms.bool( True ), 00004 beamSpot = cms.InputTag( "hltOnlineBeamSpot" ), 00005 Verbosity = cms.int32( 0 ), 00006 UseError = cms.bool( True ), 00007 TrackCollection = cms.InputTag( "hltPixelTracks" ), 00008 PtMin = cms.double( 1.0 ), 00009 NTrkMin = cms.int32( 2 ), 00010 ZOffset = cms.double( 5.0 ), 00011 Finder = cms.string( "DivisiveVertexFinder" ), 00012 ZSeparation = cms.double( 0.05 ) 00013 )
Definition at line 8804 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 4099 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6962 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7070 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7085 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7078 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6800 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6881 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6568 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6719 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7017 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7043 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7002 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6314 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6336 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6352 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 15100 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6438 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6445 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6453 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 5700 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6430 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6461 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6515 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6542 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 15288 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 4352 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14108 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14092 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8458 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13950 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13980 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13927 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8062 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11896 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12001 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14382 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14135 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14230 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14206 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7711 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7846 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7603 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7738 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7630 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7765 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7657 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7792 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7684 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7819 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13412 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13416 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13431 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13446 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6414 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6398 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6377 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14120 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13719 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13723 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13736 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13749 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7563 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7577 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7333 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7993 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7521 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8009 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7535 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7549 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13996 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14254 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11791 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14366 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14318 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14334 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8035 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8203 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14350 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8218 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14302 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7111 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7127 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14270 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14286 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13790 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13794 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13863 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13911 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13895 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8233 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14044 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14060 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14012 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14028 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14076 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8402 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8280 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8604 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10492 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 8335 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14409 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10558 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10624 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11149 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11254 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11294 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10777 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10977 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10653 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11178 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11334 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10817 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11017 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10667 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11202 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11374 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11226 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10857 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11057 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10681 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11240 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10897 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11097 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10707 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10937 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 10748 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12338 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13476 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13392 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13461 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13396 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12118 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12254 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12281 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12296 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 12323 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 15096 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13774 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11564 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11414 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 11671 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7131 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7318 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13879 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13561 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13565 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7967 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7873 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7919 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7935 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 7951 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14592 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14584 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14652 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14648 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14656 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14112 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14124 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 14116 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6434 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13545 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13525 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13529 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13480 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13495 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 13510 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTPreshowerSequence = cms.Sequence( hltESRawToRecHitFacility + hltEcalRegionalESRestFEDs + hltESRecHitAll ) |
Definition at line 15359 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTPrescaler", 00002 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00003 offset = cms.uint32( 0 ) 00004 )
Definition at line 6474 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTTriggerTypeFilter", 00002 SelectedTriggerType = cms.int32( 3 ) 00003 )
Definition at line 7082 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTRecoEcalCandidateProducers", 00002 scIslandEndcapProducer = cms.InputTag( "hltCorrectedMulti5x5SuperClustersWithPreshowerActivity" ), 00003 scHybridBarrelProducer = cms.InputTag( "hltCorrectedHybridSuperClustersActivity" ), 00004 recoEcalCandidateCollection = cms.string( "" ) 00005 )
Definition at line 4316 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecoJetSequenceAK5Corrected = cms.Sequence( HLTRecoJetSequenceAK5Uncorrected + hltCaloJetIDPassed + hltCaloJetCorrected ) |
Definition at line 15341 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecoJetSequenceAK5L1FastJetCorrected = cms.Sequence( HLTDoCaloSequence + hltKT6CaloJets + hltAntiKT5CaloJets + hltCaloJetIDPassed + hltCaloJetL1FastJetCorrected ) |
Definition at line 15345 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecoJetSequenceAK5Uncorrected = cms.Sequence( HLTDoCaloSequence + hltAntiKT5CaloJets ) |
Definition at line 15340 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecoJetSequenceAK5UncorrectedPF = cms.Sequence( HLTDoCaloSequencePF + hltAntiKT5CaloJetsPF ) |
Definition at line 15349 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecoJetSequencePrePF = cms.Sequence( HLTRecoJetSequenceAK5UncorrectedPF + hltAntiKT5CaloJetsPFEt5 ) |
Definition at line 15350 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecopixelvertexingForHighMultPASequence = cms.Sequence( hltPAPixelTracksForHighMult + hltPAPixelVerticesForHighMult ) |
Definition at line 15400 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRecopixelvertexingSequence = cms.Sequence( hltPixelTracks + hltPixelVertices ) |
Definition at line 15351 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTRegionalTowerMakerForJetsSequence = cms.Sequence( HLTDoRegionalJetEcalSequence + HLTDoLocalHcalSequence + hltTowerMakerForJets ) |
Definition at line 15343 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTriggerFinalPath = cms.Path( hltGtDigis + hltScalersRawToDigi + hltFEDSelector + hltTriggerSummaryAOD + hltTriggerSummaryRAW ) |
Definition at line 15581 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTriggerFirstPath = cms.Path( hltGetConditions + HLTGetRaw + hltBoolFalse ) |
Definition at line 15413 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "RPCFEDIntegrity", 00002 MaximumFEDID = cms.untracked.int32( 792 ), 00003 RPCRawCountsInputTag = cms.untracked.InputTag( "hltMuonRPCDigis" ), 00004 MinimumFEDID = cms.untracked.int32( 790 ), 00005 NumberOfFED = cms.untracked.int32( 3 ), 00006 RPCPrefixDir = cms.untracked.string( "RPC/FEDIntegrity_EvF" ) 00007 )
Definition at line 15257 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTRPCFilter", 00002 rangestrips = cms.untracked.double( 1.0 ), 00003 rpcDTPoints = cms.InputTag( 'hltRPCPointProducer','RPCDTExtrapolatedPoints' ), 00004 rpcRecHits = cms.InputTag( "hltRpcRecHits" ), 00005 rpcCSCPoints = cms.InputTag( 'hltRPCPointProducer','RPCCSCExtrapolatedPoints' ) 00006 )
Definition at line 7037 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sAlCaRPC" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 1.6 ), 00008 SelectQualities = cms.vint32( ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 7047 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTMuonL1Filter", 00002 saveTags = cms.bool( True ), 00003 CSCTFtag = cms.InputTag( "unused" ), 00004 PreviousCandTag = cms.InputTag( "hltL1sAlCaRPC" ), 00005 MinPt = cms.double( 0.0 ), 00006 MinN = cms.int32( 1 ), 00007 MaxEta = cms.double( 1.6 ), 00008 SelectQualities = cms.vint32( 6 ), 00009 CandTag = cms.InputTag( "hltL1extraParticles" ), 00010 ExcludeSingleSegmentCSC = cms.bool( False ) 00011 )
Definition at line 7006 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "RPCPointProducer", 00002 cscSegments = cms.InputTag( "hltCscSegments" ), 00003 rangestripsRB4 = cms.untracked.double( 4.0 ), 00004 TrackTransformer = cms.PSet( ), 00005 tracks = cms.InputTag( "NotUsed" ), 00006 rangestrips = cms.untracked.double( 4.0 ), 00007 incltrack = cms.untracked.bool( False ), 00008 MinCosAng = cms.untracked.double( 0.95 ), 00009 MaxDrb4 = cms.untracked.double( 150.0 ), 00010 inclcsc = cms.untracked.bool( True ), 00011 dt4DSegments = cms.InputTag( "hltDt4DSegments" ), 00012 ExtrapolatedRegion = cms.untracked.double( 0.5 ), 00013 incldt = cms.untracked.bool( True ), 00014 debug = cms.untracked.bool( False ), 00015 MaxD = cms.untracked.double( 80.0 ) 00016 )
Definition at line 7021 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "RPCRecHitProducer", 00002 recAlgoConfig = cms.PSet( ), 00003 deadvecfile = cms.FileInPath( "RecoLocalMuon/RPCRecHit/data/RPCDeadVec.dat" ), 00004 rpcDigiLabel = cms.InputTag( "hltMuonRPCDigis" ), 00005 maskvecfile = cms.FileInPath( "RecoLocalMuon/RPCRecHit/data/RPCMaskVec.dat" ), 00006 recAlgo = cms.string( "RPCRecHitStandardAlgo" ), 00007 deadSource = cms.string( "File" ), 00008 maskSource = cms.string( "File" ) 00009 )
Definition at line 4640 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ScalersRawToDigi", 00002 scalersInputTag = cms.InputTag( "rawDataCollector" ) 00003 )
Definition at line 4076 of file HLT_PIon_cff.py.
Definition at line 15585 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 2 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7887 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "LargestEtCaloJetSelector", 00002 maxNumber = cms.uint32( 4 ), 00003 filter = cms.bool( False ), 00004 src = cms.InputTag( "hltBSoftMuonGetJetsFromJet20L1FastJetBPH" ) 00005 )
Definition at line 8520 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EgammaHLTNxNClusterProducer", 00002 statusLevelRecHitsToUse = cms.int32( 1 ), 00003 barrelClusterCollection = cms.string( "Simple3x3ClustersBarrel" ), 00004 flagLevelRecHitsToUse = cms.int32( 1 ), 00005 maxNumberofClusters = cms.int32( 38 ), 00006 clusPhiSize = cms.int32( 3 ), 00007 posCalcParameters = cms.PSet( 00008 T0_barl = cms.double( 7.4 ), 00009 LogWeighted = cms.bool( True ), 00010 T0_endc = cms.double( 3.1 ), 00011 T0_endcPresh = cms.double( 1.2 ), 00012 W0 = cms.double( 4.2 ), 00013 X0 = cms.double( 0.89 ) 00014 ), 00015 clusEtaSize = cms.int32( 3 ), 00016 useRecoFlag = cms.bool( False ), 00017 endcapHitProducer = cms.InputTag( 'hltEcalRegionalPi0EtaRecHit','EcalRecHitsEE' ), 00018 maxNumberofSeeds = cms.int32( 250 ), 00019 endcapClusterCollection = cms.string( "Simple3x3ClustersEndcap" ), 00020 debugLevel = cms.int32( 0 ), 00021 barrelHitProducer = cms.InputTag( 'hltEcalRegionalPi0EtaRecHit','EcalRecHitsEB' ), 00022 clusSeedThrEndCap = cms.double( 1.0 ), 00023 doBarrel = cms.bool( True ), 00024 doEndcaps = cms.bool( True ), 00025 useDBStatus = cms.bool( True ), 00026 clusSeedThr = cms.double( 0.5 ) 00027 )
Definition at line 6615 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG5PA" ), 00007 etcutEB = cms.double( 6.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 6.0 ) 00010 )
Definition at line 11418 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaEtFilter", 00002 saveTags = cms.bool( False ), 00003 L1NonIsoCand = cms.InputTag( "" ), 00004 relaxed = cms.untracked.bool( False ), 00005 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00006 inputTag = cms.InputTag( "hltEGRegionalL1SingleEG7" ), 00007 etcutEB = cms.double( 8.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 etcutEE = cms.double( 8.0 ) 00010 )
Definition at line 11690 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 999.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 999.0 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltSingleEle6CaloIdNoneTrlIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11586 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 candTag = cms.InputTag( "hltSingleEle6CaloIdNoneHEFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 11604 of file HLT_PIon_cff.py.
Definition at line 15395 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 999.0 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 999.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltSingleEG6EtFilterL1SingleEG5" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11568 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 0.075 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 0.1 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltSingleEle6CaloIdTTrlIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11446 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 candTag = cms.InputTag( "hltSingleEle6CaloIdTHEFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 11464 of file HLT_PIon_cff.py.
Definition at line 15392 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 0.031 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 0.011 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltSingleEG6EtFilterL1SingleEG5" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11428 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( -1.0 ), 00008 thrOverEEE = cms.double( 999.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( 999.0 ), 00011 thrRegularEB = cms.double( -1.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededPhotonHcalForHE" ), 00016 candTag = cms.InputTag( "hltSingleEle8CaloIdNoneTrlIdVLClusterShapeFilter" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11718 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTElectronPixelMatchFilter", 00002 saveTags = cms.bool( False ), 00003 doIsolated = cms.bool( True ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 L1NonIsoPixelSeedsTag = cms.InputTag( "" ), 00006 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00007 npixelmatchcut = cms.double( 1.0 ), 00008 ncandcut = cms.int32( 1 ), 00009 candTag = cms.InputTag( "hltSingleEle8CaloIdNoneHEFilter" ), 00010 L1IsoPixelSeedsTag = cms.InputTag( "hltL1SeededStartUpElectronPixelSeeds" ) 00011 )
Definition at line 11736 of file HLT_PIon_cff.py.
Definition at line 15396 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTEgammaGenericFilter", 00002 doIsolated = cms.bool( True ), 00003 nonIsoTag = cms.InputTag( "" ), 00004 L1NonIsoCand = cms.InputTag( "" ), 00005 saveTags = cms.bool( False ), 00006 thrOverE2EB = cms.double( -1.0 ), 00007 thrRegularEE = cms.double( 999.0 ), 00008 thrOverEEE = cms.double( -1.0 ), 00009 L1IsoCand = cms.InputTag( "hltL1SeededRecoEcalCandidate" ), 00010 thrOverEEB = cms.double( -1.0 ), 00011 thrRegularEB = cms.double( 999.0 ), 00012 lessThan = cms.bool( True ), 00013 useEt = cms.bool( False ), 00014 ncandcut = cms.int32( 1 ), 00015 isoTag = cms.InputTag( "hltL1SeededHLTClusterShape" ), 00016 candTag = cms.InputTag( "hltSingleEG8EtFilterL1SingleEG7" ), 00017 thrOverE2EE = cms.double( -1.0 ) 00018 )
Definition at line 11700 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 100.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 2.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7715 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 100.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7850 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 15.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7295 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 20.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 2.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7607 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 20.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7742 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 25.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7322 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 40.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 2.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7634 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 40.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7769 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 60.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 2.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7661 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 60.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7796 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 80.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 2.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7688 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTForwardBackwardCaloJetsFilter", 00002 saveTags = cms.bool( False ), 00003 minPt = cms.double( 80.0 ), 00004 maxEta = cms.double( 5.1 ), 00005 minEta = cms.double( 3.0 ), 00006 inputTag = cms.InputTag( "hltCaloJetCorrected" ), 00007 nTot = cms.uint32( 1 ), 00008 nPos = cms.uint32( 0 ), 00009 triggerType = cms.int32( 85 ), 00010 nNeg = cms.uint32( 0 ) 00011 )
Definition at line 7823 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 100.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7567 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 100.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7971 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 120.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7581 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7511 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7877 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 40.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7525 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 60.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7539 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 60.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 8013 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 80.0 ), 00004 MinN = cms.int32( 1 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7553 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SiPixelClusterProducer", 00002 src = cms.InputTag( "hltSiPixelDigis" ), 00003 ChannelThreshold = cms.int32( 1000 ), 00004 maxNumberOfClusters = cms.int32( 20000 ), 00005 VCaltoElectronGain = cms.int32( 65 ), 00006 MissCalibrate = cms.untracked.bool( True ), 00007 SplitClusters = cms.bool( False ), 00008 VCaltoElectronOffset = cms.int32( -414 ), 00009 payloadType = cms.string( "HLT" ), 00010 SeedThreshold = cms.int32( 1000 ), 00011 ClusterThreshold = cms.double( 4000.0 ) 00012 )
Definition at line 4875 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SiPixelRawToDigi", 00002 UseQualityInfo = cms.bool( False ), 00003 CheckPixelOrder = cms.bool( False ), 00004 IncludeErrors = cms.bool( False ), 00005 UseCablingTree = cms.untracked.bool( True ), 00006 InputLabel = cms.InputTag( "rawDataCollector" ), 00007 ErrorList = cms.vint32( ), 00008 Regions = cms.PSet( ), 00009 Timing = cms.untracked.bool( False ), 00010 UserErrorList = cms.vint32( ) 00011 )
Definition at line 4864 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "SiPixelHLTSource", 00002 saveFile = cms.untracked.bool( False ), 00003 outputFile = cms.string( "Pixel_DQM_HLT.root" ), 00004 slowDown = cms.untracked.bool( False ), 00005 ErrorInput = cms.InputTag( "hltSiPixelDigis" ), 00006 RawInput = cms.InputTag( "rawDataCollector" ), 00007 DirName = cms.untracked.string( "Pixel/FEDIntegrity_EvF" ) 00008 )
Definition at line 15237 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SiPixelRecHitConverter", 00002 VerboseLevel = cms.untracked.int32( 0 ), 00003 src = cms.InputTag( "hltSiPixelClusters" ), 00004 CPE = cms.string( "hltESPPixelCPEGeneric" ) 00005 )
Definition at line 4887 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer", 00002 InputModuleLabel = cms.InputTag( "hltSiStripRawToClustersFacility" ), 00003 measurementTrackerName = cms.string( "hltESPMeasurementTracker" ) 00004 )
Definition at line 4919 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SiStripExcludedFEDListProducer", 00002 ProductLabel = cms.InputTag( "rawDataCollector" ) 00003 )
Definition at line 4892 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "SiStripFEDCheckPlugin", 00002 PrintDebugMessages = cms.untracked.bool( False ), 00003 CheckChannelStatus = cms.untracked.bool( False ), 00004 DoPayloadChecks = cms.untracked.bool( False ), 00005 CheckChannelLengths = cms.untracked.bool( False ), 00006 WriteDQMStore = cms.untracked.bool( False ), 00007 CheckFELengths = cms.untracked.bool( False ), 00008 RawDataTag = cms.InputTag( "rawDataCollector" ), 00009 HistogramUpdateFrequency = cms.untracked.uint32( 1000 ), 00010 CheckChannelPacketCodes = cms.untracked.bool( False ), 00011 DirName = cms.untracked.string( "SiStrip/FEDIntegrity_EvF" ) 00012 )
Definition at line 15245 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "SiStripRawToClusters", 00002 ProductLabel = cms.InputTag( "rawDataCollector" ), 00003 DoAPVEmulatorCheck = cms.bool( False ), 00004 Algorithms = cms.PSet( 00005 SiStripFedZeroSuppressionMode = cms.uint32( 4 ), 00006 CommonModeNoiseSubtractionMode = cms.string( "Median" ), 00007 PedestalSubtractionFedMode = cms.bool( True ), 00008 TruncateInSuppressor = cms.bool( True ), 00009 doAPVRestore = cms.bool( False ), 00010 useCMMeanMap = cms.bool( False ) 00011 ), 00012 Clusterizer = cms.PSet( 00013 ChannelThreshold = cms.double( 2.0 ), 00014 MaxSequentialBad = cms.uint32( 1 ), 00015 MaxSequentialHoles = cms.uint32( 0 ), 00016 Algorithm = cms.string( "ThreeThresholdAlgorithm" ), 00017 MaxAdjacentBad = cms.uint32( 0 ), 00018 QualityLabel = cms.string( "" ), 00019 SeedThreshold = cms.double( 3.0 ), 00020 ClusterThreshold = cms.double( 5.0 ), 00021 setDetId = cms.bool( True ), 00022 RemoveApvShots = cms.bool( True ) 00023 ) 00024 )
Definition at line 4895 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLT1CaloJet", 00002 saveTags = cms.bool( True ), 00003 MinPt = cms.double( 20.0 ), 00004 MinN = cms.int32( 3 ), 00005 MaxEta = cms.double( 5.0 ), 00006 MinMass = cms.double( -1.0 ), 00007 inputTag = cms.InputTag( "hltCaloJetCorrectedRegionalNoJetID" ), 00008 MinE = cms.double( -1.0 ), 00009 triggerType = cms.int32( 85 ) 00010 )
Definition at line 7897 of file HLT_PIon_cff.py.
Definition at line 7168 of file HLT_PIon_cff.py.
Definition at line 8120 of file HLT_PIon_cff.py.
Definition at line 7392 of file HLT_PIon_cff.py.
Definition at line 8648 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 1.0 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltAntiKT5TrackJetsIter0" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltPFlowTrackSelectionHighPurity" ) 00014 )
Definition at line 8936 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 1.4 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltAntiKT5TrackJetsIter1" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltIter1Merged" ) 00014 )
Definition at line 9185 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 3.0 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltAntiKT5TrackJetsIter2" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.7 ), 00011 etaMaxCaloJet = cms.double( 2.7 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltIter2Merged" ) 00014 )
Definition at line 9377 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TauJetSelectorForHLTTrackSeeding", 00002 fractionMinCaloInTauCone = cms.double( 0.7 ), 00003 fractionMaxChargedPUInCaloCone = cms.double( 0.3 ), 00004 tauConeSize = cms.double( 0.2 ), 00005 ptTrkMaxInCaloCone = cms.double( 4.0 ), 00006 isolationConeSize = cms.double( 0.5 ), 00007 inputTrackJetTag = cms.InputTag( "hltAntiKT5TrackJetsIter3" ), 00008 nTrkMaxInCaloCone = cms.int32( 0 ), 00009 inputCaloJetTag = cms.InputTag( "hltAntiKT5CaloJetsPFEt5" ), 00010 etaMinCaloJet = cms.double( -2.0 ), 00011 etaMaxCaloJet = cms.double( 2.0 ), 00012 ptMinCaloJet = cms.double( 5.0 ), 00013 inputTrackTag = cms.InputTag( "hltIter3Merged" ) 00014 )
Definition at line 9626 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "EvFFEDSelector", 00002 inputTag = cms.InputTag( "rawDataCollector" ), 00003 fedList = cms.vuint32( 260, 261, 262, 263, 264, 265, 266, 267, 269, 270, 273, 274, 277, 278, 281, 282, 284, 285, 288, 289, 292, 293, 294, 295, 300, 301, 304, 305, 308, 309, 310, 311, 316, 317, 324, 325, 329, 330, 331, 332, 339, 340, 341, 342, 349, 350, 351, 352, 164, 165, 172, 173, 177, 178, 179, 180, 187, 188, 189, 190, 197, 198, 199, 200, 204, 205, 208, 209, 212, 213, 214, 215, 220, 221, 224, 225, 228, 229, 230, 231, 236, 237, 238, 239, 240, 241, 242, 243, 245, 246, 249, 250, 253, 254, 257, 258, 478, 476, 477, 482, 484, 480, 481, 474, 459, 460, 461, 463, 485, 487, 488, 489, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 288, 289, 292, 293, 300, 301, 304, 305, 310, 311, 316, 317, 329, 330, 339, 340, 341, 342, 349, 350, 164, 165, 177, 178, 179, 180, 189, 190, 197, 198, 204, 205, 212, 213, 220, 221, 224, 225, 230, 231 ) 00004 )
Definition at line 6489 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTLevel1Pattern", 00002 ignoreL1Mask = cms.bool( False ), 00003 triggerPattern = cms.vint32( 1, 1, 1, 0, 0 ), 00004 triggerBit = cms.string( "L1Tech_RPC_TTU_pointing_Cosmics.v0" ), 00005 invert = cms.bool( False ), 00006 L1GtReadoutRecordTag = cms.InputTag( "hltGtDigis" ), 00007 throw = cms.bool( True ), 00008 daqPartitions = cms.uint32( 1 ), 00009 bunchCrossings = cms.vint32( -2, -1, 0, 1, 2 ) 00010 )
Definition at line 6546 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTTrackerHaloFilter", 00002 saveTags = cms.bool( False ), 00003 MaxAccus = cms.int32( 4 ), 00004 MaxClustersTEC = cms.int32( 60 ), 00005 MaxClustersTECm = cms.int32( 50 ), 00006 SignalAccumulation = cms.int32( 5 ), 00007 inputTag = cms.InputTag( "hltSiStripClusters" ), 00008 MaxClustersTECp = cms.int32( 50 ), 00009 FastProcessing = cms.int32( 1 ) 00010 )
Definition at line 6362 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::HLTTrackReconstructionForPF = cms.Sequence( HLTDoLocalPixelSequence + HLTRecopixelvertexingSequence + HLTDoLocalStripSequence + HLTIterativeTracking + hltPFMuonMerging + hltMuonLinks + hltMuons ) |
Definition at line 15358 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltPFlowTrackSelectionHighPurity" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 8892 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltIter1Merged" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 9141 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltIter2Merged" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 9333 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "ChargedRefCandidateProducer", 00002 src = cms.InputTag( "hltIter3Merged" ), 00003 particleType = cms.string( "pi+" ) 00004 )
Definition at line 9582 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TriggerSummaryProducerAOD", 00002 processName = cms.string( "@" ) 00003 )
Definition at line 15296 of file HLT_PIon_cff.py.
00001 cms.EDProducer( "TriggerSummaryProducerRAW", 00002 processName = cms.string( "@" ) 00003 )
Definition at line 15299 of file HLT_PIon_cff.py.
00001 cms.EDFilter( "HLTTriggerTypeFilter", 00002 SelectedTriggerType = cms.int32( 1 ) 00003 )
Definition at line 4018 of file HLT_PIon_cff.py.
00001 cms.EDAnalyzer( "HLTrigReport", 00002 HLTriggerResults = cms.InputTag( 'TriggerResults','','HLT' ) 00003 )
Definition at line 15308 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetIdAssociatorESProducer", 00002 ComponentName = cms.string( "HODetIdAssociator" ), 00003 etaBinSize = cms.double( 0.087 ), 00004 nEta = cms.int32( 30 ), 00005 nPhi = cms.int32( 72 ), 00006 includeBadChambers = cms.bool( False ) 00007 )
Definition at line 3949 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "alongMomentum" ), 00003 ComponentName = cms.string( "PropagatorWithMaterial" ), 00004 Mass = cms.double( 0.105 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( False ) 00008 )
Definition at line 1304 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "alongMomentum" ), 00003 ComponentName = cms.string( "PropagatorWithMaterialForHI" ), 00004 Mass = cms.double( 0.139 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( False ) 00008 )
Definition at line 1312 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetIdAssociatorESProducer", 00002 ComponentName = cms.string( "MuonDetIdAssociator" ), 00003 etaBinSize = cms.double( 0.125 ), 00004 nEta = cms.int32( 48 ), 00005 nPhi = cms.int32( 48 ), 00006 includeBadChambers = cms.bool( False ) 00007 )
Definition at line 3956 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "NavigationSchoolESProducer", 00002 ComponentName = cms.string( "SimpleNavigationSchool" ) 00003 )
Definition at line 3963 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "oppositeToMomentum" ), 00003 ComponentName = cms.string( "PropagatorWithMaterialOpposite" ), 00004 Mass = cms.double( 0.105 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( False ) 00008 )
Definition at line 1320 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "PropagatorWithMaterialESProducer", 00002 PropagationDirection = cms.string( "oppositeToMomentum" ), 00003 ComponentName = cms.string( "PropagatorWithMaterialOppositeForHI" ), 00004 Mass = cms.double( 0.139 ), 00005 ptMin = cms.double( -1.0 ), 00006 MaxDPhi = cms.double( 1.6 ), 00007 useRungeKutta = cms.bool( False ) 00008 )
Definition at line 1328 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "DetIdAssociatorESProducer", 00002 ComponentName = cms.string( "PreshowerDetIdAssociator" ), 00003 etaBinSize = cms.double( 0.1 ), 00004 nEta = cms.int32( 60 ), 00005 nPhi = cms.int32( 30 ), 00006 includeBadChambers = cms.bool( False ) 00007 )
Definition at line 3966 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SiPixelQualityESProducer", 00002 ListOfRecordToMerge = cms.VPSet( 00003 cms.PSet( record = cms.string( "SiPixelQualityFromDbRcd" ), 00004 tag = cms.string( "" ) 00005 ), 00006 cms.PSet( record = cms.string( "SiPixelDetVOffRcd" ), 00007 tag = cms.string( "" ) 00008 ) 00009 ) 00010 )
Definition at line 3973 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::siPixelTemplateDBObjectESProducer = cms.ESProducer( "SiPixelTemplateDBObjectESProducer" ) |
Definition at line 3983 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SiStripLorentzAngleDepESProducer", 00002 LatencyRecord = cms.PSet( 00003 record = cms.string( "SiStripLatencyRcd" ), 00004 label = cms.untracked.string( "" ) 00005 ), 00006 LorentzAngleDeconvMode = cms.PSet( 00007 record = cms.string( "SiStripLorentzAngleRcd" ), 00008 label = cms.untracked.string( "deconvolution" ) 00009 ), 00010 LorentzAnglePeakMode = cms.PSet( 00011 record = cms.string( "SiStripLorentzAngleRcd" ), 00012 label = cms.untracked.string( "peak" ) 00013 ) 00014 )
Definition at line 3984 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "SteppingHelixPropagatorESProducer", 00002 NoErrorPropagation = cms.bool( False ), 00003 endcapShiftInZPos = cms.double( 0.0 ), 00004 PropagationDirection = cms.string( "anyDirection" ), 00005 useTuningForL2Speed = cms.bool( False ), 00006 useIsYokeFlag = cms.bool( True ), 00007 endcapShiftInZNeg = cms.double( 0.0 ), 00008 SetVBFPointer = cms.bool( False ), 00009 AssumeNoMaterial = cms.bool( False ), 00010 returnTangentPlane = cms.bool( True ), 00011 useInTeslaFromMagField = cms.bool( False ), 00012 VBFName = cms.string( "VolumeBasedMagneticField" ), 00013 useEndcapShiftsInZ = cms.bool( False ), 00014 sendLogWarning = cms.bool( False ), 00015 useMatVolumes = cms.bool( True ), 00016 debug = cms.bool( False ), 00017 ApplyRadX0Correction = cms.bool( True ), 00018 useMagVolumes = cms.bool( True ), 00019 ComponentName = cms.string( "SteppingHelixPropagatorAny" ) 00020 )
Definition at line 1336 of file HLT_PIon_cff.py.
tuple HLT_PIon_cff::streams |
00001 cms.PSet( 00002 A = cms.vstring( 'Commissioning', 00003 'Cosmics', 00004 'HcalHPDNoise', 00005 'HcalNZS', 00006 'LogMonitor', 00007 'MinimumBias', 00008 'PAHighPt', 00009 'PAMinBiasUPC', 00010 'PAMuon', 00011 'PPFSQ', 00012 'PPJet', 00013 'PPMinBias', 00014 'PPMuon', 00015 'PPPhoton', 00016 'SingleElectron', 00017 'SingleMu' ), 00018 AlCaLumiPixels = cms.vstring( 'AlCaLumiPixels' ), 00019 AlCaP0 = cms.vstring( 'AlCaP0' ), 00020 ALCAPHISYM = cms.vstring( 'AlCaPhiSym' ), 00021 Calibration = cms.vstring( 'TestEnablesEcalHcalDT' ), 00022 DQM = cms.vstring( 'OnlineMonitor' ), 00023 EcalCalibration = cms.vstring( 'EcalLaser' ), 00024 Express = cms.vstring( 'ExpressPhysics' ), 00025 HLTDQM = cms.vstring( 'OnlineHltMonitor' ), 00026 NanoDST = cms.vstring( 'L1Accept' ), 00027 RPCMON = cms.vstring( 'RPCMonitor' ), 00028 TrackerCalibration = cms.vstring( 'TestEnablesTracker' ) 00029 )
Definition at line 10 of file HLT_PIon_cff.py.
Definition at line 15646 of file HLT_PIon_cff.py.
00001 cms.ESProducer( "TransientTrackBuilderESProducer", 00002 ComponentName = cms.string( "TransientTrackBuilder" ) 00003 )
Definition at line 1356 of file HLT_PIon_cff.py.
00001 cms.Service( "UpdaterService", 00002 )
Definition at line 4004 of file HLT_PIon_cff.py.