ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LEP3/auxiliar.py
(Generate patch)

Comparing UserCode/LEP3/auxiliar.py (file contents):
Revision 1.5 by mzanetti, Fri Aug 3 17:49:48 2012 UTC vs.
Revision 1.6 by mzanetti, Fri Aug 31 14:33:22 2012 UTC

# Line 24 | Line 24 | def edmObjects() :
24      handles['jets'] = Handle("std::vector<reco::PFJet>")
25      handles['conversions']  = Handle ("std::vector<reco::Conversion>")
26      handles['pfCandidates']  = Handle ("std::vector<reco::PFCandidate>")
27 +    handles['genParticles']  = Handle ("std::vector<reco::GenParticle>")
28  
29      labels = {}
30      labels['vertices'] = ("offlinePrimaryVertices")
# Line 34 | Line 35 | def edmObjects() :
35      labels['jets'] = ("ak5PFJets")
36      labels['conversions'] = ("allConversions")
37      labels['pfCandidates'] = ("particleFlow")
38 +    labels['genParticles'] = ("genParticles")
39      
40      return handles, labels
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines