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