| 1 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 2 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 3 |
|
|---|
| 4 | For your entries please follow EXACTLY this style:
|
|---|
| 5 |
|
|---|
| 6 | _yyyy/mm/dd_[Your Name]
|
|---|
| 7 | _
|
|---|
| 8 | ___*_filename:
|
|---|
| 9 | _____-_description
|
|---|
| 10 | _
|
|---|
| 11 | ___*_filename2, filename3:
|
|---|
| 12 | _____-_description
|
|---|
| 13 | _
|
|---|
| 14 | _
|
|---|
| 15 | _
|
|---|
| 16 |
|
|---|
| 17 | While an underscore is a placeholder for a white-space or an empty line.
|
|---|
| 18 |
|
|---|
| 19 | -*-*- END OF LINE -*-*-
|
|---|
| 20 |
|
|---|
| 21 | 2011/07/14 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mbase/MStatusDisplay.cc:
|
|---|
| 24 | - some minor code changed to get rid of some compiler warnings
|
|---|
| 25 |
|
|---|
| 26 | * mbase/MThread.h:
|
|---|
| 27 | - propagate argument to Run()
|
|---|
| 28 |
|
|---|
| 29 | * mbase/MLut.cc:
|
|---|
| 30 | - some variable name change to get rid of some compiler warnings
|
|---|
| 31 |
|
|---|
| 32 | * mjobs/MSequence.cc:
|
|---|
| 33 | - fixed a check which was always true
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | 2011/07/07 Thomas Bretz
|
|---|
| 38 |
|
|---|
| 39 | * mhflux/MHFalseSource.cc:
|
|---|
| 40 | - fixed a bug in SetupFill - must be CopyBinning instead of
|
|---|
| 41 | SetBinning
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | 2011/04/04 Thomas Bretz
|
|---|
| 46 |
|
|---|
| 47 | * mreport/MReportFileRead.cc:
|
|---|
| 48 | - added a missing delete
|
|---|
| 49 |
|
|---|
| 50 | * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc:
|
|---|
| 51 | - fixed some crashes with newer root versiony in which
|
|---|
| 52 | GetFunction("gaus") after an unsuccessfull fit might return
|
|---|
| 53 | NULL
|
|---|
| 54 |
|
|---|
| 55 | * mastro/MAstroCatalog.cc:
|
|---|
| 56 | - added the missing marker color for the dot
|
|---|
| 57 |
|
|---|
| 58 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 59 | - added some comments
|
|---|
| 60 |
|
|---|
| 61 | * mmain/MEventDisplay.cc:
|
|---|
| 62 | - renamed some local variables to avoid using the same name twice
|
|---|
| 63 |
|
|---|
| 64 | * mgeom/MGeomCam.cc:
|
|---|
| 65 | - for convenience a margin of 0 in HitFrame is allowed to
|
|---|
| 66 | switch off the detection also with 0
|
|---|
| 67 |
|
|---|
| 68 | * mbase/MThread.h:
|
|---|
| 69 | - added missing argument to call of fThread.Run()
|
|---|
| 70 |
|
|---|
| 71 | * mhbase/MH3.cc:
|
|---|
| 72 | - fixed a problem with a wrong cast
|
|---|
| 73 | - added assignment of conversion function for TProfile3D
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 | 2011/03/10 Thomas Bretz
|
|---|
| 78 |
|
|---|
| 79 | * mhbase/MH3.[h,cc]:
|
|---|
| 80 | - increased forgotten class version number from 6 to 7
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | 2011/03/03 Reiner Rohlfs
|
|---|
| 85 |
|
|---|
| 86 | * mcorsika/MCorsikaFormat.[h,cc]:
|
|---|
| 87 | - accept an "EVTH" only after an "EVTE" and after a "RUNH"
|
|---|
| 88 |
|
|---|
| 89 | * mcorsika/MCorsikaRead.cc:
|
|---|
| 90 | - parameter change in function MCorsikaFormat::NextBlock()
|
|---|
| 91 | from "Bool_t subBlock" to "Int_t readState".
|
|---|
| 92 |
|
|---|
| 93 |
|
|---|
| 94 |
|
|---|
| 95 | 2011/02/21 Reiner Rohlfs
|
|---|
| 96 |
|
|---|
| 97 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 98 | - Remove debug output and not used code
|
|---|
| 99 |
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 | 2011/02/21 Thomas Bretz
|
|---|
| 103 |
|
|---|
| 104 | * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
|
|---|
| 105 | mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
|
|---|
| 106 | mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
|
|---|
| 107 | mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
|
|---|
| 108 | mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
|
|---|
| 109 | mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
|
|---|
| 110 | mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
|
|---|
| 111 | mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 112 | mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
|
|---|
| 113 | mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
|
|---|
| 114 | mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
|
|---|
| 115 | msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 116 | msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 117 | mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
|
|---|
| 118 | mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
|
|---|
| 119 | mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
|
|---|
| 120 | mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
|
|---|
| 121 | mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
|
|---|
| 122 | - removed the old obsolete cvs header line
|
|---|
| 123 |
|
|---|
| 124 | * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
|
|---|
| 125 | msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
|
|---|
| 126 | - treat kArtificial in addition to kNightSky
|
|---|
| 127 |
|
|---|
| 128 |
|
|---|
| 129 |
|
|---|
| 130 | 2011/02/10 Daniela Dorner
|
|---|
| 131 |
|
|---|
| 132 | * resmc/:
|
|---|
| 133 | - uncommented line of 950nm to take into account the changes of the
|
|---|
| 134 | range of the transmission curve
|
|---|
| 135 |
|
|---|
| 136 |
|
|---|
| 137 |
|
|---|
| 138 | 2011/02/09 Reiner Rohlfs
|
|---|
| 139 |
|
|---|
| 140 | * mcorsika/MCorsikaFormat.cc:
|
|---|
| 141 | - replace the selection of the blockType from a string comparison
|
|---|
| 142 | to a switch - statement.
|
|---|
| 143 |
|
|---|
| 144 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 145 | - Redesign of the Process() - method: Read after the processing of
|
|---|
| 146 | one block the header of the next block to be able do decide to
|
|---|
| 147 | process the next block in the same the same call or to return
|
|---|
| 148 | from the method.
|
|---|
| 149 |
|
|---|
| 150 |
|
|---|
| 151 |
|
|---|
| 152 | 2011/01/24 Thomas Bretz
|
|---|
| 153 |
|
|---|
| 154 | * melectronics/MAvalanchePhotoDiode.h:
|
|---|
| 155 | - shifted the Afterpulse class behind the APD class to make it
|
|---|
| 156 | compile
|
|---|
| 157 |
|
|---|
| 158 |
|
|---|
| 159 |
|
|---|
| 160 | 2011/01/07 Thomas Bretz
|
|---|
| 161 | 2011/01/07 Thomas Bretz
|
|---|
| 162 |
|
|---|
| 163 | * msimcamera/MSimAPD.[h,cc]:
|
|---|
| 164 | - added setting of the afterpulse probabilities
|
|---|
| 165 | - handle afterpulses in processing
|
|---|
| 166 |
|
|---|
| 167 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 168 | - restructured header file
|
|---|
| 169 | - added treatment of afterpulses in HitCellImp
|
|---|
| 170 | - added time constants and afterpulse probability
|
|---|
| 171 | data memebers
|
|---|
| 172 | - added TSortedList to hold the afterpulses
|
|---|
| 173 | - added afterpulses to calculation of relaxation time
|
|---|
| 174 | - added call to Relax to Init
|
|---|
| 175 | - added treatment of afterpulses to FillEmpty, FillRandom and
|
|---|
| 176 | Evolve
|
|---|
| 177 | - added member functions to process the afterpulses
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | 2011/01/06 Thomas Bretz
|
|---|
| 182 |
|
|---|
| 183 | * mimage/MNewImagePar2.cc:
|
|---|
| 184 | - use GetL() instead of GetT() for fBorderLinePixel
|
|---|
| 185 |
|
|---|
| 186 | * mgeom/MGeomRectangle.h:
|
|---|
| 187 | - added GetL member-function
|
|---|
| 188 |
|
|---|
| 189 | * mgeom/MGeomPix.h:
|
|---|
| 190 | - fixed the comment of GetT
|
|---|
| 191 |
|
|---|
| 192 | * mgeom/MGeom.h:
|
|---|
| 193 | - added abstract function GetL
|
|---|
| 194 |
|
|---|
| 195 | * mgeom/MGeomRectangle.cc:
|
|---|
| 196 | - fixed the comment for GetT
|
|---|
| 197 | - added GetL
|
|---|
| 198 |
|
|---|
| 199 | * mgeom/MGeomCamDwarf.cc:
|
|---|
| 200 | - use the HitFrame from the base class with a slightly
|
|---|
| 201 | increased radius (no change in behaviour)
|
|---|
| 202 |
|
|---|
| 203 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 204 | - added HitFrame
|
|---|
| 205 |
|
|---|
| 206 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 207 | - implemented the possibility to overwrite the absorbing
|
|---|
| 208 | size of the detector
|
|---|
| 209 | - added fDetectorFrame
|
|---|
| 210 |
|
|---|
| 211 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 212 | - updated comments
|
|---|
| 213 |
|
|---|
| 214 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 215 | - fixed a mistake in the log-output
|
|---|