| 1 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 2 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 3 |
|
|---|
| 4 | For your entries please follow EXACTLY this style:
|
|---|
| 5 |
|
|---|
| 6 | _yyyy/mm/dd_[Your Name]
|
|---|
| 7 | _
|
|---|
| 8 | ___*_filename:
|
|---|
| 9 | _____-_description
|
|---|
| 10 | _
|
|---|
| 11 | ___*_filename2, filename3:
|
|---|
| 12 | _____-_description
|
|---|
| 13 | _
|
|---|
| 14 | _
|
|---|
| 15 | _
|
|---|
| 16 |
|
|---|
| 17 | While an underscore is a placeholder for a white-space or an empty line.
|
|---|
| 18 |
|
|---|
| 19 | -*-*- END OF LINE -*-*-
|
|---|
| 20 |
|
|---|
| 21 | 2008/05/25 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mtrigger/MTriggerPattern.cc:
|
|---|
| 24 | - fixed a typo in a comment
|
|---|
| 25 |
|
|---|
| 26 | * mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 27 | - some code cleanup (mainly unified all the Require and Deny
|
|---|
| 28 | functions into one)
|
|---|
| 29 | - added a DenyAll member function
|
|---|
| 30 | - added Allow member functions including an AllowAll member function
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | * mjobs/MJPedestal.cc:
|
|---|
| 34 | - To choose pedestals we now deny all other trigger bits except the
|
|---|
| 35 | pedestal bit and in the case of data runs we deny all bits
|
|---|
| 36 | except trigger lvl1 and trigger lvl2
|
|---|
| 37 |
|
|---|
| 38 | * mjobs/MJCalibration.cc:
|
|---|
| 39 | - In addition to denial of prescaled calibration events we
|
|---|
| 40 | deny any bit in the unprescaled pattern but allow only
|
|---|
| 41 | calibration events
|
|---|
| 42 |
|
|---|
| 43 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 44 | - Instead of the denial of only calibration and pedestal events,
|
|---|
| 45 | we now deny any bit in the pattern, but allow Trigger Lvl1
|
|---|
| 46 | and Trigger Lvl2 events to choose cosmics
|
|---|
| 47 | - Instead of the denial of only lvl1 and lvl2 events,
|
|---|
| 48 | we now deny any bit in the pattern, but allow pedestal
|
|---|
| 49 | events to choose pedestals
|
|---|
| 50 | - Instead of requiring only calibration events,
|
|---|
| 51 | we now deny any bit in the pattern, but require the calibration
|
|---|
| 52 | bit to choose calibration events
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | 2008/05/24 Thomas Bretz
|
|---|
| 57 |
|
|---|
| 58 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 59 | - removed the obsolete fconsmics (what the hell did it do...
|
|---|
| 60 | it removed the largest events?)
|
|---|
| 61 | - added a cosmics trigger for calibration events instead
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 | 2008/05/20 Thomas Bretz
|
|---|
| 67 |
|
|---|
| 68 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 69 | - added a MH3-histogram to be filled. It contains the
|
|---|
| 70 | rate of the trigger pattern per run.
|
|---|
| 71 | - the filter selecting the calibration or pedestal
|
|---|
| 72 | events has been renamed from ftp to fcalped
|
|---|
| 73 | - the MContinue rejecting these events has been renamed
|
|---|
| 74 | from conttp to contcalped
|
|---|
| 75 | - the filter selecting the pedestal events have been
|
|---|
| 76 | renamed from ftp2 to fped
|
|---|
| 77 | - In the case of MUX data (no lo-gain) this filter
|
|---|
| 78 | is now also rejecting lvl1 and lvl2 triggered events
|
|---|
| 79 | - the ftp2-filter for the pedestal extraction tasks and
|
|---|
| 80 | the corresponding histogram fillers is obsolete
|
|---|
| 81 | - the previouls "PedestalFilter" is obsolete.
|
|---|
| 82 | - it doesn't make sense not to extract the signal (filter
|
|---|
| 83 | of teskenv1, taskenv2 and taskenv3) but process the
|
|---|
| 84 | rest of the tasklist
|
|---|
| 85 | - the pedestal extraction (as the calibration was already)
|
|---|
| 86 | has been moved to its own tasklist with the corresponding
|
|---|
| 87 | filter applied.
|
|---|
| 88 | - tlist3 has been renamed to tlist4
|
|---|
| 89 | - contped has been removed from the tasklist
|
|---|
| 90 |
|
|---|
| 91 |
|
|---|
| 92 |
|
|---|
| 93 | 2008/05/19 Thomas Bretz
|
|---|
| 94 |
|
|---|
| 95 | * Makefile.conf.general, Makefile.conf.linux:
|
|---|
| 96 | - distinguish between := (eval once) and = (eval every access)
|
|---|
| 97 |
|
|---|
| 98 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 99 | - added MObjLookup
|
|---|
| 100 |
|
|---|
| 101 | * mbase/MObjLookup.[h,cc]:
|
|---|
| 102 | - added
|
|---|
| 103 |
|
|---|
| 104 | * mbase/MEvtLoop.cc:
|
|---|
| 105 | - set progress bar position to 0 before PreProcessing
|
|---|
| 106 |
|
|---|
| 107 | * mdata/MDataMember.[h,cc]:
|
|---|
| 108 | - added a member function to get a string
|
|---|
| 109 |
|
|---|
| 110 | * mfilter/MFCosmics.cc:
|
|---|
| 111 | - fixed a typo in a comment
|
|---|
| 112 |
|
|---|
| 113 | * mhbase/MH.[h,cc]:
|
|---|
| 114 | - improved SetBinning for newer root-versions
|
|---|
| 115 | - improved SetBinning to correctly support axis with labels
|
|---|
| 116 | (keeps the binning unchanged)
|
|---|
| 117 |
|
|---|
| 118 | * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
|---|
| 119 | - support for axis labels was added.
|
|---|
| 120 | - a possibility to set an additional weight has been added
|
|---|
| 121 | - the version number has been increased accordingly
|
|---|
| 122 |
|
|---|
| 123 | * mjobs/MJPedestal.cc:
|
|---|
| 124 | - deny level1 and level2 triggers choosing pedestal events
|
|---|
| 125 |
|
|---|
| 126 | * mraw/MRawRunHeader.h:
|
|---|
| 127 | - added a member function returning the RunLength (stop-start)
|
|---|
| 128 |
|
|---|
| 129 | * mtrigger/MTriggerPattern.[h,cc]:
|
|---|
| 130 | - wrapped some comments
|
|---|
| 131 | - improved comments
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 |
|
|---|
| 135 | 2008/05/15 Thomas Bretz
|
|---|
| 136 |
|
|---|
| 137 | * mfilter/MFMagicCuts.[h,cc]:
|
|---|
| 138 | - fixed a few typos in comments and in the output
|
|---|
| 139 | - added an option kAreaLin with a linear cut in area for special
|
|---|
| 140 | studies
|
|---|
| 141 |
|
|---|
| 142 | * mbase/MStatusDisplay.cc:
|
|---|
| 143 | - if no MStatusArray is found, keys which store a TCanvas object
|
|---|
| 144 | are displayed instead if available
|
|---|
| 145 |
|
|---|
| 146 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
|---|
| 147 | - the extraction range to get the maximum is now determined
|
|---|
| 148 | automatically from the MExtractedSignalCam
|
|---|
| 149 |
|
|---|
| 150 | * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
|
|---|
| 151 | - raise an error if there is a mismatch in the number of samples
|
|---|
| 152 |
|
|---|
| 153 |
|
|---|
| 154 |
|
|---|
| 155 |
|
|---|
| 156 | 2008/05/14 Thomas Bretz
|
|---|
| 157 |
|
|---|
| 158 | * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
|---|
| 159 | - enhanced to allow direct filling of Profile histograms
|
|---|
| 160 |
|
|---|
| 161 | * mjobs/MDataSet.h:
|
|---|
| 162 | - fixed a bug in Print() causing an infinite loop
|
|---|
| 163 |
|
|---|
| 164 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
|
|---|
| 165 | - write the dataset(s) to the output file
|
|---|
| 166 |
|
|---|
| 167 | * mjtrain/MJTrainEnergy.cc
|
|---|
| 168 | - write the dataset to the output file
|
|---|
| 169 | - added new plots to show the resolution versus several different
|
|---|
| 170 | parameters
|
|---|
| 171 |
|
|---|
| 172 | * mpedestal/MPedestalSubtract.[h,cc]:
|
|---|
| 173 | - added an additional check to compate the number of hi-/lo-gain
|
|---|
| 174 | slices in the run- and event-header
|
|---|
| 175 |
|
|---|
| 176 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 177 | - added the 14th Jan 08 to the list of new pointing models
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | 2008/05/07 Stefan Ruegamer
|
|---|
| 182 |
|
|---|
| 183 | * datacenter/scripts/checkmd5sum
|
|---|
| 184 | - implemented check of files from /magic and /data
|
|---|
| 185 |
|
|---|
| 186 | * datacenter/scripts/checktransfer
|
|---|
| 187 | - changed the search for temporary zipfiles to not search in hidden
|
|---|
| 188 | directories
|
|---|
| 189 |
|
|---|
| 190 | * datacenter/scripts/movingrawfiles2
|
|---|
| 191 | - movingrawfiles to move raw files from /data/fromtape
|
|---|
| 192 |
|
|---|
| 193 | * datacenter/scripts/runcallisto
|
|---|
| 194 | - changed default callisto.rc to callisto_mux_new.rc
|
|---|
| 195 |
|
|---|
| 196 | * datacenter/scripts/zipscript
|
|---|
| 197 | - changed the script due to the fact that /magic/data/rawfiles is
|
|---|
| 198 | now a link
|
|---|
| 199 | - changed the find to not search in hidden directories
|
|---|
| 200 | - added the -n option to ssh
|
|---|
| 201 |
|
|---|
| 202 | * resources/calibration_spline.rc
|
|---|
| 203 | - added calibration factors for periods 62-66 but these are not
|
|---|
| 204 | newly calculated, simply pasted from previous periods!
|
|---|
| 205 |
|
|---|
| 206 |
|
|---|
| 207 |
|
|---|
| 208 | 2008/04/08 Thomas Bretz
|
|---|
| 209 |
|
|---|
| 210 | * mreport/MReportDrive.cc:
|
|---|
| 211 | - implemented changes of Version 20080220
|
|---|
| 212 |
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 | 2008/03/19 Thomas Bretz
|
|---|
| 216 |
|
|---|
| 217 | * mjobs/MJSpectrum.cc:
|
|---|
| 218 | - fixed a bug introduced yesterday. The overflow bin was not
|
|---|
| 219 | correctly referenced
|
|---|
| 220 |
|
|---|
| 221 |
|
|---|
| 222 |
|
|---|
| 223 | 2008/03/18 Thomas Bretz
|
|---|
| 224 |
|
|---|
| 225 | * sponde.cc:
|
|---|
| 226 | - added new option "--force-runtime"
|
|---|
| 227 |
|
|---|
| 228 | * mbase/MEnv.h:
|
|---|
| 229 | - added WriteFile to context menu
|
|---|
| 230 |
|
|---|
| 231 | * mjobs/MJSpectrum.[h,cc]:
|
|---|
| 232 | - added a new option to force using the runtime instead of the
|
|---|
| 233 | effective observation time (this might bw wrong for very
|
|---|
| 234 | short datasets)
|
|---|
| 235 | - added a check if the effective observation time is out of
|
|---|
| 236 | the histogram range... print a warning if so and include
|
|---|
| 237 | the overflow bins into the eff. obs time
|
|---|
| 238 | - added an estimated sensitivity curve for high and low za
|
|---|
| 239 | to the spectrum plots
|
|---|
| 240 | - added description text for 1553 and crab spectrum
|
|---|
| 241 | - write out the MC events after cuts including their weights
|
|---|
| 242 | - do not fit at 1TeV but 500GeV instead
|
|---|
| 243 |
|
|---|
| 244 | * mjobs/MJob.cc:
|
|---|
| 245 | - check in WriteContainer whether the file is already open
|
|---|
| 246 |
|
|---|
| 247 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 248 | - added some more comments
|
|---|
| 249 |
|
|---|
| 250 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
|---|
| 251 | - added the possibility to extend a spectrum by "fake" statistics
|
|---|
| 252 |
|
|---|
| 253 |
|
|---|
| 254 |
|
|---|
| 255 | 2008/03/14 Daniel Hoehne
|
|---|
| 256 |
|
|---|
| 257 | * datacenter/macros/filldotrun.C:
|
|---|
| 258 | - inserted new arehucas version
|
|---|
| 259 |
|
|---|
| 260 |
|
|---|
| 261 |
|
|---|
| 262 | 2008/03/04 Thomas Bretz
|
|---|
| 263 |
|
|---|
| 264 | * condor/program.submit, condor/macro.submit, condor/script.submit:
|
|---|
| 265 | - added
|
|---|
| 266 |
|
|---|
| 267 |
|
|---|
| 268 |
|
|---|
| 269 | 2008/03/03 Thomas Bretz
|
|---|
| 270 |
|
|---|
| 271 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 272 | - allow to project individual bins in DrawNicePlot
|
|---|
| 273 |
|
|---|
| 274 |
|
|---|
| 275 |
|
|---|
| 276 | 2008/02/24 Thomas Bretz
|
|---|
| 277 |
|
|---|
| 278 | * mbase/MLog.h:
|
|---|
| 279 | - added a getter for the OutputLevel (for debugging)
|
|---|
| 280 |
|
|---|
| 281 | * mpointing/MPointing.h:
|
|---|
| 282 | - added a memberfunction to calculate the Abs-value
|
|---|
| 283 |
|
|---|
| 284 | * mpointing/PointingLinkDef.h:
|
|---|
| 285 | - added RaDec
|
|---|
| 286 |
|
|---|
| 287 |
|
|---|
| 288 |
|
|---|
| 289 | 2008/02/21 Daniela Dorner
|
|---|
| 290 |
|
|---|
| 291 | * datacenter/db/builddatasets.php:
|
|---|
| 292 | - display 'Remark' only in case of errors
|
|---|
| 293 |
|
|---|
| 294 |
|
|---|
| 295 |
|
|---|
| 296 | 2008/02/08 Stefan Ruegamer
|
|---|
| 297 |
|
|---|
| 298 | * datacenter/scripts/checkmd5sum
|
|---|
| 299 | - added check to prevent that checksums of files not read from tape
|
|---|
| 300 | enter the .lapalma file
|
|---|
| 301 |
|
|---|
| 302 | * datacenter/scripts/dbchk
|
|---|
| 303 | - added check for crashed runs, sequences and datasets
|
|---|
| 304 | - corrected bugs in find command and $dir-loops
|
|---|
| 305 | - adapted to the automatic concept and added it to the cronjobs
|
|---|
| 306 |
|
|---|
| 307 |
|
|---|
| 308 |
|
|---|
| 309 | 2008/02/01 Stefan Ruegamer
|
|---|
| 310 |
|
|---|
| 311 | * datacenter/macros/filldotrun.C
|
|---|
| 312 | - added default entry for fCompmux for new runs
|
|---|
| 313 |
|
|---|
| 314 | * datacenter/macros/checkfileavail.C
|
|---|
| 315 | - added checking of fCompmux
|
|---|
| 316 |
|
|---|
| 317 |
|
|---|
| 318 |
|
|---|
| 319 | 2008/02/01 Daniel Hoehne
|
|---|
| 320 |
|
|---|
| 321 | * datacenter/db/runinfo-aio.php:
|
|---|
| 322 | - fixed 'bug' with query. Now runs are displayed in ascending order
|
|---|
| 323 |
|
|---|
| 324 |
|
|---|
| 325 |
|
|---|
| 326 | 2008/01/31 Thomas Bretz
|
|---|
| 327 |
|
|---|
| 328 | * mbase/MThread.[h,cc]:
|
|---|
| 329 | - imported from Cosy
|
|---|
| 330 |
|
|---|
| 331 | * mbase/Makefile:
|
|---|
| 332 | - added MThread
|
|---|
| 333 |
|
|---|
| 334 | * mbase/BaseLinkDef.h:
|
|---|
| 335 | - added MThread
|
|---|
| 336 |
|
|---|
| 337 |
|
|---|
| 338 |
|
|---|
| 339 | 2008/01/27 Thomas Bretz
|
|---|
| 340 |
|
|---|
| 341 | * .rootrc:
|
|---|
| 342 | - updated with the correct path to the ViewCVS
|
|---|
| 343 |
|
|---|
| 344 |
|
|---|
| 345 |
|
|---|
| 346 | 2008/01/24 Thomas Bretz
|
|---|
| 347 |
|
|---|
| 348 | * mpointing/MPointing.cc:
|
|---|
| 349 | - added ClassImp for RaDec
|
|---|
| 350 |
|
|---|
| 351 | * mpointing/MPointing.h:
|
|---|
| 352 | - added code for classes AltAz and RaDec deriving from TVector2
|
|---|
| 353 | not to be used in Mars and Cosy
|
|---|
| 354 |
|
|---|
| 355 |
|
|---|
| 356 |
|
|---|
| 357 | 2008/01/24 Daniel Hoehne
|
|---|
| 358 |
|
|---|
| 359 | * scripts/preparemc:
|
|---|
| 360 | - adapted to new rawfile/camera structure in /magic/montecarlo
|
|---|
| 361 |
|
|---|
| 362 |
|
|---|
| 363 |
|
|---|
| 364 | 2008/01/14 Thomas Bretz
|
|---|
| 365 |
|
|---|
| 366 | * mpointing/MPointing.h:
|
|---|
| 367 | - added enumeration operator[]
|
|---|
| 368 |
|
|---|
| 369 |
|
|---|
| 370 |
|
|---|
| 371 | 2008/01/11 Thomas Bretz
|
|---|
| 372 |
|
|---|
| 373 | * mbase/MLog.cc:
|
|---|
| 374 | - correctly use delete[] instead of delete for fGuiLInes as
|
|---|
| 375 | suggested by valgrind.
|
|---|
| 376 |
|
|---|
| 377 |
|
|---|
| 378 |
|
|---|
| 379 | 2008/01/09 Thomas Bretz
|
|---|
| 380 |
|
|---|
| 381 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
|---|
| 382 | - removed obsolete fRawHeader
|
|---|
| 383 |
|
|---|
| 384 | * mpointing/MSrcPosCam.[h,cc]:
|
|---|
| 385 | - added Paint member function
|
|---|
| 386 |
|
|---|
| 387 | * mpointing/MSrcPosRndm.[h,cc]:
|
|---|
| 388 | - also produce a antio source position for wobble observations
|
|---|
| 389 |
|
|---|
| 390 | * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
|
|---|
| 391 | mpedestal/MPedestalCam.cc:
|
|---|
| 392 | - some cosmetics
|
|---|