diff --git a/IHeartNY/test/iheartny_topxs_fwlite.py b/IHeartNY/test/iheartny_topxs_fwlite.py index d089ea50..b831de4f 100644 --- a/IHeartNY/test/iheartny_topxs_fwlite.py +++ b/IHeartNY/test/iheartny_topxs_fwlite.py @@ -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)