| 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/19 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mbase/MFits.h:
|
|---|
| 24 | - made struct Entry public (needed by newer root versions)
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | 2011/07/18 Thomas Bretz
|
|---|
| 29 |
|
|---|
| 30 | * mastro/MAstroCatalog.cc:
|
|---|
| 31 | - added include of fstream
|
|---|
| 32 |
|
|---|
| 33 | * macros/rootlogon.C:
|
|---|
| 34 | - added define of __MARS__ to AcLiC
|
|---|
| 35 |
|
|---|
| 36 | * mraw/MRawRead.h:
|
|---|
| 37 | - made ReadEvent and SkipEvent virtual
|
|---|
| 38 |
|
|---|
| 39 | * mraw/MRawFileRead.[h,cc]:
|
|---|
| 40 | - outsourced OpenFile and ReadRunHeader to their own functions
|
|---|
| 41 |
|
|---|
| 42 | * mbase/MParContainer.[h,cc]:
|
|---|
| 43 | - Added function DataMember which will return a pointer to a data
|
|---|
| 44 | member from the dictionary.
|
|---|
| 45 |
|
|---|
| 46 | * mbase/MZlib.h:
|
|---|
| 47 | - There is no need to make the derivative from istream virtual.
|
|---|
| 48 | - removed the need of a fill_buffer function
|
|---|
| 49 | - do only relative seeks and never start from the beginning of the
|
|---|
| 50 | file
|
|---|
| 51 |
|
|---|
| 52 | * mbase/MFits.[h,cc]:
|
|---|
| 53 | - added Fits support
|
|---|
| 54 |
|
|---|
| 55 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 56 | - added MFits
|
|---|
| 57 |
|
|---|
| 58 | * mpedestal/MPedestalSubtract.cc:
|
|---|
| 59 | - improved some error output
|
|---|
| 60 |
|
|---|
| 61 | * mgeom/MGeomApply.cc:
|
|---|
| 62 | - automatically use MGeomCamFACT if the run header says that it is
|
|---|
| 63 | a fact camera.
|
|---|
| 64 |
|
|---|
| 65 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 66 | - added setter for format versions
|
|---|
| 67 | - added InitFact
|
|---|
| 68 | - added GetCameraVersion
|
|---|
| 69 |
|
|---|
| 70 | * mjobs/MJMerpp.cc:
|
|---|
| 71 | - use FITS reader instead of raw-reader if it is a FITS raw file.
|
|---|
| 72 |
|
|---|
| 73 | * merpp.cc:
|
|---|
| 74 | - added fits asa valid extension
|
|---|
| 75 | - fixed replacing of extensions
|
|---|
| 76 |
|
|---|
| 77 | * mfileio/MReadMarsFile.cc:
|
|---|
| 78 | - read first header of first file, so that at PreProcessing time
|
|---|
| 79 | at least some header is available.
|
|---|
| 80 |
|
|---|
| 81 | * mraw/Makefile, mraw/MRawFitsRead.cc:
|
|---|
| 82 | - added MRawFitsRead
|
|---|
| 83 |
|
|---|
| 84 | * mraw/MRawFitsRead.[h,cc]:
|
|---|
| 85 | - added
|
|---|
| 86 |
|
|---|
| 87 |
|
|---|
| 88 |
|
|---|
| 89 | 2011/07/15 Thomas Bretz
|
|---|
| 90 |
|
|---|
| 91 | * mbase/MZlib.[h,cc]:
|
|---|
| 92 | - fixed seeking in gzipped files
|
|---|
| 93 | - increased buffer size
|
|---|
| 94 |
|
|---|
| 95 | * mbase/MMath.[h,c]:
|
|---|
| 96 | - added GaussProb2D
|
|---|
| 97 |
|
|---|
| 98 | * msignal/MSignalCalc.cc:
|
|---|
| 99 | - the upper bound of searching the maximum was wrong
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 |
|
|---|
| 103 | 2011/07/14 Thomas Bretz
|
|---|
| 104 |
|
|---|
| 105 | * mbase/MStatusDisplay.cc:
|
|---|
| 106 | - some minor code changed to get rid of some compiler warnings
|
|---|
| 107 | - fixed a problem with a possible infinite loop
|
|---|
| 108 |
|
|---|
| 109 | * mbase/MThread.h:
|
|---|
| 110 | - propagate argument to Run()
|
|---|
| 111 |
|
|---|
| 112 | * mbase/MLut.cc:
|
|---|
| 113 | - some variable name change to get rid of some compiler warnings
|
|---|
| 114 |
|
|---|
| 115 | * mjobs/MSequence.cc:
|
|---|
| 116 | - fixed a check which was always true
|
|---|
| 117 |
|
|---|
| 118 |
|
|---|
| 119 |
|
|---|
| 120 | 2011/07/07 Thomas Bretz
|
|---|
| 121 |
|
|---|
| 122 | * mhflux/MHFalseSource.cc:
|
|---|
| 123 | - fixed a bug in SetupFill - must be CopyBinning instead of
|
|---|
| 124 | SetBinning
|
|---|
| 125 |
|
|---|
| 126 |
|
|---|
| 127 |
|
|---|
| 128 | 2011/04/04 Thomas Bretz
|
|---|
| 129 |
|
|---|
| 130 | * mreport/MReportFileRead.cc:
|
|---|
| 131 | - added a missing delete
|
|---|
| 132 |
|
|---|
| 133 | * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc:
|
|---|
| 134 | - fixed some crashes with newer root versiony in which
|
|---|
| 135 | GetFunction("gaus") after an unsuccessfull fit might return
|
|---|
| 136 | NULL
|
|---|
| 137 |
|
|---|
| 138 | * mastro/MAstroCatalog.cc:
|
|---|
| 139 | - added the missing marker color for the dot
|
|---|
| 140 |
|
|---|
| 141 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 142 | - added some comments
|
|---|
| 143 |
|
|---|
| 144 | * mmain/MEventDisplay.cc:
|
|---|
| 145 | - renamed some local variables to avoid using the same name twice
|
|---|
| 146 |
|
|---|
| 147 | * mgeom/MGeomCam.cc:
|
|---|
| 148 | - for convenience a margin of 0 in HitFrame is allowed to
|
|---|
| 149 | switch off the detection also with 0
|
|---|
| 150 |
|
|---|
| 151 | * mbase/MThread.h:
|
|---|
| 152 | - added missing argument to call of fThread.Run()
|
|---|
| 153 |
|
|---|
| 154 | * mhbase/MH3.cc:
|
|---|
| 155 | - fixed a problem with a wrong cast
|
|---|
| 156 | - added assignment of conversion function for TProfile3D
|
|---|
| 157 |
|
|---|
| 158 |
|
|---|
| 159 |
|
|---|
| 160 | 2011/03/10 Thomas Bretz
|
|---|
| 161 |
|
|---|
| 162 | * mhbase/MH3.[h,cc]:
|
|---|
| 163 | - increased forgotten class version number from 6 to 7
|
|---|
| 164 |
|
|---|
| 165 |
|
|---|
| 166 |
|
|---|
| 167 | 2011/03/03 Reiner Rohlfs
|
|---|
| 168 |
|
|---|
| 169 | * mcorsika/MCorsikaFormat.[h,cc]:
|
|---|
| 170 | - accept an "EVTH" only after an "EVTE" and after a "RUNH"
|
|---|
| 171 |
|
|---|
| 172 | * mcorsika/MCorsikaRead.cc:
|
|---|
| 173 | - parameter change in function MCorsikaFormat::NextBlock()
|
|---|
| 174 | from "Bool_t subBlock" to "Int_t readState".
|
|---|
| 175 |
|
|---|
| 176 |
|
|---|
| 177 |
|
|---|
| 178 | 2011/02/21 Reiner Rohlfs
|
|---|
| 179 |
|
|---|
| 180 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 181 | - Remove debug output and not used code
|
|---|
| 182 |
|
|---|
| 183 |
|
|---|
| 184 |
|
|---|
| 185 | 2011/02/21 Thomas Bretz
|
|---|
| 186 |
|
|---|
| 187 | * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
|
|---|
| 188 | mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
|
|---|
| 189 | mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
|
|---|
| 190 | mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
|
|---|
| 191 | mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
|
|---|
| 192 | mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
|
|---|
| 193 | mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
|
|---|
| 194 | mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 195 | mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
|
|---|
| 196 | mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
|
|---|
| 197 | mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
|
|---|
| 198 | msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 199 | msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 200 | mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
|
|---|
| 201 | mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
|
|---|
| 202 | mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
|
|---|
| 203 | mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
|
|---|
| 204 | mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
|
|---|
| 205 | - removed the old obsolete cvs header line
|
|---|
| 206 |
|
|---|
| 207 | * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
|
|---|
| 208 | msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
|
|---|
| 209 | - treat kArtificial in addition to kNightSky
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 |
|
|---|
| 213 | 2011/02/10 Daniela Dorner
|
|---|
| 214 |
|
|---|
| 215 | * resmc/:
|
|---|
| 216 | - uncommented line of 950nm to take into account the changes of the
|
|---|
| 217 | range of the transmission curve
|
|---|
| 218 |
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | 2011/02/09 Reiner Rohlfs
|
|---|
| 222 |
|
|---|
| 223 | * mcorsika/MCorsikaFormat.cc:
|
|---|
| 224 | - replace the selection of the blockType from a string comparison
|
|---|
| 225 | to a switch - statement.
|
|---|
| 226 |
|
|---|
| 227 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 228 | - Redesign of the Process() - method: Read after the processing of
|
|---|
| 229 | one block the header of the next block to be able do decide to
|
|---|
| 230 | process the next block in the same the same call or to return
|
|---|
| 231 | from the method.
|
|---|
| 232 |
|
|---|
| 233 |
|
|---|
| 234 |
|
|---|
| 235 | 2011/01/24 Thomas Bretz
|
|---|
| 236 |
|
|---|
| 237 | * melectronics/MAvalanchePhotoDiode.h:
|
|---|
| 238 | - shifted the Afterpulse class behind the APD class to make it
|
|---|
| 239 | compile
|
|---|
| 240 |
|
|---|
| 241 |
|
|---|
| 242 |
|
|---|
| 243 | 2011/01/07 Thomas Bretz
|
|---|
| 244 | 2011/01/07 Thomas Bretz
|
|---|
| 245 |
|
|---|
| 246 | * msimcamera/MSimAPD.[h,cc]:
|
|---|
| 247 | - added setting of the afterpulse probabilities
|
|---|
| 248 | - handle afterpulses in processing
|
|---|
| 249 |
|
|---|
| 250 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 251 | - restructured header file
|
|---|
| 252 | - added treatment of afterpulses in HitCellImp
|
|---|
| 253 | - added time constants and afterpulse probability
|
|---|
| 254 | data memebers
|
|---|
| 255 | - added TSortedList to hold the afterpulses
|
|---|
| 256 | - added afterpulses to calculation of relaxation time
|
|---|
| 257 | - added call to Relax to Init
|
|---|
| 258 | - added treatment of afterpulses to FillEmpty, FillRandom and
|
|---|
| 259 | Evolve
|
|---|
| 260 | - added member functions to process the afterpulses
|
|---|
| 261 |
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 | 2011/01/06 Thomas Bretz
|
|---|
| 265 |
|
|---|
| 266 | * mimage/MNewImagePar2.cc:
|
|---|
| 267 | - use GetL() instead of GetT() for fBorderLinePixel
|
|---|
| 268 |
|
|---|
| 269 | * mgeom/MGeomRectangle.h:
|
|---|
| 270 | - added GetL member-function
|
|---|
| 271 |
|
|---|
| 272 | * mgeom/MGeomPix.h:
|
|---|
| 273 | - fixed the comment of GetT
|
|---|
| 274 |
|
|---|
| 275 | * mgeom/MGeom.h:
|
|---|
| 276 | - added abstract function GetL
|
|---|
| 277 |
|
|---|
| 278 | * mgeom/MGeomRectangle.cc:
|
|---|
| 279 | - fixed the comment for GetT
|
|---|
| 280 | - added GetL
|
|---|
| 281 |
|
|---|
| 282 | * mgeom/MGeomCamDwarf.cc:
|
|---|
| 283 | - use the HitFrame from the base class with a slightly
|
|---|
| 284 | increased radius (no change in behaviour)
|
|---|
| 285 |
|
|---|
| 286 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 287 | - added HitFrame
|
|---|
| 288 |
|
|---|
| 289 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 290 | - implemented the possibility to overwrite the absorbing
|
|---|
| 291 | size of the detector
|
|---|
| 292 | - added fDetectorFrame
|
|---|
| 293 |
|
|---|
| 294 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 295 | - updated comments
|
|---|
| 296 |
|
|---|
| 297 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 298 | - fixed a mistake in the log-output
|
|---|