]>
Commit | Line | Data |
---|---|---|
36470d8d | 1 | // Author: Filimon Roukoutakis 02/08/2006 |
2 | ||
3 | /****************************************************************************** | |
4 | MOOD - Monitor Of On-line Data and Detector Debugger for ALICE Experiment | |
5 | ******************************************************************************/ | |
6 | ||
7 | #ifndef DEROOT_H | |
8 | #define DEROOT_H | |
9 | ||
10 | #include "root2date.h" | |
11 | #include "TFile.h" | |
12 | #include "TTree.h" | |
13 | ||
14 | #endif |