Changeset 218 in svn for trunk/Utilities/FROG/Includes
- Timestamp:
- Feb 2, 2009, 12:30:13 PM (16 years ago)
- Location:
- trunk/Utilities/FROG/Includes/FROG
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/FROG/Includes/FROG/FROG_Element_Base_With_DetId_And_Name.h
r95 r218 23 23 static unsigned int sizeOf() { return 6 + sizeof(unsigned int) + sizeof(unsigned short);} 24 24 25 25 ~FROG_Element_Base_With_DetId_And_Name() {delete [] Name_;} 26 26 FROG_Element_Base_With_DetId_And_Name(unsigned int detId, const char* name, ...) : 27 27 FROG_Element_Base_With_DetId(C_FEB_DETID_NAME,detId){ -
trunk/Utilities/FROG/Includes/FROG/FROG_Events.h
r96 r218 41 41 42 42 } 43 ~FROG_Events( void){}43 ~FROG_Events(){ delete prim; /*delete frogObjects_;*/ } 44 44 45 45 void AddEvent(FROG_Element_Event* event);
Note:
See TracChangeset
for help on using the changeset viewer.