source: HiSusy/trunk/Delphes/Delphes-3.0.9/external/ExRootAnalysis/ExRootUtilities.h @ 5

Last change on this file since 5 was 5, checked in by zerwas, 11 years ago

update to Delphes-3.0.9

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.