AMSDST
Main Page
Classes
Files
File List
File Members
source
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
8
ClassImp
(
myObject
);
9
10
//--------------------------------------------------------------------
11
12
myObject::myObject
(){
13
#ifdef PDEBUG
14
printf(
"In myObject::myObject\n"
);
15
#endif
16
PRINTDEBUG
;
17
i_part=-9999;
18
i_myself=-9999;
19
}
20
21
myObject::~myObject
(){
22
#ifdef PDEBUG
23
printf(
"In myObject::~myObject\n"
);
24
#endif
25
PRINTDEBUG
;
26
}
Generated on Tue Dec 29 2015 23:02:50 for AMSDST by
1.8.3