| 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 | 2009/02/12 Thomas Bretz
|
|---|
| 21 |
|
|---|
| 22 | * datacenter/macros/fillsources.C:
|
|---|
| 23 | - updated
|
|---|
| 24 |
|
|---|
| 25 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 26 | - added some comments
|
|---|
| 27 | - renamed GetNewFileName to SubstituteName
|
|---|
| 28 | - made SubstituteName static
|
|---|
| 29 |
|
|---|
| 30 | * mhist/MHCamera.cc:
|
|---|
| 31 | - fixed the number in the legend (was wrong since last update)
|
|---|
| 32 |
|
|---|
| 33 | * mjobs/MDataSet.cc:
|
|---|
| 34 | - replaced From by MString::Format
|
|---|
| 35 |
|
|---|
| 36 | * mjobs/MJSimulation.cc:
|
|---|
| 37 | - a lot of things were renamed
|
|---|
| 38 | - the refelctor can now be set from the setup file
|
|---|
| 39 | - changed the binning for the event width
|
|---|
| 40 | - removed plot "CamShadow"
|
|---|
| 41 | - changed rules for file names
|
|---|
| 42 |
|
|---|
| 43 | * ceres.rc:
|
|---|
| 44 | - updated according to the changes in MJSimulation
|
|---|
| 45 |
|
|---|
| 46 | * mjobs/MSequence.cc:
|
|---|
| 47 | - replaced use of Form by MString::Format
|
|---|
| 48 | - allow non-setting of fNight
|
|---|
| 49 | - don't print period if -1
|
|---|
| 50 |
|
|---|
| 51 | * mmain/MEventDisplay.cc:
|
|---|
| 52 | - decode trigger pattern for display
|
|---|
| 53 |
|
|---|
| 54 | * mmain/Makefile:
|
|---|
| 55 | - included mtrigger
|
|---|
| 56 |
|
|---|
| 57 | * msim/MHPhotonEvent.cc:
|
|---|
| 58 | - search Reflector instead of MReflector
|
|---|
| 59 |
|
|---|
| 60 | * msim/MSimAbsorption.cc:
|
|---|
| 61 | - added some info output
|
|---|
| 62 |
|
|---|
| 63 | * msimcamera/MSimAPD.[h,cc]:
|
|---|
| 64 | - added an option to set the geom cam name. Can be used to skip
|
|---|
| 65 | this task
|
|---|
| 66 |
|
|---|
| 67 | * msimcamera/MSimCamera.[h,cc]:
|
|---|
| 68 | - allow to set BaselineGain from resource file
|
|---|
| 69 |
|
|---|
| 70 | * msimreflector/MSimReflector.cc:
|
|---|
| 71 | - removed CamShadow container
|
|---|
| 72 | - search Reflector instead of MReflector
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 | 2009/02/11 Thomas Bretz
|
|---|
| 78 |
|
|---|
| 79 | * mcalib/MCalibColorSet.[h,cc]:
|
|---|
| 80 | - removed some obsolete break statements
|
|---|
| 81 | - removed obsolete gkMCRunLimit
|
|---|
| 82 | - fixed setting of signal strength for extremely old
|
|---|
| 83 | runs (I think we don't have them anyway)
|
|---|
| 84 |
|
|---|
| 85 | * mcalib/MCalibrateData.cc:
|
|---|
| 86 | - improved output
|
|---|
| 87 |
|
|---|
| 88 | * mcalib/MCalibrationChargeCalc.cc:
|
|---|
| 89 | - stop if no valid pulser colors have been found
|
|---|
| 90 |
|
|---|
| 91 | * mcorsika/MCorsikaRunHeader.h:
|
|---|
| 92 | - some cosmetics
|
|---|
| 93 | - added some getter
|
|---|
| 94 |
|
|---|
| 95 | * mhist/MHEvent.[h,cc]:
|
|---|
| 96 | - some improvements to output
|
|---|
| 97 | - implemented display for trigger pattern
|
|---|
| 98 |
|
|---|
| 99 | * mtrigger/MTriggerPattern.[h,cc]:
|
|---|
| 100 | - added Copy-function
|
|---|
| 101 |
|
|---|
| 102 | * mhist/Makefile:
|
|---|
| 103 | - added -I../mtrigger
|
|---|
| 104 |
|
|---|
| 105 | * mmc/MMcEvtBasic.[h,cc]:
|
|---|
| 106 | - moved the getter returning a TString to the source file
|
|---|
| 107 | - replaced Form by MString::Format
|
|---|
| 108 |
|
|---|
| 109 | * mraw/MRawRunHeader.cc:
|
|---|
| 110 | - initialize fSourceEpochChar[1]
|
|---|
| 111 | - initialize fNumEventsRead
|
|---|
| 112 | - suppress more output which has not been initialized
|
|---|
| 113 | - removed run-type from SetRunInfo
|
|---|
| 114 | - added new function SetRunType
|
|---|
| 115 | - use strncpy instead of memcpy
|
|---|
| 116 | - replaced const char[] arguments by TString
|
|---|
| 117 |
|
|---|
| 118 | * msimreflector/MReflector.[h,cc]:
|
|---|
| 119 | - added Print
|
|---|
| 120 | - added a circle around the mirror showing fMaxR
|
|---|
| 121 |
|
|---|
| 122 | * mastro/MAstro.cc:
|
|---|
| 123 | - updated some typos in comments
|
|---|
| 124 |
|
|---|
| 125 | * mbase/MEnv.cc:
|
|---|
| 126 | - replaced Form by MString::Format
|
|---|
| 127 |
|
|---|
| 128 | * mbase/MTask.cc:
|
|---|
| 129 | - made the total number of executions really count the total
|
|---|
| 130 | number
|
|---|
| 131 |
|
|---|
| 132 | * mcalib/MCalibrationPatternDecode.cc:
|
|---|
| 133 | - some cosmetics
|
|---|
| 134 | - corrected the use of a wrong FindCreateObj
|
|---|
| 135 |
|
|---|
| 136 | * mcorsika/MCorsikaRead.cc:
|
|---|
| 137 | - added a comment
|
|---|
| 138 |
|
|---|
| 139 | * mfileio/MWriteRootFile.cc:
|
|---|
| 140 | - improved output
|
|---|
| 141 | - improved the copy of a tree (now done without unpacking)
|
|---|
| 142 | - made sure that copied trees are shown in the summary
|
|---|
| 143 | - made sure that the copied trees are nevertheless deleted
|
|---|
| 144 |
|
|---|
| 145 | * mfilter/MFDeltaT.cc:
|
|---|
| 146 | - adapted to change in GetNumExecutions
|
|---|
| 147 |
|
|---|
| 148 | * mhbase/MFillH.cc:
|
|---|
| 149 | - set the number of executions (as it is in MTask) before the
|
|---|
| 150 | execution
|
|---|
| 151 |
|
|---|
| 152 | * mhbase/MH.cc:
|
|---|
| 153 | - improved the statistics output
|
|---|
| 154 |
|
|---|
| 155 | * mhist/MHCamera.[h,cc]:
|
|---|
| 156 | - don't create an own pad anymore
|
|---|
| 157 | - removed SetRange
|
|---|
| 158 | - SetRange now done via MH::SetPadRange
|
|---|
| 159 | - some sanity checks if fGeomCam is set
|
|---|
| 160 | - some adaptions to the new layout scheme without
|
|---|
| 161 | an own pad
|
|---|
| 162 | - Changed DrawProjection to a more commonly usable scheme
|
|---|
| 163 | - Removed all dependencies from MGeomCamMagic
|
|---|
| 164 | - start the gaus fit with the maximum not the integral
|
|---|
| 165 |
|
|---|
| 166 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 167 | - If the input files contain an OriginalMC tree
|
|---|
| 168 | copy it
|
|---|
| 169 | - consequently we make the MMcEvtBasic from the
|
|---|
| 170 | parameter-list optional
|
|---|
| 171 | - fixed the rule (MC files with .root as extension could not
|
|---|
| 172 | be processed)
|
|---|
| 173 |
|
|---|
| 174 | * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
|---|
| 175 | - Use MHCamera::CamDraw more extensively
|
|---|
| 176 | - replace use of Form by MString::Format
|
|---|
| 177 |
|
|---|
| 178 | * mjobs/MJSimulation.cc:
|
|---|
| 179 | - added an option to switch the cmaera electronics off
|
|---|
| 180 | - write some more containers to output file (for easy access)
|
|---|
| 181 | - set the MC bit in the header
|
|---|
| 182 | - now use MSimMMCS to "fake" the correct file structure
|
|---|
| 183 | - added three new writers to write the MMcEvtBasic information
|
|---|
| 184 | - added a display of the most important things
|
|---|
| 185 |
|
|---|
| 186 | * mmain/MEventDisplay.cc:
|
|---|
| 187 | - don't change into the not more existing pad of a MHCamera
|
|---|
| 188 |
|
|---|
| 189 | * msimcamera/MSimCalibrationSignal.cc:
|
|---|
| 190 | - adapted GetNumExecution
|
|---|
| 191 | - SetReadyToSave for the run header
|
|---|
| 192 | - jitter the number of emitted photons
|
|---|
| 193 | - corrected the emitted trigger positon
|
|---|
| 194 | - (re)set calibration pattern
|
|---|
| 195 |
|
|---|
| 196 | * mbase/MLut.[h,cc]:
|
|---|
| 197 | - added overload of Delete() function
|
|---|
| 198 | - added IsDefault
|
|---|
| 199 | - added SetDefault
|
|---|
| 200 |
|
|---|
| 201 | * mfileio/MWriteRootFile.cc:
|
|---|
| 202 | - fixed output in OpenFile
|
|---|
| 203 |
|
|---|
| 204 | * mjobs/MSequence.cc:
|
|---|
| 205 | - allow the "Night" resource to be empty
|
|---|
| 206 |
|
|---|
| 207 | * msimcamera/MSimBundlePhotons.cc:
|
|---|
| 208 | - some small improvements in case of empty maps
|
|---|
| 209 |
|
|---|
| 210 | * msimcamera/MSimReadout.[h,cc]:
|
|---|
| 211 | - reset gain. Use the new fConversionFactor instead
|
|---|
| 212 | - removed some setting of fRunHeader
|
|---|
| 213 |
|
|---|
| 214 | * msimcamera/MSimTrigger.[h,cc]:
|
|---|
| 215 | - on useer request now offset and gain can be used to
|
|---|
| 216 | convert the signal back into units of phe
|
|---|
| 217 | - added possibility to use empty lookup tables
|
|---|
| 218 | - added debug output
|
|---|
| 219 |
|
|---|
| 220 | * msimcamera/MSimCamera.[h,cc]:
|
|---|
| 221 | - outsourced the pedestal and gain numbers into ReInit
|
|---|
| 222 | - use an MPedestalCam for Electronic Noise and Gain
|
|---|
| 223 | - allow to switch ob whether the gain is applied to the
|
|---|
| 224 | electronic noise or not
|
|---|
| 225 | - SetPhotElfromShower
|
|---|
| 226 |
|
|---|
| 227 | * msim/Makefile. msim/SimLinkDef.h:
|
|---|
| 228 | - added MSimMMCS
|
|---|
| 229 |
|
|---|
| 230 | * msim/MSimMMCS.[h,cc]:
|
|---|
| 231 | - added
|
|---|
| 232 |
|
|---|
| 233 | * msimcamera/Makefile:
|
|---|
| 234 | - added -I../mpedestal
|
|---|
| 235 |
|
|---|
| 236 | * ceres.rc:
|
|---|
| 237 | - added
|
|---|
| 238 |
|
|---|
| 239 | * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
|
|---|
| 240 | msimreflector/MMirrorDisk.cc:
|
|---|
| 241 | - changed the grey colors
|
|---|
| 242 |
|
|---|
| 243 | * msimreflector/MMirrorHex.cc:
|
|---|
| 244 | - fixed bugs in CanHit and HasHit
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 |
|
|---|
| 248 | 2009/02/10 Thomas Bretz
|
|---|
| 249 |
|
|---|
| 250 | * manalysis/MMcTriggerLvl2Calc.cc:
|
|---|
| 251 | - removed obsolete include of MmcRunHeader
|
|---|
| 252 |
|
|---|
| 253 | * mbase/MSpline3.[h,cc]:
|
|---|
| 254 | - improved the available constructors
|
|---|
| 255 | - added some comments for future use
|
|---|
| 256 | - added default constructor
|
|---|
| 257 | - added GetHistogram()
|
|---|
| 258 |
|
|---|
| 259 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
|---|
| 260 | - added fImpactMax
|
|---|
| 261 | - added some Getters
|
|---|
| 262 |
|
|---|
| 263 | * melectronics/MPulseShape.[h,cc]:
|
|---|
| 264 | - set class version to 1 to make it storable
|
|---|
| 265 | - set a title for the splines
|
|---|
| 266 | - implemented Paint function
|
|---|
| 267 |
|
|---|
| 268 | * mhbase/MH.[h,cc]:
|
|---|
| 269 | - added SetPadRange
|
|---|
| 270 |
|
|---|
| 271 | * mhist/MHCamEvent.[h,cc]:
|
|---|
| 272 | - Init the geometry in ReInit thus it can work with a geometry stored in a file
|
|---|
| 273 | - Make sure that histogranms already drawn properly to a pad are found in Paint
|
|---|
| 274 | - added RecursiveRemove for sanity
|
|---|
| 275 |
|
|---|
| 276 | * mmc/MMcCorsikaRunHeader.h:
|
|---|
| 277 | - added SetSpectrum
|
|---|
| 278 |
|
|---|
| 279 | * mmc/MMcEvt.hxx:
|
|---|
| 280 | - added SetEvtNumber
|
|---|
| 281 | - added SetPhotElfromShower
|
|---|
| 282 |
|
|---|
| 283 | * mmc/MMcEvtBasic.[h,cc]:
|
|---|
| 284 | - added operator=
|
|---|
| 285 |
|
|---|
| 286 | * mmc/MMcRunHeader.[hxx, cxx]:
|
|---|
| 287 | - set default for the versions to UShort_t(-1)
|
|---|
| 288 | - added some comments
|
|---|
| 289 | - added SetNumSimulatedShowers
|
|---|
| 290 | - added SetImpactMax
|
|---|
| 291 |
|
|---|
| 292 | * mraw/MRawRunHeader.cc:
|
|---|
| 293 | - suppress some information in header if not valid
|
|---|
| 294 |
|
|---|
| 295 | * msignal/MSignalCalc.cc:
|
|---|
| 296 | - if (!fPedestal) we should return kTRUE not kFALSE
|
|---|
| 297 |
|
|---|
| 298 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
|---|
| 299 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
|---|
| 300 | msimreflector/MReflector.[h,cc],
|
|---|
| 301 | - added Print
|
|---|
| 302 | - some cosmetics in header
|
|---|
| 303 | - set class version to 1 to make it storable
|
|---|
| 304 |
|
|---|
| 305 | * mtools/MagicJam.cc:
|
|---|
| 306 | - updated
|
|---|
| 307 |
|
|---|
| 308 |
|
|---|
| 309 |
|
|---|
| 310 | 2009/02/10 Daniela Dorner
|
|---|
| 311 |
|
|---|
| 312 | * datacenter/db/tabs.php:
|
|---|
| 313 | - if csv-file doesn't exist, only logs are displayed now
|
|---|
| 314 |
|
|---|
| 315 |
|
|---|
| 316 |
|
|---|
| 317 | 2009/02/08 Thomas Bretz
|
|---|
| 318 |
|
|---|
| 319 | * Makefile.conf.linux:
|
|---|
| 320 | - added -Winit-self
|
|---|
| 321 |
|
|---|
| 322 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
|---|
| 323 | - account for the pulse shape/width
|
|---|
| 324 | - make number of photons settable
|
|---|
| 325 | - make time jitter settable
|
|---|
| 326 | - renamned fNumEntries to fNumEvents
|
|---|
| 327 | - don't set daq event number (should be set by the "daq")
|
|---|
| 328 | - set trigger pattern
|
|---|
| 329 | - print number of events in PreProcess
|
|---|
| 330 |
|
|---|
| 331 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 332 | - made the detector margin settable
|
|---|
| 333 |
|
|---|
| 334 | * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
|
|---|
| 335 | - print an error and exit
|
|---|
| 336 |
|
|---|
| 337 | * macros/optim/optimdisp.C:
|
|---|
| 338 | - set the default values as default
|
|---|
| 339 | - added a short summary what a good strategy for optimization is
|
|---|
| 340 |
|
|---|
| 341 | * mastro/MAstro.cc:
|
|---|
| 342 | - replaced Form by MString::Form
|
|---|
| 343 |
|
|---|
| 344 | * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
|
|---|
| 345 | - moved fParticleID from event header to run header
|
|---|
| 346 | - increased Class Version accordingly
|
|---|
| 347 | - added an error if more than one observation levels are read
|
|---|
| 348 |
|
|---|
| 349 | * mhcalib/MHGausEvents.cc:
|
|---|
| 350 | - replaced Form by MString::Form
|
|---|
| 351 | - handle the creating of the TF1 fExpFit a bit more "root-safe"
|
|---|
| 352 |
|
|---|
| 353 | * mhist/MHCamEvent.[h,cc]:
|
|---|
| 354 | - added a new option to collect the maximum or minimum contents
|
|---|
| 355 |
|
|---|
| 356 | * mhist/MHCamera.[h,cc]:
|
|---|
| 357 | - added new functions SetMax/MinCamContent
|
|---|
| 358 |
|
|---|
| 359 | * mraw/MRawEvtHeader.cc:
|
|---|
| 360 | - initialize the data members in constructor
|
|---|
| 361 |
|
|---|
| 362 | * mraw/MRawEvtHeader.h:
|
|---|
| 363 | - removed bits for trigger type they were never used
|
|---|
| 364 |
|
|---|
| 365 | * mraw/MRawRunHeader.cc:
|
|---|
| 366 | - tiny cosmetics
|
|---|
| 367 |
|
|---|
| 368 | * msim/MHPhotonEvent.[h,cc]:
|
|---|
| 369 | - added a histogram to display the height
|
|---|
| 370 | - don't fill kNightSky photons
|
|---|
| 371 |
|
|---|
| 372 | * msim/MPhotonData.h:
|
|---|
| 373 | - added getter for fProductionHeight
|
|---|
| 374 |
|
|---|
| 375 | * msim/MPhotonEvent.h:
|
|---|
| 376 | - commented IsValid (was not used anyhow)
|
|---|
| 377 |
|
|---|
| 378 | * msimcamera/MSimGeomCam.[h,cc]:
|
|---|
| 379 | - added one sample to the window to allow for time jitter of one sample
|
|---|
| 380 | - make the code for the window indentical to MSimCalibrationSignal
|
|---|
| 381 |
|
|---|
| 382 | * msimcamera/MSimReadout.[h,cc]:
|
|---|
| 383 | - Set the daq event number (readout number)
|
|---|
| 384 |
|
|---|
| 385 | * msimcamera/MSimTrigger.[h,cc]:
|
|---|
| 386 | - added comments
|
|---|
| 387 | - made the signal length settable
|
|---|
| 388 | - made the coincidence time settable
|
|---|
| 389 | - removed setting of the daq event number (should be done by the "daq")
|
|---|
| 390 | - changed the trigger output from all to inf/inf2
|
|---|
| 391 |
|
|---|
| 392 | * msimcamera/Makefile:
|
|---|
| 393 | - added -I../mtrigger
|
|---|
| 394 |
|
|---|
| 395 | * mjobs/MJSimulation.[h,cc]:
|
|---|
| 396 | - added new mode to force the use of the trigger "electronics"
|
|---|
| 397 | - moved setup of the fadc to the resource file
|
|---|
| 398 | - added a new histogram to show the maximum signal in all pixels
|
|---|
| 399 | - automatically setup the range of the TrigPos histogram
|
|---|
| 400 | - don't show all histograms in all run conditions
|
|---|
| 401 |
|
|---|
| 402 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 403 | - added ReadEnv for a setup from a resource file in ceres
|
|---|
| 404 |
|
|---|
| 405 | * msimcamera/MSimAPD.cc:
|
|---|
| 406 | - added a sanity check if ReInit has not been called
|
|---|
| 407 |
|
|---|
| 408 |
|
|---|
| 409 |
|
|---|
| 410 | 2009/02/07 Thomas Bretz
|
|---|
| 411 |
|
|---|
| 412 | * sponde.rc:
|
|---|
| 413 | - fixed a typo
|
|---|
| 414 |
|
|---|
| 415 | * datacenter/scripts/runcorsika:
|
|---|
| 416 | - added a comment
|
|---|
| 417 |
|
|---|
| 418 | * mbase/MContinue.h:
|
|---|
| 419 | - changed a comment
|
|---|
| 420 |
|
|---|
| 421 | * mbase/MEnv.h, mbase/MMath.cc:
|
|---|
| 422 | - Do not assign a temporary TString to const char *
|
|---|
| 423 |
|
|---|
| 424 | * mcamera/MCameraCentralPix.[h,cc]:
|
|---|
| 425 | - changed fDC from Float_t to Int_t
|
|---|
| 426 |
|
|---|
| 427 | * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
|
|---|
| 428 | mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
|
|---|
| 429 | mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
|
|---|
| 430 | mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
|
|---|
| 431 | mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
|
|---|
| 432 | mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
|
|---|
| 433 | mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
|
|---|
| 434 | mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
|
|---|
| 435 | mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
|
|---|
| 436 | - use MString::Format instead of Form
|
|---|
| 437 |
|
|---|
| 438 | * msim/MHPhotonEvent.cc:
|
|---|
| 439 | - don't fill kNightSky primaries
|
|---|
| 440 |
|
|---|
| 441 | * msim/MPhotonEvent.[h,cc]:
|
|---|
| 442 | - return the number of non NightSky photons
|
|---|
| 443 |
|
|---|
| 444 | * msimcamera/MSimPSF.cc:
|
|---|
| 445 | - changed default for fSigma from 1 to -1
|
|---|
| 446 |
|
|---|
| 447 | * mbase/MContinue.cc:
|
|---|
| 448 | - changed default title
|
|---|
| 449 |
|
|---|
| 450 | * mfileio/MWriteRootFile.cc:
|
|---|
| 451 | - set kMustCleanup bit, otherwise it is not correctly deleted from
|
|---|
| 452 | the list of cleanups
|
|---|
| 453 |
|
|---|
| 454 | * mhbase/MH3.[h,cc]:
|
|---|
| 455 | - added RecursiveRemove
|
|---|
| 456 |
|
|---|
| 457 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 458 | - moved code to source file
|
|---|
| 459 | - improved setting of a new fFunc
|
|---|
| 460 |
|
|---|
| 461 | * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
|
|---|
| 462 | - added RecursiveRemove
|
|---|
| 463 |
|
|---|
| 464 | * mjobs/MJSimulation.cc:
|
|---|
| 465 | - added MSimPSF
|
|---|
| 466 | - Show only the non NightSky photons in the size plot
|
|---|
| 467 | - changed the binning of BinningEvtWidth
|
|---|
| 468 |
|
|---|
| 469 |
|
|---|
| 470 |
|
|---|
| 471 | 2009/02/06 Daniela Dorner
|
|---|
| 472 |
|
|---|
| 473 | * datacenter/db/include.php:
|
|---|
| 474 | - adapted status-query
|
|---|
| 475 |
|
|---|
| 476 |
|
|---|
| 477 |
|
|---|
| 478 | 2009/02/05 Daniel Hoehne-Moench
|
|---|
| 479 |
|
|---|
| 480 | * datacenter/macros/filldotrun.C:
|
|---|
| 481 | - implemented new SuperArehucas version
|
|---|
| 482 |
|
|---|
| 483 |
|
|---|
| 484 |
|
|---|
| 485 | 2009/02/03 Thomas Bretz
|
|---|
| 486 |
|
|---|
| 487 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 488 | - searches now all catalogs also in the datacenter default path if
|
|---|
| 489 | the file could not be found
|
|---|
| 490 |
|
|---|
| 491 | * mbase/MStatusDisplay.cc:
|
|---|
| 492 | - also print information about added tabs in batch mode
|
|---|
| 493 |
|
|---|
| 494 | * mcorsika/MCorsikaEvtHeader.h:
|
|---|
| 495 | - fixed a comment
|
|---|
| 496 |
|
|---|
| 497 | * mfileio/MWriteRootFile.cc:
|
|---|
| 498 | - added some more log-output
|
|---|
| 499 | - open a new /dev/null only if none with the same title already exists
|
|---|
| 500 | - added some comments
|
|---|
| 501 |
|
|---|
| 502 | * mhflux/MHEffectiveOnTime.cc:
|
|---|
| 503 | - Don't call PaintText if FitH failed (as suggested by valgrind)
|
|---|
| 504 |
|
|---|
| 505 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
|---|
| 506 | - added a title to all MWriteRootFile
|
|---|
| 507 |
|
|---|
| 508 | * mreport/MReportCC.cc:
|
|---|
| 509 | - added more comments
|
|---|
| 510 | - improved log-output
|
|---|
| 511 |
|
|---|
| 512 |
|
|---|
| 513 |
|
|---|
| 514 | 2009/02/03 Daniela Dorner
|
|---|
| 515 |
|
|---|
| 516 | * datacenter/db/plotdb.php:
|
|---|
| 517 | - sequence as default when startup
|
|---|
| 518 |
|
|---|
| 519 | * datacenter/db/plotdb.php, datacenter/db/plot.php:
|
|---|
| 520 | - added possibility to set size of plot
|
|---|
| 521 |
|
|---|
| 522 |
|
|---|
| 523 |
|
|---|
| 524 | 2009/02/03 Stefan Ruegamer
|
|---|
| 525 |
|
|---|
| 526 | * datacenter/scripts/budb:
|
|---|
| 527 | - added getdbsetup
|
|---|
| 528 |
|
|---|
| 529 |
|
|---|
| 530 |
|
|---|
| 531 | 2009/02/02 Thomas Bretz
|
|---|
| 532 |
|
|---|
| 533 | * mcamera/MCameraCentralPix.[h,cc]:
|
|---|
| 534 | - added data member fDC
|
|---|
| 535 | - increased class version number accordingly
|
|---|
| 536 |
|
|---|
| 537 | * mreport/MReportCC.cc:
|
|---|
| 538 | - improved debug output
|
|---|
| 539 | - remove minus from the third argument in SCHEDULE
|
|---|
| 540 |
|
|---|
| 541 | * mreport/MReportCamera.[h,cc]:
|
|---|
| 542 | - fixed for ver>=200812140
|
|---|
| 543 | - added InterpretePSSEN
|
|---|
| 544 | - added InterpreteLIQ
|
|---|
| 545 |
|
|---|
| 546 | * msimcamera/MSimCamera.cc:
|
|---|
| 547 | - added a time-shift uniformly according to the bin-width
|
|---|
| 548 |
|
|---|
| 549 |
|
|---|
| 550 |
|
|---|
| 551 | 2009/01/30 Thomas Bretz
|
|---|
| 552 |
|
|---|
| 553 | * RELEASE V2.2
|
|---|
| 554 |
|
|---|
| 555 |
|
|---|
| 556 | 2009/02/02 Thomas Bretz
|
|---|
| 557 |
|
|---|
| 558 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
|---|
| 559 | - fixed the regular expresssion
|
|---|
| 560 |
|
|---|
| 561 |
|
|---|
| 562 |
|
|---|
| 563 | 2009/01/30 Thomas Bretz
|
|---|
| 564 |
|
|---|
| 565 | * datacenter/macros/fillcmt.C:
|
|---|
| 566 | - added
|
|---|
| 567 |
|
|---|
| 568 | * datacenter/macros/plotstat.C:
|
|---|
| 569 | - extended loop to show all periods again
|
|---|
| 570 |
|
|---|
| 571 | * msim/MPhotonData.cc:
|
|---|
| 572 | - don't change the sign of the cosines. The direction of the
|
|---|
| 573 | particle doesn't neet to be changed
|
|---|
| 574 |
|
|---|
| 575 | * msimreflector/MSimReflector.cc:
|
|---|
| 576 | - change the rotation matrix to fit the change in MPhotonData
|
|---|
| 577 |
|
|---|
| 578 |
|
|---|
| 579 |
|
|---|
| 580 | 2009/01/29 Thomas Bretz
|
|---|
| 581 |
|
|---|
| 582 | * melectronics/MPulseShape.cc:
|
|---|
| 583 | - changed spline range from -25/25 to -8/8
|
|---|
| 584 |
|
|---|
| 585 | * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
|
|---|
| 586 | - for sanity (thread safety) replaced Form by MString::Format
|
|---|
| 587 |
|
|---|
| 588 | * mhflux/MHDisp.cc:
|
|---|
| 589 | - initialize fHalf as suggested by valgrind
|
|---|
| 590 |
|
|---|
| 591 | * datacenter/macros/plotdb.C:
|
|---|
| 592 | - updated comments
|
|---|
| 593 |
|
|---|
| 594 | * resources/calibration_spline.rc:
|
|---|
| 595 | - updated
|
|---|
| 596 |
|
|---|
| 597 |
|
|---|
| 598 |
|
|---|
| 599 | 2009/01/27 Thomas Bretz
|
|---|
| 600 |
|
|---|
| 601 | * macros/rootlogon.C:
|
|---|
| 602 | - added new subdirectories
|
|---|
| 603 |
|
|---|
| 604 | * melectronics/MAnalogSignal.[h,cc]:
|
|---|
| 605 | - added the posssibility to add a pulse from a TF1
|
|---|
| 606 | - removed the printout if out of range
|
|---|
| 607 | - returns whether the range had to be adapted
|
|---|
| 608 | - changed the Discriminate function to allow for giving a start
|
|---|
| 609 | and end time of the search
|
|---|
| 610 | - imporved the fining of the falling and rising edge
|
|---|
| 611 | - removed the printout in Discriminate
|
|---|
| 612 |
|
|---|
| 613 | * msimcamera/MSimCamera.[h,cc]:
|
|---|
| 614 | - moved the pulse shape specific code into a new class MPulseShape
|
|---|
| 615 | - Fixed the range of the digitization
|
|---|
| 616 |
|
|---|
| 617 | * melectronics/MPulseShape.[h,cc]:
|
|---|
| 618 | - added
|
|---|
| 619 |
|
|---|
| 620 | * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
|
|---|
| 621 | - added MPulseShape
|
|---|
| 622 |
|
|---|
| 623 | * msimcamera/MSimGeomCam.[h,cc]:
|
|---|
| 624 | - Fixed the time window for random photons (Maybe move to a later
|
|---|
| 625 | step in the analysis?)
|
|---|
| 626 |
|
|---|
| 627 | * msimcamera/MSimReadout.cc:
|
|---|
| 628 | - call SetReadyToSave for the run-header
|
|---|
| 629 | - added some debug output in case of failure
|
|---|
| 630 |
|
|---|
| 631 | * msimcamera/MSimSignalCam.[h,cc]:
|
|---|
| 632 | - subtract the trigger position of any
|
|---|
| 633 |
|
|---|
| 634 | * msimcamera/MSimTrigger.cc:
|
|---|
| 635 | - some changes to the debug output
|
|---|
| 636 |
|
|---|
| 637 | * mjobs/MJSimulation.[h,cc]:
|
|---|
| 638 | - added
|
|---|
| 639 |
|
|---|
| 640 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
|---|
| 641 | - added MJSimulation
|
|---|
| 642 |
|
|---|
| 643 | * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
|---|
| 644 | - added parenthesis suggested by compiler
|
|---|
| 645 |
|
|---|
| 646 | * mbase/MParEnv.cc:
|
|---|
| 647 | - included TClass for newwer root versions
|
|---|
| 648 |
|
|---|
| 649 | * msimreflector/MReflector.cc:
|
|---|
| 650 | - fixed return if read file was not existing
|
|---|
| 651 |
|
|---|
| 652 | * msimrelfector/MSimReflector.cc:
|
|---|
| 653 | - added sanity check if reflector is valid
|
|---|
| 654 |
|
|---|
| 655 | * datacenter/macros/insertdataset.C:
|
|---|
| 656 | - added fPriority
|
|---|
| 657 |
|
|---|
| 658 | * datacenter/macros/plotoptical.C:
|
|---|
| 659 | - write a root-file as the other plot-macros do
|
|---|
| 660 |
|
|---|
| 661 | * mreflector/MHReflector.cc:
|
|---|
| 662 | - added some SetDirectory(NULL), although this class is a candidate
|
|---|
| 663 | for removal
|
|---|
| 664 |
|
|---|
| 665 | * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
|
|---|
| 666 | - make the CheckEnv fail if kFALSE is returned
|
|---|
| 667 |
|
|---|
| 668 |
|
|---|
| 669 |
|
|---|
| 670 | 2009/01/26 Thomas Bretz
|
|---|
| 671 |
|
|---|
| 672 | * Makefile:
|
|---|
| 673 | - added mcorsika, msim, msimreflector, msimcamera and
|
|---|
| 674 | msimelectronics
|
|---|
| 675 | - added readcorsika
|
|---|
| 676 |
|
|---|
| 677 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 678 | - added MParEnv
|
|---|
| 679 |
|
|---|
| 680 | * mbase/MParEnv.[h,cc]:
|
|---|
| 681 | - added
|
|---|
| 682 |
|
|---|
| 683 | * mbase/MParameters.[h,cc]:
|
|---|
| 684 | - added ReadEnv to all classes
|
|---|
| 685 |
|
|---|
| 686 | * mbase/MParList.cc:
|
|---|
| 687 | - return the container within MParEnv if MParEnv found
|
|---|
| 688 |
|
|---|
| 689 | * mbase/MParContainer.cc:
|
|---|
| 690 | - fixed a typo
|
|---|
| 691 |
|
|---|
| 692 | * manalysis/MEventRateCalc.cc:
|
|---|
| 693 | - added a comment
|
|---|
| 694 |
|
|---|
| 695 | * melectronics/MAnalogChannels.[h,cc]:
|
|---|
| 696 | - made the GetNum* unsigned
|
|---|
| 697 | - added new member functions to just initialize one size
|
|---|
| 698 |
|
|---|
| 699 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 700 | - added a possibility to just init the number of pixels
|
|---|
| 701 |
|
|---|
| 702 | * msimcamera/MSimReadout.[h,cc]:
|
|---|
| 703 | - get the number of output channels from the camera geometry
|
|---|
| 704 | - initialize the runheader in ReInit
|
|---|
| 705 | - initialize the data arrays from the run-header in reinit
|
|---|
| 706 |
|
|---|
| 707 | * mimage/MHHillas.cc:
|
|---|
| 708 | - the default binning is not scales by 0.9 anymore
|
|---|
| 709 |
|
|---|
| 710 | * mmc/MMcEvtBasic.h:
|
|---|
| 711 | - added new type "artificial"
|
|---|
| 712 |
|
|---|
| 713 | * mraw/MRawRunHeader.cc:
|
|---|
| 714 | - set header size in constructor to 0
|
|---|
| 715 |
|
|---|
| 716 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
|---|
| 717 | - we need fEvt and fTrigger always
|
|---|
| 718 | - renamed ReInit to CallReInit
|
|---|
| 719 | - set photon primary type
|
|---|
| 720 | - set number of photons from 50 to 5
|
|---|
| 721 |
|
|---|
| 722 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 723 | - explicitly set weight to 1
|
|---|
| 724 |
|
|---|
| 725 | * mjobs/Makefile:
|
|---|
| 726 | - added msim, msimreflector, msimcamera and mcorsika
|
|---|
| 727 |
|
|---|
| 728 |
|
|---|
| 729 |
|
|---|
| 730 | 2009/01/25 Thomas Bretz
|
|---|
| 731 |
|
|---|
| 732 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 733 | - added MLut
|
|---|
| 734 |
|
|---|
| 735 | * mbase/MLut.[h,cc]:
|
|---|
| 736 | - added
|
|---|
| 737 |
|
|---|
| 738 | * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
|
|---|
| 739 | msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
|
|---|
| 740 | msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
|
|---|
| 741 | msimcamera/SimCameraIncl,h:
|
|---|
| 742 | - added
|
|---|
| 743 |
|
|---|
| 744 | * mjobs/MJob.cc:
|
|---|
| 745 | - included TClass for newer root versions
|
|---|
| 746 |
|
|---|
| 747 | * mreflector/MRflEvtData.cc:
|
|---|
| 748 | - repaced a use of MHexagon by a direct use of MGeomCam
|
|---|
| 749 |
|
|---|
| 750 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 751 | - added some getters
|
|---|
| 752 | - remobved some obsolete comment
|
|---|
| 753 | - set entries to 1 by default
|
|---|
| 754 |
|
|---|
| 755 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 756 | - split the Get[Max,Min]Radius into two member functions
|
|---|
| 757 | - added the HitDetector based on the maximum radius calculated
|
|---|
| 758 |
|
|---|
| 759 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
|---|
| 760 | - removed overloading of the new HitDetector
|
|---|
| 761 |
|
|---|
| 762 | * mgeom/MGeomPix.[h,cc]:
|
|---|
| 763 | - reset fUserBits in constructor according to a suggestion by valgrind
|
|---|
| 764 | - added GetT member function
|
|---|
| 765 |
|
|---|
| 766 | * mjobs/MJSpectrum.cc:
|
|---|
| 767 | - replaced some Form calls for sanity by MString::Format
|
|---|
| 768 | - check the result of CheckEnv
|
|---|
| 769 |
|
|---|
| 770 | * mjobs/MJStar.cc:
|
|---|
| 771 | - check the result of CheckEnv
|
|---|
| 772 |
|
|---|
| 773 | * mjobs/MJob.cc:
|
|---|
| 774 | - fixed a typo in the name for the seed value resource
|
|---|
| 775 |
|
|---|
| 776 | * mraw/MRawRunHeader.h:
|
|---|
| 777 | - added a getter for run type point run
|
|---|
| 778 |
|
|---|
| 779 | * msignal/MSignalCalc.cc:
|
|---|
| 780 | - don't execute Process at all if fPedestal==NULL
|
|---|
| 781 |
|
|---|
| 782 | * msignal/MSignalCam.cc:
|
|---|
| 783 | - aded case 10 and 11 to GetPixelContent
|
|---|
| 784 |
|
|---|
| 785 | * msim/MHPhotonEvent.cc:
|
|---|
| 786 | - replaced case 4 by using the traversal distance in the 0-pixel
|
|---|
| 787 |
|
|---|
| 788 | * msimcamera/MSimSignalCam.cc:
|
|---|
| 789 | - set pixel only to used if contents>0
|
|---|
| 790 |
|
|---|
| 791 | * msimcamera/MSimTrigger.[h,cc]:
|
|---|
| 792 | - added ReadEnv for setup from a resource file
|
|---|
| 793 | - compress the trigger list after deleting slots
|
|---|
| 794 | - initialize descriminator threshold with -1
|
|---|
| 795 | - check for the validity of the discr. th in PreProcess
|
|---|
| 796 |
|
|---|
| 797 | * msimreflector/MReflector.[h,cc]:
|
|---|
| 798 | - store file name in title
|
|---|
| 799 | - added ReadEnv for setup from a resource file
|
|---|
| 800 |
|
|---|
| 801 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 802 | - changed copyright notice
|
|---|
| 803 | - added fDetectorMargin
|
|---|
| 804 |
|
|---|
| 805 |
|
|---|
| 806 |
|
|---|
| 807 |
|
|---|
| 808 | 2009/01/24 Thomas Bretz
|
|---|
| 809 |
|
|---|
| 810 | * mbase/MMath.cc:
|
|---|
| 811 | - added two explicit conversion to make it compile on my Ubuntu
|
|---|
| 812 | - Replaced some Form by MString::Format
|
|---|
| 813 | - included MString
|
|---|
| 814 |
|
|---|
| 815 |
|
|---|
| 816 |
|
|---|
| 817 | 2009/01/23 Daniela Dorner
|
|---|
| 818 |
|
|---|
| 819 | * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
|
|---|
| 820 | datacenter/db/plot.php:
|
|---|
| 821 | - adapted path to new web file structure
|
|---|
| 822 |
|
|---|
| 823 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
|
|---|
| 824 | - added option to group by date (year, month, night): pulldown in
|
|---|
| 825 | menu and adapted query
|
|---|
| 826 |
|
|---|
| 827 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
|
|---|
| 828 | datacenter/db/datasetinfo-aio.php:
|
|---|
| 829 | - enabled possibility to combine all group-bys
|
|---|
| 830 |
|
|---|
| 831 | * datacenter/db/datasetinfo-aio.php:
|
|---|
| 832 | - enhances information printed in table in case of group-by
|
|---|
| 833 |
|
|---|
| 834 | * datacenter/db/include.php:
|
|---|
| 835 | - adapted pulldown of status-group-by
|
|---|
| 836 |
|
|---|
| 837 | * datacenter/db/menu.php:
|
|---|
| 838 | - added pulldown for sumtrigger-flag to sequinfo-menu
|
|---|
| 839 | - added function to print pulldown for group-by date
|
|---|
| 840 |
|
|---|
| 841 |
|
|---|
| 842 |
|
|---|
| 843 | 2009/01/23 Thomas Bretz
|
|---|
| 844 |
|
|---|
| 845 | * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
|
|---|
| 846 | msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
|
|---|
| 847 | msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
|
|---|
| 848 | msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
|
|---|
| 849 | melectronics/MAnalogSignal.cc:
|
|---|
| 850 | - moved code which needs TMath to source file
|
|---|
| 851 | - included TMath for newer root versions
|
|---|
| 852 | - included TObjArray for newer root versions
|
|---|
| 853 |
|
|---|
| 854 | * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
|
|---|
| 855 | msimcamera/MSimRandomPhotons.[h,cc]:
|
|---|
| 856 | - added
|
|---|
| 857 |
|
|---|
| 858 | * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
|
|---|
| 859 | melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
|
|---|
| 860 | melectronics/MDigitalSignal.[h,cc],
|
|---|
| 861 | melectronics/MAnalogSignal.[h,cc],
|
|---|
| 862 | melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 863 | - added
|
|---|
| 864 |
|
|---|
| 865 | * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
|
|---|
| 866 | - changed copyright notice
|
|---|
| 867 |
|
|---|
| 868 | * mjobs/MJob.[h,cc]:
|
|---|
| 869 | - for convinience replaced GetEnvValue by GetEnvValue2
|
|---|
| 870 | - added initialization of the random number generator
|
|---|
| 871 |
|
|---|
| 872 | * ceres.cc, mcorsika/CorsikaIncl.h:
|
|---|
| 873 | - added
|
|---|
| 874 |
|
|---|
| 875 |
|
|---|
| 876 |
|
|---|
| 877 | 2009/01/22 Thomas Bretz
|
|---|
| 878 |
|
|---|
| 879 | * mraw/MRawRunHeader.h:
|
|---|
| 880 | - added new functions to access the runtype
|
|---|
| 881 |
|
|---|
| 882 | * msim/MPhotonData.cc:
|
|---|
| 883 | - removed some obsolete comments
|
|---|
| 884 |
|
|---|
| 885 | * msim/MPhotonEvent.[h,cc]
|
|---|
| 886 | - added some comments
|
|---|
| 887 | - added new member function GetFirst and GetLast
|
|---|
| 888 | - UnSort the array after reading new data
|
|---|
| 889 | - removed some old obsolete code
|
|---|
| 890 | - added new meber function Sort and IsSorted
|
|---|
| 891 |
|
|---|
| 892 | * msimreflector/MSimReflector.cc:
|
|---|
| 893 | - force sorting of the array
|
|---|
| 894 |
|
|---|
| 895 | * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
|
|---|
| 896 | msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
|
|---|
| 897 | - added
|
|---|
| 898 |
|
|---|
| 899 |
|
|---|
| 900 |
|
|---|
| 901 | 2009/01/21 Thomas Bretz
|
|---|
| 902 |
|
|---|
| 903 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 904 | - added MQuaternion
|
|---|
| 905 | - added MReflection
|
|---|
| 906 |
|
|---|
| 907 | * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
|
|---|
| 908 | - added
|
|---|
| 909 |
|
|---|
| 910 | * mbase/MArrayI.[h,cc]:
|
|---|
| 911 | - added a few new functions (ReSort, Add, Find and AddUniq)
|
|---|
| 912 |
|
|---|
| 913 | * mbase/MMath.cc:
|
|---|
| 914 | - replaced delete by delete[] where appropriate
|
|---|
| 915 |
|
|---|
| 916 | * mgeom/MGeomCam.h:
|
|---|
| 917 | - added new virtual functions HitFrame and HitDetector
|
|---|
| 918 | - included MQuaternion
|
|---|
| 919 |
|
|---|
| 920 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
|---|
| 921 | - added new functions HitFrame and HitDetector:
|
|---|
| 922 |
|
|---|
| 923 | * msim/MHPhotonEvent.cc:
|
|---|
| 924 | - removed the reference to MCamera
|
|---|
| 925 |
|
|---|
| 926 | * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
|
|---|
| 927 | - moved DistanceToPrimitive from MHexagon to MGeomPix
|
|---|
| 928 | - moved the funtions to calculate overlapping areas
|
|---|
| 929 | also, but they are still in a comment
|
|---|
| 930 |
|
|---|
| 931 | * mgui/MHexagon.[h,cc]:
|
|---|
| 932 | - started implementing a rotation angle
|
|---|
| 933 | - added data meber fPhi
|
|---|
| 934 | - increased class version number
|
|---|
| 935 |
|
|---|
| 936 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
|---|
| 937 | - we don't have to use a MHexagon anymore caluclating
|
|---|
| 938 | DistanceToPrimitive
|
|---|
| 939 |
|
|---|
| 940 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
|---|
| 941 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
|---|
| 942 | msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
|
|---|
| 943 | msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
|
|---|
| 944 | msimreflector/SimReflectorIncl.h:
|
|---|
| 945 | - added
|
|---|
| 946 |
|
|---|
| 947 |
|
|---|
| 948 |
|
|---|
| 949 | 2009/01/21 Stefan Ruegamer
|
|---|
| 950 |
|
|---|
| 951 | * datacenter/scripts/read_lapalma-tapes:
|
|---|
| 952 | - added check of the tape slot when exporting the tapes
|
|---|
| 953 |
|
|---|
| 954 |
|
|---|
| 955 |
|
|---|
| 956 | 2009/01/20 Thomas Bretz
|
|---|
| 957 |
|
|---|
| 958 | * mjobs/MJob.h:
|
|---|
| 959 | - added Esc member function
|
|---|
| 960 |
|
|---|
| 961 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
|
|---|
| 962 | msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
|
|---|
| 963 | MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
|
|---|
| 964 | msim/SimLinkDef.h:
|
|---|
| 965 | - added
|
|---|
| 966 |
|
|---|
| 967 |
|
|---|
| 968 | 2009/01/19 Thomas Bretz
|
|---|
| 969 |
|
|---|
| 970 | * mfileio/MWriteRootFile.cc:
|
|---|
| 971 | - simplified how the rules are evaluated using TPregexp
|
|---|
| 972 | - by this the rules got more powerful
|
|---|
| 973 |
|
|---|
| 974 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
|---|
| 975 | - changed ols style rule to new style
|
|---|
| 976 |
|
|---|
| 977 |
|
|---|
| 978 |
|
|---|
| 979 | 2009/01/18 Thomas Bretz
|
|---|
| 980 |
|
|---|
| 981 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 982 | - added MSpline3
|
|---|
| 983 |
|
|---|
| 984 | * mcorsika/MCorsikaEvtHeader.cc:
|
|---|
| 985 | - some little cosmetics
|
|---|
| 986 |
|
|---|
| 987 | * mcorsika/MCorsikaEvtHeader.h:
|
|---|
| 988 | - added some missing getters
|
|---|
| 989 |
|
|---|
| 990 | * mcorsika/MCorsikaRunHeader.cc:
|
|---|
| 991 | - removed some obsolete comments
|
|---|
| 992 | - reordered some comments
|
|---|
| 993 |
|
|---|
| 994 | * mextralgo/MExtralgoSpline.h:
|
|---|
| 995 | - changed default in GetIntegral from true to false
|
|---|
| 996 |
|
|---|
| 997 | * mraw/MRawEvtHeader.h:
|
|---|
| 998 | - added Setter for DAQEventNumber
|
|---|
| 999 |
|
|---|
| 1000 | * mraw/MRawRunHeader.cc:
|
|---|
| 1001 | - start pixel hardware indices with 1 not with 0
|
|---|
| 1002 |
|
|---|
| 1003 |
|
|---|
| 1004 |
|
|---|
| 1005 | 2009/01/17 Thomas Bretz
|
|---|
| 1006 |
|
|---|
| 1007 | * mbase/MMath.[h,cc]:
|
|---|
| 1008 | - added a new function RndmExp which should be a tiny bit faster than
|
|---|
| 1009 | root's own implementation because it ises Rndm() instead of Uniform()
|
|---|
| 1010 |
|
|---|
| 1011 | * mextralgo/ExtralgoIncl.h:
|
|---|
| 1012 | - added MArrayF
|
|---|
| 1013 |
|
|---|
| 1014 | * mextralgo/MExtralgoSpline.[h,cc]:
|
|---|
| 1015 | - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
|
|---|
| 1016 | - added a new member function to return the integral function of the
|
|---|
| 1017 | spline. This is useful to init a new spline and use it for
|
|---|
| 1018 | producing the proper random distribution.
|
|---|
| 1019 |
|
|---|
| 1020 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
|---|
| 1021 | - added Print() function
|
|---|
| 1022 |
|
|---|
| 1023 | * mraw/MRawEvtData.[h,cc]:
|
|---|
| 1024 | - added a member function to Reset the arrays
|
|---|
| 1025 | - added member function to set the pixel indices
|
|---|
| 1026 | - Improved the new Set function
|
|---|
| 1027 |
|
|---|
| 1028 | * readcorsika.cc:
|
|---|
| 1029 | - added
|
|---|
| 1030 |
|
|---|
| 1031 |
|
|---|
| 1032 |
|
|---|
| 1033 | 2009/01/16 Daniel Hoehne-Moench
|
|---|
| 1034 |
|
|---|
| 1035 | * datacenter/scripts/mcsequences:
|
|---|
| 1036 | - implemented sumtrigger -> modes, fTriggerFlagKEY
|
|---|
| 1037 | - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
|
|---|
| 1038 |
|
|---|
| 1039 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
|---|
| 1040 | - bugfix: changed argument of $primaries from [$s+$s] to [$s]
|
|---|
| 1041 |
|
|---|
| 1042 | * datacenter/macros/fillcamera.C:
|
|---|
| 1043 | - changed NumPheFromDNSB to float(7,3)
|
|---|
| 1044 | - fPriority(MCRunProcessStatus) is now filled into the mcdb
|
|---|
| 1045 |
|
|---|
| 1046 | * datacenter/macros/fillmccalib.C:
|
|---|
| 1047 | - minor changes, bugfix (wrong column name for mcdb)
|
|---|
| 1048 |
|
|---|
| 1049 | * datacenter/macros/fillmcsignal.C:
|
|---|
| 1050 | - definition of some parameters changed according to fillsignal.C
|
|---|
| 1051 | - minor changes, deleted unnecessary code
|
|---|
| 1052 | - implemented if clause for HiLo-Parameters. Instead of
|
|---|
| 1053 | seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
|
|---|
| 1054 | sequence. For MUX MCs the HiLo-Parameters are not calculated.
|
|---|
| 1055 |
|
|---|
| 1056 |
|
|---|
| 1057 |
|
|---|
| 1058 | 2009/01/15 Thomas Bretz
|
|---|
| 1059 |
|
|---|
| 1060 | * callisto.cc:
|
|---|
| 1061 | - cosmetics to output
|
|---|
| 1062 |
|
|---|
| 1063 | * mcorsika/MCorsikaRunHeader.cc:
|
|---|
| 1064 | - cosmetics (removed a ;;)
|
|---|
| 1065 |
|
|---|
| 1066 | * mhist/MHEvent.[h,cc]:
|
|---|
| 1067 | - ReInit to allow the change of the camera geoemtry in ReInit
|
|---|
| 1068 |
|
|---|
| 1069 |
|
|---|
| 1070 |
|
|---|
| 1071 | 2009/01/15 Stefan Ruegamer
|
|---|
| 1072 |
|
|---|
| 1073 | * datacenter/scripts/dodatacheck:
|
|---|
| 1074 | - removed the _E in the find command; files from 2008/06/04 on do
|
|---|
| 1075 | not have it any more
|
|---|
| 1076 |
|
|---|
| 1077 |
|
|---|
| 1078 |
|
|---|
| 1079 | 2009/01/14 Daniel Hoehne-Moench
|
|---|
| 1080 |
|
|---|
| 1081 | * datacenter/scripts/sourcefile:
|
|---|
| 1082 | - extended errorcoding on mc run process status
|
|---|
| 1083 |
|
|---|
| 1084 | * datacenter/scripts/runmccallisto, runmcstar:
|
|---|
| 1085 | - deleted unnecessary lines, adapted to primary structure
|
|---|
| 1086 |
|
|---|
| 1087 | * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
|
|---|
| 1088 | - added
|
|---|
| 1089 |
|
|---|
| 1090 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
|---|
| 1091 | - added
|
|---|
| 1092 |
|
|---|
| 1093 |
|
|---|
| 1094 |
|
|---|
| 1095 | 2009/01/14 Thomas Bretz
|
|---|
| 1096 |
|
|---|
| 1097 | * readraw.cc:
|
|---|
| 1098 | - check first whether the file exist before adding the extension
|
|---|
| 1099 |
|
|---|
| 1100 | * mbase/MMath.[h,cc]:
|
|---|
| 1101 | - added function to Re-sort an array
|
|---|
| 1102 |
|
|---|
| 1103 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
|---|
| 1104 | - Improved output
|
|---|
| 1105 |
|
|---|
| 1106 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1107 | - fixed a problem which prevented to open more than one /dev/null
|
|---|
| 1108 | devices independantly
|
|---|
| 1109 |
|
|---|
| 1110 | * mgeom/MGeomCam.cc:
|
|---|
| 1111 | - cosmetics
|
|---|
| 1112 |
|
|---|
| 1113 | * mgeom/MGeomCamDwarf.h:
|
|---|
| 1114 | - fixed a typo in an ifdef
|
|---|
| 1115 |
|
|---|
| 1116 | * mgeom/MGeomPix.[h,cc]:
|
|---|
| 1117 | - added funtion to return positon as TVector2
|
|---|
| 1118 | - slightly improved the algorithm to check IsInside
|
|---|
| 1119 | - fixed the conditional signs for the orientation of pixels
|
|---|
| 1120 | in GetDirection
|
|---|
| 1121 |
|
|---|
| 1122 | * mmain/MEventDisplay.cc:
|
|---|
| 1123 | - Give different names to the MPedestalSubtract tasks
|
|---|
| 1124 | - fixed buttons
|
|---|
| 1125 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
|---|
| 1126 | ReInit
|
|---|
| 1127 |
|
|---|
| 1128 | * mmc/MMcEvtBasic.h:
|
|---|
| 1129 | - added a new primary type kNightSky
|
|---|
| 1130 |
|
|---|
| 1131 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 1132 | - replaced type of the number of bytes by UInt_t
|
|---|
| 1133 |
|
|---|
| 1134 | * mraw/MRawRunHeader.h:
|
|---|
| 1135 | - allow to validate the magic-number from outside (for MCs)
|
|---|
| 1136 |
|
|---|
| 1137 | * datacenter/scripts/runcorsika:
|
|---|
| 1138 | - added a lot of comments
|
|---|
| 1139 | - reordered values in input card
|
|---|
| 1140 | - switched off a lot of obsolete output
|
|---|
| 1141 | - changed the Magnetic field to a value corresponding to the location of
|
|---|
| 1142 | MAGIC at 2200m height valid for January 2009. (The old value never took
|
|---|
| 1143 | place there?!) The value was taken from www.noaa.gov/geomagmodels
|
|---|
| 1144 |
|
|---|
| 1145 |
|
|---|
| 1146 |
|
|---|
| 1147 | 2009/01/12 Daniel Hoehne-Moench
|
|---|
| 1148 |
|
|---|
| 1149 | * datacenter/db/menu.php:
|
|---|
| 1150 | - bugfix: now the SumTriggerFlag is correctly displayed in the web
|
|---|
| 1151 | interface
|
|---|
| 1152 |
|
|---|
| 1153 |
|
|---|
| 1154 |
|
|---|
| 1155 | 2009/01/09 Daniel Hoehne-Moench
|
|---|
| 1156 |
|
|---|
| 1157 | * datacenter/macros/fillcamera.C
|
|---|
| 1158 | - implemented new variables: zbinmin, zbinmax, number of
|
|---|
| 1159 | sumtriggers, sum trigger flag
|
|---|
| 1160 | - bugfix: for P and C runs the mirror fraction and the impact
|
|---|
| 1161 | parameter had unreasonable values (negative) which were filled
|
|---|
| 1162 | into the mcdb, now->0
|
|---|
| 1163 |
|
|---|
| 1164 | * datacenter/scripts/fillcamera, mcsequences:
|
|---|
| 1165 | - implemented call of getdbsetup
|
|---|
| 1166 |
|
|---|
| 1167 |
|
|---|
| 1168 |
|
|---|
| 1169 | 2009/01/09 Stefan Ruegamer
|
|---|
| 1170 |
|
|---|
| 1171 | * datacenter/scripts/buildsequenceentries
|
|---|
| 1172 | - corrected IFS argument
|
|---|
| 1173 |
|
|---|
| 1174 |
|
|---|
| 1175 |
|
|---|
| 1176 | 2009/01/08 Stefan Ruegamer
|
|---|
| 1177 |
|
|---|
| 1178 | * datacenter/scripts/filesondisk
|
|---|
| 1179 | - added S and N runs
|
|---|
| 1180 |
|
|---|
| 1181 |
|
|---|
| 1182 |
|
|---|
| 1183 | 2009/01/07 Daniel Hoehne-Moench
|
|---|
| 1184 |
|
|---|
| 1185 | * datacenter/macros/filldotrun.C:
|
|---|
| 1186 | - updated column counting numbers
|
|---|
| 1187 | - included a check for the number of columns in the runfiles
|
|---|
| 1188 |
|
|---|
| 1189 | * datacenter/macros/buildsequenceentries.C:
|
|---|
| 1190 | - implemented SumTriggerFlagKEY for sequence building
|
|---|
| 1191 |
|
|---|
| 1192 |
|
|---|
| 1193 |
|
|---|
| 1194 | 2009/01/06 Thomas Bretz
|
|---|
| 1195 |
|
|---|
| 1196 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
|---|
| 1197 | mbase/MArrayI.h, mbase/MArrayS.h:
|
|---|
| 1198 | - removed GetSize
|
|---|
| 1199 |
|
|---|
| 1200 | * mbase/MArrayF.h:
|
|---|
| 1201 | - added Add()
|
|---|
| 1202 | - added AddClipped
|
|---|
| 1203 |
|
|---|
| 1204 | * mbase/MMath.[h,cc]:
|
|---|
| 1205 | - implemented ReSort
|
|---|
| 1206 |
|
|---|
| 1207 | * mcorsika/MCorsikaEvtHeader.cc:
|
|---|
| 1208 | - removed obsolete comments
|
|---|
| 1209 |
|
|---|
| 1210 | * mcorsika/MCorsikaRead.cc:
|
|---|
| 1211 | - cosmetics
|
|---|
| 1212 |
|
|---|
| 1213 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
|---|
| 1214 | - added comments about file contents
|
|---|
| 1215 | - added fWavelengthMin/Max
|
|---|
| 1216 |
|
|---|
| 1217 | * mextralgo/MExtralgoSpline.[h,cc]:
|
|---|
| 1218 | - renamed SearchY to SearchYdn
|
|---|
| 1219 | - fixed a problem in SearchYup (must be ++i instead of i++)
|
|---|
| 1220 | (this is relatively unimportant because it was only used
|
|---|
| 1221 | in the determination of the pulse width which we never
|
|---|
| 1222 | really used)
|
|---|
| 1223 | - added a sanity/range-check to SearchYup and SearchYdn
|
|---|
| 1224 | - added a comment
|
|---|
| 1225 | - changed the order of arguments in EvalDeriv1
|
|---|
| 1226 | - changed the order of arguments in EvalDeriv2
|
|---|
| 1227 | - accelerated EvalDeriv1 (one multiplication less)
|
|---|
| 1228 | - added Deriv1 function
|
|---|
| 1229 | - made SearchYup and SearchYdn public
|
|---|
| 1230 |
|
|---|
| 1231 | * mjobs/MDataSet.cc:
|
|---|
| 1232 | - removed an obsolete return statement
|
|---|
| 1233 |
|
|---|
| 1234 | * mraw/MRawEvtData.[h,cc]:
|
|---|
| 1235 | - changed pointer in AddPixel to reference
|
|---|
| 1236 | - added a Set function
|
|---|
| 1237 |
|
|---|
| 1238 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 1239 | - added a lot of fixes for wrong run numbers written by Arehucas
|
|---|
| 1240 | - added a fix for strange file numbers written by Arehucas
|
|---|
| 1241 | - added functions as monta carlo interface to set contents
|
|---|
| 1242 |
|
|---|
| 1243 | * msignal/MSignalCam.cc:
|
|---|
| 1244 | - defined a case 9
|
|---|
| 1245 |
|
|---|
| 1246 |
|
|---|
| 1247 |
|
|---|
| 1248 | 2009/01/05 Thomas Bretz
|
|---|
| 1249 |
|
|---|
| 1250 | * mhbase/MH.h:
|
|---|
| 1251 | - commited missing changes from last year
|
|---|
| 1252 |
|
|---|
| 1253 | * merpp.cc:
|
|---|
| 1254 | - fixed a description
|
|---|
| 1255 |
|
|---|
| 1256 | * sponde.cc:
|
|---|
| 1257 | - added "Multiple dataset at once"
|
|---|
| 1258 |
|
|---|
| 1259 | * star.cc:
|
|---|
| 1260 | - removed obsolete -ff option from output
|
|---|
| 1261 |
|
|---|
| 1262 | * mbase/MTime.[h,cc]:
|
|---|
| 1263 | - added GetBinary
|
|---|
| 1264 | - added WriteBinary
|
|---|
| 1265 |
|
|---|
| 1266 | * mbase/MEvtLoop.cc:
|
|---|
| 1267 | - display paused status in status line
|
|---|
| 1268 | - improved pause handling
|
|---|