Changeset 669 for trunk/MagicSoft/include-Classes
- Timestamp:
- 03/02/01 14:25:49 (24 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r619 r669 92 92 93 93 94 void MMcEvt::Clear( ) {94 void MMcEvt::Clear(Option_t *opt) { 95 95 // 96 96 // -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r618 r669 42 42 ~MMcEvt(); 43 43 44 void Clear( );44 void Clear(Option_t *opt=NULL); 45 45 46 46 void Fill( UShort_t, -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx
r617 r669 44 44 } 45 45 46 void MMcTrig::Clear( ) {46 void MMcTrig::Clear(Option_t *opt) { 47 47 // 48 48 // -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r615 r669 30 30 ~MMcTrig(); 31 31 32 void Clear( );32 void Clear(Option_t *opt=NULL); 33 33 34 34 void Print(Option_t *);
Note:
See TracChangeset
for help on using the changeset viewer.