| 1 | -*-*- END -*-*-
|
|---|
| 2 |
|
|---|
| 3 | 2001/10/05: Thomas Bretz
|
|---|
| 4 |
|
|---|
| 5 | * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
|
|---|
| 6 | mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
|
|---|
| 7 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
|---|
| 8 | meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
|
|---|
| 9 | mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
|
|---|
| 10 | mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
|
|---|
| 11 | mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
|
|---|
| 12 | mraw/MRawFileRead.cc
|
|---|
| 13 | - comments updated
|
|---|
| 14 |
|
|---|
| 15 | * mbase/MFilter.[h,cc]:
|
|---|
| 16 | - made IsExpressionTrue abstract
|
|---|
| 17 |
|
|---|
| 18 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 19 | - fixed a bug that only every second event was displayed
|
|---|
| 20 |
|
|---|
| 21 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 22 | - reorganized code (changing pixel number drawed the histogram twice)
|
|---|
| 23 |
|
|---|
| 24 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 25 | - added fDrawingPad to make sure that all output goes into the same pad
|
|---|
| 26 |
|
|---|
| 27 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 28 | - removed old MFillH* classes
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | 2001/10/02: Thomas Bretz
|
|---|
| 33 |
|
|---|
| 34 | * mbase/MClone.[h,cc],
|
|---|
| 35 | meventdisp/MGCamDisplay.[h,cc],
|
|---|
| 36 | meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 37 | mmain/MCameraDisplay.[h,cc]:
|
|---|
| 38 | - added
|
|---|
| 39 |
|
|---|
| 40 | * macros/readMagic.C:
|
|---|
| 41 | - fixed a "'->' and '.' mixed bug"
|
|---|
| 42 |
|
|---|
| 43 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 44 | - added initialisation of fIn
|
|---|
| 45 |
|
|---|
| 46 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 47 | - made IsPixelExisting const
|
|---|
| 48 | - made IsPixelCore const
|
|---|
| 49 | - made IsPixelUsed const
|
|---|
| 50 | - made GetNumPhotons[Min,Max] const
|
|---|
| 51 |
|
|---|
| 52 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 53 | - added MClone
|
|---|
| 54 |
|
|---|
| 55 | * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
|
|---|
| 56 | - added SetOwner-support
|
|---|
| 57 |
|
|---|
| 58 | * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
|
|---|
| 59 | - removed MShowSpect
|
|---|
| 60 | - removed MViewAdcSpect
|
|---|
| 61 |
|
|---|
| 62 | * mdatacheck/MDumpEvtHeader.cc:
|
|---|
| 63 | - added missing descriptions
|
|---|
| 64 |
|
|---|
| 65 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 66 | - small changes
|
|---|
| 67 |
|
|---|
| 68 | * meventdisp/EvtDispLinkDef.h:
|
|---|
| 69 | - added MGEvtDisplay
|
|---|
| 70 | - added MGCamDisplay
|
|---|
| 71 |
|
|---|
| 72 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 73 | - derived from MGEvtDisplay
|
|---|
| 74 | - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
|
|---|
| 75 |
|
|---|
| 76 | * meventdisp/Makefile:
|
|---|
| 77 | - added MGCamDisplay
|
|---|
| 78 |
|
|---|
| 79 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 80 | - cleaned
|
|---|
| 81 | - reorganized
|
|---|
| 82 |
|
|---|
| 83 | * mgui/MHexagon.cc:
|
|---|
| 84 | - added missing descriptions
|
|---|
| 85 |
|
|---|
| 86 | * mhist/MHFadcPix.cc:
|
|---|
| 87 | - reorganized some code in the constructor which creates the 'names'
|
|---|
| 88 |
|
|---|
| 89 | * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
|
|---|
| 90 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
|---|
| 91 | - Draw-function supports a default canvas now
|
|---|
| 92 |
|
|---|
| 93 | * mmain/MDataCheck.cc:
|
|---|
| 94 | - added/rorganized comments
|
|---|
| 95 | - removed usage of MViewAdcSpectra
|
|---|
| 96 |
|
|---|
| 97 | * mmain/MMars.[h,cc]:
|
|---|
| 98 | - added new "Camera Display" Button
|
|---|
| 99 |
|
|---|
| 100 | * mmain/MainLinkDef.h, mmain/Makefile:
|
|---|
| 101 | - added MCameraDisplay
|
|---|
| 102 |
|
|---|
| 103 |
|
|---|
| 104 |
|
|---|
| 105 | 2001/09/28: Thomas Bretz
|
|---|
| 106 |
|
|---|
| 107 | * macros/getRate.C:
|
|---|
| 108 | - changed TObjArray to a non-pointer object
|
|---|
| 109 | - added Printing of the result at the end of the macro
|
|---|
| 110 |
|
|---|
| 111 | * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
|
|---|
| 112 | - added DrawClone
|
|---|
| 113 |
|
|---|
| 114 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 115 | - added a dummy for DrawClone
|
|---|
| 116 |
|
|---|
| 117 | * mmain/MMonteCarlo.[cc, h]:
|
|---|
| 118 | - added Gui elements
|
|---|
| 119 | - added CalculateCollectionArea (not yet tested)
|
|---|
| 120 | - added CalculateTriggerRate (not yet tested)
|
|---|
| 121 | - added Threshold (not yet tested)
|
|---|
| 122 |
|
|---|
| 123 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 124 | - removed output stuff from PostProcessing
|
|---|
| 125 |
|
|---|
| 126 | * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 127 | - reorganized code (constructor)
|
|---|
| 128 | - reorganized deletion of gui objects
|
|---|
| 129 | - fixed many, many memory leaks
|
|---|
| 130 |
|
|---|
| 131 |
|
|---|
| 132 |
|
|---|
| 133 | 2001/09/27: Thomas Bretz
|
|---|
| 134 |
|
|---|
| 135 | * mmain/MBrowser.cc:
|
|---|
| 136 | - added comments
|
|---|
| 137 |
|
|---|
| 138 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 139 | - added entry field for cleaning levels
|
|---|
| 140 | - restructured code a bit
|
|---|
| 141 |
|
|---|
| 142 | * mhist/MFillH.cc:
|
|---|
| 143 | - fixed missing initialization of member variables in Init
|
|---|
| 144 |
|
|---|
| 145 | * mhist/MHHillas.[h,cc]:
|
|---|
| 146 | - Added comments
|
|---|
| 147 | - Added DrawClone
|
|---|
| 148 | - Removed kCanDelete bits from Draw function
|
|---|
| 149 |
|
|---|
| 150 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 151 | - Added comments
|
|---|
| 152 | - Added DrawClone
|
|---|
| 153 | - moved some code from the Draw-functions to PrepareDrawing
|
|---|
| 154 |
|
|---|
| 155 |
|
|---|
| 156 |
|
|---|
| 157 | 2001/09/26: Thomas Bretz
|
|---|
| 158 |
|
|---|
| 159 | * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
|
|---|
| 160 | mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
|
|---|
| 161 | - reorganized code (constructor)
|
|---|
| 162 | - reorganized deletion of gui objects
|
|---|
| 163 | - fixed many, many memory leaks
|
|---|
| 164 | - small changes in layout
|
|---|
| 165 |
|
|---|
| 166 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 167 | - added
|
|---|
| 168 |
|
|---|
| 169 | * macros/*:
|
|---|
| 170 | - added Copyright notice
|
|---|
| 171 | - added some small sanity checks
|
|---|
| 172 |
|
|---|
| 173 | * macros/MagicHillas.C:
|
|---|
| 174 | - fixed '->' bug
|
|---|
| 175 | - changed MFillHStarMap to MFillH
|
|---|
| 176 |
|
|---|
| 177 | * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
|
|---|
| 178 | - removed an old debug statement
|
|---|
| 179 |
|
|---|
| 180 | * mmain/MMars.cc:
|
|---|
| 181 | - added new Analysis functionality
|
|---|
| 182 |
|
|---|
| 183 | * mmain/MainLinkDef.h:
|
|---|
| 184 | - addded MAnalysis
|
|---|
| 185 |
|
|---|
| 186 | * mmain/Makefile:
|
|---|
| 187 | - added MAnalysis.cc
|
|---|
| 188 |
|
|---|
| 189 | * mmc/McLinkDef.h:
|
|---|
| 190 | - removed nonsens define statement
|
|---|
| 191 |
|
|---|
| 192 |
|
|---|
| 193 |
|
|---|
| 194 | 2001/09/25: Thomas Bretz
|
|---|
| 195 |
|
|---|
| 196 | * Makefile:
|
|---|
| 197 | - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
|
|---|
| 198 | It contains the origin (CVSROOT) of the repository and my confuse
|
|---|
| 199 | people triing to commit changed files from such an archive to
|
|---|
| 200 | the repository
|
|---|
| 201 |
|
|---|
| 202 | * mmain/MBrowser.[cc,h]:
|
|---|
| 203 | - reorganized code (constructor)
|
|---|
| 204 | - reorganized deletion of gui objects
|
|---|
| 205 | - fixed many, many memory leaks
|
|---|
| 206 |
|
|---|
| 207 | * mmain/MMars.[cc,h]:
|
|---|
| 208 | - reorganized code (constructor)
|
|---|
| 209 | - reorganized deletion of gui objects
|
|---|
| 210 | - fixed many, many memory leaks
|
|---|
| 211 |
|
|---|
| 212 |
|
|---|
| 213 |
|
|---|
| 214 | 2001/09/20: Thomas Bretz
|
|---|
| 215 |
|
|---|
| 216 | * mbase/MLog.[h,cc]:
|
|---|
| 217 | - made working with Cosy
|
|---|
| 218 | - fixed gui stuff to work like expected
|
|---|
| 219 |
|
|---|
| 220 | * manalysis/MCerPhotPix.h:
|
|---|
| 221 | - replaced TROOT.h by MAGIC.h
|
|---|
| 222 |
|
|---|
| 223 | * mfilter/MFTriggerLvl1.h:
|
|---|
| 224 | - added description
|
|---|
| 225 |
|
|---|
| 226 |
|
|---|
| 227 |
|
|---|
| 228 | 2001/09/20: Thomas Bretz
|
|---|
| 229 |
|
|---|
| 230 | * released Version 0.4
|
|---|
| 231 |
|
|---|
| 232 | * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
|
|---|
| 233 | - switched to root version >= 3.00
|
|---|
| 234 |
|
|---|
| 235 | * Makefile.conf.linux:
|
|---|
| 236 | - added to support the new Linux distributions
|
|---|
| 237 |
|
|---|
| 238 | * .rootrc:
|
|---|
| 239 | - removed references to MARSSYS
|
|---|
| 240 |
|
|---|
| 241 |
|
|---|
| 242 |
|
|---|
| 243 | 2001/09/13: Thomas Bretz
|
|---|
| 244 |
|
|---|
| 245 | * Makefile.conf.linux-gnu:
|
|---|
| 246 | - removed "-Woverloaded-virtual". it doesn't really help
|
|---|
| 247 |
|
|---|
| 248 |
|
|---|
| 249 |
|
|---|
| 250 | 2001/08/02: Thomas Bretz
|
|---|
| 251 |
|
|---|
| 252 | * macros/getRate.C:
|
|---|
| 253 | - make use of new stylish lists of containers
|
|---|
| 254 |
|
|---|
| 255 |
|
|---|
| 256 | * macros/CT1Hillas.C, macros/getCollArea.C:
|
|---|
| 257 | - make use of return value of Eventloop
|
|---|
| 258 |
|
|---|
| 259 | * macros/merpp.C:
|
|---|
| 260 | - changed return type to void
|
|---|
| 261 |
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 | 2001/07/23: Thomas Bretz
|
|---|
| 265 |
|
|---|
| 266 | * mbase/MParList.cc:
|
|---|
| 267 | - redifinition of default argument: fixed
|
|---|
| 268 |
|
|---|
| 269 |
|
|---|
| 270 |
|
|---|
| 271 | 2001/07/23: Thomas Bretz
|
|---|
| 272 |
|
|---|
| 273 | * mmontecarlo/MMcThresholdCalc.[cc,h]:
|
|---|
| 274 | - changed PreProcess action to new stylish lists of containers
|
|---|
| 275 |
|
|---|
| 276 | * mhist/Makefile:
|
|---|
| 277 | - removed MEnergies.cc
|
|---|
| 278 |
|
|---|
| 279 | * mhist/HistLinkDef.h:
|
|---|
| 280 | - removed MEnergies.cc
|
|---|
| 281 |
|
|---|
| 282 | * mbase/MReadTree.cc:
|
|---|
| 283 | - removed a bug which causes MReadTree to show strange behaviour.
|
|---|
| 284 | We cannot use GetBranch()->SetAddress() we have to use
|
|---|
| 285 | SetBranchAddress.
|
|---|
| 286 |
|
|---|
| 287 | * macros/MagicHillas.C:
|
|---|
| 288 | - changed to new stylish histogram fillers.
|
|---|
| 289 |
|
|---|
| 290 | * mhist/MHMcRate.cc:
|
|---|
| 291 | - some simplifications to the constructors
|
|---|
| 292 | - some accelerations of the rate calculation
|
|---|
| 293 |
|
|---|
| 294 | * mhist/MHHillas.C:
|
|---|
| 295 | - added axis descriptions (thanks to Rudy)
|
|---|
| 296 |
|
|---|
| 297 |
|
|---|
| 298 |
|
|---|
| 299 | 2001/07/20: Thomas Bretz
|
|---|
| 300 |
|
|---|
| 301 | * mhist/MH.cc:
|
|---|
| 302 | - added comments
|
|---|
| 303 |
|
|---|
| 304 | * mhist/MFillH.cc:
|
|---|
| 305 | - added comments
|
|---|
| 306 |
|
|---|
| 307 | * mbase/MParList.[h,cc]:
|
|---|
| 308 | - Added AddToList from a TObjArray
|
|---|
| 309 | - Added GetClassName
|
|---|
| 310 | - Added GetObjName
|
|---|
| 311 | - Added FindObjectList
|
|---|
| 312 | - Added FindCreateObjList
|
|---|
| 313 | - Added CreateObjList
|
|---|
| 314 |
|
|---|
| 315 | * mhist/MHMcEnergies.[h,cc]:
|
|---|
| 316 | - deleted
|
|---|
| 317 |
|
|---|
| 318 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 319 | - rewrote constructor in a way that MHMcEnergies isn't needed anymore
|
|---|
| 320 | - added a SetName function which replaces the old constructor somehow
|
|---|
| 321 |
|
|---|
| 322 | * macros/getThreshold.C:
|
|---|
| 323 | - make use of some new features
|
|---|
| 324 |
|
|---|
| 325 |
|
|---|
| 326 |
|
|---|
| 327 | 2001/07/19: Thomas Bretz
|
|---|
| 328 |
|
|---|
| 329 | * mbase/MEvtLoop.cc:
|
|---|
| 330 | - added comments
|
|---|
| 331 |
|
|---|
| 332 | * mbase/MTaskList.cc:
|
|---|
| 333 | - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
|
|---|
| 334 |
|
|---|
| 335 | * mhist/MH.[cc,h]
|
|---|
| 336 | - added
|
|---|
| 337 |
|
|---|
| 338 | * mhist/MFillH.[cc,h]
|
|---|
| 339 | - added
|
|---|
| 340 | - in principal MFillHHillas, MFillHFadc and MFillHStarMap
|
|---|
| 341 | can be deleted now
|
|---|
| 342 |
|
|---|
| 343 | * mhist/HistLinkDef.h:
|
|---|
| 344 | - added MH
|
|---|
| 345 | - added MFillH
|
|---|
| 346 |
|
|---|
| 347 | * mhist/MFillHFadc.cc:
|
|---|
| 348 | - moved source for filling to corresponding histogram class
|
|---|
| 349 |
|
|---|
| 350 | * mhist/MFillHHillas.cc:
|
|---|
| 351 | - included MHillas.h
|
|---|
| 352 |
|
|---|
| 353 | * mhist/MHFadcCam.[cc, h]:
|
|---|
| 354 | - added Fill
|
|---|
| 355 | - made FillHi, FillLo private
|
|---|
| 356 |
|
|---|
| 357 | * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
|
|---|
| 358 | - changed Fill function to new style
|
|---|
| 359 | - derived class from MH
|
|---|
| 360 |
|
|---|
| 361 | * mhist/Makefile:
|
|---|
| 362 | - added MH.cc
|
|---|
| 363 | - added MFillH.cc
|
|---|
| 364 |
|
|---|
| 365 |
|
|---|
| 366 |
|
|---|
| 367 | 2001/07/18: Oscar Blanch
|
|---|
| 368 |
|
|---|
| 369 | * macros/getRate.C:
|
|---|
| 370 | - Macro to compute the trigger rate from a MonteCarlo file
|
|---|
| 371 |
|
|---|
| 372 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 373 | - Container to store trigger rate information
|
|---|
| 374 | - Draw() functin member to be implemented
|
|---|
| 375 |
|
|---|
| 376 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
|---|
| 377 | - Task to compute trigger rate
|
|---|
| 378 |
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 | 2001/07/13: Thomas Bretz
|
|---|
| 382 |
|
|---|
| 383 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 384 | - Added a result value to Eventloop to be able to detect if the
|
|---|
| 385 | execution was successfull
|
|---|
| 386 | - changes postProcess to return the return value from
|
|---|
| 387 | MTaskList::PostProcess
|
|---|
| 388 |
|
|---|
| 389 | * mbase/MParList.cc:
|
|---|
| 390 | - FindCreateObj removes now a 'dot' from the end of an indexed
|
|---|
| 391 | object name like "Events;7."
|
|---|
| 392 |
|
|---|
| 393 | * mbase/MReadTree.cc:
|
|---|
| 394 | - small changes to the output
|
|---|
| 395 |
|
|---|
| 396 | * mbase/MTask.[h,cc]:
|
|---|
| 397 | - added Preprocessed flag. This enables the tasklist to only postprocess
|
|---|
| 398 | already preprocessed tasks
|
|---|
| 399 |
|
|---|
| 400 | * mbase/MTaskList.cc:
|
|---|
| 401 | - don't postprocess non preprocessed tasks
|
|---|
| 402 |
|
|---|
| 403 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 404 | - added descriptions to histrograms
|
|---|
| 405 | - changed names of histograms
|
|---|
| 406 | - added drawing of canvas to Draw-functions
|
|---|
| 407 |
|
|---|
| 408 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 409 | - added variables to store the calculated result
|
|---|
| 410 | - changed names and titles of histogram
|
|---|
| 411 | - added axis titles to histogram
|
|---|
| 412 | - moved result calculation into fit-function
|
|---|
| 413 |
|
|---|
| 414 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 415 | - added name of input container to be able to process another
|
|---|
| 416 | container than "MMcTrig"
|
|---|
| 417 |
|
|---|
| 418 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 419 | - removed trailing dot from container name creation
|
|---|
| 420 |
|
|---|
| 421 | * mhist/MMcThresholdCalc.cc:
|
|---|
| 422 | - removed a wrong '.' behind the number when processing more than
|
|---|
| 423 | one trigger condition
|
|---|
| 424 |
|
|---|
| 425 | * mraw/MRawRunHeader.cc:
|
|---|
| 426 | - added "Monte Carlo Data" as runtype
|
|---|
| 427 |
|
|---|
| 428 |
|
|---|
| 429 |
|
|---|
| 430 | 2001/07/10: Thomas Bretz
|
|---|
| 431 |
|
|---|
| 432 | * mhist/MHMcEnergy.h:
|
|---|
| 433 | - renamed SetBins to SetNumBins
|
|---|
| 434 |
|
|---|
| 435 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 436 | - changed style of comments
|
|---|
| 437 | - moved sqrt(2) from Postprocess to header.
|
|---|
| 438 |
|
|---|
| 439 | * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
|
|---|
| 440 | mmontecarlo/MMcEnerThreCalc.[cc,h]:
|
|---|
| 441 | - removed
|
|---|
| 442 |
|
|---|
| 443 | * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
|
|---|
| 444 | - removed
|
|---|
| 445 |
|
|---|
| 446 |
|
|---|
| 447 |
|
|---|
| 448 | 2001/07/09: Thomas Bretz
|
|---|
| 449 |
|
|---|
| 450 | * mbase/MParList.cc:
|
|---|
| 451 | - made handling of already existing containers in AddToList a bit
|
|---|
| 452 | more convinient
|
|---|
| 453 |
|
|---|
| 454 | * mbase/MTaskList.[h,cc]:
|
|---|
| 455 | - added come comments
|
|---|
| 456 | - made handling of already existing tasks in AddToList a bit
|
|---|
| 457 | more convinient
|
|---|
| 458 | - Added name-argument to constructor
|
|---|
| 459 |
|
|---|
| 460 | * mraw/MRawFileRead.[cc, h]:
|
|---|
| 461 | - move file-open check from constructor to PreProcess
|
|---|
| 462 | - added variable for filename
|
|---|
| 463 |
|
|---|
| 464 | * mraw/MRawFileWrite.[cc,h]:
|
|---|
| 465 | - moved fOut->Write from PostProcess to destructor
|
|---|
| 466 | - removed PostProcess
|
|---|
| 467 |
|
|---|
| 468 |
|
|---|
| 469 |
|
|---|
| 470 | 2001/07/06: Thomas Bretz
|
|---|
| 471 |
|
|---|
| 472 | * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
|
|---|
| 473 | mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
|
|---|
| 474 | - added
|
|---|
| 475 |
|
|---|
| 476 | * Makefile
|
|---|
| 477 | - mfilter added
|
|---|
| 478 |
|
|---|
| 479 | * Makefile.conf.linux-gnu:
|
|---|
| 480 | - added some warning options
|
|---|
| 481 |
|
|---|
| 482 | * Makefile.conf.osf1:
|
|---|
| 483 | - enhanced warnings
|
|---|
| 484 |
|
|---|
| 485 | * manalysis/MCerPhotEvt.cc:
|
|---|
| 486 | - removed a small buf from the constructor
|
|---|
| 487 |
|
|---|
| 488 | * BaseLinkDef.h:
|
|---|
| 489 | - added MFilter
|
|---|
| 490 | - added MFilterList
|
|---|
| 491 |
|
|---|
| 492 | * mbase/MLog.[h,cc]:
|
|---|
| 493 | - added a non-empty copy constructor to make cxx happy
|
|---|
| 494 |
|
|---|
| 495 | * mbase/MParList.[h,cc]:
|
|---|
| 496 | - added second overload-function FindObject
|
|---|
| 497 |
|
|---|
| 498 | * mbase/MTask.h:
|
|---|
| 499 | - added all Filter stuff
|
|---|
| 500 |
|
|---|
| 501 | * mbase/MTaskList.cc:
|
|---|
| 502 | - changed debug output
|
|---|
| 503 | - added filter-stuff to Process
|
|---|
| 504 |
|
|---|
| 505 | * mbase/MTaskList.h:
|
|---|
| 506 | - changed Print default option from NULL to ""
|
|---|
| 507 |
|
|---|
| 508 | * mbase/Makefile:
|
|---|
| 509 | - added MFilter
|
|---|
| 510 | - added MFilterList
|
|---|
| 511 |
|
|---|
| 512 | * mhist/MFillHFadc.cc:
|
|---|
| 513 | removed a small bug in the PreProcessing
|
|---|
| 514 |
|
|---|
| 515 | * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
|
|---|
| 516 | manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
|
|---|
| 517 | mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
|
|---|
| 518 | manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
|
|---|
| 519 | mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
|
|---|
| 520 | mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
|
|---|
| 521 | mmontecarlo/MMcThresholdCalc.h:
|
|---|
| 522 | - made more const-correct
|
|---|
| 523 |
|
|---|
| 524 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 525 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 526 | manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 527 | mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
|
|---|
| 528 | mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
|
|---|
| 529 | mraw/MRawFileWrite.cc:
|
|---|
| 530 | - added comments
|
|---|
| 531 |
|
|---|
| 532 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 533 | manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
|
|---|
| 534 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 535 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
|---|
| 536 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
|---|
| 537 | manalysis/MPedestalPix.cc,
|
|---|
| 538 | mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
|
|---|
| 539 | mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
|
|---|
| 540 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 541 | mbase/MWriteRootFile.cc,
|
|---|
| 542 | mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
|---|
| 543 | mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
|---|
| 544 | mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
|
|---|
| 545 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
|
|---|
| 546 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
|
|---|
| 547 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
|
|---|
| 548 | mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
|
|---|
| 549 | - added semicolon after ClassImp to make my editor happy
|
|---|
| 550 |
|
|---|
| 551 | * mmain/MEvtDisp.cc:
|
|---|
| 552 | - removed a wrong comma in the enumerations
|
|---|
| 553 |
|
|---|
| 554 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 555 | - made compile on osf by removing brackets in new steatement (constructor)
|
|---|
| 556 |
|
|---|
| 557 |
|
|---|
| 558 |
|
|---|
| 559 | 2001/07/05: Thomas Bretz
|
|---|
| 560 |
|
|---|
| 561 | * macros/CT1Hillas.C:
|
|---|
| 562 | - changed the wrong pointers to dots.
|
|---|
| 563 |
|
|---|
| 564 | * macros/getThreshold.C:
|
|---|
| 565 | - added some comments
|
|---|
| 566 | - removed the canvas creation
|
|---|
| 567 | - drawing replaced by a loop
|
|---|
| 568 | - changed trigger conditions to 1 (should work with any MC file)
|
|---|
| 569 |
|
|---|
| 570 | * macros/readMagic.C:
|
|---|
| 571 | - changed the event counter to the number of the event in the file
|
|---|
| 572 | - removed icound
|
|---|
| 573 |
|
|---|
| 574 | * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 575 | mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
|
|---|
| 576 | mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
|
|---|
| 577 | mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
|---|
| 578 | mhist/MFillHStarMap.cc,
|
|---|
| 579 | - changed HasChanged to ReadyToSave
|
|---|
| 580 |
|
|---|
| 581 | * mbase/MReadTree.cc:
|
|---|
| 582 | - added some comments
|
|---|
| 583 |
|
|---|
| 584 | * mhist/MHMcEnergies.h:
|
|---|
| 585 | - fixed bug in []-operator
|
|---|
| 586 |
|
|---|
| 587 | * mhist/MHMcEnergy.cc:
|
|---|
| 588 | - added canvas creation to draw function
|
|---|
| 589 |
|
|---|
| 590 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 591 | - fixed a bug in the constructor
|
|---|
| 592 |
|
|---|
| 593 |
|
|---|
| 594 |
|
|---|
| 595 | 2001/06/20: Thomas Bretz
|
|---|
| 596 |
|
|---|
| 597 | * macros/merpp.C:
|
|---|
| 598 | - fixed type in comment
|
|---|
| 599 |
|
|---|
| 600 | * manalysis/MHillas.cc:
|
|---|
| 601 | - fixed 'FIXME' comment
|
|---|
| 602 |
|
|---|
| 603 | * mbase/MWriteFile.[h,cc]:
|
|---|
| 604 | - added
|
|---|
| 605 |
|
|---|
| 606 | * mbase/MWriteRootFile.[h,cc]:
|
|---|
| 607 | - added
|
|---|
| 608 |
|
|---|
| 609 | * mbase/BaseLinkDef.h:
|
|---|
| 610 | - Added MWriteFile
|
|---|
| 611 | - Added MWriteRootFile
|
|---|
| 612 |
|
|---|
| 613 | * mbase/MEvtLoop.cc:
|
|---|
| 614 | - fixed the counting in the eventloop
|
|---|
| 615 |
|
|---|
| 616 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 617 | - changed class that it is based on MWriteFile now
|
|---|
| 618 |
|
|---|
| 619 | * mbase/Makefile:
|
|---|
| 620 | - added MWriteFile
|
|---|
| 621 | - added MWriteRootFile
|
|---|
| 622 |
|
|---|
| 623 | * mhist/MFillHFadc.[h,cc]:
|
|---|
| 624 | - added set for HasChanged (new PostProcess)
|
|---|
| 625 |
|
|---|
| 626 | * mhist/MFillHHillas.cc:
|
|---|
| 627 | - added set for HasChanged (new PostProcess)
|
|---|
| 628 |
|
|---|
| 629 | * mhist/MFillHStarMap.cc:
|
|---|
| 630 | - added set for HasChanged (new PostProcess)
|
|---|
| 631 |
|
|---|
| 632 | * mhist/MHHillas.cc:
|
|---|
| 633 | - Set kCanDelete to make sure, that the histograms are deleted
|
|---|
| 634 | together with the canvas
|
|---|
| 635 |
|
|---|
| 636 | * mraw/MRawFileWrite.[h,cc]:
|
|---|
| 637 | - changed the handling of opening, closing and checking file
|
|---|
| 638 |
|
|---|
| 639 |
|
|---|
| 640 |
|
|---|
| 641 | 2001/06/13: Thomas Bretz
|
|---|
| 642 |
|
|---|
| 643 | * ./.../*.h:
|
|---|
| 644 | - added some comments and corrected some descriptions.
|
|---|
| 645 |
|
|---|
| 646 | * mbase/MParContainer.[h,cc]:
|
|---|
| 647 | - added a 'dummy' function for AsciiRead, AsciiWrite
|
|---|
| 648 |
|
|---|
| 649 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 650 | - added new constructor (specify directly the pointer to the class)
|
|---|
| 651 |
|
|---|
| 652 | * mgui/MHexagon.cc:
|
|---|
| 653 | - made Copy-function more readable
|
|---|
| 654 |
|
|---|
| 655 | * mgui/MParContainer.cc:
|
|---|
| 656 | - made Copy-function more readable
|
|---|
| 657 |
|
|---|
| 658 | * mhist/MHMcEnergies.[h,cc]:
|
|---|
| 659 | - files added as a container to make handling of several MHMcEnergy easier
|
|---|
| 660 |
|
|---|
| 661 | * mbase/MAGIC.h:
|
|---|
| 662 | - encapsulated include of TROOT
|
|---|
| 663 |
|
|---|
| 664 | * mbase/MTaskList.cc:
|
|---|
| 665 | - added SetHasChange and Reset to PostProcess
|
|---|
| 666 |
|
|---|
| 667 | * mhist/HistLinkDef.h
|
|---|
| 668 | - added MHMcEnergies
|
|---|
| 669 |
|
|---|
| 670 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 671 | - added name and title to constructor
|
|---|
| 672 | - added number to name of container
|
|---|
| 673 |
|
|---|
| 674 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 675 | - corrected typo in creation of the container names
|
|---|
| 676 |
|
|---|
| 677 | * mraw/MRawEvtData.cc:
|
|---|
| 678 | - Set kCanDelete in Draw function
|
|---|
| 679 |
|
|---|
| 680 |
|
|---|
| 681 |
|
|---|
| 682 | 2001/06/12: Thomas Bretz
|
|---|
| 683 |
|
|---|
| 684 | * mmontecarlo/MMcEnerThreCalc.[cc,h]
|
|---|
| 685 | - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
|
|---|
| 686 |
|
|---|
| 687 | * mmontecarlo/MMcEnerThreHistos.[h,cc]
|
|---|
| 688 | - copied to mmhist/MHMcEnergy.[h,cc]
|
|---|
| 689 |
|
|---|
| 690 | * mbase/Makefile:
|
|---|
| 691 | - added MWriteAsciiFile.cc
|
|---|
| 692 |
|
|---|
| 693 | * mhist/HistIncl.h:
|
|---|
| 694 | - added TF1.h
|
|---|
| 695 |
|
|---|
| 696 | * mhist/HistLinkDef.h:
|
|---|
| 697 | - added MHMcEnergy
|
|---|
| 698 |
|
|---|
| 699 | * mhist/Makefile
|
|---|
| 700 | - added MHMcEnergy
|
|---|
| 701 |
|
|---|
| 702 | * mmontecarlo/MCollArea.h:
|
|---|
| 703 | - fixed typo in ifndef
|
|---|
| 704 |
|
|---|
| 705 | * mmontecarlo/Makefile:
|
|---|
| 706 | - added MMcThresholdCalc.cc
|
|---|
| 707 | - removed MMcEnerHisto.cc
|
|---|
| 708 | - removed MMcEnerThre.cc
|
|---|
| 709 | - removed MMcEnerThreCalc.cc
|
|---|
| 710 |
|
|---|
| 711 | * mmontecarlo/MonteCarloLinkDef.h:
|
|---|
| 712 | - added MMcThresholdCalc.cc
|
|---|
| 713 | - removed MMcEnerHisto.cc
|
|---|
| 714 | - removed MMcEnerThre.cc
|
|---|
| 715 | - removed MMcEnerThreCalc.cc
|
|---|
| 716 |
|
|---|
| 717 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 718 | - added
|
|---|
| 719 |
|
|---|
| 720 | * manalysis/MCT1ReadAscii.h:
|
|---|
| 721 | - removed fFileName from class definition
|
|---|
| 722 |
|
|---|
| 723 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 724 | - use of SetHasChanged added
|
|---|
| 725 |
|
|---|
| 726 | * manalysis/MHillas.[h,cc]:
|
|---|
| 727 | - Reset added
|
|---|
| 728 | - AsciiRead added
|
|---|
| 729 | - AsciiWrite added
|
|---|
| 730 | - use of SetHasChanged added
|
|---|
| 731 |
|
|---|
| 732 | * manalysis/MPedCalcPedRun.[h,cc]:
|
|---|
| 733 | - made fNumHiGainSamples a class member
|
|---|
| 734 | - renamed some member functions
|
|---|
| 735 | - made the 'internal' member functions private
|
|---|
| 736 | - added SetHasChanged
|
|---|
| 737 | - made these functions const
|
|---|
| 738 |
|
|---|
| 739 | * mbase/BaseLinkDef.h
|
|---|
| 740 | - MWriteAsciiFile added
|
|---|
| 741 |
|
|---|
| 742 | * mbase/MEvtLoop.cc:
|
|---|
| 743 | - some small changes to the logging output
|
|---|
| 744 |
|
|---|
| 745 | * mbase/MParContainer.cc:
|
|---|
| 746 | - fHasChanged added
|
|---|
| 747 |
|
|---|
| 748 | * mbase/MParContainer.h:
|
|---|
| 749 | - Reset prototype added
|
|---|
| 750 | - HasChanged added
|
|---|
| 751 | - SetHasChanged added
|
|---|
| 752 |
|
|---|
| 753 | * mbase/MParList.[cc,h]:
|
|---|
| 754 | - SetHasChanged added
|
|---|
| 755 | - Reset added
|
|---|
| 756 |
|
|---|
| 757 | * mbase/MTaskList.cc:
|
|---|
| 758 | - Process: call SetHasChanged before looping
|
|---|
| 759 | - Process: call Reset before looping
|
|---|
| 760 |
|
|---|
| 761 | * mbase/MTaskList.h:
|
|---|
| 762 | - fParList added to class definition
|
|---|
| 763 |
|
|---|
| 764 |
|
|---|
| 765 |
|
|---|
| 766 | 2001/04/27: Thomas Bretz
|
|---|
| 767 |
|
|---|
| 768 | * macros/merpp.C:
|
|---|
| 769 | - made the merpp-macro Mars 0.3 compatible
|
|---|
| 770 |
|
|---|
| 771 |
|
|---|
| 772 |
|
|---|
| 773 | 2001/04/19: Thomas Bretz
|
|---|
| 774 |
|
|---|
| 775 | * mbase/MParList.cc:
|
|---|
| 776 | - added stripping of the string after last semicolon (classname)
|
|---|
| 777 |
|
|---|
| 778 | * mbase/MReadTree.cc:
|
|---|
| 779 | - added Veto funtionality to PreProcess
|
|---|
| 780 | - added HasVeto
|
|---|
| 781 | - added fVetoList
|
|---|
| 782 | - added VetoBranch
|
|---|
| 783 |
|
|---|
| 784 |
|
|---|
| 785 |
|
|---|
| 786 | 2001/04/18: Thomas Bretz
|
|---|
| 787 |
|
|---|
| 788 | * mbase/MHtml.[cc.h]:
|
|---|
| 789 | - Added
|
|---|
| 790 |
|
|---|
| 791 | * mbase/*.cc:
|
|---|
| 792 | - changed comments of member functions to new MHtml-Style
|
|---|
| 793 |
|
|---|
| 794 |
|
|---|
| 795 |
|
|---|
| 796 | 2001/04/09: Thomas Bretz
|
|---|
| 797 |
|
|---|
| 798 | * mbase/MParList.cc:
|
|---|
| 799 | - Added the possibility to specify a different object name in
|
|---|
| 800 | FindCreateObj
|
|---|
| 801 |
|
|---|
| 802 | * .rootrc:
|
|---|
| 803 | - changed the style for the html documentation
|
|---|
| 804 |
|
|---|
| 805 | * macros/dohtml.C:
|
|---|
| 806 | - added SetXwho
|
|---|
| 807 |
|
|---|
| 808 | * (*.cc):
|
|---|
| 809 | - added the copyright comment block
|
|---|
| 810 |
|
|---|
| 811 | * mgui/MGeomCamMagic.cc:
|
|---|
| 812 | - added some comments to all these numbers
|
|---|
| 813 |
|
|---|
| 814 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 815 | - added Jump member function which jumps directly to the pixel with a
|
|---|
| 816 | given id
|
|---|
| 817 |
|
|---|
| 818 |
|
|---|
| 819 |
|
|---|
| 820 | 2001/04/09: Thomas Bretz
|
|---|
| 821 |
|
|---|
| 822 | * mgui/MGeomPix.cc:
|
|---|
| 823 | - fixed a small error in SetNeighbors (thanks to Oscar)
|
|---|
| 824 |
|
|---|
| 825 | * mgui/MGFadcDisp.[h,cc]:
|
|---|
| 826 | - Fixed many small errors which caused the display to display nonsens
|
|---|
| 827 | in some situations
|
|---|
| 828 |
|
|---|
| 829 |
|
|---|
| 830 |
|
|---|
| 831 | 2001/04/04: Thomas Bretz
|
|---|
| 832 |
|
|---|
| 833 | * mraw/MRawEvtData.[cc,h]:
|
|---|
| 834 | - changed wrong return type of GetNumPixels to UShort_t
|
|---|
| 835 |
|
|---|
| 836 | * mmain/MBrowser.[cc,h]:
|
|---|
| 837 | - made the dialog somehow work like it should
|
|---|
| 838 |
|
|---|
| 839 |
|
|---|
| 840 |
|
|---|
| 841 | 2001/04/03: Thomas Bretz
|
|---|
| 842 |
|
|---|
| 843 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 844 | - the pedestal values read from the file are now stored in MeanRms
|
|---|
| 845 | instead of Sigma
|
|---|
| 846 |
|
|---|
| 847 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 848 | - The pedestal mean Rms is used as the pixel error
|
|---|
| 849 |
|
|---|
| 850 | * MImgCleanStd.cc:
|
|---|
| 851 | - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
|
|---|
| 852 | with value=noise=0
|
|---|
| 853 |
|
|---|
| 854 | * MMcPedestalCopy.cc:
|
|---|
| 855 | - All the pedestal values are now filled in (are they calculated correctly?)
|
|---|
| 856 |
|
|---|
| 857 | * mgui/MGeomCamMagic.cc:
|
|---|
| 858 | - Forgot to initialize the Nextneighbors of the Magic Camera
|
|---|
| 859 | (thanks to Oscar)
|
|---|
| 860 |
|
|---|
| 861 | * mhist/MHStarMap.cc:
|
|---|
| 862 | - I changed the model of the display (colors and bin width) to
|
|---|
| 863 | get a 'better' result
|
|---|
| 864 |
|
|---|
| 865 |
|
|---|
| 866 |
|
|---|
| 867 | 2001/04/02: Thomas Bretz
|
|---|
| 868 |
|
|---|
| 869 | * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
|
|---|
| 870 | - added constants (kTT*) for trigger type
|
|---|
| 871 |
|
|---|
| 872 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 873 | - added changeable cleaning levels
|
|---|
| 874 |
|
|---|
| 875 | * manalysis/MHillas.cc:
|
|---|
| 876 | - added some more sanity checks to the calculation
|
|---|
| 877 |
|
|---|
| 878 | * manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 879 | - added some kind of chain feature (AddFile) to process more than one file
|
|---|
| 880 |
|
|---|
| 881 | * mgui/MGeomPix.[h,c]:
|
|---|
| 882 | - added interface to pixel neighbors
|
|---|
| 883 |
|
|---|
| 884 | * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
|
|---|
| 885 | - creates the neighbor geomtry now, too
|
|---|
| 886 |
|
|---|
| 887 | * manalysis/MImgCleanStd.[cc,h]:
|
|---|
| 888 | - switched to new stylish neighbors from MGeomCam
|
|---|
| 889 |
|
|---|
| 890 |
|
|---|
| 891 |
|
|---|
| 892 | 2001/03/30: Thomas Bretz
|
|---|
| 893 |
|
|---|
| 894 | * mdatacheck/MH*, mdatacheck/MFillH*:
|
|---|
| 895 | - moved to mhist
|
|---|
| 896 |
|
|---|
| 897 | * mraw/MrawEvtPixelIter:
|
|---|
| 898 | - IsLoGain -> HasLoGain
|
|---|
| 899 |
|
|---|
| 900 | * mgui/MG*:
|
|---|
| 901 | - renamed
|
|---|
| 902 | - moved to mmain
|
|---|
| 903 | - move Browser functionality to MBrowser
|
|---|
| 904 |
|
|---|
| 905 | * mmain/, mhist:
|
|---|
| 906 | - new
|
|---|
| 907 |
|
|---|
| 908 |
|
|---|
| 909 |
|
|---|
| 910 | 2001/03/21: Thomas Bretz
|
|---|
| 911 |
|
|---|
| 912 | * manalysis/MHillas.[h,cc]:
|
|---|
| 913 | - fixed some minor errors, added sanity check (N<2) to Calc
|
|---|
| 914 |
|
|---|
| 915 | * manalysis/MFillHHillas.cc:
|
|---|
| 916 | - skip event if Hillas calculations fails
|
|---|
| 917 |
|
|---|
| 918 | * macros/getCollArea.C, macros/readMagic.C,
|
|---|
| 919 | mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
|
|---|
| 920 | - changed order in MReadTree constructor
|
|---|
| 921 |
|
|---|
| 922 | * manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 923 | - changed to use MPedestalCam
|
|---|
| 924 |
|
|---|
| 925 | * manalysis/MCT1Pedestals.[h,cc]:
|
|---|
| 926 | - removed
|
|---|
| 927 |
|
|---|
| 928 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 929 | - removed MCT1Pedestals
|
|---|
| 930 |
|
|---|
| 931 | * mbase/BaseLinkDef.h:
|
|---|
| 932 | - added const values from Magic.h
|
|---|
| 933 |
|
|---|
| 934 | * mbase/MLogManip.h:
|
|---|
| 935 | - changed style of dbginf
|
|---|
| 936 |
|
|---|
| 937 | * mbase/MParList.cc:
|
|---|
| 938 | - make use of dbginf
|
|---|
| 939 |
|
|---|
| 940 | * mbase/MReadTree.[h,cc]:
|
|---|
| 941 | - switched from a TTree to a TChain object
|
|---|
| 942 | - chnaged order of variables of the constructor
|
|---|
| 943 |
|
|---|
| 944 |
|
|---|
| 945 |
|
|---|
| 946 | 2001/03/21: Thomas Bretz
|
|---|
| 947 |
|
|---|
| 948 | * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
|
|---|
| 949 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
|---|
| 950 | manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
|
|---|
| 951 | mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
|
|---|
| 952 | mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
|
|---|
| 953 | mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
|
|---|
| 954 | mdatacheck/MFillHHillas.h
|
|---|
| 955 | - added
|
|---|
| 956 |
|
|---|
| 957 | * mdatacheck/MHistosAdc.[h,cc]:
|
|---|
| 958 | - replaced by MHFadc[Cam,Pix]
|
|---|
| 959 |
|
|---|
| 960 | * mdatacheck/MFillAdcSpect.[h,cc]:
|
|---|
| 961 | - replaced by MFillHFadc
|
|---|
| 962 |
|
|---|
| 963 | * macros/readCT1.C:
|
|---|
| 964 | - uses the new classes now
|
|---|
| 965 | - calculates and displays hillas
|
|---|
| 966 |
|
|---|
| 967 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 968 | - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
|
|---|
| 969 |
|
|---|
| 970 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 971 | - PreProcess uses FindCreateObj now
|
|---|
| 972 |
|
|---|
| 973 | * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
|
|---|
| 974 | - changed the new back to 'new with placement'
|
|---|
| 975 |
|
|---|
| 976 | * manalysis/MCerPhotEvt.[h, cc]:
|
|---|
| 977 | - removed cleaning from this class
|
|---|
| 978 |
|
|---|
| 979 | * manalysis/MHillas.cc:
|
|---|
| 980 | - some small changes in the naming inside Calc()
|
|---|
| 981 |
|
|---|
| 982 | * manalysis/MHillas.h:
|
|---|
| 983 | - added Get-functions
|
|---|
| 984 |
|
|---|
| 985 | * manalysis/MPedestalCam.h:
|
|---|
| 986 | - added InitSize-function
|
|---|
| 987 |
|
|---|
| 988 | * manalysis/MPedestalPix.h:
|
|---|
| 989 | - made Get-functions const
|
|---|
| 990 |
|
|---|
| 991 | * manalysis/Makefile:
|
|---|
| 992 | - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
|
|---|
| 993 |
|
|---|
| 994 | * mbase/MLogManip.h:
|
|---|
| 995 | - "l." before line number
|
|---|
| 996 |
|
|---|
| 997 | * mbase/MParList.cc:
|
|---|
| 998 | - added the autodelete feature for automatically created classes
|
|---|
| 999 |
|
|---|
| 1000 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 1001 | - added MHFadc[Cam,Pix], MHHillas
|
|---|
| 1002 | - removed MHistosAdc
|
|---|
| 1003 | - added MFillHFadc, MFillHHillas
|
|---|
| 1004 |
|
|---|
| 1005 | * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
|
|---|
| 1006 | mdatacheck/MViewAdcSpectra.[h,cc], :
|
|---|
| 1007 | - changed from MHistaosAdc to MHFadcCam
|
|---|
| 1008 |
|
|---|
| 1009 | * mdatacheck/Makefile:
|
|---|
| 1010 | - added MFillHFadc.cc, MFillHHillas.cc
|
|---|
| 1011 | - removed MFillAdcSpect.cc
|
|---|
| 1012 |
|
|---|
| 1013 | * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
|
|---|
| 1014 | mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
|
|---|
| 1015 | mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
|
|---|
| 1016 | meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
|
|---|
| 1017 | mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
|
|---|
| 1018 | mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
|
|---|
| 1019 | mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
|
|---|
| 1020 | mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
|
|---|
| 1021 | mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
|
|---|
| 1022 | - set version number to '0' (no i/o for this class)
|
|---|
| 1023 |
|
|---|
| 1024 | * mgui/MGeomCamCT1.cc:
|
|---|
| 1025 | - new claculation algorith for the CT1 camera. It is more
|
|---|
| 1026 | exact in the camera plain
|
|---|
| 1027 |
|
|---|
| 1028 | * mgui/MHexagon.cc:
|
|---|
| 1029 | - removed Draw-function (it is inherited from TObject)
|
|---|
| 1030 |
|
|---|
| 1031 | * mmc/MMcFadcHeader.hxx:
|
|---|
| 1032 | - Added get-functions
|
|---|
| 1033 |
|
|---|
| 1034 |
|
|---|
| 1035 |
|
|---|
| 1036 |
|
|---|
| 1037 | 2001/03/20: Thomas Bretz
|
|---|
| 1038 |
|
|---|
| 1039 | * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
|
|---|
| 1040 | manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
|
|---|
| 1041 | mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
|
|---|
| 1042 | - added
|
|---|
| 1043 |
|
|---|
| 1044 | * macros/readCT1.C:
|
|---|
| 1045 | - added calculation of Hillas parameters
|
|---|
| 1046 | - changed from pointers to objects
|
|---|
| 1047 |
|
|---|
| 1048 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 1049 | - added MPedestalPix/Cam, MHillas, MHillasCalc
|
|---|
| 1050 |
|
|---|
| 1051 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1052 | - removed fType
|
|---|
| 1053 | - commented out Draw function - should be fixed soon
|
|---|
| 1054 | - renamed *Nb* to *Num*
|
|---|
| 1055 | - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
|
|---|
| 1056 |
|
|---|
| 1057 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 1058 | - changed parameter of ReadinEvent to unsigned
|
|---|
| 1059 |
|
|---|
| 1060 | * mgui/GuiLinkDef.h, mgui/Makefile:
|
|---|
| 1061 | - added MGeomCamCT1, MGeomCamMagic
|
|---|
| 1062 |
|
|---|
| 1063 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 1064 | - changed constructor argument from int to MGeomCam
|
|---|
| 1065 | - renamed *Nb* to *Num*
|
|---|
| 1066 |
|
|---|
| 1067 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 1068 | - removed all camara specific stuff
|
|---|
| 1069 | - MGeomCam is now used as a base class for the classes
|
|---|
| 1070 | MGeomCam[Magic,CT1] which are containing the camera specific stuff
|
|---|
| 1071 |
|
|---|
| 1072 | * mgui/MGeomPix.h:
|
|---|
| 1073 | - added Set function
|
|---|
| 1074 |
|
|---|
| 1075 |
|
|---|
| 1076 |
|
|---|
| 1077 | 2001/03/02: Thomas Bretz
|
|---|
| 1078 |
|
|---|
| 1079 | * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
|
|---|
| 1080 | mgui/Makefile:
|
|---|
| 1081 | - new
|
|---|
| 1082 |
|
|---|
| 1083 | * mbase/MParList.[cc,h]:
|
|---|
| 1084 | - Added FindCreateObj member function
|
|---|
| 1085 | - added a name to the constructor
|
|---|
| 1086 |
|
|---|
| 1087 | * mbase/MReadTree.cc:
|
|---|
| 1088 | - changed to use FindCreateObj
|
|---|
| 1089 |
|
|---|
| 1090 | * mdatacheck/MDumpEvtHeader.cc:
|
|---|
| 1091 | - removed fPixelIter from member list
|
|---|
| 1092 | - changed cout to *fLog
|
|---|
| 1093 |
|
|---|
| 1094 | * mdatacheck/MViewAdcSpectra.cc:
|
|---|
| 1095 | - removed a HUGE memory leak. All the objects in the list (and the
|
|---|
| 1096 | lists itself were NEVER deleted)
|
|---|
| 1097 |
|
|---|
| 1098 | * mdatacheck/MFillAdcSpect.cc
|
|---|
| 1099 | - removed fPixelIter from member list
|
|---|
| 1100 | - changed cout to *fLog
|
|---|
| 1101 | - changed to use FindCreateObj
|
|---|
| 1102 | - changed high and low to hi and lo
|
|---|
| 1103 |
|
|---|
| 1104 | * mdatacheck/MShowSpect.cc
|
|---|
| 1105 | - changed cout to *fLog
|
|---|
| 1106 | - added a name to the constructor
|
|---|
| 1107 |
|
|---|
| 1108 | * mraw/MRawFileRead.cc:
|
|---|
| 1109 | - changed to use FindCreateObj
|
|---|
| 1110 |
|
|---|
| 1111 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 1112 | - added some new member functions to make code more clear
|
|---|
| 1113 | - removed fHists from the destructor
|
|---|
| 1114 |
|
|---|
| 1115 | * mdatacheck/MHistosAdc.h:
|
|---|
| 1116 | - changed high and low to hi and lo
|
|---|
| 1117 |
|
|---|
| 1118 | * macros/dohtml.C:
|
|---|
| 1119 | - added manalysis
|
|---|
| 1120 |
|
|---|
| 1121 |
|
|---|
| 1122 |
|
|---|
| 1123 | 2001/03/01: Thomas Bretz
|
|---|
| 1124 |
|
|---|
| 1125 | * Makefile:
|
|---|
| 1126 | - added headers to dependencies
|
|---|
| 1127 |
|
|---|
| 1128 | * Makefile.rules:
|
|---|
| 1129 | - added headers to dependencies
|
|---|
| 1130 |
|
|---|
| 1131 | * merpp.cc:
|
|---|
| 1132 | - changed from pointers to objects
|
|---|
| 1133 | - added compression level support
|
|---|
| 1134 |
|
|---|
| 1135 | * readraw.cc:
|
|---|
| 1136 | - removed unnecessary includes
|
|---|
| 1137 |
|
|---|
| 1138 | * mbase/MArray*.*:
|
|---|
| 1139 | - changed all Int_t to UInt_t
|
|---|
| 1140 |
|
|---|
| 1141 | * mbase/MLogManip.h:
|
|---|
| 1142 | - changed name of __DINF__ to dbginf
|
|---|
| 1143 |
|
|---|
| 1144 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
|---|
| 1145 | mraw/MRawRunHeader.[h,cc]:
|
|---|
| 1146 | - changed ifstream to istream
|
|---|
| 1147 |
|
|---|
| 1148 | * mraw/MRawEvtData.cc:
|
|---|
| 1149 | - changed the reading, which speeds up merpp by a factor of 10
|
|---|
| 1150 |
|
|---|
| 1151 | * mraw/MRawEvtData.h:
|
|---|
| 1152 | - added flag to InitArrays and DeletePixels
|
|---|
| 1153 | (not yet used)
|
|---|
| 1154 |
|
|---|
| 1155 | * mraw/MRawFileRead.h:
|
|---|
| 1156 | - removed pParList from parameter list
|
|---|
| 1157 |
|
|---|
| 1158 | * manalysis/AnalysisLinkDef.h
|
|---|
| 1159 | - removed MReadCT1Ascii, added MCT1ReadAscii
|
|---|
| 1160 | - added MCT1Pedestals
|
|---|
| 1161 |
|
|---|
| 1162 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1163 | - changed the constructor a little bit
|
|---|
| 1164 | - rewrote Print() to make it a bit more readable
|
|---|
| 1165 | - moved MCerphotPix to new File
|
|---|
| 1166 | - added many lines of comments
|
|---|
| 1167 | - exchanged old stylish new call with new stylish(=) one
|
|---|
| 1168 | - replaced all accesses to fPixels with the [] operator to make this
|
|---|
| 1169 | lines more readable
|
|---|
| 1170 | - made all variable declarations const-correct,
|
|---|
| 1171 | - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
|
|---|
| 1172 | to if(!a)continue; if(!b)continue if(!c) continue; to make it more
|
|---|
| 1173 | compact, readable and easier to understand
|
|---|
| 1174 | - renamed the Boolean-functions to Is* to get a stricter structure
|
|---|
| 1175 | - replaced mapping function to access the pixel list entries by the new
|
|---|
| 1176 | operator to get rid of more than the necessary number of member
|
|---|
| 1177 | functions without loosing speed or readability
|
|---|
| 1178 | - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
|
|---|
| 1179 | more exact
|
|---|
| 1180 |
|
|---|
| 1181 | * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
|
|---|
| 1182 | - added a new operator to access the TObjArray
|
|---|
| 1183 | - removed unnecessary code from CreateCT1
|
|---|
| 1184 |
|
|---|
| 1185 | * mbase/MAGIC.h:
|
|---|
| 1186 | - added kPI
|
|---|
| 1187 |
|
|---|
| 1188 | * mbase/MReadTree.cc:
|
|---|
| 1189 | - added some comments
|
|---|
| 1190 |
|
|---|
| 1191 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 1192 | - added some comments, reordered a bit the calls in the constructor
|
|---|
| 1193 | to get a 'straight forward structure', MGeomCam is now only
|
|---|
| 1194 | locally used where it is needed, replaced access to the
|
|---|
| 1195 | TClonesArrays by new member-function to get a more readable code,
|
|---|
| 1196 | replaced old stylish new call with new stylish one, made
|
|---|
| 1197 | variable decleration const-correct, introduced a new member function
|
|---|
| 1198 | to set the pixel color, renamed the overloaded Draw functions to
|
|---|
| 1199 | DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
|
|---|
| 1200 | the 'layout' of GetColor to make it easier to understand the algorithm,
|
|---|
| 1201 |
|
|---|
| 1202 | * mgui/MCamNeighbor.[h, cc]:
|
|---|
| 1203 | - changed to new log-interface
|
|---|
| 1204 | - exchanged -9999 by -1
|
|---|
| 1205 | - skipped the exits
|
|---|
| 1206 | - you must check for -1 one in any case
|
|---|
| 1207 | - this means a warning should be enough
|
|---|
| 1208 |
|
|---|
| 1209 | * mgui/MHexagon.[h,cc]:
|
|---|
| 1210 | - added new constructor whcih uses a MGeomPix-object
|
|---|
| 1211 |
|
|---|
| 1212 |
|
|---|
| 1213 |
|
|---|
| 1214 | 2001/02/28: Thomas Bretz
|
|---|
| 1215 |
|
|---|
| 1216 | * mbase/MParList.[h,cc]:
|
|---|
| 1217 | - changed return type of FindObject back to TObject
|
|---|
| 1218 | - it seems so, that some compilers don't like overriding the
|
|---|
| 1219 | return type of a virtual member function
|
|---|
| 1220 |
|
|---|
| 1221 |
|
|---|
| 1222 |
|
|---|
| 1223 | 2001/02/23: Thomas Bretz
|
|---|
| 1224 |
|
|---|
| 1225 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 1226 | - added GetSum* functions
|
|---|
| 1227 |
|
|---|
| 1228 | * mbase/MParList.[h,cc]:
|
|---|
| 1229 | - Removed unnecessary fNext-stuff
|
|---|
| 1230 |
|
|---|
| 1231 |
|
|---|
| 1232 |
|
|---|
| 1233 | 2001/02/22: Thomas Bretz
|
|---|
| 1234 |
|
|---|
| 1235 | * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 1236 | mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
|
|---|
| 1237 | mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
|
|---|
| 1238 | mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
|
|---|
| 1239 | mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
|
|---|
| 1240 | mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
|
|---|
| 1241 | mraw/MRawRunHeader.cc:
|
|---|
| 1242 | - exchanged cout with the new logging style (gLog, *fLog)
|
|---|
| 1243 |
|
|---|
| 1244 | * mraw/MRawEvtData.cc:
|
|---|
| 1245 | - added 'dec' option to Print
|
|---|
| 1246 |
|
|---|
| 1247 | * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
|
|---|
| 1248 | - small changes to the Print funtions
|
|---|
| 1249 |
|
|---|
| 1250 |
|
|---|
| 1251 |
|
|---|
| 1252 | 2001/02/21: Thomas Bretz
|
|---|
| 1253 |
|
|---|
| 1254 | * MRawEvtData.cc:
|
|---|
| 1255 | - Changed ReadEvt according to the new raw binary format 2001/02/20
|
|---|
| 1256 |
|
|---|
| 1257 | * Added MLog.[h,cc], MLogManip.[h,cc]
|
|---|
| 1258 |
|
|---|
| 1259 | * Adde SetStreamer and fLog to the MParContainer base class
|
|---|
| 1260 |
|
|---|
| 1261 | * Derived MEvtLoop from MParContainer
|
|---|
| 1262 |
|
|---|
| 1263 | * Makefile:
|
|---|
| 1264 | - added 'tar'
|
|---|
| 1265 |
|
|---|
| 1266 | * mbase/BaseIncl.h:
|
|---|
| 1267 | - added fstream.h, TGListBox.h
|
|---|
| 1268 |
|
|---|
| 1269 | * mbase/BaseLinkDef.h:
|
|---|
| 1270 | - added pragma for gLog and MLog
|
|---|
| 1271 |
|
|---|
| 1272 | * mbase/MAGIC.h:
|
|---|
| 1273 | - added forward definition for gLog
|
|---|
| 1274 |
|
|---|
| 1275 | * mbase/MEvtLoop.cc:
|
|---|
| 1276 | - exchanged cout with *fLog
|
|---|
| 1277 | - added statements to provide log-facility to all tasks als parameter
|
|---|
| 1278 | containers
|
|---|
| 1279 |
|
|---|
| 1280 | * mbase/MEvtLoop.h:
|
|---|
| 1281 | - Small changes
|
|---|
| 1282 |
|
|---|
| 1283 | * mbase/MParContainer.h:
|
|---|
| 1284 | - Added definitions necessary for use of Log-Facility
|
|---|
| 1285 |
|
|---|
| 1286 | * mbase/MParList.[h,cc]:
|
|---|
| 1287 | - Added SetLogStream
|
|---|
| 1288 |
|
|---|
| 1289 | * mbase/MTask.h:
|
|---|
| 1290 | - added fLog
|
|---|
| 1291 |
|
|---|
| 1292 | * mbase/MTaskList.[h,cc]:
|
|---|
| 1293 | - added SetLogStream
|
|---|
| 1294 |
|
|---|
| 1295 | * mbase/Makefile:
|
|---|
| 1296 | - Added MLog.cc, MLogManip.cc
|
|---|
| 1297 |
|
|---|
| 1298 |
|
|---|
| 1299 |
|
|---|
| 1300 | 2001/02/19: Harald Kornmayer
|
|---|
| 1301 |
|
|---|
| 1302 | * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
|
|---|
| 1303 |
|
|---|
| 1304 | * changed the readCT1.C file to show the effects of the image cleaning
|
|---|
| 1305 | a la CT1
|
|---|
| 1306 |
|
|---|
| 1307 | * changed
|
|---|
| 1308 | mgui/MCamNeighbor.cc
|
|---|
| 1309 | mananlysis/MCerPhotEvt.cc .h
|
|---|
| 1310 | macros/readCT1.C
|
|---|
| 1311 |
|
|---|
| 1312 |
|
|---|
| 1313 |
|
|---|
| 1314 | 2001/02/19: Thomas Bretz
|
|---|
| 1315 |
|
|---|
| 1316 | * MParContainer.h added prototypes for AsciiRead/Write
|
|---|
| 1317 |
|
|---|
| 1318 | * .rootrc added
|
|---|
| 1319 |
|
|---|
| 1320 | * MEvtLoop.[h,cc]:
|
|---|
| 1321 | - split eventloop in its three parts, this should be used for
|
|---|
| 1322 | debugging only.
|
|---|
| 1323 |
|
|---|
| 1324 |
|
|---|
| 1325 |
|
|---|
| 1326 | 2001/02/06: Harald Kornmayer
|
|---|
| 1327 |
|
|---|
| 1328 | * the first running version with a eventdisplay. Now we are able
|
|---|
| 1329 | to display an Event on the photo electron level. To do this, run
|
|---|
| 1330 | the macro "macros/readCT1.C" after changing the file name.
|
|---|
| 1331 |
|
|---|
| 1332 | changed:
|
|---|
| 1333 | macros/readCT1.C
|
|---|
| 1334 | manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
|
|---|
| 1335 | analysis/MReadCT1Ascii.cc
|
|---|
| 1336 | mgui/MCamDisplay.cc, mgui/MCamDisplay.h
|
|---|
| 1337 |
|
|---|
| 1338 |
|
|---|
| 1339 |
|
|---|
| 1340 | 2001/01/23: Harald Kornmayer
|
|---|
| 1341 |
|
|---|
| 1342 | * the integration of the class FadcDisp in the mars enviroment
|
|---|
| 1343 | and further developments in the display
|
|---|
| 1344 |
|
|---|
| 1345 | changed:
|
|---|
| 1346 | meventdisp/MGFadcDisp.h
|
|---|
| 1347 | meventdisp/MGFadcDisp.cc
|
|---|
| 1348 | mgui/GuiIncl.h
|
|---|
| 1349 | mgui/GuiLinkDef.h
|
|---|
| 1350 | mgui/MGMarsMain.cc
|
|---|
| 1351 | mgui/MGPrototyp.cc
|
|---|
| 1352 | mgui/MGPrototyp.h
|
|---|
| 1353 | mgui/Makefile
|
|---|
| 1354 |
|
|---|
| 1355 | added:
|
|---|
| 1356 | mgui/MGEventDispMain.h
|
|---|
| 1357 | mgui/MGEventDispMain.cc
|
|---|
| 1358 |
|
|---|
| 1359 |
|
|---|
| 1360 |
|
|---|
| 1361 | 2001/01/22: Harald Kornmayer
|
|---|
| 1362 |
|
|---|
| 1363 | * started with the development of a EventDisplay Utitliy.
|
|---|
| 1364 | Therefore I added the following files.
|
|---|
| 1365 |
|
|---|
| 1366 | meventdisp/EvtDispIncl.h
|
|---|
| 1367 | meventdisp/EvtDispLinkDef.h
|
|---|
| 1368 | meventdisp/MGFadcDisp.cc
|
|---|
| 1369 | meventdisp/MGFadcDisp.h
|
|---|
| 1370 | meventdisp/Makefile
|
|---|
| 1371 |
|
|---|
| 1372 | Also a few of the older files where slightly changed.
|
|---|
| 1373 | ./Makefile
|
|---|
| 1374 | ./Makefile.rules
|
|---|
| 1375 | mraw/MRawEvtData.
|
|---|
| 1376 |
|
|---|
| 1377 |
|
|---|
| 1378 |
|
|---|
| 1379 | 2001/01/19: Thomas Bretz
|
|---|
| 1380 |
|
|---|
| 1381 | * mmc/*.hxx:
|
|---|
| 1382 | - changed include of MDefineTrigger.h back
|
|---|
| 1383 |
|
|---|
| 1384 |
|
|---|
| 1385 |
|
|---|
| 1386 | 2001/01/19: Oscar Blanch
|
|---|
| 1387 |
|
|---|
| 1388 | * mmc/MTriggerDefine.h:
|
|---|
| 1389 | - added
|
|---|
| 1390 |
|
|---|
| 1391 |
|
|---|
| 1392 |
|
|---|
| 1393 | 2001/01/18: Thomas Bretz
|
|---|
| 1394 |
|
|---|
| 1395 | * Makefile:
|
|---|
| 1396 | - mmc-library added
|
|---|
| 1397 |
|
|---|
| 1398 | * Makefile.conf.general:
|
|---|
| 1399 | - Added definition of __MARS__
|
|---|
| 1400 |
|
|---|
| 1401 | * Makefile.rules:
|
|---|
| 1402 | - Added definitions to rootcint
|
|---|
| 1403 |
|
|---|
| 1404 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
|---|
| 1405 |
|
|---|
| 1406 | * mmc/MMcEvt.h:
|
|---|
| 1407 | - renamed to MMcEvt.hxx
|
|---|
| 1408 |
|
|---|
| 1409 | * mmc/*.hxx:
|
|---|
| 1410 | - added necessary defintions from MDefineTrigger.h
|
|---|
| 1411 |
|
|---|
| 1412 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
|---|
| 1413 | - added
|
|---|
| 1414 |
|
|---|
| 1415 | * mmc/LinkDef.h:
|
|---|
| 1416 | - removed
|
|---|
| 1417 |
|
|---|
| 1418 |
|
|---|
| 1419 |
|
|---|
| 1420 | 2001/01/17: Thomas Bretz
|
|---|
| 1421 |
|
|---|
| 1422 | * Makefile:
|
|---|
| 1423 | - Exchanged explicit rules to make library by implicit ones
|
|---|
| 1424 | - The shared object works now. I exchanged the libraries with the object
|
|---|
| 1425 | files. But I don't know why the libraries don't work.
|
|---|
| 1426 |
|
|---|
| 1427 | * Makefile.conf.linux-gnu:
|
|---|
| 1428 | - replaced CC with gcc (instead of g++)
|
|---|
| 1429 |
|
|---|
| 1430 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 1431 | - removed unused statements
|
|---|
| 1432 |
|
|---|
| 1433 | * mraw/RawLinkDef.h:
|
|---|
| 1434 | - added globals
|
|---|
| 1435 |
|
|---|
| 1436 | * mraw/MerppLinkDef.h:
|
|---|
| 1437 | - removed unused file
|
|---|
| 1438 |
|
|---|
| 1439 |
|
|---|
| 1440 |
|
|---|
| 1441 | 2001/01/12: Thomas Bretz
|
|---|
| 1442 |
|
|---|
| 1443 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
|---|
| 1444 | - added
|
|---|
| 1445 |
|
|---|
| 1446 | * LinkDef.h:
|
|---|
| 1447 | - removed
|
|---|
| 1448 |
|
|---|
| 1449 | * Makefile:
|
|---|
| 1450 | - Added CINT, mrproper
|
|---|
| 1451 |
|
|---|
| 1452 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
|---|
| 1453 | - included makefile.general, Makefile.rules,
|
|---|
| 1454 | - removes corresponding lines
|
|---|
| 1455 |
|
|---|
| 1456 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
|---|
| 1457 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
|---|
| 1458 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
|---|
| 1459 | - changed include statements
|
|---|
| 1460 |
|
|---|
| 1461 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
|---|
| 1462 | - changed include statements
|
|---|
| 1463 | - move enum from h to cc
|
|---|
| 1464 | - removed comma operator from delete statements (nonsense)
|
|---|
| 1465 |
|
|---|
| 1466 |
|
|---|
| 1467 |
|
|---|
| 1468 | 2001/01/11: Harald Kornmayer
|
|---|
| 1469 |
|
|---|
| 1470 | * ./
|
|---|
| 1471 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
|---|
| 1472 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
|---|
| 1473 | - small changes in this files. Not really critical.
|
|---|
| 1474 |
|
|---|
| 1475 | * mars.cc
|
|---|
| 1476 | - added the main file for the gui
|
|---|
| 1477 |
|
|---|
| 1478 | * mgui/
|
|---|
| 1479 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
|---|
| 1480 | Makefile, MGDataCheckMain.h
|
|---|
| 1481 | - added the subdir mgui and this files
|
|---|
| 1482 |
|
|---|
| 1483 | * mdatacheck/
|
|---|
| 1484 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
|---|
| 1485 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
|---|
| 1486 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
|---|
| 1487 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
|---|
| 1488 | - added the subdir mdatacheck and this files
|
|---|
| 1489 |
|
|---|
| 1490 |
|
|---|
| 1491 |
|
|---|
| 1492 | 2000/12/28: Thomas Bretz
|
|---|
| 1493 |
|
|---|
| 1494 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
|---|
| 1495 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
|---|
| 1496 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
|---|
| 1497 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
|---|
| 1498 | - Added changes some comments.
|
|---|
| 1499 |
|
|---|
| 1500 | * MLoopEvt.cc, MLoopEvt.h:
|
|---|
| 1501 | - Removed
|
|---|
| 1502 |
|
|---|
| 1503 |
|
|---|
| 1504 |
|
|---|
| 1505 | 2000/12/22 - Thomas Bretz:
|
|---|
| 1506 |
|
|---|
| 1507 | * readraw.cc:
|
|---|
| 1508 | - changed some comments and the Root-Name of the program
|
|---|
| 1509 | - added check for the existance of the file
|
|---|
| 1510 | - changed name of numbers of entries from iEnt to nent
|
|---|
| 1511 |
|
|---|
| 1512 | * dohtml.C:
|
|---|
| 1513 | - changed title of converted macros
|
|---|
| 1514 |
|
|---|
| 1515 | * MRawEvtData.cc:
|
|---|
| 1516 | - added a commet in Draw()
|
|---|
| 1517 |
|
|---|
| 1518 | * MRawEvtPixelIter.[h,cc]:
|
|---|
| 1519 | - Added the comment header of the file
|
|---|
| 1520 | - removed inheritance from TIterator (not needed)
|
|---|
| 1521 | - some changes to get it work (the one in the repository was untested
|
|---|
| 1522 | and not working)
|
|---|
| 1523 | - changed calling style of iterator from do...while to while-loop
|
|---|
| 1524 | - changed some comments
|
|---|
| 1525 |
|
|---|
| 1526 | * MRawRunHeader.cc:
|
|---|
| 1527 | - added some comments
|
|---|
| 1528 |
|
|---|
| 1529 | * Changelog, News: added
|
|---|
| 1530 |
|
|---|
| 1531 | * test.C: removed
|
|---|