- Timestamp:
- 12/10/01 14:32:54 (23 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1100 r1101 1 1 -*-*- END -*-*- 2 3 2001/12/11: Thomas Bretz 4 5 * mmc/*.hxx: 6 - Changed MPARCONTAINER_H to MARS_MParContainer 7 8 2 9 3 10 2001/11/28: Oscar Blanch Bigas -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r991 r1101 21 21 // default constructor 22 22 // set all values to zero 23 fName = "MMcEvt"; 24 fTitle = "Event info from Monte Carlo"; 23 25 24 26 fPartId = 0 ; … … 55 57 UInt_t uiPelS, 56 58 UInt_t uiPelC ) { 59 60 fName = "MMcEvt"; 61 fTitle = "Event info from Monte Carlo"; 57 62 // 58 63 // constuctor II -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r991 r1101 2 2 #define __MMcEvt__ 3 3 4 #ifndef M PARCONTAINER_H4 #ifndef MARS_MParContainer 5 5 #include "MParContainer.h" 6 6 #endif -
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r1096 r1101 2 2 #define __MMcFadcHeader__ 3 3 4 #ifndef M PARCONTAINER_H4 #ifndef MARS_MParContainer 5 5 #include "MParContainer.h" 6 6 #endif -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r1095 r1101 1 #ifndef M MCRUNHEADER_H2 #define M MCRUNHEADER_H1 #ifndef MARS_MMcRunHeader 2 #define MARS_MMcRunHeader 3 3 /////////////////////////////////////////////////////////////////////// 4 4 // // … … 7 7 /////////////////////////////////////////////////////////////////////// 8 8 9 #ifndef M PARCONTAINER_H9 #ifndef MARS_MParContainer 10 10 #include "MParContainer.h" 11 11 #endif -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r1032 r1101 2 2 #define __MMcTrig__ 3 3 4 #ifndef M PARCONTAINER_H4 #ifndef MARS_MParContainer 5 5 #include "MParContainer.h" 6 6 #endif -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r991 r1101 2 2 #define __MMcTrigHeader__ 3 3 4 #ifndef M PARCONTAINER_H4 #ifndef MARS_MParContainer 5 5 #include "MParContainer.h" 6 6 #endif
Note:
See TracChangeset
for help on using the changeset viewer.