Skip to content

Commit

Permalink
Merge pull request #55 from emanueledimarco/master
Browse files Browse the repository at this point in the history
Fix for reco tree filling
  • Loading branch information
emanueledimarco authored Dec 2, 2019
2 parents b340bb0 + 55a5915 commit f414797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def reconstruct(self,evrange=(-1,-1,-1)):
self.autotree.fillPMTVariables(peaksfinder,0.2*pkprod_params['resample'])

# fill reco tree (just once/event, and the TGraph is analyses as last)
#if obj.InheritsFrom('TGraph'):
self.outTree.fill()

ROOT.gErrorIgnoreLevel = savErrorLevel
Expand Down

0 comments on commit f414797

Please sign in to comment.