- Timestamp:
- 10/26/01 10:11:30 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r847 r991 2 2 #define __MMcTrigHeader__ 3 3 4 #include <stdlib.h> 5 #include <stdio.h> 6 #include <string.h> 7 #include <unistd.h> 8 #include <fcntl.h> 9 10 #include <iostream.h> 4 #ifndef MPARCONTAINER_H 11 5 #include "MParContainer.h" 6 #endif 12 7 13 8 #include "MTriggerDefine.h" … … 37 32 ~MMcTrigHeader(); 38 33 39 void Print(Option_t * );34 void Print(Option_t *opt=NULL) const; 40 35 41 36 void SetTopology(Short_t nTop) {
Note:
See TracChangeset
for help on using the changeset viewer.