| 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 | 2009/02/02 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mcamera/MCameraCentralPix.[h,cc]:
|
|---|
| 24 | - added data member fDC
|
|---|
| 25 | - increased class version number accordingly
|
|---|
| 26 |
|
|---|
| 27 | * mreport/MReportCC.cc:
|
|---|
| 28 | - improved debug output
|
|---|
| 29 | - remove minus from the third argument in SCHEDULE
|
|---|
| 30 |
|
|---|
| 31 | * mreport/MReportCamera.[h,cc]:
|
|---|
| 32 | - fixed for ver>=200812140
|
|---|
| 33 | - added InterpretePSSEN
|
|---|
| 34 | - added InterpreteLIQ
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | 2009/01/30 Thomas Bretz
|
|---|
| 39 |
|
|---|
| 40 | * RELEASE V2.2
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | 2009/02/02 Thomas Bretz
|
|---|
| 44 |
|
|---|
| 45 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
|---|
| 46 | - fixed the regular expresssion
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | 2009/01/30 Thomas Bretz
|
|---|
| 51 |
|
|---|
| 52 | * datacenter/macros/fillcmt.C:
|
|---|
| 53 | - added
|
|---|
| 54 |
|
|---|
| 55 | * datacenter/macros/plotstat.C:
|
|---|
| 56 | - extended loop to show all periods again
|
|---|
| 57 |
|
|---|
| 58 | * msim/MPhotonData.cc:
|
|---|
| 59 | - don't change the sign of the cosines. The direction of the
|
|---|
| 60 | particle doesn't neet to be changed
|
|---|
| 61 |
|
|---|
| 62 | * msimreflector/MSimReflector.cc:
|
|---|
| 63 | - change the rotation matrix to fit the change in MPhotonData
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 |
|
|---|
| 67 | 2009/01/29 Thomas Bretz
|
|---|
| 68 |
|
|---|
| 69 | * melectronics/MPulseShape.cc:
|
|---|
| 70 | - changed spline range from -25/25 to -8/8
|
|---|
| 71 |
|
|---|
| 72 | * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
|
|---|
| 73 | - for sanity (thread safety) replaced Form by MString::Format
|
|---|
| 74 |
|
|---|
| 75 | * mhflux/MHDisp.cc:
|
|---|
| 76 | - initialize fHalf as suggested by valgrind
|
|---|
| 77 |
|
|---|
| 78 | * datacenter/macros/plotdb.C:
|
|---|
| 79 | - updated comments
|
|---|
| 80 |
|
|---|
| 81 | * resources/calibration_spline.rc:
|
|---|
| 82 | - updated
|
|---|
| 83 |
|
|---|
| 84 |
|
|---|
| 85 |
|
|---|
| 86 | 2009/01/27 Thomas Bretz
|
|---|
| 87 |
|
|---|
| 88 | * macros/rootlogon.C:
|
|---|
| 89 | - added new subdirectories
|
|---|
| 90 |
|
|---|
| 91 | * melectronics/MAnalogSignal.[h,cc]:
|
|---|
| 92 | - added the posssibility to add a pulse from a TF1
|
|---|
| 93 | - removed the printout if out of range
|
|---|
| 94 | - returns whether the range had to be adapted
|
|---|
| 95 | - changed the Discriminate function to allow for giving a start
|
|---|
| 96 | and end time of the search
|
|---|
| 97 | - imporved the fining of the falling and rising edge
|
|---|
| 98 | - removed the printout in Discriminate
|
|---|
| 99 |
|
|---|
| 100 | * msimcamera/MSimCamera.[h,cc]:
|
|---|
| 101 | - moved the pulse shape specific code into a new class MPulseShape
|
|---|
| 102 | - Fixed the range of the digitization
|
|---|
| 103 |
|
|---|
| 104 | * melectronics/MPulseShape.[h,cc]:
|
|---|
| 105 | - added
|
|---|
| 106 |
|
|---|
| 107 | * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
|
|---|
| 108 | - added MPulseShape
|
|---|
| 109 |
|
|---|
| 110 | * msimcamera/MSimGeomCam.[h,cc]:
|
|---|
| 111 | - Fixed the time window for random photons (Maybe move to a later
|
|---|
| 112 | step in the analysis?)
|
|---|
| 113 |
|
|---|
| 114 | * msimcamera/MSimReadout.cc:
|
|---|
| 115 | - call SetReadyToSave for the run-header
|
|---|
| 116 | - added some debug output in case of failure
|
|---|
| 117 |
|
|---|
| 118 | * msimcamera/MSimSignalCam.[h,cc]:
|
|---|
| 119 | - subtract the trigger position of any
|
|---|
| 120 |
|
|---|
| 121 | * msimcamera/MSimTrigger.cc:
|
|---|
| 122 | - some changes to the debug output
|
|---|
| 123 |
|
|---|
| 124 | * mjobs/MJSimulation.[h,cc]:
|
|---|
| 125 | - added
|
|---|
| 126 |
|
|---|
| 127 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
|---|
| 128 | - added MJSimulation
|
|---|
| 129 |
|
|---|
| 130 | * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
|---|
| 131 | - added parenthesis suggested by compiler
|
|---|
| 132 |
|
|---|
| 133 | * mbase/MParEnv.cc:
|
|---|
| 134 | - included TClass for newwer root versions
|
|---|
| 135 |
|
|---|
| 136 | * msimreflector/MReflector.cc:
|
|---|
| 137 | - fixed return if read file was not existing
|
|---|
| 138 |
|
|---|
| 139 | * msimrelfector/MSimReflector.cc:
|
|---|
| 140 | - added sanity check if reflector is valid
|
|---|
| 141 |
|
|---|
| 142 | * datacenter/macros/insertdataset.C:
|
|---|
| 143 | - added fPriority
|
|---|
| 144 |
|
|---|
| 145 | * datacenter/macros/plotoptical.C:
|
|---|
| 146 | - write a root-file as the other plot-macros do
|
|---|
| 147 |
|
|---|
| 148 | * mreflector/MHReflector.cc:
|
|---|
| 149 | - added some SetDirectory(NULL), although this class is a candidate
|
|---|
| 150 | for removal
|
|---|
| 151 |
|
|---|
| 152 | * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
|
|---|
| 153 | - make the CheckEnv fail if kFALSE is returned
|
|---|
| 154 |
|
|---|
| 155 |
|
|---|
| 156 |
|
|---|
| 157 | 2009/01/26 Thomas Bretz
|
|---|
| 158 |
|
|---|
| 159 | * Makefile:
|
|---|
| 160 | - added mcorsika, msim, msimreflector, msimcamera and
|
|---|
| 161 | msimelectronics
|
|---|
| 162 | - added readcorsika
|
|---|
| 163 |
|
|---|
| 164 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 165 | - added MParEnv
|
|---|
| 166 |
|
|---|
| 167 | * mbase/MParEnv.[h,cc]:
|
|---|
| 168 | - added
|
|---|
| 169 |
|
|---|
| 170 | * mbase/MParameters.[h,cc]:
|
|---|
| 171 | - added ReadEnv to all classes
|
|---|
| 172 |
|
|---|
| 173 | * mbase/MParList.cc:
|
|---|
| 174 | - return the container within MParEnv if MParEnv found
|
|---|
| 175 |
|
|---|
| 176 | * mbase/MParContainer.cc:
|
|---|
| 177 | - fixed a typo
|
|---|
| 178 |
|
|---|
| 179 | * manalysis/MEventRateCalc.cc:
|
|---|
| 180 | - added a comment
|
|---|
| 181 |
|
|---|
| 182 | * melectronics/MAnalogChannels.[h,cc]:
|
|---|
| 183 | - made the GetNum* unsigned
|
|---|
| 184 | - added new member functions to just initialize one size
|
|---|
| 185 |
|
|---|
| 186 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 187 | - added a possibility to just init the number of pixels
|
|---|
| 188 |
|
|---|
| 189 | * msimcamera/MSimReadout.[h,cc]:
|
|---|
| 190 | - get the number of output channels from the camera geometry
|
|---|
| 191 | - initialize the runheader in ReInit
|
|---|
| 192 | - initialize the data arrays from the run-header in reinit
|
|---|
| 193 |
|
|---|
| 194 | * mimage/MHHillas.cc:
|
|---|
| 195 | - the default binning is not scales by 0.9 anymore
|
|---|
| 196 |
|
|---|
| 197 | * mmc/MMcEvtBasic.h:
|
|---|
| 198 | - added new type "artificial"
|
|---|
| 199 |
|
|---|
| 200 | * mraw/MRawRunHeader.cc:
|
|---|
| 201 | - set header size in constructor to 0
|
|---|
| 202 |
|
|---|
| 203 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
|---|
| 204 | - we need fEvt and fTrigger always
|
|---|
| 205 | - renamed ReInit to CallReInit
|
|---|
| 206 | - set photon primary type
|
|---|
| 207 | - set number of photons from 50 to 5
|
|---|
| 208 |
|
|---|
| 209 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 210 | - explicitly set weight to 1
|
|---|
| 211 |
|
|---|
| 212 | * mjobs/Makefile:
|
|---|
| 213 | - added msim, msimreflector, msimcamera and mcorsika
|
|---|
| 214 |
|
|---|
| 215 |
|
|---|
| 216 |
|
|---|
| 217 | 2009/01/25 Thomas Bretz
|
|---|
| 218 |
|
|---|
| 219 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 220 | - added MLut
|
|---|
| 221 |
|
|---|
| 222 | * mbase/MLut.[h,cc]:
|
|---|
| 223 | - added
|
|---|
| 224 |
|
|---|
| 225 | * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
|
|---|
| 226 | msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
|
|---|
| 227 | msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
|
|---|
| 228 | msimcamera/SimCameraIncl,h:
|
|---|
| 229 | - added
|
|---|
| 230 |
|
|---|
| 231 | * mjobs/MJob.cc:
|
|---|
| 232 | - included TClass for newer root versions
|
|---|
| 233 |
|
|---|
| 234 | * mreflector/MRflEvtData.cc:
|
|---|
| 235 | - repaced a use of MHexagon by a direct use of MGeomCam
|
|---|
| 236 |
|
|---|
| 237 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 238 | - added some getters
|
|---|
| 239 | - remobved some obsolete comment
|
|---|
| 240 | - set entries to 1 by default
|
|---|
| 241 |
|
|---|
| 242 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 243 | - split the Get[Max,Min]Radius into two member functions
|
|---|
| 244 | - added the HitDetector based on the maximum radius calculated
|
|---|
| 245 |
|
|---|
| 246 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
|---|
| 247 | - removed overloading of the new HitDetector
|
|---|
| 248 |
|
|---|
| 249 | * mgeom/MGeomPix.[h,cc]:
|
|---|
| 250 | - reset fUserBits in constructor according to a suggestion by valgrind
|
|---|
| 251 | - added GetT member function
|
|---|
| 252 |
|
|---|
| 253 | * mjobs/MJSpectrum.cc:
|
|---|
| 254 | - replaced some Form calls for sanity by MString::Format
|
|---|
| 255 | - check the result of CheckEnv
|
|---|
| 256 |
|
|---|
| 257 | * mjobs/MJStar.cc:
|
|---|
| 258 | - check the result of CheckEnv
|
|---|
| 259 |
|
|---|
| 260 | * mjobs/MJob.cc:
|
|---|
| 261 | - fixed a typo in the name for the seed value resource
|
|---|
| 262 |
|
|---|
| 263 | * mraw/MRawRunHeader.h:
|
|---|
| 264 | - added a getter for run type point run
|
|---|
| 265 |
|
|---|
| 266 | * msignal/MSignalCalc.cc:
|
|---|
| 267 | - don't execute Process at all if fPedestal==NULL
|
|---|
| 268 |
|
|---|
| 269 | * msignal/MSignalCam.cc:
|
|---|
| 270 | - aded case 10 and 11 to GetPixelContent
|
|---|
| 271 |
|
|---|
| 272 | * msim/MHPhotonEvent.cc:
|
|---|
| 273 | - replaced case 4 by using the traversal distance in the 0-pixel
|
|---|
| 274 |
|
|---|
| 275 | * msimcamera/MSimSignalCam.cc:
|
|---|
| 276 | - set pixel only to used if contents>0
|
|---|
| 277 |
|
|---|
| 278 | * msimcamera/MSimTrigger.[h,cc]:
|
|---|
| 279 | - added ReadEnv for setup from a resource file
|
|---|
| 280 | - compress the trigger list after deleting slots
|
|---|
| 281 | - initialize descriminator threshold with -1
|
|---|
| 282 | - check for the validity of the discr. th in PreProcess
|
|---|
| 283 |
|
|---|
| 284 | * msimreflector/MReflector.[h,cc]:
|
|---|
| 285 | - store file name in title
|
|---|
| 286 | - added ReadEnv for setup from a resource file
|
|---|
| 287 |
|
|---|
| 288 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 289 | - changed copyright notice
|
|---|
| 290 | - added fDetectorMargin
|
|---|
| 291 |
|
|---|
| 292 |
|
|---|
| 293 |
|
|---|
| 294 |
|
|---|
| 295 | 2009/01/24 Thomas Bretz
|
|---|
| 296 |
|
|---|
| 297 | * mbase/MMath.cc:
|
|---|
| 298 | - added two explicit conversion to make it compile on my Ubuntu
|
|---|
| 299 | - Replaced some Form by MString::Format
|
|---|
| 300 | - included MString
|
|---|
| 301 |
|
|---|
| 302 |
|
|---|
| 303 |
|
|---|
| 304 | 2009/01/23 Daniela Dorner
|
|---|
| 305 |
|
|---|
| 306 | * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
|
|---|
| 307 | datacenter/db/plot.php:
|
|---|
| 308 | - adapted path to new web file structure
|
|---|
| 309 |
|
|---|
| 310 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
|
|---|
| 311 | - added option to group by date (year, month, night): pulldown in
|
|---|
| 312 | menu and adapted query
|
|---|
| 313 |
|
|---|
| 314 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
|
|---|
| 315 | datacenter/db/datasetinfo-aio.php:
|
|---|
| 316 | - enabled possibility to combine all group-bys
|
|---|
| 317 |
|
|---|
| 318 | * datacenter/db/datasetinfo-aio.php:
|
|---|
| 319 | - enhances information printed in table in case of group-by
|
|---|
| 320 |
|
|---|
| 321 | * datacenter/db/include.php:
|
|---|
| 322 | - adapted pulldown of status-group-by
|
|---|
| 323 |
|
|---|
| 324 | * datacenter/db/menu.php:
|
|---|
| 325 | - added pulldown for sumtrigger-flag to sequinfo-menu
|
|---|
| 326 | - added function to print pulldown for group-by date
|
|---|
| 327 |
|
|---|
| 328 |
|
|---|
| 329 |
|
|---|
| 330 | 2009/01/23 Thomas Bretz
|
|---|
| 331 |
|
|---|
| 332 | * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
|
|---|
| 333 | msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
|
|---|
| 334 | msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
|
|---|
| 335 | msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
|
|---|
| 336 | melectronics/MAnalogSignal.cc:
|
|---|
| 337 | - moved code which needs TMath to source file
|
|---|
| 338 | - included TMath for newer root versions
|
|---|
| 339 | - included TObjArray for newer root versions
|
|---|
| 340 |
|
|---|
| 341 | * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
|
|---|
| 342 | msimcamera/MSimRandomPhotons.[h,cc]:
|
|---|
| 343 | - added
|
|---|
| 344 |
|
|---|
| 345 | * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
|
|---|
| 346 | melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
|
|---|
| 347 | melectronics/MDigitalSignal.[h,cc],
|
|---|
| 348 | melectronics/MAnalogSignal.[h,cc],
|
|---|
| 349 | melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 350 | - added
|
|---|
| 351 |
|
|---|
| 352 | * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
|
|---|
| 353 | - changed copyright notice
|
|---|
| 354 |
|
|---|
| 355 | * mjobs/MJob.[h,cc]:
|
|---|
| 356 | - for convinience replaced GetEnvValue by GetEnvValue2
|
|---|
| 357 | - added initialization of the random number generator
|
|---|
| 358 |
|
|---|
| 359 | * ceres.cc, mcorsika/CorsikaIncl.h:
|
|---|
| 360 | - added
|
|---|
| 361 |
|
|---|
| 362 |
|
|---|
| 363 |
|
|---|
| 364 | 2009/01/22 Thomas Bretz
|
|---|
| 365 |
|
|---|
| 366 | * mraw/MRawRunHeader.h:
|
|---|
| 367 | - added new functions to access the runtype
|
|---|
| 368 |
|
|---|
| 369 | * msim/MPhotonData.cc:
|
|---|
| 370 | - removed some obsolete comments
|
|---|
| 371 |
|
|---|
| 372 | * msim/MPhotonEvent.[h,cc]
|
|---|
| 373 | - added some comments
|
|---|
| 374 | - added new member function GetFirst and GetLast
|
|---|
| 375 | - UnSort the array after reading new data
|
|---|
| 376 | - removed some old obsolete code
|
|---|
| 377 | - added new meber function Sort and IsSorted
|
|---|
| 378 |
|
|---|
| 379 | * msimreflector/MSimReflector.cc:
|
|---|
| 380 | - force sorting of the array
|
|---|
| 381 |
|
|---|
| 382 | * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
|
|---|
| 383 | msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
|
|---|
| 384 | - added
|
|---|
| 385 |
|
|---|
| 386 |
|
|---|
| 387 |
|
|---|
| 388 | 2009/01/21 Thomas Bretz
|
|---|
| 389 |
|
|---|
| 390 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 391 | - added MQuaternion
|
|---|
| 392 | - added MReflection
|
|---|
| 393 |
|
|---|
| 394 | * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
|
|---|
| 395 | - added
|
|---|
| 396 |
|
|---|
| 397 | * mbase/MArrayI.[h,cc]:
|
|---|
| 398 | - added a few new functions (ReSort, Add, Find and AddUniq)
|
|---|
| 399 |
|
|---|
| 400 | * mbase/MMath.cc:
|
|---|
| 401 | - replaced delete by delete[] where appropriate
|
|---|
| 402 |
|
|---|
| 403 | * mgeom/MGeomCam.h:
|
|---|
| 404 | - added new virtual functions HitFrame and HitDetector
|
|---|
| 405 | - included MQuaternion
|
|---|
| 406 |
|
|---|
| 407 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
|---|
| 408 | - added new functions HitFrame and HitDetector:
|
|---|
| 409 |
|
|---|
| 410 | * msim/MHPhotonEvent.cc:
|
|---|
| 411 | - removed the reference to MCamera
|
|---|
| 412 |
|
|---|
| 413 | * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
|
|---|
| 414 | - moved DistanceToPrimitive from MHexagon to MGeomPix
|
|---|
| 415 | - moved the funtions to calculate overlapping areas
|
|---|
| 416 | also, but they are still in a comment
|
|---|
| 417 |
|
|---|
| 418 | * mgui/MHexagon.[h,cc]:
|
|---|
| 419 | - started implementing a rotation angle
|
|---|
| 420 | - added data meber fPhi
|
|---|
| 421 | - increased class version number
|
|---|
| 422 |
|
|---|
| 423 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
|---|
| 424 | - we don't have to use a MHexagon anymore caluclating
|
|---|
| 425 | DistanceToPrimitive
|
|---|
| 426 |
|
|---|
| 427 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
|---|
| 428 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
|---|
| 429 | msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
|
|---|
| 430 | msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
|
|---|
| 431 | msimreflector/SimReflectorIncl.h:
|
|---|
| 432 | - added
|
|---|
| 433 |
|
|---|
| 434 |
|
|---|
| 435 |
|
|---|
| 436 | 2009/01/21 Stefan Ruegamer
|
|---|
| 437 |
|
|---|
| 438 | * datacenter/scripts/read_lapalma-tapes:
|
|---|
| 439 | - added check of the tape slot when exporting the tapes
|
|---|
| 440 |
|
|---|
| 441 |
|
|---|
| 442 |
|
|---|
| 443 | 2009/01/20 Thomas Bretz
|
|---|
| 444 |
|
|---|
| 445 | * mjobs/MJob.h:
|
|---|
| 446 | - added Esc member function
|
|---|
| 447 |
|
|---|
| 448 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
|
|---|
| 449 | msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
|
|---|
| 450 | MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
|
|---|
| 451 | msim/SimLinkDef.h:
|
|---|
| 452 | - added
|
|---|
| 453 |
|
|---|
| 454 |
|
|---|
| 455 | 2009/01/19 Thomas Bretz
|
|---|
| 456 |
|
|---|
| 457 | * mfileio/MWriteRootFile.cc:
|
|---|
| 458 | - simplified how the rules are evaluated using TPregexp
|
|---|
| 459 | - by this the rules got more powerful
|
|---|
| 460 |
|
|---|
| 461 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
|---|
| 462 | - changed ols style rule to new style
|
|---|
| 463 |
|
|---|
| 464 |
|
|---|
| 465 |
|
|---|
| 466 | 2009/01/18 Thomas Bretz
|
|---|
| 467 |
|
|---|
| 468 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 469 | - added MSpline3
|
|---|
| 470 |
|
|---|
| 471 | * mcorsika/MCorsikaEvtHeader.cc:
|
|---|
| 472 | - some little cosmetics
|
|---|
| 473 |
|
|---|
| 474 | * mcorsika/MCorsikaEvtHeader.h:
|
|---|
| 475 | - added some missing getters
|
|---|
| 476 |
|
|---|
| 477 | * mcorsika/MCorsikaRunHeader.cc:
|
|---|
| 478 | - removed some obsolete comments
|
|---|
| 479 | - reordered some comments
|
|---|
| 480 |
|
|---|
| 481 | * mextralgo/MExtralgoSpline.h:
|
|---|
| 482 | - changed default in GetIntegral from true to false
|
|---|
| 483 |
|
|---|
| 484 | * mraw/MRawEvtHeader.h:
|
|---|
| 485 | - added Setter for DAQEventNumber
|
|---|
| 486 |
|
|---|
| 487 | * mraw/MRawRunHeader.cc:
|
|---|
| 488 | - start pixel hardware indices with 1 not with 0
|
|---|
| 489 |
|
|---|
| 490 |
|
|---|
| 491 |
|
|---|
| 492 | 2009/01/17 Thomas Bretz
|
|---|
| 493 |
|
|---|
| 494 | * mbase/MMath.[h,cc]:
|
|---|
| 495 | - added a new function RndmExp which should be a tiny bit faster than
|
|---|
| 496 | root's own implementation because it ises Rndm() instead of Uniform()
|
|---|
| 497 |
|
|---|
| 498 | * mextralgo/ExtralgoIncl.h:
|
|---|
| 499 | - added MArrayF
|
|---|
| 500 |
|
|---|
| 501 | * mextralgo/MExtralgoSpline.[h,cc]:
|
|---|
| 502 | - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
|
|---|
| 503 | - added a new member function to return the integral function of the
|
|---|
| 504 | spline. This is useful to init a new spline and use it for
|
|---|
| 505 | producing the proper random distribution.
|
|---|
| 506 |
|
|---|
| 507 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
|---|
| 508 | - added Print() function
|
|---|
| 509 |
|
|---|
| 510 | * mraw/MRawEvtData.[h,cc]:
|
|---|
| 511 | - added a member function to Reset the arrays
|
|---|
| 512 | - added member function to set the pixel indices
|
|---|
| 513 | - Improved the new Set function
|
|---|
| 514 |
|
|---|
| 515 | * readcorsika.cc:
|
|---|
| 516 | - added
|
|---|
| 517 |
|
|---|
| 518 |
|
|---|
| 519 |
|
|---|
| 520 | 2009/01/16 Daniel Hoehne-Moench
|
|---|
| 521 |
|
|---|
| 522 | * datacenter/scripts/mcsequences:
|
|---|
| 523 | - implemented sumtrigger -> modes, fTriggerFlagKEY
|
|---|
| 524 | - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
|
|---|
| 525 |
|
|---|
| 526 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
|---|
| 527 | - bugfix: changed argument of $primaries from [$s+$s] to [$s]
|
|---|
| 528 |
|
|---|
| 529 | * datacenter/macros/fillcamera.C:
|
|---|
| 530 | - changed NumPheFromDNSB to float(7,3)
|
|---|
| 531 | - fPriority(MCRunProcessStatus) is now filled into the mcdb
|
|---|
| 532 |
|
|---|
| 533 | * datacenter/macros/fillmccalib.C:
|
|---|
| 534 | - minor changes, bugfix (wrong column name for mcdb)
|
|---|
| 535 |
|
|---|
| 536 | * datacenter/macros/fillmcsignal.C:
|
|---|
| 537 | - definition of some parameters changed according to fillsignal.C
|
|---|
| 538 | - minor changes, deleted unnecessary code
|
|---|
| 539 | - implemented if clause for HiLo-Parameters. Instead of
|
|---|
| 540 | seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
|
|---|
| 541 | sequence. For MUX MCs the HiLo-Parameters are not calculated.
|
|---|
| 542 |
|
|---|
| 543 |
|
|---|
| 544 |
|
|---|
| 545 | 2009/01/15 Thomas Bretz
|
|---|
| 546 |
|
|---|
| 547 | * callisto.cc:
|
|---|
| 548 | - cosmetics to output
|
|---|
| 549 |
|
|---|
| 550 | * mcorsika/MCorsikaRunHeader.cc:
|
|---|
| 551 | - cosmetics (removed a ;;)
|
|---|
| 552 |
|
|---|
| 553 | * mhist/MHEvent.[h,cc]:
|
|---|
| 554 | - ReInit to allow the change of the camera geoemtry in ReInit
|
|---|
| 555 |
|
|---|
| 556 |
|
|---|
| 557 |
|
|---|
| 558 | 2009/01/15 Stefan Ruegamer
|
|---|
| 559 |
|
|---|
| 560 | * datacenter/scripts/dodatacheck:
|
|---|
| 561 | - removed the _E in the find command; files from 2008/06/04 on do
|
|---|
| 562 | not have it any more
|
|---|
| 563 |
|
|---|
| 564 |
|
|---|
| 565 |
|
|---|
| 566 | 2009/01/14 Daniel Hoehne-Moench
|
|---|
| 567 |
|
|---|
| 568 | * datacenter/scripts/sourcefile:
|
|---|
| 569 | - extended errorcoding on mc run process status
|
|---|
| 570 |
|
|---|
| 571 | * datacenter/scripts/runmccallisto, runmcstar:
|
|---|
| 572 | - deleted unnecessary lines, adapted to primary structure
|
|---|
| 573 |
|
|---|
| 574 | * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
|
|---|
| 575 | - added
|
|---|
| 576 |
|
|---|
| 577 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
|---|
| 578 | - added
|
|---|
| 579 |
|
|---|
| 580 |
|
|---|
| 581 |
|
|---|
| 582 | 2009/01/14 Thomas Bretz
|
|---|
| 583 |
|
|---|
| 584 | * readraw.cc:
|
|---|
| 585 | - check first whether the file exist before adding the extension
|
|---|
| 586 |
|
|---|
| 587 | * mbase/MMath.[h,cc]:
|
|---|
| 588 | - added function to Re-sort an array
|
|---|
| 589 |
|
|---|
| 590 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
|---|
| 591 | - Improved output
|
|---|
| 592 |
|
|---|
| 593 | * mfileio/MWriteRootFile.cc:
|
|---|
| 594 | - fixed a problem which prevented to open more than one /dev/null
|
|---|
| 595 | devices independantly
|
|---|
| 596 |
|
|---|
| 597 | * mgeom/MGeomCam.cc:
|
|---|
| 598 | - cosmetics
|
|---|
| 599 |
|
|---|
| 600 | * mgeom/MGeomCamDwarf.h:
|
|---|
| 601 | - fixed a typo in an ifdef
|
|---|
| 602 |
|
|---|
| 603 | * mgeom/MGeomPix.[h,cc]:
|
|---|
| 604 | - added funtion to return positon as TVector2
|
|---|
| 605 | - slightly improved the algorithm to check IsInside
|
|---|
| 606 | - fixed the conditional signs for the orientation of pixels
|
|---|
| 607 | in GetDirection
|
|---|
| 608 |
|
|---|
| 609 | * mmain/MEventDisplay.cc:
|
|---|
| 610 | - Give different names to the MPedestalSubtract tasks
|
|---|
| 611 | - fixed buttons
|
|---|
| 612 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
|---|
| 613 | ReInit
|
|---|
| 614 |
|
|---|
| 615 | * mmc/MMcEvtBasic.h:
|
|---|
| 616 | - added a new primary type kNightSky
|
|---|
| 617 |
|
|---|
| 618 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 619 | - replaced type of the number of bytes by UInt_t
|
|---|
| 620 |
|
|---|
| 621 | * mraw/MRawRunHeader.h:
|
|---|
| 622 | - allow to validate the magic-number from outside (for MCs)
|
|---|
| 623 |
|
|---|
| 624 | * datacenter/scripts/runcorsika:
|
|---|
| 625 | - added a lot of comments
|
|---|
| 626 | - reordered values in input card
|
|---|
| 627 | - switched off a lot of obsolete output
|
|---|
| 628 | - changed the Magnetic field to a value corresponding to the location of
|
|---|
| 629 | MAGIC at 2200m height valid for January 200 |
|---|