Fork me on GitHub

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

ImprovedOutputFile Timing dual_readout llp
Last change on this file since b443089 was d7d2da3, checked in by pavel <pavel@…>, 11 years ago

move branches/ModularDelphes to trunk

  • Property mode set to 100644
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
18class TH1;
19class TChain;
20
21void HistStyle(TH1 *hist, Bool_t stats = kTRUE);
22
23Bool_t FillChain(TChain *chain, const char *inputFileList);
24
25#endif // ExRootUtilities_h
Note: See TracBrowser for help on using the repository browser.