Parent Directory | Revision Log | Patch
revision 1.2 by pam-fi, Fri Feb 16 14:56:00 2007 UTC | revision 1.3 by pam-fi, Fri Apr 27 10:39:57 2007 UTC | |
---|---|---|
# | Line 27 class TrkLevel0 : public TObject{ | Line 27 class TrkLevel0 : public TObject{ |
27 | public: | public: |
28 | ||
29 | TrkLevel0(){ yodaobj = 0; }; | TrkLevel0(){ yodaobj = 0; }; |
30 | ~TrkLevel0(){ if(yodaobj)delete yodaobj; }; | ~TrkLevel0(){ if(yodaobj) delete yodaobj; }; |
31 | void Set(){ yodaobj = new TrackerEvent(); }; | void Set(){ yodaobj = new TrackerEvent(); }; |
32 | ||
33 | // void GetCommonVar(cTrkLevel0 *); | // void GetCommonVar(cTrkLevel0 *); |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |