source:
svn/trunk/display/DelphesCaloData.h
Last change on this file was 1097, checked in by , 12 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | #ifndef DelphesCaloData_h |
2 | #define DelphesCaloData_h |
3 | |
4 | #include "TEveCaloData.h" |
5 | |
6 | class DelphesCaloData: public TEveCaloDataVec |
7 | { |
8 | public: |
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.