[12gevmoller_sim] [JeffersonLab/remoll] 9c8a49: Example code for doing remoll analysis by looping ...
GitHub
noreply at github.com
Tue Oct 25 14:11:43 EDT 2016
Branch: refs/heads/master
Home: https://github.com/JeffersonLab/remoll
Commit: 9c8a49adc704793553aeef43a99b51128dc65a4b
https://github.com/JeffersonLab/remoll/commit/9c8a49adc704793553aeef43a99b51128dc65a4b
Author: Wouter Deconinck <wdeconinck at wm.edu>
Date: 2016-10-25 (Tue, 25 Oct 2016)
Changed paths:
A analysis/remoll.C
A analysis/remoll.h
Log Message:
-----------
Example code for doing remoll analysis by looping over events
This is preferable over Draw statements in certain cases.
Here's how to use it:
~/git/remoll $ root
root [0] .L analysis/remoll.C
root [1] remoll t
root [2] t.Loop()
root [3] h_hit_n->Draw()
h_hit_n doesn't get deleted.
Additional histograms can be defined at the top of remoll.C, and\
filled in the Loop method of remoll.C.
@kdbartlett: This is for Jacob and/or Scott.
More information about the 12gevmoller_sim
mailing list