-
Notifications
You must be signed in to change notification settings - Fork 54
Tips and Tricks
VinzenzBildstein edited this page Mar 19, 2024
·
3 revisions
Here are some random tips and tricks, mostly instigated by the question: how I do X?
- GRSISort has a
.grsirc
file located in${GRSISYS}/
. Set-up variables and preferences are included here. - You can create your own logon script that will be executed every time GRSISort is started. Just set
Rint.Logon
in.grsirc
to the script's filename. By default it is set to$(GRSISYS)/grsi_logon.C
. - If you want to switch back to using
TRootBrowser
, editBrowser.Name
in.grsirc
fromGRootBrowser
toTRootBrowser
. - If you want the statistics box to display something different than the default (name, entries, mean, and RMS) you can use e.g.
gStyle->SetOptStat("neuoi");
to set it to show name, entries, underflow, overflow, and integral. If you add this line to your$(GRSISYS)/grsi_logon.C
script, this will become the default behavior.
Home | Setup Guide | Running GRSISort | Technical Docs | Commands | Issue Tracker | Team
Useful resources