ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since fcb7e9c was 00bcbe6, checked in by pavel <pavel@…>, 12 years ago |
add make rule for event display
|
-
Property mode
set to
100644
|
File size:
288 bytes
|
Rev | Line | |
---|
[d7d2da3] | 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.