Skip to content

Commit

Permalink
Heppy PileUpAnalyzer: fix also the name of the average, that was miss…
Browse files Browse the repository at this point in the history
…ed in #62
  • Loading branch information
gpetruc committed Jan 7, 2016
1 parent e630adb commit 98deeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/Heppy/python/analyzers/core/PileUpAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def declareHandles(self):

def beginLoop(self, setup):
super(PileUpAnalyzer,self).beginLoop(setup)
self.averages.add('vertexWeight', Average('vertexWeight') )
self.averages.add('puWeight', Average('puWeight') )


def process(self, event):
Expand Down

0 comments on commit 98deeb1

Please sign in to comment.