Ignore:
Timestamp:
02/16/07 09:28:56 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/include-Classes/MMcFormat
Files:
2 edited

Legend:

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

    r7436 r8325  
    5252// Version 7:
    5353//   Derived class from MCamEvent
     54//
     55// Version 9:
     56//   Added member fElecNoiseFileName
    5457//
    5558//////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx

    r7880 r8325  
    5454                                           //  each pixel (channel)
    5555  Float_t fLow2HighGain;    // low gain factor
     56
     57  TString fElecNoiseFileName;
     58  // Name of the file from which the electronic noise used in the
     59  // simulation has been read in, if the input card option "fadc_noise_from_file"
     60  // of the camera simulation has been chosen.
    5661
    5762  Bool_t  fGainFluctuations;
     
    128133  void   DrawPixelContent(Int_t num) const { }
    129134
    130   ClassDef(MMcFadcHeader, 8)  //Stores Montecarlo Information describing the FADC behaviour
     135  ClassDef(MMcFadcHeader, 9)  //Stores Montecarlo Information describing the FADC behaviour
    131136};
    132137
Note: See TracChangeset for help on using the changeset viewer.