source: HiSusy/trunk/Delphes/Delphes-3.0.9/display/DelphesCaloData.cc @ 5

Last change on this file since 5 was 5, checked in by zerwas, 11 years ago

update to Delphes-3.0.9

File size: 551 bytes
Line 
1
2#include "display/DelphesCaloData.h"
3
4//------------------------------------------------------------------------------
5
6DelphesCaloData::DelphesCaloData(Int_t nslices) :
7  TEveCaloDataVec(nslices)
8{
9}
10
11//------------------------------------------------------------------------------
12
13DelphesCaloData::~DelphesCaloData()
14{
15}
16
17//------------------------------------------------------------------------------
18
19void DelphesCaloData::ClearTowers()
20{
21   fGeomVec.clear();
22}
23
24//------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.