Fork me on GitHub

source: git/external/ExRootAnalysis/ExRootUtilities.h@ e57c062

ImprovedOutputFile Timing dual_readout llp
Last change on this file since e57c062 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
14class TH1;
15class TChain;
16
17void HistStyle(TH1 *hist, Bool_t stats = kTRUE);
18
19Bool_t FillChain(TChain *chain, const char *inputFileList);
20
21#endif // ExRootUtilities_h
Note: See TracBrowser for help on using the repository browser.