CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
patZpeak Namespace Reference

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)
 

Variable Documentation

tuple patZpeak.c1 = ROOT.TCanvas()

Definition at line 55 of file patZpeak.py.

tuple patZpeak.events = Events(options)
tuple patZpeak.handle = Handle("std::vector<pat::Muon>")

Definition at line 22 of file patZpeak.py.

Referenced by fwlite::ObjectCountSelector< Collection >.accept(), TriggerSummaryAnalyzerAOD.analyze(), NoiseRates.analyze(), HcalNoiseRates.analyze(), L1GTPrescaler.filter(), triggerExpression.get(), JME::JetResolution.get(), JME::JetResolutionScaleFactor.get(), ConditionDumperInEdm.get(), PFClusterShapeProducer.getClusterCollection(), PFEGFootprintGSFixLinker.getHandle(), PFGSFixLinker.getHandle(), GEDPhotonCoreGSCrysFixer.getHandle(), ConversionGSCrysFixer.getHandle(), GEDPhotonGSCrysFixer.getHandle(), JetCorrector.getJetCorrector(), PFClusterShapeProducer.getRecHitCollection(), PhysicsTools::MVATrainerContainerSaveImpl< Record_t >.getToCopy(), PhysicsTools::MVATrainerFileSaveImpl< Record_t >.getToPut(), PhysicsTools::MVATrainerSaveImpl< Record_t >.getToPut(), PhysicsTools::MVATrainerContainerSaveImpl< Record_t >.getToPut(), HLTJetTagWithMatching< T >.hltFilter(), HLTJetTag< T >.hltFilter(), PFClusterCollectionMerger.produce(), pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >.produce(), JetCorrectionESChain.produce(), reco::CorrectedJetProducer< T >.produce(), CollectionCombiner< Collection >.produce(), cms::JetCorrectionProducer< T >.produce(), BufferedBoostIOESProducer< DataType, MyRecord >.produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >.produce(), PFEGammaToCandidateRemapper.run(), pat::helper::AnyNumberAssociationAdaptor.run_(), l1t::WriterProxyT< Record, Type >.save(), TtFullHadHypothesis.setCandidate(), TtFullLepHypothesis.setCandidate(), MVAJetTagPlotter.setEventSetup(), PhysicsTools::MVAModuleHelper< Record, Object, Filler >.setEventSetup(), and PhysicsTools::MVAComputerCache.update().

tuple patZpeak.inner4v
Initial value:
1 = ROOT.TLorentzVector(innerMuon.px(), innerMuon.py(),
2  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()
tuple patZpeak.numMuons = len(muons)

Definition at line 40 of file patZpeak.py.

Referenced by JetMCTagUtils.genTauDecayMode(), and MuonMETcorrInputProducer.produce().

tuple patZpeak.options = VarParsing('python')

Definition at line 10 of file patZpeak.py.

tuple patZpeak.outer4v
Initial value:
1 = ROOT.TLorentzVector(outerMuon.px(), outerMuon.py(),
2  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.