Last change
on this file since b1cb322 was cab38f6, checked in by Pavel Demin <pavel.demin@…>, 10 years ago |
remove svn tags and fix formatting
|
-
Property mode
set to
100644
|
File size:
370 bytes
|
Line | |
---|
1 | #ifndef ExRootUtilities_h
|
---|
2 | #define ExRootUtilities_h
|
---|
3 |
|
---|
4 | /** \class ExRootUtilities
|
---|
5 | *
|
---|
6 | * Functions simplifying ROOT tree analysis
|
---|
7 | *
|
---|
8 | * \author P. Demin - UCL, Louvain-la-Neuve
|
---|
9 | *
|
---|
10 | */
|
---|
11 |
|
---|
12 | #include "Rtypes.h"
|
---|
13 |
|
---|
14 | class TH1;
|
---|
15 | class TChain;
|
---|
16 |
|
---|
17 | void HistStyle(TH1 *hist, Bool_t stats = kTRUE);
|
---|
18 |
|
---|
19 | Bool_t FillChain(TChain *chain, const char *inputFileList);
|
---|
20 |
|
---|
21 | #endif // ExRootUtilities_h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.