Created
March 6, 2012 18:01
-
-
Save pgjones/1987789 to your computer and use it in GitHub Desktop.
Simple inroot reader for rat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run/initialize | |
/rat/proc count | |
/rat/procset update 100 | |
/rat/proc fitter | |
/rat/procset method "nearAV" #For example | |
/rat/proc outroot | |
/rat/procset file "new.root" | |
/rat/inroot/read old.root | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment