Changeset 8325 for trunk/MagicSoft/include-Classes
- Timestamp:
- 02/16/07 09:28:56 (18 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx
r7436 r8325 52 52 // Version 7: 53 53 // Derived class from MCamEvent 54 // 55 // Version 9: 56 // Added member fElecNoiseFileName 54 57 // 55 58 ////////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r7880 r8325 54 54 // each pixel (channel) 55 55 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. 56 61 57 62 Bool_t fGainFluctuations; … … 128 133 void DrawPixelContent(Int_t num) const { } 129 134 130 ClassDef(MMcFadcHeader, 8) //Stores Montecarlo Information describing the FADC behaviour135 ClassDef(MMcFadcHeader, 9) //Stores Montecarlo Information describing the FADC behaviour 131 136 }; 132 137
Note:
See TracChangeset
for help on using the changeset viewer.