Last change
on this file since 1117 was 1097, checked in by Pavel Demin, 12 years ago |
add make rule for event display
|
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.