Changeset 1591
- Timestamp:
- 11/07/02 18:44:16 (22 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx
r1318 r1591 51 51 // Float_t fSlopeSpec; Spectral index 52 52 // 53 // Third version: 54 // 55 // Byte_t fOpticLinksNoise; Flag to state if the optic noise is simualted or not 56 // 53 57 //////////////////////////////////////////////////////////////////////////// 54 58 … … 64 68 // -------------------------------------------------------------------------- 65 69 // 66 // Default constructor. Creates array which stores the pixel assignment.70 // Default constructor. 67 71 // 68 72 // … … 117 121 fReflVersion = 0; 118 122 fCamVersion = 0; 123 fOpticLinksNoise= 0; 119 124 120 125 } … … 170 175 const UInt_t corsika, 171 176 const UInt_t refl, 172 const UInt_t cam) 177 const UInt_t cam, 178 const Byte_t opticnoise) 173 179 { 174 180 fMcRunNumber =runnumber; … … 217 223 fReflVersion = refl; 218 224 fCamVersion = cam; 219 225 fOpticLinksNoise= opticnoise; 220 226 } 221 227 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r1581 r1591 132 132 const UInt_t corsika, 133 133 const UInt_t refl, 134 const UInt_t cam 134 const UInt_t cam, 135 const Byte_t opticnoise 135 136 ); 136 137
Note:
See TracChangeset
for help on using the changeset viewer.