Changeset 1591


Ignore:
Timestamp:
11/07/02 18:44:16 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
Location:
trunk/MagicSoft/include-Classes/MMcFormat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx

    r1318 r1591  
    5151//  Float_t fSlopeSpec;        Spectral index
    5252//
     53//  Third version:
     54//
     55//  Byte_t fOpticLinksNoise;   Flag to state if the optic noise is simualted or not
     56//
    5357////////////////////////////////////////////////////////////////////////////
    5458
     
    6468// --------------------------------------------------------------------------
    6569//
    66 // Default constructor. Creates array which stores the pixel assignment.
     70// Default constructor.
    6771//
    6872//
     
    117121    fReflVersion = 0;
    118122    fCamVersion = 0;
     123    fOpticLinksNoise= 0;
    119124
    120125}
     
    170175                        const UInt_t   corsika,
    171176                        const UInt_t   refl,
    172                         const UInt_t   cam)
     177                        const UInt_t   cam,
     178                        const Byte_t   opticnoise)
    173179{
    174180    fMcRunNumber =runnumber;
     
    217223    fReflVersion = refl;
    218224    fCamVersion = cam;
    219    
     225    fOpticLinksNoise= opticnoise;
    220226}
    221227
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx

    r1581 r1591  
    132132            const UInt_t   corsika,
    133133            const UInt_t   refl,
    134             const UInt_t   cam
     134            const UInt_t   cam,
     135            const Byte_t   opticnoise
    135136            );
    136137 
Note: See TracChangeset for help on using the changeset viewer.