CMS 3D CMS Logo

Namespaces | Variables

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/PhysicsTools/PatExamples/bin/PatBasicFWLiteAnalyzer.py File Reference

Go to the source code of this file.

Namespaces

namespace  PatBasicFWLiteAnalyzer

Variables

tuple PatBasicFWLiteAnalyzer::events = Events(files)
tuple PatBasicFWLiteAnalyzer::f = ROOT.TFile("analyzerPython.root", "RECREATE")
list PatBasicFWLiteAnalyzer::files = ["patTuple.root"]
tuple PatBasicFWLiteAnalyzer::handle = Handle("std::vector<pat::Muon>")
int PatBasicFWLiteAnalyzer::i = 0
tuple PatBasicFWLiteAnalyzer::label = ("cleanPatMuons")
tuple PatBasicFWLiteAnalyzer::muonEta = ROOT.TH1F("muonEta","eta", 100, -3., 3.)
tuple PatBasicFWLiteAnalyzer::muonPhi = ROOT.TH1F("muonPhi","phi", 100, -5., 5.)
tuple PatBasicFWLiteAnalyzer::muonPt = ROOT.TH1F("muonPt", "pt", 100, 0.,300.)
tuple PatBasicFWLiteAnalyzer::muons = handle.product()