Changeset 8325
- Timestamp:
- 02/16/07 09:28:56 (18 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8323 r8325 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/02/16 Thomas Bretz 22 23 * macros/starvisyear.C: 24 - changed default observator to magic 25 - fixed some typos in comments 26 27 * mastro/MAstro.[h,cc]: 28 - added a new function to estimate the time of culmination 29 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24) 30 31 * mastro/MObservatory.cc: 32 - fixed the Print() output 33 34 * mbase/MMath.h: 35 - removed conversion factor to and from Hours 36 37 * mjobs/MSequence.cc: 38 - added a / behind the date (for the output in case of failure) 39 40 * mmc/MMcFadcHeader.[hxx,cxx]: 41 - added fElecNoiseName for compatibility with camera program 42 - increased ClassVersion by 1 43 44 45 21 46 2007/02/15 Thomas Bretz 22 47 -
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.