source:
git/external/ExRootAnalysis/ExRootUtilities.h@
273e668
Last change on this file since 273e668 was d7d2da3, checked in by , 12 years ago | |
---|---|
|
|
File size: 430 bytes |
Line | |
---|---|
1 | #ifndef ExRootUtilities_h |
2 | #define ExRootUtilities_h |
3 | |
4 | /** \class ExRootUtilities |
5 | * |
6 | * Functions simplifying ROOT tree analysis |
7 | * |
8 | * $Date: 2008-06-04 13:57:28 $ |
9 | * $Revision: 1.1 $ |
10 | * |
11 | * |
12 | * \author P. Demin - UCL, Louvain-la-Neuve |
13 | * |
14 | */ |
15 | |
16 | #include "Rtypes.h" |
17 | |
18 | class TH1; |
19 | class TChain; |
20 | |
21 | void HistStyle(TH1 *hist, Bool_t stats = kTRUE); |
22 | |
23 | Bool_t FillChain(TChain *chain, const char *inputFileList); |
24 | |
25 | #endif // ExRootUtilities_h |
Note:
See TracBrowser
for help on using the repository browser.