Fork me on GitHub

source: git/classes/DelphesCaloData.h@ 2013f0a

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 2013f0a was d7d2da3, checked in by pavel <pavel@…>, 11 years ago

move branches/ModularDelphes to trunk

  • Property mode set to 100644
File size: 288 bytes
Line 
1#ifndef DelphesCaloData_h
2#define DelphesCaloData_h
3
4#include "TEveCaloData.h"
5
6class DelphesCaloData: public TEveCaloDataVec
7{
8public:
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.