Variables | |
tuple | c1 = ROOT.TCanvas() |
tuple | events = Events(options) |
tuple | handle = Handle("std::vector<pat::Muon>") |
tuple | inner4v |
list | innerMuon = muons[inner] |
tuple | label = ("selectedLayer1Muons") |
tuple | muons = handle.product() |
tuple | numMuons = len(muons) |
tuple | options = VarParsing('python') |
tuple | outer4v |
list | outerMuon = muons[outer] |
tuple | zmassHist = ROOT.TH1F("zmass", "Z Candidate Mass", 50, 20, 220) |
tuple patZpeak::c1 = ROOT.TCanvas() |
Definition at line 55 of file patZpeak.py.
tuple patZpeak::events = Events(options) |
Definition at line 19 of file patZpeak.py.
Referenced by edm::BranchTypeToProductTreeName(), ProvenanceDumper::dumpEventFilteringParameterSets_(), edm::poolNames::eventTreeName(), QcdLowPtDQM::filldNdeta(), HcalSummaryClient::fillReportSummaryLSbyLS(), perftools::EdmEventSize::parseFile(), HcalDetDiagNoiseMonitor::SaveRates(), HcalDetDiagPedestalMonitor::SaveReference(), HcalDetDiagLEDMonitor::SaveReference(), HcalDetDiagLaserMonitor::SaveReference(), MonOccupancyDat::setEventsOverHighThreshold(), and MonOccupancyDat::setEventsOverLowThreshold().
tuple patZpeak::handle = Handle("std::vector<pat::Muon>") |
Definition at line 22 of file patZpeak.py.
Referenced by fwlite::ObjectCountSelector< Collection >::accept(), edm::EventContentAnalyzer::analyze(), EcalDccWeightBuilder::analyze(), EcalGetLaserData::analyze(), TriggerSummaryAnalyzerAOD::analyze(), NoiseRates::analyze(), TriggerSummaryAnalyzerRAW::analyze(), EcalDQMStatusReader::beginRun(), EcalMipGraphs::beginRun(), EcalPedOffset::beginRun(), EcalCosmicsHists::beginRun(), EcalDisplaysByEvent::beginRun(), ESDBCopy::copyToDB(), EcalTPGDBCopy::copyToDB(), EcalDBCopy::copyToDB(), FWEventItem::data(), L1GtPatternGenerator::extractGlobalTriggerData(), extractRecordData(), reco::HcalNoiseInfoProducer::fillcalotwrs(), reco::HcalNoiseInfoProducer::filldigis(), reco::HcalNoiseInfoProducer::fillrechits(), reco::HcalNoiseInfoProducer::filltracks(), HLTPrescaler::filter(), triggerExpression::get(), ConditionDumperInEdm::get(), PFClusterShapeProducer::getClusterCollection(), JetMatchingTools::getGenParticlesCollection(), JetCorrector::getJetCorrector(), PFClusterShapeProducer::getRecHitCollection(), PhysicsTools::MVATrainerContainerSaveImpl< Record_t >::getToCopy(), PhysicsTools::MVATrainerFileSaveImpl< Record_t >::getToPut(), PhysicsTools::MVATrainerSaveImpl< Record_t >::getToPut(), PhysicsTools::MVATrainerContainerSaveImpl< Record_t >::getToPut(), EBHltTask::initGeometry(), Numbers::initGeometry(), EEHltTask::initGeometry(), Masks::initMasking(), edm::makeRefToLazyGetter(), CollectionCombiner< Collection >::produce(), GenParticleProducer::produce(), cms::JetCorrectionProducer< T >::produce(), JetCorrectionServiceChain::produce(), edm::RefToBaseProd< T >::RefToBaseProd(), l1t::WriterProxyT< Record, Type >::save(), TtFullLepHypothesis::setCandidate(), TtFullHadHypothesis::setCandidate(), TtSemiLepHypothesis::setCandidate(), reco::tau::RecoTauMVAHelper::setEvent(), MVAJetTagPlotter::setEventSetup(), PhysicsTools::MVAModuleHelper< Record, Object, Filler >::setEventSetup(), FWTableViewManager::setFrom(), FWTableViewManager::table(), FWTableViewManager::tableFormats(), and PhysicsTools::MVAComputerCache::update().
tuple patZpeak::inner4v |
00001 ROOT.TLorentzVector(innerMuon.px(), innerMuon.py(), 00002 innerMuon.pz(), innerMuon.energy())
Definition at line 48 of file patZpeak.py.
list patZpeak::innerMuon = muons[inner] |
Definition at line 45 of file patZpeak.py.
tuple patZpeak::label = ("selectedLayer1Muons") |
Definition at line 26 of file patZpeak.py.
tuple patZpeak::muons = handle.product() |
Definition at line 38 of file patZpeak.py.
tuple patZpeak::numMuons = len(muons) |
Definition at line 40 of file patZpeak.py.
Referenced by GeneratorTau::computeDecayMode(), JetMCTagUtils::genTauDecayMode(), and HLTTauMCProducer::produce().
tuple patZpeak::options = VarParsing('python') |
Definition at line 10 of file patZpeak.py.
tuple patZpeak::outer4v |
00001 ROOT.TLorentzVector(outerMuon.px(), outerMuon.py(), 00002 outerMuon.pz(), outerMuon.energy())
Definition at line 50 of file patZpeak.py.
list patZpeak::outerMuon = muons[outer] |
Definition at line 43 of file patZpeak.py.
tuple patZpeak::zmassHist = ROOT.TH1F("zmass", "Z Candidate Mass", 50, 20, 220) |
Definition at line 31 of file patZpeak.py.