Last change
on this file since 1147 was 1097, checked in by Pavel Demin, 12 years ago |
add make rule for event display
|
File size:
551 bytes
|
Rev | Line | |
---|
[901] | 1 |
|
---|
[1097] | 2 | #include "display/DelphesCaloData.h"
|
---|
[901] | 3 |
|
---|
| 4 | //------------------------------------------------------------------------------
|
---|
| 5 |
|
---|
| 6 | DelphesCaloData::DelphesCaloData(Int_t nslices) :
|
---|
| 7 | TEveCaloDataVec(nslices)
|
---|
| 8 | {
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | //------------------------------------------------------------------------------
|
---|
| 12 |
|
---|
| 13 | DelphesCaloData::~DelphesCaloData()
|
---|
| 14 | {
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | //------------------------------------------------------------------------------
|
---|
| 18 |
|
---|
| 19 | void DelphesCaloData::ClearTowers()
|
---|
| 20 | {
|
---|
| 21 | fGeomVec.clear();
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | //------------------------------------------------------------------------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.