- Timestamp:
- 04/09/01 15:44:48 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCCphoton.hxx
r302 r735 50 50 51 51 #define SIZE_OF_FLAGS 13 52 #define SIZE_OF_MCCPHOTON 8 /* floats */ 52 53 53 54 // @endcode … … 125 126 } 126 127 127 inline int mysize(void) { return ( sizeof(*this) ); }128 inline int mysize(void) { return ( SIZE_OF_MCCPHOTON*sizeof(float) ); } 128 129 129 130 };
Note:
See TracChangeset
for help on using the changeset viewer.