Fork me on GitHub

source: svn/trunk/classes/DelphesCaloData.h@ 1094

Last change on this file since 1094 was 901, checked in by Pavel Demin, 12 years ago

add classes for event display

File size: 288 bytes
Line 
1#ifndef DelphesCaloData_h
2#define DelphesCaloData_h
3
4#include "TEveCaloData.h"
5
6class DelphesCaloData: public TEveCaloDataVec
7{
8public:
9
10 DelphesCaloData(Int_t nslices);
11
12 ~DelphesCaloData();
13
14 void ClearTowers();
15
16 ClassDef(DelphesCaloData, 1)
17};
18
19#endif /* DelphesCaloData_h */
20
Note: See TracBrowser for help on using the repository browser.