AMSDST
myObject.cxx
Go to the documentation of this file.
1 // Authors: M.Duranti - INFN di Perugia
2 #include "myObject.h"
3 #include "TClass.h"
4 using namespace std;
5 
6 //--------------------------------------------------------------------
7 
9 
10 //--------------------------------------------------------------------
11 
13 #ifdef PDEBUG
14  printf("In myObject::myObject\n");
15 #endif
16  PRINTDEBUG;
17  i_part=-9999;
18  i_myself=-9999;
19 }
20 
22 #ifdef PDEBUG
23  printf("In myObject::~myObject\n");
24 #endif
25  PRINTDEBUG;
26 }