Variables | |
tuple | allPatTracks |
tuple | beforePat |
tuple | beforePatMuons |
tuple | beforePatTracks |
tuple | ecal = cms.InputTag("muIsoDepositCalByAssociatorTowers","ecal") |
tuple | goodMuonRecoForDimuon |
tuple | hcal = cms.InputTag("muIsoDepositCalByAssociatorTowers","hcal") |
tuple | muonTriggerMatchEmbedder |
tuple | muonTriggerMatchHLTMuons |
tuple | patCandsSequence |
tuple | patTriggerSequence |
tuple | selectedPatMuonsTriggerMatch |
tuple | tracker = cms.InputTag("muIsoDepositTk") |
00001 patGenericParticles.clone( 00002 src = cms.InputTag("patAODTrackCands"), 00003 # isolation configurables 00004 userIsolation = cms.PSet( 00005 tracker = cms.PSet( 00006 veto = cms.double(0.015), 00007 src = cms.InputTag("patAODTrackIsoDepositCtfTk"), 00008 deltaR = cms.double(0.3), 00009 threshold = cms.double(1.5) 00010 ), 00011 ecal = cms.PSet( 00012 src = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"), 00013 deltaR = cms.double(0.3) 00014 ), 00015 hcal = cms.PSet( 00016 src = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal"), 00017 deltaR = cms.double(0.3) 00018 ), 00019 ), 00020 isoDeposits = cms.PSet( 00021 tracker = cms.InputTag("patAODTrackIsoDepositCtfTk"), 00022 ecal = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"), 00023 hcal = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal") 00024 ), 00025 addGenMatch = cms.bool(True), 00026 genParticleMatch = cms.InputTag("trackMuMatch") 00027 )
Definition at line 23 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.Sequence( 00002 beforePatTracks + 00003 beforePatMuons 00004 )
Definition at line 149 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.Sequence( 00002 muonMatch 00003 )
Definition at line 145 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.Sequence( 00002 patAODTrackCandSequence * 00003 trackMuMatch 00004 )
Definition at line 140 of file patCandidatesForDimuonsSequences_cff.py.
tuple patCandidatesForDimuonsSequences_cff::ecal = cms.InputTag("muIsoDepositCalByAssociatorTowers","ecal") |
Definition at line 70 of file patCandidatesForDimuonsSequences_cff.py.
Referenced by L1RCTSaveInput::analyze(), HcalIsoTrkAnalyzer::analyze(), L1RCTTestAnalyzer::analyze(), cms::ProducerAnalyzer::analyze(), pftools::Exercises3::calibrateCalibratables(), EMShower::compute(), HFShower::compute(), HDShower::compute(), L1RCTLookupTables::convertEcal(), L1RCTParameters::correctedTPGSum(), L1RCTLookupTables::lookup(), L1RCTInputProducer::produce(), L1RCTTPGProvider::produce(), L1RCTProducer::produce(), MaskedRctInputDigiProducer::produce(), L1RCTProducer::updateFedVector(), and GlobalTrackerMuonAlignment::writeGlPosRcd().
00001 cms.Sequence( 00002 beforePat * 00003 patCandsSequence * 00004 patTriggerSequence * 00005 muonTriggerMatchEmbedder 00006 )
Definition at line 161 of file patCandidatesForDimuonsSequences_cff.py.
tuple patCandidatesForDimuonsSequences_cff::hcal = cms.InputTag("muIsoDepositCalByAssociatorTowers","hcal") |
Definition at line 71 of file patCandidatesForDimuonsSequences_cff.py.
Referenced by L1RCTSaveInput::analyze(), L1RCTTestAnalyzer::analyze(), pftools::Exercises3::calibrateCalibratables(), EMShower::compute(), L1RCTLookupTables::convertHcal(), L1RCTParameters::correctedTPGSum(), L1RCTLookupTables::lookup(), L1RCTInputProducer::produce(), L1RCTTPGProvider::produce(), L1RCTProducer::produce(), MaskedRctInputDigiProducer::produce(), PFElectronAlgo::SetCandidates(), LinkByRecHit::testTrackAndClusterByRecHit(), and GlobalTrackerMuonAlignment::writeGlPosRcd().
00001 cms.Sequence( 00002 selectedPatMuonsTriggerMatch 00003 )
Definition at line 134 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.EDFilter( "PATTriggerMatcherDRDPtLessByR", 00002 src = cms.InputTag( "selectedPatMuons" ), 00003 matched = cms.InputTag( "patTrigger" ), 00004 andOr = cms.bool( False ), 00005 filterIdsEnum = cms.vstring( 'TriggerMuon' ), # 'TriggerMuon' is the enum from trigger::TriggerObjectType for HLT muons 00006 filterIds = cms.vint32( 0 ), 00007 filterLabels = cms.vstring( '*' ), 00008 pathNames = cms.vstring( 'HLT_Mu9' ), 00009 collectionTags = cms.vstring( '*' ), 00010 maxDPtRel = cms.double( 1.0 ), 00011 maxDeltaR = cms.double( 0.2 ), 00012 resolveAmbiguities = cms.bool( True ), 00013 resolveByMatchQuality = cms.bool( True ) 00014 )
Definition at line 102 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.Sequence( 00002 patMuons * 00003 selectedPatMuons * 00004 allPatTracks * 00005 selectedPatTracks 00006 )
Definition at line 154 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.Sequence( 00002 patTrigger * 00003 muonTriggerMatchHLTMuons * 00004 # muonTriggerMatchHLTMu9 * 00005 patTriggerEvent 00006 )
Definition at line 122 of file patCandidatesForDimuonsSequences_cff.py.
00001 cms.EDProducer( "PATTriggerMatchMuonEmbedder", 00002 src = cms.InputTag( "selectedPatMuons" ), 00003 matches = cms.VInputTag( "muonTriggerMatchHLTMuons" ) 00004 )
Definition at line 129 of file patCandidatesForDimuonsSequences_cff.py.
tuple patCandidatesForDimuonsSequences_cff::tracker = cms.InputTag("muIsoDepositTk") |
Definition at line 69 of file patCandidatesForDimuonsSequences_cff.py.
Referenced by SiPixelDigiValid::analyze(), SiPixelClusterSource::analyze(), SiStripDigiValid::analyze(), SiPixelHitEfficiencySource::analyze(), SiPixelErrorEstimation::analyze(), TrackerSystematicMisalignments::analyze(), HitEff::analyze(), SiPixelTrackingRecHitsValid::analyze(), SurveyInputTrackerFromDB::analyze(), SiStripRecHitsValid::analyze(), CreateSurveyRcds::analyze(), GetTrackTrajInfo::analyze(), SurveyMisalignmentInput::analyze(), TrackerHitAnalyzer::analyze(), FixTrackHitPattern::analyze(), TkConvValidator::analyze(), SiStripTrackingRecHitsValid::analyze(), GeometricDetLoader::beginJob(), PFElecTkProducer::beginRun(), PGeometricDetBuilder::beginRun(), ConvBremSeedProducer::beginRun(), EnergyLossProducer::beginRun(), TrackerGeomBuilderFromGeometricDet::build(), CmsTrackerDetIdBuilder::buildId(), SeedForPhotonConversion1Leg::buildSeed(), SeedFromConsecutiveHitsCreator::buildSeed(), SeedForPhotonConversionFromQuadruplets::buildSeed(), AlignableTracker::buildTRK(), RectangularEtaPhiTrackingRegion::checkRZOld(), CkfDebugger::CkfDebugger(), ClusterShapeTrackFilter::ClusterShapeTrackFilter(), CondDBCmsTrackerConstruction::construct(), DDDCmsTrackerContruction::construct(), CosmicHitPairGeneratorFromLayerPair::CosmicHitPairGeneratorFromLayerPair(), CosmicHitTripletGeneratorFromLayerTriplet::CosmicHitTripletGeneratorFromLayerTriplet(), GlobalRecHitsProducer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), PixelTripletLowPtGenerator::getTracker(), PixelTripletLargeTipGenerator::hitTriplets(), SeedFromProtoTrack::init(), ApeSettingAlgorithm::initialize(), KalmanAlignmentAlgorithm::initialize(), CosmicParametersDefinerForTP::momentum(), CosmicTrackingParticleSelector::operator()(), OuterHitCompatibility::operator()(), PFMuonAlgo::printMuonProperties(), TrackInfoProducer::produce(), RingMakerESProducer::produce(), SiClusterTranslator::produce(), TrackerGeometricDetExtraESModule::produce(), FamosProducer::produce(), GlobalDetLayerGeometryESProducer::produce(), FastPrimaryVertexProducer::produce(), cms::CosmicTrackFinder::produce(), SiStripFineDelayHit::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), cms::HITrackVertexMaker::produceTracks(), RoadSearchSeedFinderAlgorithm::run(), PixelFitterByConformalMappingAndLine::run(), RoadSearchCloudMakerAlgorithm::run(), RoadSearchHelixMakerAlgorithm::run(), RoadSearchTrackCandidateMakerAlgorithm::run(), KFBasedPixelFitter::run(), FamosManager::setupGeometryAndField(), CosmicParametersDefinerForTP::vertex(), and GlobalTrackerMuonAlignment::writeGlPosRcd().