modified: .vscode/settings.json renamed: HistPlotter.h -> Armory/HistPlotter.h new file: Armory/LICENSE new file: Armory/README.md modified: Calibration.C modified: GainMatchQQQ.C modified: GainMatchSX3.C modified: sx3_GainMatchfront.txt
7 lines
496 B
Markdown
7 lines
496 B
Markdown
# HistPlotter
|
|
- Header-only class to encapsulate CERN ROOT 1D/2D Histogram plotting and application of TCuts.
|
|
- Can specify folder hierarchy while setting up fills, currently supports only one level.
|
|
- Cuts specified using a two-column text file containing cut names, and target .root files. These .root files must contain a TCutG of name "CUTG".
|
|
- Tested for use in macros, with TSelector design pattern and compiled code.
|
|
- Idea inspired from MyFill() pattern created by github user gwm17
|