AMSDST
myEcalShowerBase.h
Go to the documentation of this file.
1 // Authors: D.D'Urso - INFN di Perugia
2 #ifndef myEcalShowerBase_h
3 #define myEcalShowerBase_h
4 
5 #include "myObject.h"
6 
7 class myEcalShowerBase: public myObject {
8  public:
13 
14  public:
15  virtual void Clear(Option_t* =nullptr)=0;
16  private:
17  virtual void init()=0;
18 
19  public:
21 };
22 
23 
24 #endif