ImprovedOutputFile
Timing
dual_readout
llp
3.0.6
Last change
on this file since d7d2da3 was d7d2da3, checked in by pavel <pavel@…>, 12 years ago |
move branches/ModularDelphes to trunk
|
-
Property mode
set to
100644
|
File size:
551 bytes
|
Rev | Line | |
---|
[d7d2da3] | 1 |
|
---|
| 2 | #include "classes/DelphesCaloData.h"
|
---|
| 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.