Created
April 4, 2014 09:58
-
-
Save raggleton/9971566 to your computer and use it in GitHub Desktop.
ROOT notes
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
/** | |
* For reminders about ROOT idiosyncrasies | |
* | |
* / | |
// Put tick marks on inside of all axis of a plot (ie right hand y and top x axes) | |
// NOT a fn of the TH1, but of the pad instead (sigh) | |
myPad->SetTicks(1,1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment