ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since 2013f0a was d7d2da3, checked in by pavel <pavel@…>, 12 years ago |
move branches/ModularDelphes to trunk
|
-
Property mode
set to
100644
|
File size:
430 bytes
|
Rev | Line | |
---|
[d7d2da3] | 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.