Skip to content

Commit

Permalink
Duh, pushed a testing version of the pyfwlite script
Browse files Browse the repository at this point in the history
  • Loading branch information
rappoccio committed Nov 5, 2013
1 parent 101d309 commit c7d1ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHeartNY/test/iheartny_topxs_fwlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def match( self, jets ) :
if options.ptWeight == False :
print "Turning pt reweighting off"
for event in events:
print 'is this broken?'
#print 'is this broken?'
weight = 1.0
if count % 10000 == 0 :
print '--------- Processing Event ' + str(count)
Expand Down

0 comments on commit c7d1ba3

Please sign in to comment.