| 1 | -*-*- END -*-*-
|
|---|
| 2 | 2002/07/08: Thomas Bretz
|
|---|
| 3 |
|
|---|
| 4 | * macros/rootlogon.C:
|
|---|
| 5 | - added include pathes for ACLIC
|
|---|
| 6 |
|
|---|
| 7 | * mfileio, mfileio/FileIOLinkDef.h, mfileio/FileIOIncl.h,
|
|---|
| 8 | mfileio/Makefile:
|
|---|
| 9 | - new directory
|
|---|
| 10 |
|
|---|
| 11 | * mbase/MWriteAsciiFile.[h,cc], mbase/MWriteRootFile.[h,cc],
|
|---|
| 12 | mbase/MReadTree.[h,cc], mbase/MReadMarsFile.[h,cc],
|
|---|
| 13 | manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 14 | - moved to mfileio
|
|---|
| 15 |
|
|---|
| 16 | * mbase/Makefile, mbase/BaseLinkDef.h, mbase/BaseIncl.h,
|
|---|
| 17 | manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
|---|
| 18 | manalysis/AnalysisIncl.h, meventdisp/Makefile:
|
|---|
| 19 | - changed accordingly
|
|---|
| 20 |
|
|---|
| 21 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 22 | - cd to right canvas before drawing camera display
|
|---|
| 23 |
|
|---|
| 24 | * meventdisp/MGEvtDisplay.[h,cc]:
|
|---|
| 25 | - added the "Geometry"-Tab
|
|---|
| 26 | - added MC informations to gui
|
|---|
| 27 |
|
|---|
| 28 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 29 | - added DrawPixelNumbers
|
|---|
| 30 | - added buttons to change the palette online
|
|---|
| 31 |
|
|---|
| 32 | * mgui/MHexagon.h:
|
|---|
| 33 | - added Getter functions
|
|---|
| 34 |
|
|---|
| 35 | * macros/MagicHillas.C:
|
|---|
| 36 | - added read.DisableAutoScheme()
|
|---|
| 37 |
|
|---|
| 38 | * mhist/MH.[h,cc]:
|
|---|
| 39 | - changed Fill to be non abstract anymore
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | 2002/07/04: Abelardo Moralejo
|
|---|
| 44 |
|
|---|
| 45 | * macros/trigrate.C:
|
|---|
| 46 | - Introduced some style improvements suggested by T. Bretz.
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | 2002/07/04: Abelardo Moralejo
|
|---|
| 51 |
|
|---|
| 52 | * mmontecarlo/MMcTriggerRateCalc.h,cc:
|
|---|
| 53 | - Now the dimension of fTrigger is set dynamically, to allow
|
|---|
| 54 | the processing of files with an arbitrarily large number of
|
|---|
| 55 | trigger conditions inside.
|
|---|
| 56 |
|
|---|
| 57 | * macros/trigrate.C:
|
|---|
| 58 | - Adapted the macro to changes above, and added a third argument:
|
|---|
| 59 | the name of a file containing pure NSB events from which the
|
|---|
| 60 | accidental trigger rate is calculated. Previously, this had to
|
|---|
| 61 | be introduced in the macro by hand by the user.
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | 2002/06/14: Thomas Bretz
|
|---|
| 66 |
|
|---|
| 67 | * mhist/MBinning.cc:
|
|---|
| 68 | - Initialize the binning with 10 edges from 0 to 1
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 | 2002/06/13: Thomas Bretz
|
|---|
| 73 |
|
|---|
| 74 | * mdata/MData.cc:
|
|---|
| 75 | - changed ostream.h to ofstream.h to make it compile on alpha
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 | 2002/06/10: Thomas Bretz
|
|---|
| 80 |
|
|---|
| 81 | * mbase/MReadMarsFile.cc:
|
|---|
| 82 | - changed name of fRun to ReadRunHeaders
|
|---|
| 83 |
|
|---|
| 84 | * mbase/MReadTree.cc:
|
|---|
| 85 | - changed output to show name of class
|
|---|
| 86 |
|
|---|
| 87 | * macros/plot.C:
|
|---|
| 88 | - added
|
|---|
| 89 |
|
|---|
| 90 | * macros/plot2.C:
|
|---|
| 91 | - added
|
|---|
| 92 |
|
|---|
| 93 | * manalysis/MHillas.cc:
|
|---|
| 94 | - changed atan2 to atan for fDelta
|
|---|
| 95 |
|
|---|
| 96 | * mbase/MAGIC.h, mbase/BaseLinkDef.h:
|
|---|
| 97 | - changed definitions for Particle Id to enum
|
|---|
| 98 |
|
|---|
| 99 | * mbase/MGList.cc:
|
|---|
| 100 | - IsA()->InheritsFrom() replaced with InheritsFrom()
|
|---|
| 101 |
|
|---|
| 102 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 103 | - IsA()->InheritsFrom() replaced with InheritsFrom()
|
|---|
| 104 | - removed some debug outputs
|
|---|
| 105 |
|
|---|
| 106 | * mbase/MDataChain.[h,cc]:
|
|---|
| 107 | - implemented sign '-'
|
|---|
| 108 |
|
|---|
| 109 | * mhist/MH.h:
|
|---|
| 110 | - changed default canvas size to 580x435
|
|---|
| 111 |
|
|---|
| 112 | * mhist/MHHadroness.cc:
|
|---|
| 113 | - added some more output to Print
|
|---|
| 114 |
|
|---|
| 115 | * mhist/MHMatrix.h:
|
|---|
| 116 | - changed some i,j to x,y
|
|---|
| 117 | - removed fabs from distance calculation
|
|---|
| 118 | - added sqrt to distance calculation
|
|---|
| 119 |
|
|---|
| 120 | * mmc/MMcEvt.cxx:
|
|---|
| 121 | - changed output of Print
|
|---|
| 122 |
|
|---|
| 123 |
|
|---|
| 124 |
|
|---|
| 125 | 2002/06/06: Thomas Bretz
|
|---|
| 126 |
|
|---|
| 127 | * manalysis/MHillasSrc.cc:
|
|---|
| 128 | - changed atan2 to atan for fAlpha
|
|---|
| 129 |
|
|---|
| 130 |
|
|---|
| 131 |
|
|---|
| 132 | 2002/06/05: Thomas Bretz
|
|---|
| 133 |
|
|---|
| 134 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 135 | - changed the code completely to support rules (data chains), too.
|
|---|
| 136 | the interface stayed the same.
|
|---|
| 137 |
|
|---|
| 138 | * mdata/MDataChain.cc, mhist/MHMatrix.cc:
|
|---|
| 139 | - added math.h for alpha compilers
|
|---|
| 140 |
|
|---|
| 141 | * mbase/MParContainer.h:
|
|---|
| 142 | - changes IsReadyToSave to const
|
|---|
| 143 |
|
|---|
| 144 | * mdata/MData.[h,cc]:
|
|---|
| 145 | - added AsciiWrite
|
|---|
| 146 |
|
|---|
| 147 | * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataValue.h:
|
|---|
| 148 | - added IsReadyToSave
|
|---|
| 149 |
|
|---|
| 150 | * mdata/MDataMember.[h,cc]:
|
|---|
| 151 | - added a new constructor
|
|---|
| 152 | - added IsReadyToSave
|
|---|
| 153 |
|
|---|
| 154 |
|
|---|
| 155 |
|
|---|
| 156 | 2002/06/04: Thomas Bretz
|
|---|
| 157 |
|
|---|
| 158 | * mhist/MHCompProb.[h,cc]:
|
|---|
| 159 | - added
|
|---|
| 160 |
|
|---|
| 161 | * mhist/MHMatrix.cc:
|
|---|
| 162 | - corrected some bugs in the algorithm to calculate the distance
|
|---|
| 163 |
|
|---|
| 164 | * mhist/Makefile:
|
|---|
| 165 | - added -I../mmc
|
|---|
| 166 |
|
|---|
| 167 | * mbase/Makefile:
|
|---|
| 168 | - added -I../mdata
|
|---|
| 169 |
|
|---|
| 170 | * mhist/MHHadroness.cc:
|
|---|
| 171 | - some changes to the layout of the drawn histograms
|
|---|
| 172 |
|
|---|
| 173 |
|
|---|
| 174 |
|
|---|
| 175 | 2002/06/03: Thomas Bretz
|
|---|
| 176 |
|
|---|
| 177 | * mhist/MHCompProb.[h,cc]:
|
|---|
| 178 | - added
|
|---|
| 179 |
|
|---|
| 180 | * mhist/MHHadroness.[h,cc]:
|
|---|
| 181 | - added
|
|---|
| 182 |
|
|---|
| 183 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 184 | - added MHCompProb
|
|---|
| 185 | - added MHHadroness
|
|---|
| 186 |
|
|---|
| 187 | * mhist/MFillH.cc:
|
|---|
| 188 | - added a info-output
|
|---|
| 189 |
|
|---|
| 190 | * mhist/MH3.cc:
|
|---|
| 191 | - excluded temporary profiles from directory
|
|---|
| 192 |
|
|---|
| 193 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 194 | - added code to calculate multi-dimensional distances
|
|---|
| 195 | - added comments
|
|---|
| 196 |
|
|---|
| 197 | * mbase/MAGIC.h:
|
|---|
| 198 | - changed kGAMMA to 1
|
|---|
| 199 |
|
|---|
| 200 | * mbase/MParList.[h,cc]:
|
|---|
| 201 | - added Replace-function
|
|---|
| 202 |
|
|---|
| 203 | * mbase/MReadMarsFile.[h,cc]:
|
|---|
| 204 | - added correct seeking for the run headers
|
|---|
| 205 |
|
|---|
| 206 | * mbase/MReadTree.[h,cc]:
|
|---|
| 207 | - added GetFileIndex()
|
|---|
| 208 |
|
|---|
| 209 | * mbase/MTaskList.cc:
|
|---|
| 210 | - changed fTasksProcess.Delete() to fTasksProcess.Clear()
|
|---|
| 211 |
|
|---|
| 212 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 213 | - added some code for future usage (in comments)
|
|---|
| 214 |
|
|---|
| 215 | * mbase/MLogo.[h,cc]:
|
|---|
| 216 | - added (not in use)
|
|---|
| 217 |
|
|---|
| 218 | * mfilter/MFParticleId.[h,cc]:
|
|---|
| 219 | - added
|
|---|
| 220 |
|
|---|
| 221 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 222 | - added MFParticleId
|
|---|
| 223 |
|
|---|
| 224 | * manalysis/MHadroness.[h,cc]:
|
|---|
| 225 | - added
|
|---|
| 226 |
|
|---|
| 227 | * manalysis/MCompProbCalc.[h,cc]:
|
|---|
| 228 | - added
|
|---|
| 229 |
|
|---|
| 230 | * manalysis/MMultiDimDistCalc.[h,cc]:
|
|---|
| 231 | - added
|
|---|
| 232 |
|
|---|
| 233 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 234 | - added MHadroness
|
|---|
| 235 | - added MCompProbCalc
|
|---|
| 236 | - added MMultiDimDistCalc
|
|---|
| 237 |
|
|---|
| 238 | * manalysis/Makefile:
|
|---|
| 239 | - added ../mdata
|
|---|
| 240 | - added ../mhist
|
|---|
| 241 |
|
|---|
| 242 | * macros/star.C:
|
|---|
| 243 | - added
|
|---|
| 244 |
|
|---|
| 245 | * macros/comprob.C:
|
|---|
| 246 | - added
|
|---|
| 247 |
|
|---|
| 248 | * macros/multidimdist.C:
|
|---|
| 249 | - added
|
|---|
| 250 |
|
|---|
| 251 | * macros/dohtml.C:
|
|---|
| 252 | - added star.C
|
|---|
| 253 | - added comprob.C
|
|---|
| 254 | - added multidimdist.C
|
|---|
| 255 |
|
|---|
| 256 | * mdata/MData.h:
|
|---|
| 257 | - added ()-operator
|
|---|
| 258 |
|
|---|
| 259 | * mdata/MDataList.cc:
|
|---|
| 260 | - removed 'all' modifier in Print-statement
|
|---|
| 261 |
|
|---|
| 262 | * mdata/MDataChain.[h,cc]:
|
|---|
| 263 | - added default constructor
|
|---|
| 264 |
|
|---|
| 265 | * mdata/MReadTree.cc:
|
|---|
| 266 | - fixed a root bug for root versions<3.03/00 (the open file in
|
|---|
| 267 | the TChain was not deleted (closed))
|
|---|
| 268 |
|
|---|
| 269 | * mbase/MReadMarsFile.[h,cc]:
|
|---|
| 270 | - store parlist instead of tasklist
|
|---|
| 271 | - check for run types between files
|
|---|
| 272 | - check for used reflector version (because of a bug in the program)
|
|---|
| 273 |
|
|---|
| 274 | * mmc/MMcRunheader.hxx:
|
|---|
| 275 | - added GetReflVersion()
|
|---|
| 276 |
|
|---|
| 277 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 278 | - changed particle Id numbers to predefined constants
|
|---|
| 279 |
|
|---|
| 280 |
|
|---|
| 281 |
|
|---|
| 282 | 2002/05/29: Thomas Bretz
|
|---|
| 283 |
|
|---|
| 284 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 285 | - added
|
|---|
| 286 |
|
|---|
| 287 | * mhist/HistLinkDef.h, mhist/Makefile
|
|---|
| 288 | - added MHMatrix
|
|---|
| 289 |
|
|---|
| 290 | * mhist/MH.h:
|
|---|
| 291 | - added Finalize-function prototype to be called at the end of
|
|---|
| 292 | the eventloop
|
|---|
| 293 |
|
|---|
| 294 | * mhist/MFillH.cc:
|
|---|
| 295 | - added call to Finalize-function to in PostProcess
|
|---|
| 296 |
|
|---|
| 297 | * mhist/MH3.cc:
|
|---|
| 298 | - removed old includes
|
|---|
| 299 |
|
|---|
| 300 | * mhist/MDataChain.cc:
|
|---|
| 301 | - fixed a harmfull bug in the constructor. fOperatorType wasn't
|
|---|
| 302 | correctly initialized
|
|---|
| 303 |
|
|---|
| 304 | * mhist/MDataMember.cc:
|
|---|
| 305 | - added some output in case of failures
|
|---|
| 306 |
|
|---|
| 307 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 308 | - renamed fMm2Deg to fConvMm2Deg to be consistent with the Getter
|
|---|
| 309 | function name
|
|---|
| 310 |
|
|---|
| 311 |
|
|---|
| 312 |
|
|---|
| 313 | 2002/05/13: Thomas Bretz
|
|---|
| 314 |
|
|---|
| 315 | * mbase/MReadTree.cc:
|
|---|
| 316 | - changed the Notify-workaround from GetEntry to LoadTree.
|
|---|
| 317 |
|
|---|
| 318 | * mfilter/MFDataMember.[h,cc]:
|
|---|
| 319 | - changed class to use MDataMember instead of a direct access to
|
|---|
| 320 | TMethodCall
|
|---|
| 321 |
|
|---|
| 322 | * mfilter/Makefile:
|
|---|
| 323 | - added path to mdata
|
|---|
| 324 |
|
|---|
| 325 |
|
|---|
| 326 |
|
|---|
| 327 | 2002/05/06: Thomas Bretz
|
|---|
| 328 |
|
|---|
| 329 | * mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTaskList.cc:
|
|---|
| 330 | - implemented usage of the return value of the Notofy function
|
|---|
| 331 |
|
|---|
| 332 | * mdata/MDataChain.[h,cc]:
|
|---|
| 333 | - implemented single-argument operators (like abs or exp)
|
|---|
| 334 |
|
|---|
| 335 |
|
|---|
| 336 |
|
|---|
| 337 | 2002/05/03: Thomas Bretz
|
|---|
| 338 |
|
|---|
| 339 | * mars.cc:
|
|---|
| 340 | - changed version to 0.8
|
|---|
| 341 | - added logo stuff
|
|---|
| 342 |
|
|---|
| 343 | * merpp.cc:
|
|---|
| 344 | - changed usage-output
|
|---|
| 345 |
|
|---|
| 346 | * mgui/MCamDisplay.cc, mgui/MGeomCam.cc, mgui/MGeomCamCT1.cc,
|
|---|
| 347 | mgui/MGeomCamMagic.cc, mgui/MHexagon.cc, mhist/MBinning.cc,
|
|---|
| 348 | mhist/MFillH.cc, mhist/MH.cc, mhist/MHAlphaEnergyTheta.cc,
|
|---|
| 349 | mhist/MHAlphaEnergyTime.cc, mhist/MHEffOnTimeTheta.cc,
|
|---|
| 350 | mhist/MHEffOnTimeTime.cc, mhist/MHEnergyTheta.cc, MHEnergyTime.cc,
|
|---|
| 351 | mhist/MHMcCollectionArea.cc, mhist/MHStarMap.cc, mmain/MMars.cc,
|
|---|
| 352 | mmontecarlo/MMcCollectionAreaCalc.cc
|
|---|
| 353 | - changed mail address
|
|---|
| 354 | - added missing copyright notices
|
|---|
| 355 | - added missing class description
|
|---|
| 356 |
|
|---|
| 357 | * mbase/MWriteRootFile.cc, mbase/MWriteAsciiFile.cc:
|
|---|
| 358 | - added AddToBranch call to AddContainer(const char*, const char*)
|
|---|
| 359 |
|
|---|
| 360 |
|
|---|
| 361 |
|
|---|
| 362 | 2002/04/30: Thomas Bretz
|
|---|
| 363 |
|
|---|
| 364 | * macros/MagicHillas.C:
|
|---|
| 365 | - made eventloop infinite
|
|---|
| 366 |
|
|---|
| 367 | * macros/tar.C:
|
|---|
| 368 | - implemented some sanity checks (existing files)
|
|---|
| 369 |
|
|---|
| 370 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 371 | - changed to use DeepSea palette in root versions newer than 3.01/05
|
|---|
| 372 | - fixed a bug which caused the destructor to do strange thing
|
|---|
| 373 | (the uncloned fGeomCam was deleted)
|
|---|
| 374 | - implemented a more accurate deletion of the objects in the
|
|---|
| 375 | TClonesArrays by using TClonesArray::Delete
|
|---|
| 376 | - Implemented deletion of automatically created TCanvas
|
|---|
| 377 | - Implemented a sanity check in Draw and DrawPhotNum
|
|---|
| 378 |
|
|---|
| 379 | * macros/readCT1.C, macros/readMagic.C:
|
|---|
| 380 | - changed to Handling of the gui and keyboard input
|
|---|
| 381 | - implemented the filename as function argument
|
|---|
| 382 |
|
|---|
| 383 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 384 | - Expanded filename to support filnames containing '~'
|
|---|
| 385 |
|
|---|
| 386 | * mhist/MH3.h:
|
|---|
| 387 | - removed 'const' to make 0.7 root 3.01/06 compatible
|
|---|
| 388 |
|
|---|
| 389 | * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
|
|---|
| 390 | - removed a 'redefinition of default argument'
|
|---|
| 391 |
|
|---|
| 392 | * mdata/MFDataMember.cc:
|
|---|
| 393 | - fixed a bug in the process function (second switch was never reached)
|
|---|
| 394 |
|
|---|
| 395 |
|
|---|
| 396 |
|
|---|
| 397 | 2002/04/29: Thomas Bretz
|
|---|
| 398 |
|
|---|
| 399 | * macros/tar.C:
|
|---|
| 400 | - added
|
|---|
| 401 |
|
|---|
| 402 | * Makefile:
|
|---|
| 403 | - changed "make tar" to use macros/tar.C and root
|
|---|
| 404 |
|
|---|
| 405 |
|
|---|
| 406 |
|
|---|
| 407 | 2002/04/29: Wolfgang Wittek
|
|---|
| 408 |
|
|---|
| 409 | * mhist/Makefile, mhist/HistLinkDef.h
|
|---|
| 410 | - MHThetabarTheta and MHThetabarTime were added
|
|---|
| 411 |
|
|---|
| 412 | * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
|
|---|
| 413 | - added
|
|---|
| 414 |
|
|---|
| 415 | * mhist/MHMcEnergyMigration.[h,cc]:
|
|---|
| 416 | - added
|
|---|
| 417 |
|
|---|
| 418 |
|
|---|
| 419 |
|
|---|
| 420 | 2002/04/27: Oscar Blanch
|
|---|
| 421 |
|
|---|
| 422 | * mmc/MMcRunHedaer.cxx, mmc/MMcTrig.cxx, mmc/MMcTrigHeader:
|
|---|
| 423 | - description of variables that have been introduced in the second
|
|---|
| 424 | version of this Containers.
|
|---|
| 425 |
|
|---|
| 426 |
|
|---|
| 427 |
|
|---|
| 428 | 2002/04/26: Thomas Bretz
|
|---|
| 429 |
|
|---|
| 430 | * mhist/MHFadcCam.cc:
|
|---|
| 431 | - start numbering of pixels with 1
|
|---|
| 432 |
|
|---|
| 433 | * mhist/MHFadcPix.[h,cc]:
|
|---|
| 434 | - overloaded clone to get rid of the histograms in any directory
|
|---|
| 435 | - removed some unnecessary StrDup calls
|
|---|
| 436 | - changed binning (Thanks to Abelardo)
|
|---|
| 437 |
|
|---|
| 438 | * mdata/MData.[h,cc]:
|
|---|
| 439 | - documentation added
|
|---|
| 440 | - implemented a new abstract member function: IsValid
|
|---|
| 441 |
|
|---|
| 442 | * mdata/MDataChain.cc, mdata/MDataList.cc:
|
|---|
| 443 | - changed logging output
|
|---|
| 444 | - documentation added
|
|---|
| 445 |
|
|---|
| 446 | * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
|
|---|
| 447 | - implemented IsValid
|
|---|
| 448 |
|
|---|
| 449 | * mdata/MDataMember.cc:
|
|---|
| 450 | - Don't preprocess if fCall is already available
|
|---|
| 451 | - documentation added
|
|---|
| 452 |
|
|---|
| 453 | * mdata/MDataValue.cc:
|
|---|
| 454 | - documentation added
|
|---|
| 455 |
|
|---|
| 456 | * mhist/MHMcDifRate.h, mhist/MHMcEfficiency.h,
|
|---|
| 457 | mhist/MHMcEfficiencyEnergy.h, mhist/MHMcEfficiencyImpact.h,
|
|---|
| 458 | mhist/MHMcEnergyImpact.h:
|
|---|
| 459 | - corrected class description
|
|---|
| 460 |
|
|---|
| 461 | * mbase/MParList.cc:
|
|---|
| 462 | - fixed a bug in CreateObjList
|
|---|
| 463 |
|
|---|
| 464 |
|
|---|
| 465 |
|
|---|
| 466 | 2002/04/25: Thomas Bretz
|
|---|
| 467 |
|
|---|
| 468 | * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
|
|---|
| 469 | - counts now the number of simulated showers
|
|---|
| 470 | - implemented some sanity checks (corsika version, etc)
|
|---|
| 471 |
|
|---|
| 472 | * mhist/MMcCollectionArea.[h,cc]:
|
|---|
| 473 | - added a first implementation of a calculation using only triggered
|
|---|
| 474 | events
|
|---|
| 475 |
|
|---|
| 476 | * mhist/MH.[h,cc]:
|
|---|
| 477 | - changed the first argument in SetBinning (according to the number
|
|---|
| 478 | of axis) to TH2 or TH3
|
|---|
| 479 |
|
|---|
| 480 | * mhist/MH2.cc:
|
|---|
| 481 | - changed the first argument in SetBinning (according to the number
|
|---|
| 482 | of axis) to TH2 or TH3
|
|---|
| 483 |
|
|---|
| 484 | * macros/collarea.C:
|
|---|
| 485 | - replaces MReadTree by MReadMarsFile
|
|---|
| 486 |
|
|---|
| 487 | * mmc/MMcRunHeader.hxx:
|
|---|
| 488 | - added GetAllEvtsTriggered
|
|---|
| 489 |
|
|---|
| 490 |
|
|---|
| 491 |
|
|---|
| 492 | 2002/04/24: Thomas Bretz
|
|---|
| 493 |
|
|---|
| 494 | * mbase/MReadTree.cc:
|
|---|
| 495 | - made use of TBranch::GetClassName root version dependant
|
|---|
| 496 |
|
|---|
| 497 | * manalysis/MCerPhotCalc.[h,cc]:
|
|---|
| 498 | - added a fix (ped.mean - 0.5) for files from camera with version <= 40
|
|---|
| 499 |
|
|---|
| 500 | * mmc/MMcRunHeader.hxx:
|
|---|
| 501 | - added some Getter functions
|
|---|
| 502 |
|
|---|
| 503 | * mdata/MDataChain.cc:
|
|---|
| 504 | - use rule as a title if no title ios given
|
|---|
| 505 |
|
|---|
| 506 | * mhist/MH3.[h,cc]:
|
|---|
| 507 | - added usage of Data-Chains
|
|---|
| 508 | - added a profiling option to the draw functions
|
|---|
| 509 | - use the title (rule) of the data-chain as axis title
|
|---|
| 510 |
|
|---|
| 511 | * mhist/Makefile:
|
|---|
| 512 | - added mdata-path
|
|---|
| 513 |
|
|---|
| 514 | * mbase/MParContainer.h:
|
|---|
| 515 | - changed some output in GetterFunction
|
|---|
| 516 |
|
|---|
| 517 |
|
|---|
| 518 |
|
|---|
| 519 | 2002/04/24: Wolfgang Wittek
|
|---|
| 520 |
|
|---|
| 521 | * Work was done on the calculation of photon fluxes as a function of
|
|---|
| 522 | Theta and as a function of time. The work is still in progress.
|
|---|
| 523 |
|
|---|
| 524 | * macros/wowflux.C
|
|---|
| 525 | - the macr0 was added (extended and improved version of flux.C)
|
|---|
| 526 | - the macro steers the calculation of photon fluxes as a function
|
|---|
| 527 | of Theta and time
|
|---|
| 528 | - the macro is not yet complete; testing and developing is going on
|
|---|
| 529 |
|
|---|
| 530 | * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
|
|---|
| 531 | mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
|
|---|
| 532 | mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
|
|---|
| 533 | - documentation was added
|
|---|
| 534 | - histogram axes were labeled
|
|---|
| 535 |
|
|---|
| 536 | * mhist/MHEffOnTimeTheta.cc:
|
|---|
| 537 | - range in which the fit of the distribution of time differences
|
|---|
| 538 | is to be performed has been calculated
|
|---|
| 539 | - new histograms were added (chi2/NDF, lambda, N0del)
|
|---|
| 540 |
|
|---|
| 541 |
|
|---|
| 542 |
|
|---|
| 543 | 2002/04/23: Thomas Bretz
|
|---|
| 544 |
|
|---|
| 545 | * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
|
|---|
| 546 | mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
|
|---|
| 547 | mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
|
|---|
| 548 | - added
|
|---|
| 549 |
|
|---|
| 550 | * mmc/MMcEvt.[hxx,cxx]:
|
|---|
| 551 | - added correct units for fImpact
|
|---|
| 552 |
|
|---|
| 553 |
|
|---|
| 554 |
|
|---|
| 555 | 2002/04/22: Thomas Bretz
|
|---|
| 556 |
|
|---|
| 557 | * Makefile:
|
|---|
| 558 | - added a chapter how to compile mars using shared libraries
|
|---|
| 559 |
|
|---|
| 560 | * NEWS:
|
|---|
| 561 | - updated
|
|---|
| 562 |
|
|---|
| 563 | * mfilter/MF.[h,cc]:
|
|---|
| 564 | - added
|
|---|
| 565 |
|
|---|
| 566 | * mfilter/MFDataMember.[h,cc]:
|
|---|
| 567 | - added
|
|---|
| 568 |
|
|---|
| 569 | * mhist/MH3.[h,cc]:
|
|---|
| 570 | - added
|
|---|
| 571 |
|
|---|
| 572 | * mhist/MHHillasExt.[h,cc]:
|
|---|
| 573 | - added
|
|---|
| 574 |
|
|---|
| 575 | * macros/rootlogon.C:
|
|---|
| 576 | - added make() function
|
|---|
| 577 | - splitted rootlogon()
|
|---|
| 578 |
|
|---|
| 579 | * mbase/MFilterList.cc:
|
|---|
| 580 | - fixed a bug in the constructor
|
|---|
| 581 | - small changes to the print function
|
|---|
| 582 |
|
|---|
| 583 | * mbase/MParContainer.[h,cc]:
|
|---|
| 584 | - Added GetterMethod-Function
|
|---|
| 585 |
|
|---|
| 586 | * mbase/MParList.cc:
|
|---|
| 587 | - Added a security check in case no def. constructor of the new class
|
|---|
| 588 | is available
|
|---|
| 589 | - changed print function
|
|---|
| 590 |
|
|---|
| 591 | * mbase/MReadTree.cc:
|
|---|
| 592 | - changed so that the class type of the branch is used for creation of
|
|---|
| 593 | a new object instead of its name
|
|---|
| 594 |
|
|---|
| 595 | * mbase/MTaskList.[h,cc]:
|
|---|
| 596 | - fixed the check for the Process function. Only base classes
|
|---|
| 597 | of first order have been checked
|
|---|
| 598 |
|
|---|
| 599 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
|---|
| 600 | - added MF, MFDataMember
|
|---|
| 601 |
|
|---|
| 602 | * mhist/HistLinkDef.h, mhist/MFillH.cc:
|
|---|
| 603 | - added MH3, MHHillasExt
|
|---|
| 604 |
|
|---|
| 605 | * mhist/MFillH.cc:
|
|---|
| 606 | - small changes
|
|---|
| 607 |
|
|---|
| 608 | * mhist/MH.[h,cc]:
|
|---|
| 609 | - changed name handling in MakeDefCanvas to TString
|
|---|
| 610 |
|
|---|
| 611 | * mhist/MHHillas.cc:
|
|---|
| 612 | - exchanged Get*axis()->SetTitle with Set*Title()
|
|---|
| 613 |
|
|---|
| 614 | * mhist/MHHillas.h:
|
|---|
| 615 | - made SetMm2Deg virtual (for MHHillasExt)
|
|---|
| 616 |
|
|---|
| 617 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 618 | - changed layout from mm to deg
|
|---|
| 619 |
|
|---|
| 620 | * mhist/MHHillasSrc.cc:
|
|---|
| 621 | - fixed a bug which made it unpossible to display fDist in degrees
|
|---|
| 622 |
|
|---|
| 623 |
|
|---|
| 624 |
|
|---|
| 625 | 2002/04/19: Thomas Bretz
|
|---|
| 626 |
|
|---|
| 627 | * mbase/MTaskList.cc:
|
|---|
| 628 | - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
|
|---|
| 629 | return a List of TBaseClasses not a List of TClass objects)
|
|---|
| 630 | - added a security check to Process whether we have something to process or not.
|
|---|
| 631 |
|
|---|
| 632 | * macros/CT1Hillas.C:
|
|---|
| 633 | - changed to the new Hillas classes
|
|---|
| 634 |
|
|---|
| 635 | * macros/readCT1.C:
|
|---|
| 636 | - fixed a bug causing readCT1.C to crash when reading the first event
|
|---|
| 637 | being a pedestal event
|
|---|
| 638 |
|
|---|
| 639 |
|
|---|
| 640 |
|
|---|
| 641 | 2002/04/17: Thomas Bretz
|
|---|
| 642 |
|
|---|
| 643 | * mbase/MParContainer.cc:
|
|---|
| 644 | - case label TMethodCall::kOther changed to default to get rid of
|
|---|
| 645 | some warnings in newer root's (missing case label kString)
|
|---|
| 646 |
|
|---|
| 647 | * mbase/MAGIC.h:
|
|---|
| 648 | - changed defintion of Glog so that it now works on Alpha machines, too.
|
|---|
| 649 |
|
|---|
| 650 |
|
|---|
| 651 |
|
|---|
| 652 | 2002/04/16: Thomas Bretz
|
|---|
| 653 |
|
|---|
| 654 | * mhist/MHHillas.cc:
|
|---|
| 655 | - Fixed a 'redefinition of default argument' on alpha
|
|---|
| 656 |
|
|---|
| 657 |
|
|---|
| 658 |
|
|---|
| 659 | 2002/04/15: Thomas Bretz
|
|---|
| 660 |
|
|---|
| 661 | * mgui/MGeomCam.cc:
|
|---|
| 662 | - Added SetReadyToSave to Constructor
|
|---|
| 663 |
|
|---|
| 664 | * mhist/MH.cc:
|
|---|
| 665 | - Added some #ifdef conditionals for a fix in root
|
|---|
| 666 |
|
|---|
| 667 | * mfilter/MFAlpha.[h,cc]:
|
|---|
| 668 | - made IsExpressionTrue inline
|
|---|
| 669 |
|
|---|
| 670 |
|
|---|
| 671 |
|
|---|
| 672 | 2002/04/05: Thomas Bretz
|
|---|
| 673 |
|
|---|
| 674 | * mmain/MDataCheck.cc:
|
|---|
| 675 | - exchanged order in call to MFillH constructor
|
|---|
| 676 | - made eventloop infinite (only 300 events have been processed)
|
|---|
| 677 |
|
|---|
| 678 | * mbase/MEvtLoop.h:
|
|---|
| 679 | - added GetTaskList
|
|---|
| 680 |
|
|---|
| 681 | * mbase/MTaskList.[h,cc]:
|
|---|
| 682 | - introduced fTasksProcess which contains only the tasks
|
|---|
| 683 | which overloads the process function so that processing
|
|---|
| 684 | tasks doesn't waste time if a tasks doesn't have the process
|
|---|
| 685 | function
|
|---|
| 686 |
|
|---|
| 687 | * mgui/MGeomPix.[h,cc]:
|
|---|
| 688 | - corrected calculation of pixel area
|
|---|
| 689 |
|
|---|
| 690 |
|
|---|
| 691 |
|
|---|
| 692 | 2002/04/04: Thomas Bretz
|
|---|
| 693 |
|
|---|
| 694 | * mbase/MLog.cc:
|
|---|
| 695 | - stripped last character (CR) from output redirected to GUI
|
|---|
| 696 |
|
|---|
| 697 |
|
|---|
| 698 |
|
|---|
| 699 | 2002/03/21: Thomas Bretz
|
|---|
| 700 |
|
|---|
| 701 | * mhists/MH.cc:
|
|---|
| 702 | - TAxis::Set resets the axis title so I implemented a workaround
|
|---|
| 703 | in SetBinning so that the axis title survives.
|
|---|
| 704 |
|
|---|
| 705 | * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
|
|---|
| 706 | - replaced Get*axis()->SetTitle() by Set*Title()
|
|---|
| 707 | - corrected the Name in MakeDefCanvas
|
|---|
| 708 |
|
|---|
| 709 |
|
|---|
| 710 |
|
|---|
| 711 | 2002/03/20: Thomas Bretz
|
|---|
| 712 |
|
|---|
| 713 | * macros/flux.C:
|
|---|
| 714 | - fixed a small bug (thanks to Wolfgang)
|
|---|
| 715 |
|
|---|
| 716 | * mhist/MHHillas.[h,cc]:
|
|---|
| 717 | - added more scaling options
|
|---|
| 718 | - added setting for scaling factor
|
|---|
| 719 |
|
|---|
| 720 | * mhist/MHStarMap.cc:
|
|---|
| 721 | - changed sign of t (due to a mail of Wolfgang)
|
|---|
| 722 |
|
|---|
| 723 | * mhist/MHTimeDiff*.cc:
|
|---|
| 724 | - removed an implicit down-cast (TH1D --> TH1)
|
|---|
| 725 |
|
|---|
| 726 |
|
|---|
| 727 |
|
|---|
| 728 | 2002/03/15: Oscar Blanch
|
|---|
| 729 |
|
|---|
| 730 | * mmc/McLinkDef.h
|
|---|
| 731 | - Automatic scheme evolution for all MC format classes.
|
|---|
| 732 | It has been checked that it keeps compatibility with old files.
|
|---|
| 733 |
|
|---|
| 734 | * mmc/MTriggerDefine.h
|
|---|
| 735 | - Enlarge number of trigger pixels.
|
|---|
| 736 |
|
|---|
| 737 | * mmc/MTrigger.[cxx,hxx]
|
|---|
| 738 | - Trigger zone has been enlarged. Now information about status
|
|---|
| 739 | of the pixel is saved for all Camera pixels.
|
|---|
| 740 | - Old files can still be read but becareful when one looks at the
|
|---|
| 741 | data member fPixelsFirst which is an array of different size for
|
|---|
| 742 | the new and old files.
|
|---|
| 743 | - ClassDef version upgraded to 2.
|
|---|
| 744 |
|
|---|
| 745 | * mmc/MTriggerHedaer.[cxx,hxx]
|
|---|
| 746 | - Member data fElecNoiseTrig, which has information about the
|
|---|
| 747 | electronic noise in the trigger chain, has been introduced.
|
|---|
| 748 | - Trigger zone has been enlarged. Now information about status
|
|---|
| 749 | of the pixel is saved for all Camera pixels.
|
|---|
| 750 | - Old files can still be read but becareful when one looks at the
|
|---|
| 751 | data member fThreshold which is an array of diferent size for
|
|---|
| 752 | the new and old files.
|
|---|
| 753 | - ClassDef version upgraded to 2.
|
|---|
| 754 |
|
|---|
| 755 |
|
|---|
| 756 |
|
|---|
| 757 | 2002/03/13: Oscar Blanch
|
|---|
| 758 |
|
|---|
| 759 | * mmc/MMcRunHeader.[cxx,hxx]
|
|---|
| 760 | - Several new variable members have been added
|
|---|
| 761 | - Version number updated to 2
|
|---|
| 762 |
|
|---|
| 763 |
|
|---|
| 764 |
|
|---|
| 765 | 2002/03/12: Thomas Bretz
|
|---|
| 766 |
|
|---|
| 767 | * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
|
|---|
| 768 | - removed wrong comment for Process
|
|---|
| 769 | - changed Int_t to UInt_t (more readable)
|
|---|
| 770 | - replaced unit: ms -> 0.1ms
|
|---|
| 771 |
|
|---|
| 772 |
|
|---|
| 773 |
|
|---|
| 774 | 2002/03/08: Thomas Bretz
|
|---|
| 775 |
|
|---|
| 776 | * manalysis/MHillasSrc.[h,cc]:
|
|---|
| 777 | - added fHeadTail
|
|---|
| 778 | - changed version number to 2.
|
|---|
| 779 |
|
|---|
| 780 |
|
|---|
| 781 |
|
|---|
| 782 | 2002/03/07: Thomas Bretz
|
|---|
| 783 |
|
|---|
| 784 | * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
|
|---|
| 785 | - added a scale value which can be used in case you are writing
|
|---|
| 786 | single data mambers
|
|---|
| 787 |
|
|---|
| 788 |
|
|---|
| 789 |
|
|---|
| 790 | 2002/03/04: Thomas Bretz
|
|---|
| 791 |
|
|---|
| 792 | * mbase/MParContainer.cc:
|
|---|
| 793 | - changed AsciiWrite so that only base classes with a version
|
|---|
| 794 | id > 0 are written (important for MParContainer)
|
|---|
| 795 |
|
|---|
| 796 |
|
|---|
| 797 |
|
|---|
| 798 | 2002/03/01: Thomas Bretz
|
|---|
| 799 |
|
|---|
| 800 | * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
|
|---|
| 801 | mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
|
|---|
| 802 | - added
|
|---|
| 803 |
|
|---|
| 804 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 805 | - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
|
|---|
| 806 | - added MHMcDifRate and MHMcIntRate
|
|---|
| 807 |
|
|---|
| 808 | * mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 809 | - changed instantiation of collection area histogram
|
|---|
| 810 | - added settings for the binning
|
|---|
| 811 | - replaced division by root function
|
|---|
| 812 | - added Calc-functions
|
|---|
| 813 | - added GetHist
|
|---|
| 814 |
|
|---|
| 815 | * mhist/MHMcEfficiency.[h,cc]:
|
|---|
| 816 | - changed pointers in Calc functions to references
|
|---|
| 817 |
|
|---|
| 818 |
|
|---|
| 819 |
|
|---|
| 820 |
|
|---|
| 821 |
|
|---|
| 822 | 2002/02/28: Thomas Bretz
|
|---|
| 823 |
|
|---|
| 824 | * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
|
|---|
| 825 | - added
|
|---|
| 826 |
|
|---|
| 827 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 828 | - added MHMcEnergyImpact and MHMcEfficiency
|
|---|
| 829 |
|
|---|
| 830 | * mhist/*.cc:
|
|---|
| 831 | - repaced some *&-> casts by &.
|
|---|
| 832 |
|
|---|
| 833 | * mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 834 | - changed to be able to use new MHMcEfficiency.
|
|---|
| 835 |
|
|---|
| 836 |
|
|---|
| 837 |
|
|---|
| 838 | 2002/02/21: Abelardo Moralejo
|
|---|
| 839 |
|
|---|
| 840 | * manalysis/MHillasExt.cc :
|
|---|
| 841 | - added #include <math.h> (else, fabs not recognized by OSF)
|
|---|
| 842 |
|
|---|
| 843 |
|
|---|
| 844 |
|
|---|
| 845 | 2002/02/21: Thomas Bretz
|
|---|
| 846 |
|
|---|
| 847 | * manalysis/MHillas.[h,cc]:
|
|---|
| 848 | - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
|
|---|
| 849 | of the getter functions, needed by TDataMember::GetterMethod
|
|---|
| 850 | - commented out WriteAscii (replaced by more general in MParContainer
|
|---|
| 851 | and MWriteAsciiFile)
|
|---|
| 852 |
|
|---|
| 853 | * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
|
|---|
| 854 | - commented out WriteAscii (replaced by more general in MParContainer
|
|---|
| 855 | and MWriteAsciiFile)
|
|---|
| 856 |
|
|---|
| 857 | * manalysis/MHillasExt.[h,cc]:
|
|---|
| 858 | - added necessary Getter Methods
|
|---|
| 859 |
|
|---|
| 860 | * mbase/MFilterList.cc:
|
|---|
| 861 | - removed a nonsens comment
|
|---|
| 862 |
|
|---|
| 863 | * mbase/MGList.cc:
|
|---|
| 864 | - relay on the bugfix for DynamicCast
|
|---|
| 865 |
|
|---|
| 866 | * mbase/MParContainer.[h,cc]:
|
|---|
| 867 | - implemented WriteDataMember to have a more general interface
|
|---|
| 868 | for readable output.
|
|---|
| 869 | - changed ofstream to a more general ostream
|
|---|
| 870 |
|
|---|
| 871 | * mbase/MWriteAsciiFile.[cc,h]:
|
|---|
| 872 | - generalized ascii writer to be able to write single data members
|
|---|
| 873 |
|
|---|
| 874 |
|
|---|
| 875 |
|
|---|
| 876 | 2002/02/13: Thomas Bretz
|
|---|
| 877 |
|
|---|
| 878 | * Makefile:
|
|---|
| 879 | - made 'make dox' dependant on existance of shared object
|
|---|
| 880 |
|
|---|
| 881 |
|
|---|
| 882 |
|
|---|
| 883 | 2002/02/13: Thomas Bretz
|
|---|
| 884 |
|
|---|
| 885 | * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
|---|
| 886 | - implemented variable binning (MBinning)
|
|---|
| 887 | - implemented conversion to degrees (thanks to rudy)
|
|---|
| 888 |
|
|---|
| 889 | * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
|
|---|
| 890 | - implemented fMm2Deg and fCamDist
|
|---|
| 891 |
|
|---|
| 892 |
|
|---|
| 893 |
|
|---|
| 894 | 2002/01/23: Thomas Bretz
|
|---|
| 895 |
|
|---|
| 896 | * macros/flux.C:
|
|---|
| 897 | - fixed some bugs
|
|---|
| 898 | - uncommented all drawing
|
|---|
| 899 |
|
|---|
| 900 | * mhist/MBinning.h:
|
|---|
| 901 | - changed SetEdges(TArrayD)
|
|---|
| 902 |
|
|---|
| 903 | * mhist/MH.cc:
|
|---|
| 904 | - SetBinning(..., TAxis*,...) didn't work. Corrected.
|
|---|
| 905 |
|
|---|
| 906 | * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
|
|---|
| 907 | mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
|
|---|
| 908 | mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
|
|---|
| 909 | - changed wrong titles, names, etc.
|
|---|
| 910 | - changed way of drawing projections
|
|---|
| 911 | - fixed usage of MH::SetBinning(TH1*)
|
|---|
| 912 |
|
|---|
| 913 |
|
|---|
| 914 |
|
|---|
| 915 | 2002/01/22: Thomas Bretz
|
|---|
| 916 |
|
|---|
| 917 | * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
|
|---|
| 918 | - changed return type of Fill to Bool_t
|
|---|
| 919 |
|
|---|
| 920 | * mfilter/MFAlpha.[h,cc]:
|
|---|
| 921 | - added
|
|---|
| 922 |
|
|---|
| 923 | * mfilter/MFill.[h,cc]:
|
|---|
| 924 | - implemented a new calling style which allows you to let MFillH
|
|---|
| 925 | create the necessary histogram objects
|
|---|
| 926 |
|
|---|
| 927 | * mmain/MAnalysis.cc, macros/MagicHillas.C:
|
|---|
| 928 | - changed to new stylish MHillas parameter containers
|
|---|
| 929 |
|
|---|
| 930 | * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
|
|---|
| 931 | mmain/MDataCheck.[h,cc]:
|
|---|
| 932 | - fixed a warning in red hat linux
|
|---|
| 933 |
|
|---|
| 934 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
|---|
| 935 | - added MFAlpha
|
|---|
| 936 |
|
|---|
| 937 | * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
|---|
| 938 | - added SetupFill and usage of MBinning objects
|
|---|
| 939 |
|
|---|
| 940 | * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
|
|---|
| 941 | mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
|
|---|
| 942 | mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
|
|---|
| 943 | mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
|
|---|
| 944 | mmontecarlo/MMcTimeGenerate.[h,cc]:
|
|---|
| 945 | - added
|
|---|
| 946 |
|
|---|
| 947 | * manalysis/Makefile:
|
|---|
| 948 | - added MEnergyEst.cc
|
|---|
| 949 | - added MEnergyEstimate.cc
|
|---|
| 950 |
|
|---|
| 951 | * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
|
|---|
| 952 | - added name and title to constructor
|
|---|
| 953 |
|
|---|
| 954 | * macros/flux.C:
|
|---|
| 955 | - added
|
|---|
| 956 |
|
|---|
| 957 |
|
|---|
| 958 |
|
|---|
| 959 | 2002/01/21: Thomas Bretz
|
|---|
| 960 |
|
|---|
| 961 | * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
|
|---|
| 962 | - implemented GetFileName
|
|---|
| 963 |
|
|---|
| 964 | * mmc/MMcEvt.[hxx,cxx]
|
|---|
| 965 | - implemented WriteAscii
|
|---|
| 966 |
|
|---|
| 967 | * mgui/MGeomPix.h:
|
|---|
| 968 | - implemented first version of GetA
|
|---|
| 969 |
|
|---|
| 970 | * mhist/MBinning.h:
|
|---|
| 971 | - small changes to formulas
|
|---|
| 972 |
|
|---|
| 973 | * mhist/MH.[h,cc]:
|
|---|
| 974 | - implemented SetBinnign functions
|
|---|
| 975 |
|
|---|
| 976 | * macros/readMagic.C:
|
|---|
| 977 | - removed MPedestalCam
|
|---|
| 978 |
|
|---|
| 979 |
|
|---|
| 980 |
|
|---|
| 981 | 2002/01/19: Thomas Bretz
|
|---|
| 982 |
|
|---|
| 983 | * mbase/MParContainer.cc:
|
|---|
| 984 | - generalized virtual function AsciiWrite
|
|---|
| 985 |
|
|---|
| 986 | * changed to fit new MHillas inhertance model:
|
|---|
| 987 | - manalysis/MHillas.[h,cc]
|
|---|
| 988 | - manalysis/MHillasCalc.[h,cc]
|
|---|
| 989 | - mhist/MHHillas.[h,cc]
|
|---|
| 990 | - mhist/MHStarMap.[h,cc]
|
|---|
| 991 |
|
|---|
| 992 | * added to fit new MHillas inhertance model:
|
|---|
| 993 | - manalysis/MSrcPosCam.[h,cc]
|
|---|
| 994 | - manalysis/MHillasSrc.[h,cc]
|
|---|
| 995 | - manalysis/MHillasSrcCalc.[h,cc]
|
|---|
| 996 | - manalysis/MHillasExt.[h,cc]
|
|---|
| 997 | - mhist/MHHillasSrc.[h,cc]
|
|---|
| 998 |
|
|---|
| 999 | * manalysis/MCerPhotEvt.[cc,h]:
|
|---|
| 1000 | - introduced weighting with pixel size in GetNumPhotonsMin
|
|---|
| 1001 | - introduced weighting with pixel size in GetNumPhotonsMax
|
|---|
| 1002 |
|
|---|
| 1003 | * mgui/MCamDisplay.cc:
|
|---|
| 1004 | - weight the displayed color with the pixel size
|
|---|
| 1005 |
|
|---|
| 1006 |
|
|---|
| 1007 |
|
|---|
| 1008 | 2002/01/18: Thomas Bretz
|
|---|
| 1009 |
|
|---|
| 1010 | * mhist/MBinning.[h,cc]:
|
|---|
| 1011 | - added (not yet in Makefile)
|
|---|
| 1012 |
|
|---|
| 1013 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 1014 | - fixed a bug: replaced GetSize by GetEntries
|
|---|
| 1015 |
|
|---|
| 1016 | * mbase/MReadTree.cc:
|
|---|
| 1017 | - changed EnableBranch to accept "Master.Sub" also
|
|---|
| 1018 |
|
|---|
| 1019 |
|
|---|
| 1020 |
|
|---|
| 1021 | 2002/01/16: Thomas Bretz
|
|---|
| 1022 |
|
|---|
| 1023 | * mars.cc:
|
|---|
| 1024 | - changed version number to 0.7
|
|---|
| 1025 |
|
|---|
| 1026 | * NEWS:
|
|---|
| 1027 | - changed current version to 0.7
|
|---|
| 1028 |
|
|---|
| 1029 | * manalysis/MMcPedestalNSBAdd.cc:
|
|---|
| 1030 | - small changes to output
|
|---|
| 1031 |
|
|---|
| 1032 | * mbase/MParList.[h,cc]:
|
|---|
| 1033 | - added FindObject with class type argument
|
|---|
| 1034 |
|
|---|
| 1035 | * mbase/MWriteAsciiFile.cc
|
|---|
| 1036 | - replaced call to InheritsFrom by new FindObject
|
|---|
| 1037 |
|
|---|
| 1038 |
|
|---|
| 1039 |
|
|---|
| 1040 | 2002/01/15: Thomas Bretz
|
|---|
| 1041 |
|
|---|
| 1042 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 1043 | - added more comments
|
|---|
| 1044 | - removed a debug statement
|
|---|
| 1045 |
|
|---|
| 1046 | * manalysis/MBlindPixels.[h,cc]:
|
|---|
| 1047 | - added more comments
|
|---|
| 1048 |
|
|---|
| 1049 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 1050 | - changed the warning output
|
|---|
| 1051 |
|
|---|
| 1052 | * manalysis/MMcPedestalCopy.h:
|
|---|
| 1053 | - added comments
|
|---|
| 1054 |
|
|---|
| 1055 | * manalysis/MMcPedestalNSBAdd.[h,cc]:
|
|---|
| 1056 | - added comments
|
|---|
| 1057 | - changed call to AddedToBranchList
|
|---|
| 1058 |
|
|---|
| 1059 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 1060 | - added comments
|
|---|
| 1061 |
|
|---|
| 1062 | * mmc/MMcRunHeader.[hxx,cxx]:
|
|---|
| 1063 | - made getter const
|
|---|
| 1064 |
|
|---|
| 1065 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 1066 | - updated to use MBlindPixelCalc
|
|---|
| 1067 |
|
|---|
| 1068 | * mbase/MEvtLoop.cc:
|
|---|
| 1069 | - replaced wrong "MTasklist" by "MTaskList"
|
|---|
| 1070 |
|
|---|
| 1071 |
|
|---|
| 1072 |
|
|---|
| 1073 | 2002/01/14: Thomas Bretz
|
|---|
| 1074 |
|
|---|
| 1075 | * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
|
|---|
| 1076 | - added comments
|
|---|
| 1077 |
|
|---|
| 1078 | * mbase/MReadMarsFile.cc:
|
|---|
| 1079 | - changed output when switching to new file
|
|---|
| 1080 |
|
|---|
| 1081 | * meventdisp/MGFadcDisp.cc:
|
|---|
| 1082 | - made char array in constructor const
|
|---|
| 1083 | - changed char-array to TString
|
|---|
| 1084 |
|
|---|
| 1085 | * mmain/MBrowser.[h,cc]:
|
|---|
| 1086 | - changed char-arrays to TString
|
|---|
| 1087 |
|
|---|
| 1088 | * mmain/MDataCheck.[h,cc]:
|
|---|
| 1089 | - made char array in constructor const
|
|---|
| 1090 |
|
|---|
| 1091 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
|---|
| 1092 | - changed to O5
|
|---|
| 1093 |
|
|---|
| 1094 | * mbase/MEvtLoop.cc:
|
|---|
| 1095 | - check for inheritance from MTaskList
|
|---|
| 1096 |
|
|---|
| 1097 | * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
|
|---|
| 1098 | - small changes
|
|---|
| 1099 |
|
|---|
| 1100 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 1101 | - changed to be able to write more than one container in a line
|
|---|
| 1102 |
|
|---|
| 1103 |
|
|---|
| 1104 |
|
|---|
| 1105 | 2002/01/11: Oscar Blanch Bigas
|
|---|
| 1106 |
|
|---|
| 1107 | * mmain/MAnalysis.cc:
|
|---|
| 1108 | - added MBlindPixelCalc step.
|
|---|
| 1109 |
|
|---|
| 1110 | * macros/trigrate.C:
|
|---|
| 1111 | - the list of MHMcRate is created using from and to instead of
|
|---|
| 1112 | only dimension. Otherwise the case of a single trigger option is
|
|---|
| 1113 | not well treated.
|
|---|
| 1114 |
|
|---|
| 1115 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 1116 | - added funtion members SetFlux and SetIncidentRate and small
|
|---|
| 1117 | modification in CalcRate member function
|
|---|
| 1118 |
|
|---|
| 1119 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 1120 | - now this task sets the parameters to know the incident particle
|
|---|
| 1121 | flux using MHMcRate::SetFlux. The value are decided by the task
|
|---|
| 1122 | itself depending on the fPartId.
|
|---|
| 1123 |
|
|---|
| 1124 | * manalysis/MBlindPixelCalc.cc:
|
|---|
| 1125 | - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
|
|---|
| 1126 |
|
|---|
| 1127 | * mmc/MMcRunHeader.[hxx, cxx]:
|
|---|
| 1128 | - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
|
|---|
| 1129 |
|
|---|
| 1130 |
|
|---|
| 1131 |
|
|---|
| 1132 | 2002/01/10: Oscar Blanch Bigas
|
|---|
| 1133 |
|
|---|
| 1134 | * mbase/Makefile:
|
|---|
| 1135 | - added -I../MRawFormat in the included directories for compile
|
|---|
| 1136 | and link. It was needed to use this Makefile to compile the
|
|---|
| 1137 | files inside the drectory while compiling Monte Carlo programs.
|
|---|
| 1138 |
|
|---|
| 1139 | * mraw/Makefile:
|
|---|
| 1140 | - added -I../MBase in the included directories for compile
|
|---|
| 1141 | and link. It was needed to use this Makefile to compile the
|
|---|
| 1142 | files inside the drectory while compiling Monte Carlo programs.
|
|---|
| 1143 |
|
|---|
| 1144 | * mbase/Makefile:
|
|---|
| 1145 | - added -I../MBase- in the included directories for compile
|
|---|
| 1146 | and link. It was needed to use this Makefile to compile the
|
|---|
| 1147 | files inside the drectory while compiling Monte Carlo programs.
|
|---|
| 1148 |
|
|---|
| 1149 | * mbase/MReadTree.cc:
|
|---|
| 1150 | - changed #include "../mraw/MRawEvtData.h" by #include
|
|---|
| 1151 | "MRawEvtData.h" to remove dependencies on the directory tree naming.
|
|---|
| 1152 |
|
|---|
| 1153 |
|
|---|
| 1154 |
|
|---|
| 1155 | 2002/01/09: Oscar Blanch Bigas
|
|---|
| 1156 |
|
|---|
| 1157 | * manalysis/MPedestalCam.[h,cc]:
|
|---|
| 1158 | - added CheckBounds function to check that program does not try to
|
|---|
| 1159 | access pedestal outside the camera size.
|
|---|
| 1160 |
|
|---|
| 1161 | * manalysis/MCerPhotCalc.h:
|
|---|
| 1162 | - Member data const MPedestalCam *fPedestals -> MPedestalCam
|
|---|
| 1163 | *fPedestals.
|
|---|
| 1164 |
|
|---|
| 1165 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 1166 | - Sanity check to avoid searching to pedestals outside the camera
|
|---|
| 1167 | size has been added.
|
|---|
| 1168 |
|
|---|
| 1169 | * mmc/MMcRunHeader.[h,cxx]:
|
|---|
| 1170 | - added functions GetStarField[De,Ra].
|
|---|
| 1171 |
|
|---|
| 1172 | * manalysis/MBlindPixels.[h,cc]:
|
|---|
| 1173 | - new containet that has a list of pixels that should not be used
|
|---|
| 1174 | in the analysis for any reason (corrupted, star in them, ...).
|
|---|
| 1175 |
|
|---|
| 1176 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 1177 | - It is a task used to set up the list of blind pixels. Currently
|
|---|
| 1178 | it recognises the CrabNebula starfield and then switch off the
|
|---|
| 1179 | Theta Taury pixels. Blind pixels can be also introduced through
|
|---|
| 1180 | the macro or analysis program.
|
|---|
| 1181 |
|
|---|
| 1182 | * manalysis/Makefile:
|
|---|
| 1183 | - added MBlindPixels and MBlinPixelCalc.
|
|---|
| 1184 |
|
|---|
| 1185 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 1186 | - added MBlindPixels and MBlinPixelCalc.
|
|---|
| 1187 |
|
|---|
| 1188 | * macros/MagicHillas.C:
|
|---|
| 1189 | - added MBlindPixelCalc to avoid bias results due to Star Field
|
|---|
| 1190 | NSB.
|
|---|
| 1191 |
|
|---|
| 1192 | * macros/readMagic.C:
|
|---|
| 1193 | - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
|
|---|
| 1194 | computing the Hillas parameters.
|
|---|
| 1195 |
|
|---|
| 1196 |
|
|---|
| 1197 |
|
|---|
| 1198 | 2001/12/19: Thomas Bretz
|
|---|
| 1199 |
|
|---|
| 1200 | * mbase/MEvtLoop.cc:
|
|---|
| 1201 | - added #ifdef directive to make it work on older root also
|
|---|
| 1202 |
|
|---|
| 1203 | * mbase/MReadTree.cc:
|
|---|
| 1204 | - added #ifdef directive to get rid of the memory leak in prior
|
|---|
| 1205 | root 3.02/* versions
|
|---|
| 1206 |
|
|---|
| 1207 | * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
|
|---|
| 1208 | mmain/MAnalysis.cc:
|
|---|
| 1209 | - changes MMcPedestalNSB to MMcPedestalNSBAdd
|
|---|
| 1210 |
|
|---|
| 1211 | * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
|
|---|
| 1212 | - reorganized ReInit, PreProcess.
|
|---|
| 1213 | - moved some code from ReInit to PreProcess to make the code
|
|---|
| 1214 | simpler. At the moment we don't intend to change the
|
|---|
| 1215 | objects in the parlist while runtime.
|
|---|
| 1216 |
|
|---|
| 1217 | * manalysis/MMcPedestalNSB.[h,cc]:
|
|---|
| 1218 | - removed
|
|---|
| 1219 |
|
|---|
| 1220 | * mbase/MReadMarsFile.cc:
|
|---|
| 1221 | - read the first run header twice. To make it available in the
|
|---|
| 1222 | PreProcess of all tasks
|
|---|
| 1223 |
|
|---|
| 1224 | * mbase/MTaskList.cc:
|
|---|
| 1225 | - fixed a bug in the ReInit function. The ReInits where calles with
|
|---|
| 1226 | a NULL-pointer
|
|---|
| 1227 |
|
|---|
| 1228 |
|
|---|
| 1229 |
|
|---|
| 1230 | 2001/12/18: Oscar Blanch
|
|---|
| 1231 |
|
|---|
| 1232 | * manalysis/Makefile:
|
|---|
| 1233 | - Removed MMcPedestalNSB from compilation and added
|
|---|
| 1234 | MMcPedestalNSBAdd.
|
|---|
| 1235 |
|
|---|
| 1236 | * manalysis/AnalysisLinkDefine.h:
|
|---|
| 1237 | - Removed MMcPedestalNSB from class list and added
|
|---|
| 1238 | MMcPedestalNSBAdd.
|
|---|
| 1239 |
|
|---|
| 1240 | * manalysis/MMcPedestalCopy.[h,cc]
|
|---|
| 1241 | - added ReInit function.
|
|---|
| 1242 | - move all actions needed to redo for each run from PreProcess
|
|---|
| 1243 | to ReInit
|
|---|
| 1244 | - fix bug of Pedestal and Pedestal fluctuaions correspondence.
|
|---|
| 1245 |
|
|---|
| 1246 | * manalysis/MMcPedestalNSBAdd.[h,cc]
|
|---|
| 1247 | - new name for old MMcPedestalNSB.[h,cc]
|
|---|
| 1248 | - added ReInit function.
|
|---|
| 1249 | - move all actions needed to redo for each run from PreProcess
|
|---|
| 1250 | to ReInit
|
|---|
| 1251 | - information about pixel size is used from MGeomCam.
|
|---|
| 1252 |
|
|---|
| 1253 | * manalysis/MCerPhotCalc.[h,cc]
|
|---|
| 1254 | - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
|
|---|
| 1255 | - fix bug of Pedestal and Pedestal fluctuaions correspondence.
|
|---|
| 1256 |
|
|---|
| 1257 |
|
|---|
| 1258 | 2001/12/18: Thomas Bretz
|
|---|
| 1259 |
|
|---|
| 1260 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 1261 | - changed output
|
|---|
| 1262 |
|
|---|
| 1263 | * manalysis/MMcPedestalNSB.cc:
|
|---|
| 1264 | - changed output
|
|---|
| 1265 | - simplified initialization in PreProcess
|
|---|
| 1266 |
|
|---|
| 1267 | * mbase/MAGIC.h:
|
|---|
| 1268 | - added kSKIP
|
|---|
| 1269 |
|
|---|
| 1270 | * mbase/MParList.cc:
|
|---|
| 1271 | - added a check for the correct inheritance in FindCreateObj
|
|---|
| 1272 |
|
|---|
| 1273 | * mbase/MTask.cc:
|
|---|
| 1274 | - added support for kSKIP in PreProcess
|
|---|
| 1275 |
|
|---|
| 1276 | * mbase/MTaskList.[h,cc]
|
|---|
| 1277 | - added support for kSKIP in PreProcess
|
|---|
| 1278 | - added Remove function (private)
|
|---|
| 1279 |
|
|---|
| 1280 |
|
|---|
| 1281 |
|
|---|
| 1282 | 2001/12/17: Thomas Bretz
|
|---|
| 1283 |
|
|---|
| 1284 | * .rootrc:
|
|---|
| 1285 | - added Root.Html.DescriptionStyle
|
|---|
| 1286 | - added Root.Html.SearchEngine
|
|---|
| 1287 |
|
|---|
| 1288 | * macros/dohtml.C:
|
|---|
| 1289 | - changed to use THtml (root >= 3.02/06 only)
|
|---|
| 1290 |
|
|---|
| 1291 | * manalysis/Makefile:
|
|---|
| 1292 | - changed order to get rid of some wranings
|
|---|
| 1293 |
|
|---|
| 1294 | * mbase/BaseLinkDef.h:
|
|---|
| 1295 | - removed MHtml
|
|---|
| 1296 |
|
|---|
| 1297 | * mbase/MEvtLoop.cc:
|
|---|
| 1298 | - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
|
|---|
| 1299 | to make gui update faster
|
|---|
| 1300 |
|
|---|
| 1301 | * mbase/MGList.cc:
|
|---|
| 1302 | - added a missing sanity check (workaround for a root bug)
|
|---|
| 1303 |
|
|---|
| 1304 | * mbase/MReadTree.cc:
|
|---|
| 1305 | - uncomment EnableBranchCoosing for AutoEnablingScheme
|
|---|
| 1306 | (don't know why there was a comment which made things realy slow)
|
|---|
| 1307 | - changed the auto enabling scheme, so that a branch isn't enabled
|
|---|
| 1308 | more than once. This doesn't hurt, but the output may confuse the
|
|---|
| 1309 | users.
|
|---|
| 1310 |
|
|---|
| 1311 | * mbase/MTask.cc:
|
|---|
| 1312 | - added a simple not really necessary check whether the branch is
|
|---|
| 1313 | already in the list
|
|---|
| 1314 |
|
|---|
| 1315 | * mbase/MWriteRootFile.cc:
|
|---|
| 1316 | - changed kFillTree to a local const
|
|---|
| 1317 |
|
|---|
| 1318 | * mbase/Makefile:
|
|---|
| 1319 | - removed MHtml.cc
|
|---|
| 1320 |
|
|---|
| 1321 | * mfilter/MFTriggerLvl1.cc:
|
|---|
| 1322 | - changed AddBranchToList to use the correct container name
|
|---|
| 1323 |
|
|---|
| 1324 |
|
|---|
| 1325 |
|
|---|
| 1326 | 2001/12/14: Thomas Bretz
|
|---|
| 1327 |
|
|---|
| 1328 | * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
|
|---|
| 1329 | - corrected handling of ReInit/Notify (at the moment I assume
|
|---|
| 1330 | one run per file)
|
|---|
| 1331 | - made sure, that we don't get memory leaks when using MReadTree
|
|---|
| 1332 | more than once because the pointer to the pointer isn't deleted.
|
|---|
| 1333 | - added a small class MChain which enhances TChain by a function to
|
|---|
| 1334 | reset fTree. This is used to control when notification are
|
|---|
| 1335 | happening
|
|---|
| 1336 |
|
|---|
| 1337 | * mbase/MTask.cc:
|
|---|
| 1338 | - reset the number of executions before the preprocessing
|
|---|
| 1339 |
|
|---|
| 1340 |
|
|---|
| 1341 |
|
|---|
| 1342 | 2001/12/11: Thomas Bretz
|
|---|
| 1343 |
|
|---|
| 1344 | * mbase/MGGroupFrame.cc:
|
|---|
| 1345 | - removed default arguments from source file
|
|---|
| 1346 |
|
|---|
| 1347 | * mbase/MGList.cc:
|
|---|
| 1348 | - changed cast in IsExisting to ?:
|
|---|
| 1349 |
|
|---|
| 1350 | * NEWS:
|
|---|
| 1351 | - changed
|
|---|
| 1352 |
|
|---|
| 1353 | * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
|
|---|
| 1354 | mmontecarlo/MMcCollectionAreaCalc.cc,
|
|---|
| 1355 | mmontacarlo/MMcThresholdCalc.cc,
|
|---|
| 1356 | MMcTriggerRateCalc.cc:
|
|---|
| 1357 | - added Masterbranch name to AddToBranchList
|
|---|
| 1358 |
|
|---|
| 1359 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 1360 | - added Masterbranch name to AddToBranchList
|
|---|
| 1361 | - fixed a bug in the branch name
|
|---|
| 1362 |
|
|---|
| 1363 | * mbase/MGList.[h,cc]:
|
|---|
| 1364 | - added a better output if a picture wasn't found
|
|---|
| 1365 |
|
|---|
| 1366 | * mbase/MReadTree.[h,cc]:
|
|---|
| 1367 | - added support for branches with master branch names to auto scheme
|
|---|
| 1368 | (first the complete branch name is tried and if this isn't found
|
|---|
| 1369 | only the subbranch name is used to enable the branch)
|
|---|
| 1370 |
|
|---|
| 1371 | * mbase/MWriteRootFile.cc:
|
|---|
| 1372 | - appended a '.' to all newly create branches
|
|---|
| 1373 |
|
|---|
| 1374 | * mmain/MBrowser.cc, mmain/MMars.cc:
|
|---|
| 1375 | - add the gui elements only if the corresponding picture was found
|
|---|
| 1376 |
|
|---|
| 1377 | * mmain/MMars.[h,cc]:
|
|---|
| 1378 | - removed fPic1
|
|---|
| 1379 | - removed fPic2
|
|---|
| 1380 | - changed TList to MGList
|
|---|
| 1381 |
|
|---|
| 1382 | * mraw/MRawFileWrite.cc:
|
|---|
| 1383 | - added a '.' to all branch names
|
|---|
| 1384 |
|
|---|
| 1385 | * mbase/MTask.[h,cc]:
|
|---|
| 1386 | - added Prototype for ReInit-function
|
|---|
| 1387 |
|
|---|
| 1388 | * mbase/MTaskList.[h,cc]:
|
|---|
| 1389 | - implemented ReInit for a task list
|
|---|
| 1390 |
|
|---|
| 1391 | * mhist/MHFadcCam.h:
|
|---|
| 1392 | - added '->' to fArray
|
|---|
| 1393 |
|
|---|
| 1394 |
|
|---|
| 1395 |
|
|---|
| 1396 | 2001/12/10: Thomas Bretz
|
|---|
| 1397 |
|
|---|
| 1398 | * mmc/*.hxx:
|
|---|
| 1399 | - Changed MPARCONTAINER_H to MARS_MParContainer
|
|---|
| 1400 |
|
|---|
| 1401 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 1402 | - added MMcPedestalCopy to task list
|
|---|
| 1403 | - added MMcPedestalNSB to task list
|
|---|
| 1404 |
|
|---|
| 1405 | * mmain/MAnalysis.cc:
|
|---|
| 1406 | - added MMcPedestalCopy to task list
|
|---|
| 1407 | - added MMcPedestalNSB to task list
|
|---|
| 1408 | - changed reader from MReadTree to MReadMarsFile
|
|---|
| 1409 |
|
|---|
| 1410 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 1411 | - changed reader from MReadTree to MReadMarsFile
|
|---|
| 1412 |
|
|---|
| 1413 | * macros/MagicHillas.C, macros/readMagic.C:
|
|---|
| 1414 | - removed unnecessary MReadTree
|
|---|
| 1415 |
|
|---|
| 1416 |
|
|---|
| 1417 |
|
|---|
| 1418 | 2001/11/28: Oscar Blanch Bigas
|
|---|
| 1419 |
|
|---|
| 1420 | * mbase/MReadMarsFile.cc:
|
|---|
| 1421 | - Added process of fRun = new MReadTree("RunHeaders", fname),
|
|---|
| 1422 | needed to read RunHeaders tree information.
|
|---|
| 1423 |
|
|---|
| 1424 | * manalysis/MCerPhotCalc.h:
|
|---|
| 1425 | - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
|
|---|
| 1426 | variables because they are needed for Pedestal substraction.
|
|---|
| 1427 |
|
|---|
| 1428 | * manalysis/MCerPhotCalc.h:
|
|---|
| 1429 | - Change in the methode to substract the pedestal. The new
|
|---|
| 1430 | methode is valid either for MC data and real data but only for
|
|---|
| 1431 | the current integration (GetSumHiGainSamples()).
|
|---|
| 1432 |
|
|---|
| 1433 | * macros/readMagic.C:
|
|---|
| 1434 | - Added several tasks in the task list:
|
|---|
| 1435 | MReadMarsFile to read RunHeaders Tree
|
|---|
| 1436 | MPedestalCopy and MPedestalNSB to treat correctly pedestals.
|
|---|
| 1437 |
|
|---|
| 1438 | * macros/MagicHillas.C:
|
|---|
| 1439 | - Added several tasks in the task list:
|
|---|
| 1440 | MReadMarsFile to read RunHeaders Tree
|
|---|
| 1441 | MPedestalCopy and MPedestalNSB to treat correctly pedestals.
|
|---|
| 1442 |
|
|---|
| 1443 | * mmc/MMcRunHeader.hxx:
|
|---|
| 1444 | - Added GetNumPheFromDNSB().
|
|---|
| 1445 |
|
|---|
| 1446 | * mmc/MMcFadcHeader.hxx:
|
|---|
| 1447 | - Added GetAmplitud().
|
|---|
| 1448 |
|
|---|
| 1449 | * manalysis/MMcPedestalNSB.h / .cc:
|
|---|
| 1450 | - New class which adds to the pedestal rms the contribution from
|
|---|
| 1451 | the diffuse NSB.
|
|---|
| 1452 |
|
|---|
| 1453 | * manalysis/Makefile:
|
|---|
| 1454 | - New class MMcPedestalNSB added.
|
|---|
| 1455 |
|
|---|
| 1456 | * manalysis/AnalysisLinkDefine.
|
|---|
| 1457 | - New class MMcPedestalNSB added.
|
|---|
| 1458 |
|
|---|
| 1459 |
|
|---|
| 1460 |
|
|---|
| 1461 | 2001/11/16: Thomas Bretz
|
|---|
| 1462 |
|
|---|
| 1463 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 1464 | - set the ReadyToSave bit in CalcEfficiency.
|
|---|
| 1465 |
|
|---|
| 1466 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 1467 | - set the ReadyToSave bit after the calculation has been finished.
|
|---|
| 1468 |
|
|---|
| 1469 | * mhist/MHMcRate.cc:
|
|---|
| 1470 | - set the ReadyToSave bit in CalcRate
|
|---|
| 1471 |
|
|---|
| 1472 |
|
|---|
| 1473 |
|
|---|
| 1474 | 2001/11/16: Thomas Bretz
|
|---|
| 1475 |
|
|---|
| 1476 | * mbase/MEvtLoop.cc:
|
|---|
| 1477 | - removed clock.Print()
|
|---|
| 1478 |
|
|---|
| 1479 | * mbase/MGList.[cc,h]:
|
|---|
| 1480 | - added support for TGPictures
|
|---|
| 1481 |
|
|---|
| 1482 | * mbase/MReadTree.[h,cc]:
|
|---|
| 1483 | - set ReadyToSave-bit only if reading was successfull
|
|---|
| 1484 | - made SetReadyToSave private
|
|---|
| 1485 |
|
|---|
| 1486 | * mbase/MTaskList.cc:
|
|---|
| 1487 | - corrected a small bug in the output
|
|---|
| 1488 |
|
|---|
| 1489 | * mbase/MWriteRootFile.cc:
|
|---|
| 1490 | - added a workaround in Print (don't know why it fails for me)
|
|---|
| 1491 | - removed fTrees.SetOwner()
|
|---|
| 1492 |
|
|---|
| 1493 | * mbase/MTask.cc:
|
|---|
| 1494 | - removed include of TOrdCollection, TMethod
|
|---|
| 1495 | - some changes to the output
|
|---|
| 1496 |
|
|---|
| 1497 | * mbase/MParContainer.h:
|
|---|
| 1498 | - removed old comments
|
|---|
| 1499 |
|
|---|
| 1500 | * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
|
|---|
| 1501 | mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
|
|---|
| 1502 | - changed Widget IDs to root style enums
|
|---|
| 1503 | - moved enumerations in the range below 0x100
|
|---|
| 1504 |
|
|---|
| 1505 | * mmain/MBrowser.[h,cc]:
|
|---|
| 1506 | - removed some of the member variables, accessed via MGList now
|
|---|
| 1507 | - changed TList to MGList
|
|---|
| 1508 | - added a file-filter combo-box
|
|---|
| 1509 |
|
|---|
| 1510 | * mars.cc:
|
|---|
| 1511 | - changed output
|
|---|
| 1512 |
|
|---|
| 1513 |
|
|---|
| 1514 |
|
|---|
| 1515 | 2001/11/15: Thomas Bretz
|
|---|
| 1516 |
|
|---|
| 1517 | * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
|
|---|
| 1518 | mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
|
|---|
| 1519 | mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
|
|---|
| 1520 | mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
|
|---|
| 1521 | mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 1522 | mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
|
|---|
| 1523 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 1524 | mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
|
|---|
| 1525 | manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
|
|---|
| 1526 | manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
|
|---|
| 1527 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
|---|
| 1528 | manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
|
|---|
| 1529 | manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 1530 | manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
|
|---|
| 1531 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
|---|
| 1532 | meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
|
|---|
| 1533 | mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
|
|---|
| 1534 | mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
|
|---|
| 1535 | hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
|---|
| 1536 | hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
|
|---|
| 1537 | mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
|
|---|
| 1538 | mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
|
|---|
| 1539 | mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
|
|---|
| 1540 | mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
|
|---|
| 1541 | mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
|
|---|
| 1542 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
|
|---|
| 1543 | mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
|
|---|
| 1544 | mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
|
|---|
| 1545 | - changed mailing address of author according to THtml of root 3.02
|
|---|
| 1546 |
|
|---|
| 1547 | * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
|
|---|
| 1548 | mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 1549 | mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
|
|---|
| 1550 | mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 1551 | mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
|
|---|
| 1552 | manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 1553 | mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
|
|---|
| 1554 | mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
|
|---|
| 1555 | mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
|
|---|
| 1556 | mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
|
|---|
| 1557 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
|
|---|
| 1558 | mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
|
|---|
| 1559 | mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
|
|---|
| 1560 | - changed output to new style logging (verbosity level introduced)
|
|---|
| 1561 |
|
|---|
| 1562 | * mbase/MGTask.h:
|
|---|
| 1563 | - added default to CreateGui
|
|---|
| 1564 |
|
|---|
| 1565 | * mbase/MLog.cc
|
|---|
| 1566 | - chnaged comparision between output and debug level from >= to >
|
|---|
| 1567 |
|
|---|
| 1568 | * mbase/MLogManip.h:
|
|---|
| 1569 | - added defintions for debug levels
|
|---|
| 1570 |
|
|---|
| 1571 | * mbase/MReadTree.[h,cc]:
|
|---|
| 1572 | - added support for filters
|
|---|
| 1573 | - SetReadyToSave added
|
|---|
| 1574 | - Print added
|
|---|
| 1575 |
|
|---|
| 1576 | * mbase/MTaskList.[h,cc], MTask.[h,cc]:
|
|---|
| 1577 | - changed TOrCollection to TList, because TList can be stored in a
|
|---|
| 1578 | root file.
|
|---|
| 1579 |
|
|---|
| 1580 | * mbase/MTask.[h,cc]:
|
|---|
| 1581 | - added GetFilter function (used in MReadTree)
|
|---|
| 1582 |
|
|---|
| 1583 | * manalysis/MImgCleanStd.cc:
|
|---|
| 1584 | - same changed to the GUI layout
|
|---|
| 1585 | - added Print member function
|
|---|
| 1586 |
|
|---|
| 1587 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 1588 | - added group frame around some gui elements
|
|---|
| 1589 |
|
|---|
| 1590 | * mfilter/MFTriggerLvl1.cc:
|
|---|
| 1591 | - fixed missing Init call
|
|---|
| 1592 | - added missing AddToBranchList call
|
|---|
| 1593 |
|
|---|
| 1594 | * mars.cc:
|
|---|
| 1595 | - added command line option to set the verbosity level
|
|---|
| 1596 |
|
|---|
| 1597 | * merpp.cc:
|
|---|
| 1598 | - added setup for highest verbosity level
|
|---|
| 1599 |
|
|---|
| 1600 |
|
|---|
| 1601 |
|
|---|
| 1602 | 2001/11/14: Thomas Bretz
|
|---|
| 1603 |
|
|---|
| 1604 | * macros/dohtml.C:
|
|---|
| 1605 | - added missing path to mfilter
|
|---|
| 1606 |
|
|---|
| 1607 | * manalysis/MHillas.cc:
|
|---|
| 1608 | - changed the degree symbol back to 'deg', it seems that the code
|
|---|
| 1609 | for it isn't common
|
|---|
| 1610 |
|
|---|
| 1611 | * mhist/MH.cc:
|
|---|
| 1612 | - added comment for MakeDefCanvas
|
|---|
| 1613 |
|
|---|
| 1614 | * mhist/MHFadcCam.[h,cc]:
|
|---|
| 1615 | - removed old comments (SaveHist)
|
|---|
| 1616 |
|
|---|
| 1617 | * mhist/MHHillas.cc:
|
|---|
| 1618 | - changed the Name of fAlpha back. Symbols are nonsens in the name.
|
|---|
| 1619 |
|
|---|
| 1620 | * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
|
|---|
| 1621 | - added
|
|---|
| 1622 |
|
|---|
| 1623 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
|---|
| 1624 | - changed to O3
|
|---|
| 1625 | - added -fnonnull-objects
|
|---|
| 1626 | - added -Woverloaded-virtual
|
|---|
| 1627 |
|
|---|
| 1628 | * macros/readCT1.C, macros/readMagic.C:
|
|---|
| 1629 | - changed to use MClone
|
|---|
| 1630 |
|
|---|
| 1631 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 1632 | - derived from TGTask
|
|---|
| 1633 | - added CreateGuiElements
|
|---|
| 1634 | - added ProcessMessage
|
|---|
| 1635 |
|
|---|
| 1636 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 1637 | - added MGTask
|
|---|
| 1638 | - added MGList
|
|---|
| 1639 | - added MGGroupFrame
|
|---|
| 1640 |
|
|---|
| 1641 | * mbase/MInputStreamID.cc:
|
|---|
| 1642 | - rmoved old comment
|
|---|
| 1643 |
|
|---|
| 1644 | * mbase/MParContainer.[h,cc]:
|
|---|
| 1645 | - changed output
|
|---|
| 1646 | - made Hash const
|
|---|
| 1647 | - added GetDiscriptor
|
|---|
| 1648 |
|
|---|
| 1649 | * mbase/MParList.[h,cc]:
|
|---|
| 1650 | - made FindObject const correct (see TObject)
|
|---|
| 1651 |
|
|---|
| 1652 | * mbase/MTask.[h,cc]:
|
|---|
| 1653 | - changed output to use GetDescriptor
|
|---|
| 1654 | - made Call* functions virtual (used in TGTask)
|
|---|
| 1655 |
|
|---|
| 1656 | * mbase/MTaskList.[h,cc]:
|
|---|
| 1657 | - made FindObject const correct (see TObject)
|
|---|
| 1658 | - changed output to use GetDescriptor
|
|---|
| 1659 |
|
|---|
| 1660 | * mbase/MTime.cc:
|
|---|
| 1661 | - code reformatting
|
|---|
| 1662 |
|
|---|
| 1663 | * mbase/MWriteRootFile.cc:
|
|---|
| 1664 | - small changes in output
|
|---|
| 1665 |
|
|---|
| 1666 | * mgui/MHexagon.cc:
|
|---|
| 1667 | - changed output according to TEllipse and similar
|
|---|
| 1668 | - made ls const
|
|---|
| 1669 |
|
|---|
| 1670 | * mhist/MFillH.cc:
|
|---|
| 1671 | - changed output to use GetDescriptor
|
|---|
| 1672 |
|
|---|
| 1673 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 1674 | - changed to use new GUI of MImgCleanStd
|
|---|
| 1675 |
|
|---|
| 1676 | * mraw/MRawEvtData.cc:
|
|---|
| 1677 | - small changes to output
|
|---|
| 1678 | - better sanity check for non existing fRunHeader
|
|---|
| 1679 |
|
|---|
| 1680 |
|
|---|
| 1681 |
|
|---|
| 1682 | 2001/11/09: Thomas Bretz
|
|---|
| 1683 |
|
|---|
| 1684 | * mars.cc, merp.cc, macros/rootlogon.C:
|
|---|
| 1685 | - added MArray::Class()->IgnoreTObjectStreamer();
|
|---|
| 1686 |
|
|---|
| 1687 |
|
|---|
| 1688 |
|
|---|
| 1689 | 2001/11/08: Thomas Bretz
|
|---|
| 1690 |
|
|---|
| 1691 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 1692 | - changed enums to root style
|
|---|
| 1693 | - get rid of the problem of button deletion by adding the buttons
|
|---|
| 1694 | as first entries to the list
|
|---|
| 1695 |
|
|---|
| 1696 | * mmain/MMonteCarlo.cc:
|
|---|
| 1697 | - changed enums to root style
|
|---|
| 1698 | - get rid of the problem of button deletion by adding the buttons
|
|---|
| 1699 | as first entries to the list
|
|---|
| 1700 |
|
|---|
| 1701 | * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 1702 | mhist/MHFadcCam.cc:
|
|---|
| 1703 | - removed 'Fadc' from function names
|
|---|
| 1704 |
|
|---|
| 1705 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1706 | - made AddPixel inline
|
|---|
| 1707 |
|
|---|
| 1708 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 1709 | - added output
|
|---|
| 1710 |
|
|---|
| 1711 | * manalysis/MPedestalCam.cc:
|
|---|
| 1712 | - removed FIXME
|
|---|
| 1713 |
|
|---|
| 1714 | * Makefile's:
|
|---|
| 1715 | - some reordering
|
|---|
| 1716 | - changed to the output
|
|---|
| 1717 |
|
|---|
| 1718 | * mbase/MReadTree.cc:
|
|---|
| 1719 | - removed setting of AutoDel-flag (this was not intended and doesn't
|
|---|
| 1720 | work for a TChain, yet)
|
|---|
| 1721 |
|
|---|
| 1722 | * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
|
|---|
| 1723 | - moved SetWMSizeHints to base class
|
|---|
| 1724 |
|
|---|
| 1725 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 1726 | - added a random move and the SetWMSizeHints
|
|---|
| 1727 |
|
|---|
| 1728 | * mhist/MHHillas.cc:
|
|---|
| 1729 | - replaced some text by Latex-formulas
|
|---|
| 1730 |
|
|---|
| 1731 | * mmain/MBrowser.cc:
|
|---|
| 1732 | - added a menu entry for opening a TBrowser
|
|---|
| 1733 | - added a random move
|
|---|
| 1734 |
|
|---|
| 1735 | * mmain/MMars.[h,cc]:
|
|---|
| 1736 | - changed enums to root style
|
|---|
| 1737 | - moved size specification from header to source
|
|---|
| 1738 | - changed SetWMSizeHints call
|
|---|
| 1739 |
|
|---|
| 1740 | * mraw/MrawEvtPixelIter.[h,cc]:
|
|---|
| 1741 | - added fNum[Hi,Lo]GainSamples to make GetSum* faster
|
|---|
| 1742 | - removed 'Fadc' from function names
|
|---|
| 1743 |
|
|---|
| 1744 |
|
|---|
| 1745 |
|
|---|
| 1746 | 2001/11/07: Thomas Bretz
|
|---|
| 1747 |
|
|---|
| 1748 | * Makefile:
|
|---|
| 1749 | - changed order in 'mrproper'
|
|---|
| 1750 |
|
|---|
| 1751 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
|
|---|
| 1752 | - added InitSize
|
|---|
| 1753 |
|
|---|
| 1754 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1755 | - introduces InitSize to speed up things
|
|---|
| 1756 | - changed []-operator to an unchecked access
|
|---|
| 1757 |
|
|---|
| 1758 | * manalysis/MPedestalCam.h:
|
|---|
| 1759 | - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
|
|---|
| 1760 | - changed []-operator to an unchecked access
|
|---|
| 1761 |
|
|---|
| 1762 | * mbase/MEvtLoop.cc:
|
|---|
| 1763 | - changed 'total' to 'real' time.
|
|---|
| 1764 |
|
|---|
| 1765 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 1766 | - moved []-operator code back to class definition, due to runtime speed
|
|---|
| 1767 | - changed []-operator to an unchecked access
|
|---|
| 1768 |
|
|---|
| 1769 | * mhist/MHHillas.cc:
|
|---|
| 1770 | - changed 'degree' to Latex-style
|
|---|
| 1771 |
|
|---|
| 1772 | * manalysis/MImgCleanStd.cc:
|
|---|
| 1773 | - we are now initialising an array holding the used pixel to prevent
|
|---|
| 1774 | looping through all pixel thousands of times
|
|---|
| 1775 | (MCerPhotEvt::IsPixelUsed)
|
|---|
| 1776 |
|
|---|
| 1777 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 1778 | - enhanced the documentation
|
|---|
| 1779 |
|
|---|
| 1780 | * mmain/MBrowser.[h,cc]:
|
|---|
| 1781 | - enhanced the functionality to display the filename
|
|---|
| 1782 | - improved the layout
|
|---|
| 1783 |
|
|---|
| 1784 | * mmain/MMars.cc:
|
|---|
| 1785 | - added calling of 'netscape' for the two picture buttons
|
|---|
| 1786 |
|
|---|
| 1787 |
|
|---|
| 1788 |
|
|---|
| 1789 | 2001/11/06: Thomas Bretz
|
|---|
| 1790 |
|
|---|
| 1791 | * mbase/MReadMarsFile.[h,cc]:
|
|---|
| 1792 | - added
|
|---|
| 1793 |
|
|---|
| 1794 | * manalysis/MMcPedestalCopy.[h,cc]:
|
|---|
| 1795 | - moved copying to PreProcess
|
|---|
| 1796 | - removed Process
|
|---|
| 1797 |
|
|---|
| 1798 | * mbase/Makefile, mbase/BaseLinkDef.h
|
|---|
| 1799 | - added MReadMarsFile
|
|---|
| 1800 |
|
|---|
| 1801 | * mbase/MReadTree.[h,cc]:
|
|---|
| 1802 | - added a list of TObjects to be called when file in the chain
|
|---|
| 1803 | is changed
|
|---|
| 1804 |
|
|---|
| 1805 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
|---|
| 1806 | - removed -g flag
|
|---|
| 1807 |
|
|---|
| 1808 | * mraw/MRawRunHeader.h:
|
|---|
| 1809 | - fixed return type of GetNumEvents
|
|---|
| 1810 |
|
|---|
| 1811 | * mraw/MRawCrateArray.[h,cc]:
|
|---|
| 1812 | - added SetSize which takes care of the size of the array
|
|---|
| 1813 | - changed the access to an unchecked one
|
|---|
| 1814 |
|
|---|
| 1815 | * mraw/MRawCrateData.h
|
|---|
| 1816 | - derives from MParContainer now
|
|---|
| 1817 |
|
|---|
| 1818 | * mraw/MRawEvtData.[h,cc]:
|
|---|
| 1819 | - made Print const
|
|---|
| 1820 | - changed so, that the arrays are dreed and allocated only
|
|---|
| 1821 | as less as possible
|
|---|
| 1822 |
|
|---|
| 1823 | * mraw/MRawFileRead.[h,cc]:
|
|---|
| 1824 | - changed to support faster I/O of MRawEvtData and MRawCrateArray
|
|---|
| 1825 | - added sanity check (warning) to PostProcess
|
|---|
| 1826 |
|
|---|
| 1827 | * mraw/MRawFileWrite.cc:
|
|---|
| 1828 | - removed deletion of trees (done by ~TFile)
|
|---|
| 1829 | - switched of AutoSave by use of a big size
|
|---|
| 1830 | - removed '.' from Branch names (each tree contains only one master
|
|---|
| 1831 | branch with equal subbranches)
|
|---|
| 1832 |
|
|---|
| 1833 | * macros/readCT1.C:
|
|---|
| 1834 | - fixed a small bug
|
|---|
| 1835 |
|
|---|
| 1836 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 1837 | - removed Clear from Process (done by Reset now)
|
|---|
| 1838 |
|
|---|
| 1839 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1840 | - added reset-function
|
|---|
| 1841 | - some small changes to the code layout
|
|---|
| 1842 |
|
|---|
| 1843 | * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
|
|---|
| 1844 | - chenged constructor to support fName and fTitle
|
|---|
| 1845 |
|
|---|
| 1846 | * mbase/MReadTree.cc:
|
|---|
| 1847 | - removes '.' from a branch name now before searching/creating the object
|
|---|
| 1848 |
|
|---|
| 1849 |
|
|---|
| 1850 |
|
|---|
| 1851 | 2001/11/01: Thomas Bretz
|
|---|
| 1852 |
|
|---|
| 1853 | * mbase/MParContainer.cc:
|
|---|
| 1854 | - removed 'newname' from TObject::Clone call.
|
|---|
| 1855 |
|
|---|
| 1856 | * mbase/MParContainer.h:
|
|---|
| 1857 | - layout changes
|
|---|
| 1858 |
|
|---|
| 1859 | * mbase/MParList.h:
|
|---|
| 1860 | - changed destructor definition to virtual
|
|---|
| 1861 |
|
|---|
| 1862 | * mbase/MReadTree.[h,cc]:
|
|---|
| 1863 | - added initialization for fProgress
|
|---|
| 1864 | - changed output
|
|---|
| 1865 | - move some code to new functions
|
|---|
| 1866 | - branch enabling now checks for the existance of the branch
|
|---|
| 1867 | - veto branch disables the corresponding sub branches now physically
|
|---|
| 1868 | - changed comments
|
|---|
| 1869 |
|
|---|
| 1870 | * mdatacheck/MGDisplayAdc.cc:
|
|---|
| 1871 | - added some sanity checks
|
|---|
| 1872 |
|
|---|
| 1873 | * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 1874 | meventdisp/MGFadcDisp.cc:
|
|---|
| 1875 | - moved some code to MGEvtDisplay
|
|---|
| 1876 |
|
|---|
| 1877 | * mhist/MFillH.cc:
|
|---|
| 1878 | - added warning to comment
|
|---|
| 1879 |
|
|---|
| 1880 | * mhist/MHFadcCam.[h,cc]:
|
|---|
| 1881 | - added Clone-function. It seems, that this is necessary since
|
|---|
| 1882 | root 3.01
|
|---|
| 1883 |
|
|---|
| 1884 | * mhist/MHFadcPix.cc:
|
|---|
| 1885 | - changed axis titles
|
|---|
| 1886 |
|
|---|
| 1887 | * mmain/MAnalysis.cc:
|
|---|
| 1888 | - added progress bar
|
|---|
| 1889 |
|
|---|
| 1890 | * mmain/MBrowser.[h,cc]:
|
|---|
| 1891 | - added layout hints to fTop1,2,3
|
|---|
| 1892 | - adde Create/DestroyProgrssBar
|
|---|
| 1893 |
|
|---|
| 1894 | * mmain/MDataCheck.cc:
|
|---|
| 1895 | - changes to the layout
|
|---|
| 1896 | - disable auto scheme
|
|---|
| 1897 | - added progress bar
|
|---|
| 1898 |
|
|---|
| 1899 | * mmain/MMonteCarlo.[h,cc]:
|
|---|
| 1900 | - layout changes
|
|---|
| 1901 | - added progress bar
|
|---|
| 1902 |
|
|---|
| 1903 | * mraw/MRawEvtData.cc:
|
|---|
| 1904 | - new sanity check in Draw
|
|---|
| 1905 |
|
|---|
| 1906 |
|
|---|
| 1907 |
|
|---|
| 1908 | 2001/11/01: Thomas Bretz
|
|---|
| 1909 |
|
|---|
| 1910 | * macros/MagicHillas.C:
|
|---|
| 1911 | - changed Draw to DrawClone
|
|---|
| 1912 |
|
|---|
| 1913 | * manalysis/MCerPhotPix.h:
|
|---|
| 1914 | - some layout changes
|
|---|
| 1915 |
|
|---|
| 1916 | * mbase/MParList.cc:
|
|---|
| 1917 | - fixed a bug in the dstructor which causes the d'tor to crash when
|
|---|
| 1918 | the owner bit was set
|
|---|
| 1919 | - changed some TCollection loop to macro ForEach
|
|---|
| 1920 |
|
|---|
| 1921 | * mbase/MTaskList.cc:
|
|---|
| 1922 | - changed some TCollection loop to macro ForEach
|
|---|
| 1923 |
|
|---|
| 1924 | * meventdisp/MGEvtDisplay.[h,cc]:
|
|---|
| 1925 | - added filemenu
|
|---|
| 1926 |
|
|---|
| 1927 | * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
|
|---|
| 1928 | - added SavePrimitive function
|
|---|
| 1929 |
|
|---|
| 1930 | * mhist/MHHillas.cc:
|
|---|
| 1931 | - changed 'deg' to '°'
|
|---|
| 1932 |
|
|---|
| 1933 | * mmain/MDataCheck.cc:
|
|---|
| 1934 | - changed name of enums for buttons
|
|---|
| 1935 |
|
|---|
| 1936 | * Makefile.conf.osf1:
|
|---|
| 1937 | - added some more exclusion flags to get rid of to much informations
|
|---|
| 1938 |
|
|---|
| 1939 | * Makefile:
|
|---|
| 1940 | - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
|
|---|
| 1941 |
|
|---|
| 1942 | * mbase/MAGIC.h:
|
|---|
| 1943 | - put brackets around defines, to make it compile on alpha
|
|---|
| 1944 |
|
|---|
| 1945 | * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
|
|---|
| 1946 | mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
|
|---|
| 1947 | - removed inline statement, to make it link on alpha
|
|---|
| 1948 |
|
|---|
| 1949 |
|
|---|
| 1950 |
|
|---|
| 1951 | 2001/10/31: Thomas Bretz
|
|---|
| 1952 |
|
|---|
| 1953 | * Makefile:
|
|---|
| 1954 | - changed MrProper output
|
|---|
| 1955 |
|
|---|
| 1956 | * Makefile.conf.general, Makefile.conf.linux,
|
|---|
| 1957 | Makefile.conf.linux-gnu, Makefile.conf.osf:
|
|---|
| 1958 | - added ARCHDEF environment
|
|---|
| 1959 |
|
|---|
| 1960 | * manalysis/MHillas.[h,cc]:
|
|---|
| 1961 | - added units
|
|---|
| 1962 |
|
|---|
| 1963 | * mbase/BaseLinkDef.h:
|
|---|
| 1964 | - added '+' for MTime
|
|---|
| 1965 |
|
|---|
| 1966 | * mbase/MAGIC.h:
|
|---|
| 1967 | - let Linux find gLog when creating dictionary
|
|---|
| 1968 |
|
|---|
| 1969 | * mbase/MHtml.h:
|
|---|
| 1970 | - removed include of TNamed
|
|---|
| 1971 |
|
|---|
| 1972 | * */Makefile
|
|---|
| 1973 | - reordered *.cc filed to get rid of some 'rootcint' warnings
|
|---|
| 1974 |
|
|---|
| 1975 | * mgui/MCamDisplay.cc:
|
|---|
| 1976 | - added SetBorderMode(0)
|
|---|
| 1977 |
|
|---|
| 1978 | * mgui/MHexagon.[h,cc]:
|
|---|
| 1979 | - changed Print-output to fit into two lines
|
|---|
| 1980 | - made Print appear in the context menu
|
|---|
| 1981 |
|
|---|
| 1982 | * merpp.cc:
|
|---|
| 1983 | - Added MParContainer::Class()->IgnoreTObjectStreamer()
|
|---|
| 1984 |
|
|---|
| 1985 | * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
|
|---|
| 1986 | mmain/MAnalysis.[h,cc]:
|
|---|
| 1987 | - added support for a progressbar
|
|---|
| 1988 |
|
|---|
| 1989 | * mbase/MFilterList.h:
|
|---|
| 1990 | - added SetOwner-support
|
|---|
| 1991 |
|
|---|
| 1992 | * mbase/MLogManip.h:
|
|---|
| 1993 | - added 'dec' manipulator to dbginf
|
|---|
| 1994 |
|
|---|
| 1995 | * mbase/MTask.h:
|
|---|
| 1996 | - added GetNumExecutions
|
|---|
| 1997 |
|
|---|
| 1998 | * mraw/RawLinkDef.h:
|
|---|
| 1999 | - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
|
|---|
| 2000 | MRawFile[Read,Write]
|
|---|
| 2001 |
|
|---|
| 2002 |
|
|---|
| 2003 |
|
|---|
| 2004 | 2001/10/30: Thomas Bretz
|
|---|
| 2005 |
|
|---|
| 2006 | * macros/MagicHillas.C
|
|---|
| 2007 | - removed precreated objects
|
|---|
| 2008 |
|
|---|
| 2009 | * macros/readCt1.C:
|
|---|
| 2010 | - fixed a bug (-> instead of .)
|
|---|
| 2011 |
|
|---|
| 2012 | * *LinDef.h:
|
|---|
| 2013 | - added a '+' to all 'new' classes. 'new' means, that the object
|
|---|
| 2014 | is not yet used in Monte Carlo Files.
|
|---|
| 2015 |
|
|---|
| 2016 | * *.h:
|
|---|
| 2017 | - changed defines from CLASS_H to MARS_Class type (like root)
|
|---|
| 2018 |
|
|---|
| 2019 | * MMcPedestalCopy.[h,cc]:
|
|---|
| 2020 | - added AddToBranchList stamements
|
|---|
| 2021 |
|
|---|
| 2022 | * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
|
|---|
| 2023 | - changed derivement from TObject to MParContainer to be sure
|
|---|
| 2024 | fBits are not written, without specifying this for any TObject
|
|---|
| 2025 | derived class
|
|---|
| 2026 |
|
|---|
| 2027 |
|
|---|
| 2028 |
|
|---|
| 2029 | 2001/10/29: Thomas Bretz
|
|---|
| 2030 |
|
|---|
| 2031 | * Makefile.rules:
|
|---|
| 2032 | - changed the output
|
|---|
| 2033 |
|
|---|
| 2034 | * macros/rootlogon.C:
|
|---|
| 2035 | - Added IgnorTObjectStreamer
|
|---|
| 2036 |
|
|---|
| 2037 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 2038 | - changed fFileNames to a TList of TNamed objects
|
|---|
| 2039 |
|
|---|
| 2040 | * mbase/MArray.h:
|
|---|
| 2041 | - removed include of MArray.h
|
|---|
| 2042 |
|
|---|
| 2043 | * mbase/MParContainer.[h,cc]:
|
|---|
| 2044 | - changed fName, fTitle from pointer to static object
|
|---|
| 2045 | - Changed ClassVersion to 0
|
|---|
| 2046 |
|
|---|
| 2047 | * mbase/MParList.[h,cc]:
|
|---|
| 2048 | - changed fName, fTitle from pointer to static object
|
|---|
| 2049 | - changed include of TObjArray to a forward declaration
|
|---|
| 2050 | (for faster compilation)
|
|---|
| 2051 | - simplified the code
|
|---|
| 2052 |
|
|---|
| 2053 | * mbase/MInputStreamID.[h,cc]:
|
|---|
| 2054 | - changed fStreamId from char* to TString
|
|---|
| 2055 | - Changed ClassVersion to 0
|
|---|
| 2056 |
|
|---|
| 2057 | * mbase/MReadTree.[h,cc]:
|
|---|
| 2058 | - changed veto-list to an array of TNamed objects
|
|---|
| 2059 | - implemented auto enabeling
|
|---|
| 2060 |
|
|---|
| 2061 | * mbase/MTask.[h,cc]:
|
|---|
| 2062 | - implemented fListOfBranches for auto enabeling
|
|---|
| 2063 |
|
|---|
| 2064 | * mbase/MTaskList.[h,cc]:
|
|---|
| 2065 | - changed fName, fTitle from pointer to static object
|
|---|
| 2066 | - changed include of TObjArray to a forward declaration
|
|---|
| 2067 | (for faster compilation)
|
|---|
| 2068 |
|
|---|
| 2069 | * mbase/MWriteRootFile.cc:
|
|---|
| 2070 | - changed fName, fTitle from pointer to static object
|
|---|
| 2071 | - set splitlevel in TTree::Branch to default
|
|---|
| 2072 | - changed kSaveNow to kFillTree
|
|---|
| 2073 |
|
|---|
| 2074 | * mhist/MFillH.cc:
|
|---|
| 2075 | - changed fName, fTitle from pointer to static object
|
|---|
| 2076 | - check inharitance from MH
|
|---|
| 2077 |
|
|---|
| 2078 | * mhist/MH.[h,cc]:
|
|---|
| 2079 | - changed fName, fTitle from pointer to static object
|
|---|
| 2080 | - implementation of simplified static MakeDefCanvas
|
|---|
| 2081 |
|
|---|
| 2082 | * mhist/MHFadcCam.h:
|
|---|
| 2083 | - removed include of TH1
|
|---|
| 2084 |
|
|---|
| 2085 | * mhist/MHFadcPix.[h,cc]:
|
|---|
| 2086 | - implemented persistent pixid
|
|---|
| 2087 | - get rid of 'fixed string sizes'
|
|---|
| 2088 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 2089 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 2090 | - removed include of TH1
|
|---|
| 2091 |
|
|---|
| 2092 | * mhist/MHHillas.cc
|
|---|
| 2093 | - changed fName, fTitle from pointer to static object
|
|---|
| 2094 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 2095 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 2096 | - changed DrawClone to DrawCopy
|
|---|
| 2097 |
|
|---|
| 2098 | * mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 2099 | - changed fName, fTitle from pointer to static object
|
|---|
| 2100 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 2101 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 2102 | - changed DrawClone to DrawCopy
|
|---|
| 2103 | - changed binning to log scale
|
|---|
| 2104 | - removed include of TH1
|
|---|
| 2105 |
|
|---|
| 2106 | * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
|---|
| 2107 | - changed fName, fTitle from pointer to static object
|
|---|
| 2108 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 2109 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 2110 |
|
|---|
| 2111 | * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
|
|---|
| 2112 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 2113 | manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
|
|---|
| 2114 | mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
|
|---|
| 2115 | mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
|
|---|
| 2116 | mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
|
|---|
| 2117 | mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
|
|---|
| 2118 | - changed fName, fTitle from pointer to static object
|
|---|
| 2119 |
|
|---|
| 2120 | * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 2121 | mmontecarlo/MMcThresholdCalc.[h,cc],
|
|---|
| 2122 | mmontecarlo/MMcTriggerRateCalc.[h,cc],
|
|---|
| 2123 | mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
|
|---|
| 2124 | - changed fName, fTitle from pointer to static object
|
|---|
| 2125 | - changed to use auto enabling scheme
|
|---|
| 2126 |
|
|---|
| 2127 | * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
|
|---|
| 2128 | - removed UseLeaf
|
|---|
| 2129 |
|
|---|
| 2130 | * macros/CT1Hillas.C, macros/readMagic.C:
|
|---|
| 2131 | - made run again
|
|---|
| 2132 |
|
|---|
| 2133 | * mraw/MRawFileWrite.cc:
|
|---|
| 2134 | - changed fName, fTitle from pointer to static object
|
|---|
| 2135 | - changed TTree::Branch to use default split level (99)
|
|---|
| 2136 | - added the missing important '.' to the Branch names!
|
|---|
| 2137 |
|
|---|
| 2138 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 2139 | - changed fName, fTitle from pointer to static object
|
|---|
| 2140 | - implemented enum for Run Type
|
|---|
| 2141 |
|
|---|
| 2142 |
|
|---|
| 2143 |
|
|---|
| 2144 | 2001/10/26: Thomas Bretz
|
|---|
| 2145 |
|
|---|
| 2146 | * Makefile.rules:
|
|---|
| 2147 | - changed output
|
|---|
| 2148 |
|
|---|
| 2149 | * readraw.cc:
|
|---|
| 2150 | - changed name and description in TROOT
|
|---|
| 2151 | - removed argument in MMcEvt::Print()
|
|---|
| 2152 |
|
|---|
| 2153 | * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
|---|
| 2154 | manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
|
|---|
| 2155 | mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
|
|---|
| 2156 | mmc/MMcTrigHeader.[hxx,cxx]:
|
|---|
| 2157 | - according to root 3.01 made Print const
|
|---|
| 2158 |
|
|---|
| 2159 | * mbase/BaseLinkDef.h:
|
|---|
| 2160 | - added MPrint
|
|---|
| 2161 |
|
|---|
| 2162 | * mbase/MPrint.[h,cc]:
|
|---|
| 2163 | - added
|
|---|
| 2164 |
|
|---|
| 2165 | * mbase/MClone.[h,cc]:
|
|---|
| 2166 | - changed MParContainer to a more general TObject
|
|---|
| 2167 |
|
|---|
| 2168 | * mbase/Makefile:
|
|---|
| 2169 | - MPrint.cc added
|
|---|
| 2170 |
|
|---|
| 2171 | * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 2172 | meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 2173 | - introduced fInitOk for the case PreProcessing failed
|
|---|
| 2174 |
|
|---|
| 2175 | * mmain/MMonteCarlo.cc:
|
|---|
| 2176 | - added correction for use of several trigger conditions
|
|---|
| 2177 | - speedup threshold calc by usage of UseLeaf
|
|---|
| 2178 |
|
|---|
| 2179 | * magiclogo.xpm, marslogo.xpm:
|
|---|
| 2180 | - changed
|
|---|
| 2181 |
|
|---|
| 2182 | * mmain/MMonteCarlo.cc:
|
|---|
| 2183 | - added a workaround for the <TClass::TClass> no dictionary for MMc*
|
|---|
| 2184 | problem
|
|---|
| 2185 |
|
|---|
| 2186 | * mbase/MWriteRootFile.[h,cc]:
|
|---|
| 2187 | - simplified code by removing MRootFileTree class
|
|---|
| 2188 |
|
|---|
| 2189 | * mbase/MLog.cc:
|
|---|
| 2190 | - changed char[len+1] to 'new' statement
|
|---|
| 2191 |
|
|---|
| 2192 |
|
|---|
| 2193 |
|
|---|
| 2194 |
|
|---|
| 2195 | 2001/10/23: Thomas Bretz
|
|---|
| 2196 |
|
|---|
| 2197 | * mbase/MLog.[h,cc]:
|
|---|
| 2198 | - replaced usage of tmpnam by mkstemp
|
|---|
| 2199 |
|
|---|
| 2200 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 2201 | - Paint function added which maintains the aspect ratio of the image
|
|---|
| 2202 | - DrawPhotErr removed
|
|---|
| 2203 | - removed gPad->Clear, so that we can draw into pads not only
|
|---|
| 2204 | canvases
|
|---|
| 2205 |
|
|---|
| 2206 | * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
|
|---|
| 2207 | mhist/MFillHStarMap.[h,cc]:
|
|---|
| 2208 | - removed
|
|---|
| 2209 |
|
|---|
| 2210 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
|---|
| 2211 | - removed unused spectral index and flux
|
|---|
| 2212 |
|
|---|
| 2213 | * mmontecarlo/MMcThesholdCalc.[h,cc],:
|
|---|
| 2214 | mbase/MParList.[h,cc]:
|
|---|
| 2215 | - fixed the Dimension handling
|
|---|
| 2216 |
|
|---|
| 2217 | * mmontecarlo/MMcTriggerRateCalc.[h,cc],
|
|---|
| 2218 | - fixed the Dimension handling
|
|---|
| 2219 | - added destructor
|
|---|
| 2220 |
|
|---|
| 2221 | * macros/trigrate.C:
|
|---|
| 2222 | - fixed some small things
|
|---|
| 2223 | - accelerated by use of MReadTree::UseLeaf
|
|---|
| 2224 |
|
|---|
| 2225 | * mhist/MHMcCollectionArea.h:
|
|---|
| 2226 | - changed default argument of DrawClone from NULL to "".
|
|---|
| 2227 | NULL caused the interpreter to crash.
|
|---|
| 2228 |
|
|---|
| 2229 | * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
|
|---|
| 2230 | mbase/MParList.[h.cc], mbase/MTime.[h,cc],
|
|---|
| 2231 | mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
|
|---|
| 2232 | mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
|
|---|
| 2233 | mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
|
|---|
| 2234 | mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
|
|---|
| 2235 | - according to root 3.01 I made Print() const
|
|---|
| 2236 |
|
|---|
| 2237 | * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
|
|---|
| 2238 | - removed
|
|---|
| 2239 |
|
|---|
| 2240 | * mbase/MReadTree.cc:
|
|---|
| 2241 | - removed default argument from GetEntry-call
|
|---|
| 2242 |
|
|---|
| 2243 | * mbase/MTask.[h,cc]:
|
|---|
| 2244 | - introduced mapping function for (Pre/Post)&Process
|
|---|
| 2245 | - according to root 3.01 I made Print() const
|
|---|
| 2246 | - added PrintStatistics
|
|---|
| 2247 | - added call counter
|
|---|
| 2248 |
|
|---|
| 2249 | * mbase/MTaskList.[h,cc]:
|
|---|
| 2250 | - adapted to new MTask mapping functions
|
|---|
| 2251 | - according to root 3.01 I made Print() const
|
|---|
| 2252 | - added PrintStatistics
|
|---|
| 2253 | - moved some functionality to MTask-Mapper functions
|
|---|
| 2254 |
|
|---|
| 2255 | * mmain/MMonteCarlo.cc:
|
|---|
| 2256 | - adapted to some changes in other classes
|
|---|
| 2257 | - some small simplifications
|
|---|
| 2258 | - accelerated, by use of UseLeaf
|
|---|
| 2259 | - workaround for the ButtonGroup/Button delete bug
|
|---|
| 2260 |
|
|---|
| 2261 | * mmain/MAnalysis.cc:
|
|---|
| 2262 | - workaround for the ButtonGroup/Button delete bug
|
|---|
| 2263 |
|
|---|
| 2264 |
|
|---|
| 2265 |
|
|---|
| 2266 | 2001/10/23: Thomas Bretz
|
|---|
| 2267 |
|
|---|
| 2268 | * macros/dohtml.C:
|
|---|
| 2269 | - changed macro names
|
|---|
| 2270 |
|
|---|
| 2271 | * macros/getCollArea.C:
|
|---|
| 2272 | - renamed to collarea.C
|
|---|
| 2273 | - make use of new fast MReadTree
|
|---|
| 2274 |
|
|---|
| 2275 | * macros/getRate.C:
|
|---|
| 2276 | - renamed to trigrate.C
|
|---|
| 2277 |
|
|---|
| 2278 | * macros/getThreshold.C:
|
|---|
| 2279 | - renamed to threshold.C
|
|---|
| 2280 |
|
|---|
| 2281 | * Makefile.depend:
|
|---|
| 2282 | - removed
|
|---|
| 2283 |
|
|---|
| 2284 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 2285 | - fixed wrong usage of new operator in TClonesArray
|
|---|
| 2286 | - the aspect ratio of the Canvas is used now to display geometries
|
|---|
| 2287 | correctly (no 'small CT1 camera anymore)
|
|---|
| 2288 | - replaced include of MCerPhotPix by a forward declaration
|
|---|
| 2289 | - replaced include of MHexagon by a forward declaration
|
|---|
| 2290 |
|
|---|
| 2291 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 2292 | - added GetMaxRadius()-function
|
|---|
| 2293 | - added CalcMaxRadius()-function
|
|---|
| 2294 | - replaced include of MGeomPix by a forward declaration
|
|---|
| 2295 | - replaced include of TObjArray by a forward declaration
|
|---|
| 2296 |
|
|---|
| 2297 | * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
|
|---|
| 2298 | - call CalcMaxRadius in the constructor
|
|---|
| 2299 |
|
|---|
| 2300 |
|
|---|
| 2301 |
|
|---|
| 2302 | 2001/10/22: Thomas Bretz
|
|---|
| 2303 |
|
|---|
| 2304 | * mhist/MH*.[h,cc]:
|
|---|
| 2305 | - changed DrawClone according to root 3.01/06 to 'const'
|
|---|
| 2306 |
|
|---|
| 2307 |
|
|---|
| 2308 |
|
|---|
| 2309 | 2001/10/16: Thomas Bretz
|
|---|
| 2310 |
|
|---|
| 2311 | * mbase/MReadTree.[h,cc]:
|
|---|
| 2312 | - added some output statements
|
|---|
| 2313 | - added comments
|
|---|
| 2314 | - added UseLeaf
|
|---|
| 2315 | - changed AddFile to Int_t
|
|---|
| 2316 | - simplified GetEntry call
|
|---|
| 2317 |
|
|---|
| 2318 | * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
|
|---|
| 2319 | - added come comments
|
|---|
| 2320 | - removed Draw-function
|
|---|
| 2321 |
|
|---|
| 2322 | * mars.cc:
|
|---|
| 2323 | - Changed name of TROOT object to 'mars'
|
|---|
| 2324 |
|
|---|
| 2325 | * merpp.cc:
|
|---|
| 2326 | - changed name of TROOT object to 'merpp'
|
|---|
| 2327 | - added some more ouput
|
|---|
| 2328 |
|
|---|
| 2329 | * mbase/MBaseLinkDef.h:
|
|---|
| 2330 | - added MRootFileBranch
|
|---|
| 2331 | - added MRootFileTree
|
|---|
| 2332 |
|
|---|
| 2333 | * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
|
|---|
| 2334 | - added comments
|
|---|
| 2335 |
|
|---|
| 2336 | * mbase/MEvtLoop.cc:
|
|---|
| 2337 | - added missing include
|
|---|
| 2338 | - added another time output
|
|---|
| 2339 |
|
|---|
| 2340 | * mbase/MWriteRootFile.cc:
|
|---|
| 2341 | - added ClassImp
|
|---|
| 2342 |
|
|---|
| 2343 | * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 2344 | - changed output
|
|---|
| 2345 |
|
|---|
| 2346 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 2347 | - small fixes
|
|---|
| 2348 | - changed error calculation according to Ciro
|
|---|
| 2349 |
|
|---|
| 2350 | * macros/CT1Hillas.C:
|
|---|
| 2351 | - fixes some bugs (typos)
|
|---|
| 2352 |
|
|---|
| 2353 |
|
|---|
| 2354 |
|
|---|
| 2355 | 2001/10/05: Thomas Bretz
|
|---|
| 2356 |
|
|---|
| 2357 | * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
|
|---|
| 2358 | mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
|
|---|
| 2359 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
|---|
| 2360 | meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
|
|---|
| 2361 | mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
|
|---|
| 2362 | mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
|
|---|
| 2363 | mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
|
|---|
| 2364 | mraw/MRawFileRead.cc
|
|---|
| 2365 | - comments updated
|
|---|
| 2366 |
|
|---|
| 2367 | * mbase/MFilter.[h,cc]:
|
|---|
| 2368 | - made IsExpressionTrue abstract
|
|---|
| 2369 |
|
|---|
| 2370 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 2371 | - fixed a bug that only every second event was displayed
|
|---|
| 2372 |
|
|---|
| 2373 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 2374 | - reorganized code (changing pixel number drawed the histogram twice)
|
|---|
| 2375 |
|
|---|
| 2376 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 2377 | - added fDrawingPad to make sure that all output goes into the same pad
|
|---|
| 2378 |
|
|---|
| 2379 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 2380 | - removed old MFillH* classes
|
|---|
| 2381 |
|
|---|
| 2382 |
|
|---|
| 2383 |
|
|---|
| 2384 | 2001/10/02: Thomas Bretz
|
|---|
| 2385 |
|
|---|
| 2386 | * mbase/MClone.[h,cc],
|
|---|
| 2387 | meventdisp/MGCamDisplay.[h,cc],
|
|---|
| 2388 | meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 2389 | mmain/MCameraDisplay.[h,cc]:
|
|---|
| 2390 | - added
|
|---|
| 2391 |
|
|---|
| 2392 | * macros/readMagic.C:
|
|---|
| 2393 | - fixed a "'->' and '.' mixed bug"
|
|---|
| 2394 |
|
|---|
| 2395 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 2396 | - added initialisation of fIn
|
|---|
| 2397 |
|
|---|
| 2398 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 2399 | - made IsPixelExisting const
|
|---|
| 2400 | - made IsPixelCore const
|
|---|
| 2401 | - made IsPixelUsed const
|
|---|
| 2402 | - made GetNumPhotons[Min,Max] const
|
|---|
| 2403 |
|
|---|
| 2404 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 2405 | - added MClone
|
|---|
| 2406 |
|
|---|
| 2407 | * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
|
|---|
| 2408 | - added SetOwner-support
|
|---|
| 2409 |
|
|---|
| 2410 | * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
|
|---|
| 2411 | - removed MShowSpect
|
|---|
| 2412 | - removed MViewAdcSpect
|
|---|
| 2413 |
|
|---|
| 2414 | * mdatacheck/MDumpEvtHeader.cc:
|
|---|
| 2415 | - added missing descriptions
|
|---|
| 2416 |
|
|---|
| 2417 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 2418 | - small changes
|
|---|
| 2419 |
|
|---|
| 2420 | * meventdisp/EvtDispLinkDef.h:
|
|---|
| 2421 | - added MGEvtDisplay
|
|---|
| 2422 | - added MGCamDisplay
|
|---|
| 2423 |
|
|---|
| 2424 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 2425 | - derived from MGEvtDisplay
|
|---|
| 2426 | - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
|
|---|
| 2427 |
|
|---|
| 2428 | * meventdisp/Makefile:
|
|---|
| 2429 | - added MGCamDisplay
|
|---|
| 2430 |
|
|---|
| 2431 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 2432 | - cleaned
|
|---|
| 2433 | - reorganized
|
|---|
| 2434 |
|
|---|
| 2435 | * mgui/MHexagon.cc:
|
|---|
| 2436 | - added missing descriptions
|
|---|
| 2437 |
|
|---|
| 2438 | * mhist/MHFadcPix.cc:
|
|---|
| 2439 | - reorganized some code in the constructor which creates the 'names'
|
|---|
| 2440 |
|
|---|
| 2441 | * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
|
|---|
| 2442 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
|---|
| 2443 | - Draw-function supports a default canvas now
|
|---|
| 2444 |
|
|---|
| 2445 | * mmain/MDataCheck.cc:
|
|---|
| 2446 | - added/rorganized comments
|
|---|
| 2447 | - removed usage of MViewAdcSpectra
|
|---|
| 2448 |
|
|---|
| 2449 | * mmain/MMars.[h,cc]:
|
|---|
| 2450 | - added new "Camera Display" Button
|
|---|
| 2451 |
|
|---|
| 2452 | * mmain/MainLinkDef.h, mmain/Makefile:
|
|---|
| 2453 | - added MCameraDisplay
|
|---|
| 2454 |
|
|---|
| 2455 |
|
|---|
| 2456 |
|
|---|
| 2457 | 2001/09/28: Thomas Bretz
|
|---|
| 2458 |
|
|---|
| 2459 | * macros/getRate.C:
|
|---|
| 2460 | - changed TObjArray to a non-pointer object
|
|---|
| 2461 | - added Printing of the result at the end of the macro
|
|---|
| 2462 |
|
|---|
| 2463 | * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
|
|---|
| 2464 | - added DrawClone
|
|---|
| 2465 |
|
|---|
| 2466 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 2467 | - added a dummy for DrawClone
|
|---|
| 2468 |
|
|---|
| 2469 | * mmain/MMonteCarlo.[cc, h]:
|
|---|
| 2470 | - added Gui elements
|
|---|
| 2471 | - added CalculateCollectionArea (not yet tested)
|
|---|
| 2472 | - added CalculateTriggerRate (not yet tested)
|
|---|
| 2473 | - added Threshold (not yet tested)
|
|---|
| 2474 |
|
|---|
| 2475 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 2476 | - removed output stuff from PostProcessing
|
|---|
| 2477 |
|
|---|
| 2478 | * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 2479 | - reorganized code (constructor)
|
|---|
| 2480 | - reorganized deletion of gui objects
|
|---|
| 2481 | - fixed many, many memory leaks
|
|---|
| 2482 |
|
|---|
| 2483 |
|
|---|
| 2484 |
|
|---|
| 2485 | 2001/09/27: Thomas Bretz
|
|---|
| 2486 |
|
|---|
| 2487 | * mmain/MBrowser.cc:
|
|---|
| 2488 | - added comments
|
|---|
| 2489 |
|
|---|
| 2490 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 2491 | - added entry field for cleaning levels
|
|---|
| 2492 | - restructured code a bit
|
|---|
| 2493 |
|
|---|
| 2494 | * mhist/MFillH.cc:
|
|---|
| 2495 | - fixed missing initialization of member variables in Init
|
|---|
| 2496 |
|
|---|
| 2497 | * mhist/MHHillas.[h,cc]:
|
|---|
| 2498 | - Added comments
|
|---|
| 2499 | - Added DrawClone
|
|---|
| 2500 | - Removed kCanDelete bits from Draw function
|
|---|
| 2501 |
|
|---|
| 2502 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 2503 | - Added comments
|
|---|
| 2504 | - Added DrawClone
|
|---|
| 2505 | - moved some code from the Draw-functions to PrepareDrawing
|
|---|
| 2506 |
|
|---|
| 2507 |
|
|---|
| 2508 |
|
|---|
| 2509 | 2001/09/26: Thomas Bretz
|
|---|
| 2510 |
|
|---|
| 2511 | * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
|
|---|
| 2512 | mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
|
|---|
| 2513 | - reorganized code (constructor)
|
|---|
| 2514 | - reorganized deletion of gui objects
|
|---|
| 2515 | - fixed many, many memory leaks
|
|---|
| 2516 | - small changes in layout
|
|---|
| 2517 |
|
|---|
| 2518 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 2519 | - added
|
|---|
| 2520 |
|
|---|
| 2521 | * macros/*:
|
|---|
| 2522 | - added Copyright notice
|
|---|
| 2523 | - added some small sanity checks
|
|---|
| 2524 |
|
|---|
| 2525 | * macros/MagicHillas.C:
|
|---|
| 2526 | - fixed '->' bug
|
|---|
| 2527 | - changed MFillHStarMap to MFillH
|
|---|
| 2528 |
|
|---|
| 2529 | * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
|
|---|
| 2530 | - removed an old debug statement
|
|---|
| 2531 |
|
|---|
| 2532 | * mmain/MMars.cc:
|
|---|
| 2533 | - added new Analysis functionality
|
|---|
| 2534 |
|
|---|
| 2535 | * mmain/MainLinkDef.h:
|
|---|
| 2536 | - addded MAnalysis
|
|---|
| 2537 |
|
|---|
| 2538 | * mmain/Makefile:
|
|---|
| 2539 | - added MAnalysis.cc
|
|---|
| 2540 |
|
|---|
| 2541 | * mmc/McLinkDef.h:
|
|---|
| 2542 | - removed nonsens define statement
|
|---|
| 2543 |
|
|---|
| 2544 |
|
|---|
| 2545 |
|
|---|
| 2546 | 2001/09/25: Thomas Bretz
|
|---|
| 2547 |
|
|---|
| 2548 | * Makefile:
|
|---|
| 2549 | - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
|
|---|
| 2550 | It contains the origin (CVSROOT) of the repository and my confuse
|
|---|
| 2551 | people triing to commit changed files from such an archive to
|
|---|
| 2552 | the repository
|
|---|
| 2553 |
|
|---|
| 2554 | * mmain/MBrowser.[cc,h]:
|
|---|
| 2555 | - reorganized code (constructor)
|
|---|
| 2556 | - reorganized deletion of gui objects
|
|---|
| 2557 | - fixed many, many memory leaks
|
|---|
| 2558 |
|
|---|
| 2559 | * mmain/MMars.[cc,h]:
|
|---|
| 2560 | - reorganized code (constructor)
|
|---|
| 2561 | - reorganized deletion of gui objects
|
|---|
| 2562 | - fixed many, many memory leaks
|
|---|
| 2563 |
|
|---|
| 2564 |
|
|---|
| 2565 |
|
|---|
| 2566 | 2001/09/20: Thomas Bretz
|
|---|
| 2567 |
|
|---|
| 2568 | * mbase/MLog.[h,cc]:
|
|---|
| 2569 | - made working with Cosy
|
|---|
| 2570 | - fixed gui stuff to work like expected
|
|---|
| 2571 |
|
|---|
| 2572 | * manalysis/MCerPhotPix.h:
|
|---|
| 2573 | - replaced TROOT.h by MAGIC.h
|
|---|
| 2574 |
|
|---|
| 2575 | * mfilter/MFTriggerLvl1.h:
|
|---|
| 2576 | - added description
|
|---|
| 2577 |
|
|---|
| 2578 |
|
|---|
| 2579 |
|
|---|
| 2580 | 2001/09/20: Thomas Bretz
|
|---|
| 2581 |
|
|---|
| 2582 | * released Version 0.4
|
|---|
| 2583 |
|
|---|
| 2584 | * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
|
|---|
| 2585 | - switched to root version >= 3.00
|
|---|
| 2586 |
|
|---|
| 2587 | * Makefile.conf.linux:
|
|---|
| 2588 | - added to support the new Linux distributions
|
|---|
| 2589 |
|
|---|
| 2590 | * .rootrc:
|
|---|
| 2591 | - removed references to MARSSYS
|
|---|
| 2592 |
|
|---|
| 2593 |
|
|---|
| 2594 |
|
|---|
| 2595 | 2001/09/13: Thomas Bretz
|
|---|
| 2596 |
|
|---|
| 2597 | * Makefile.conf.linux-gnu:
|
|---|
| 2598 | - removed "-Woverloaded-virtual". it doesn't really help
|
|---|
| 2599 |
|
|---|
| 2600 |
|
|---|
| 2601 |
|
|---|
| 2602 | 2001/08/02: Thomas Bretz
|
|---|
| 2603 |
|
|---|
| 2604 | * macros/getRate.C:
|
|---|
| 2605 | - make use of new stylish lists of containers
|
|---|
| 2606 |
|
|---|
| 2607 |
|
|---|
| 2608 | * macros/CT1Hillas.C, macros/getCollArea.C:
|
|---|
| 2609 | - make use of return value of Eventloop
|
|---|
| 2610 |
|
|---|
| 2611 | * macros/merpp.C:
|
|---|
| 2612 | - changed return type to void
|
|---|
| 2613 |
|
|---|
| 2614 |
|
|---|
| 2615 |
|
|---|
| 2616 | 2001/07/23: Thomas Bretz
|
|---|
| 2617 |
|
|---|
| 2618 | * mbase/MParList.cc:
|
|---|
| 2619 | - redifinition of default argument: fixed
|
|---|
| 2620 |
|
|---|
| 2621 |
|
|---|
| 2622 |
|
|---|
| 2623 | 2001/07/23: Thomas Bretz
|
|---|
| 2624 |
|
|---|
| 2625 | * mmontecarlo/MMcThresholdCalc.[cc,h]:
|
|---|
| 2626 | - changed PreProcess action to new stylish lists of containers
|
|---|
| 2627 |
|
|---|
| 2628 | * mhist/Makefile:
|
|---|
| 2629 | - removed MEnergies.cc
|
|---|
| 2630 |
|
|---|
| 2631 | * mhist/HistLinkDef.h:
|
|---|
| 2632 | - removed MEnergies.cc
|
|---|
| 2633 |
|
|---|
| 2634 | * mbase/MReadTree.cc:
|
|---|
| 2635 | - removed a bug which causes MReadTree to show strange behaviour.
|
|---|
| 2636 | We cannot use GetBranch()->SetAddress() we have to use
|
|---|
| 2637 | SetBranchAddress.
|
|---|
| 2638 |
|
|---|
| 2639 | * macros/MagicHillas.C:
|
|---|
| 2640 | - changed to new stylish histogram fillers.
|
|---|
| 2641 |
|
|---|
| 2642 | * mhist/MHMcRate.cc:
|
|---|
| 2643 | - some simplifications to the constructors
|
|---|
| 2644 | - some accelerations of the rate calculation
|
|---|
| 2645 |
|
|---|
| 2646 | * mhist/MHHillas.C:
|
|---|
| 2647 | - added axis descriptions (thanks to Rudy)
|
|---|
| 2648 |
|
|---|
| 2649 |
|
|---|
| 2650 |
|
|---|
| 2651 | 2001/07/20: Thomas Bretz
|
|---|
| 2652 |
|
|---|
| 2653 | * mhist/MH.cc:
|
|---|
| 2654 | - added comments
|
|---|
| 2655 |
|
|---|
| 2656 | * mhist/MFillH.cc:
|
|---|
| 2657 | - added comments
|
|---|
| 2658 |
|
|---|
| 2659 | * mbase/MParList.[h,cc]:
|
|---|
| 2660 | - Added AddToList from a TObjArray
|
|---|
| 2661 | - Added GetClassName
|
|---|
| 2662 | - Added GetObjName
|
|---|
| 2663 | - Added FindObjectList
|
|---|
| 2664 | - Added FindCreateObjList
|
|---|
| 2665 | - Added CreateObjList
|
|---|
| 2666 |
|
|---|
| 2667 | * mhist/MHMcEnergies.[h,cc]:
|
|---|
| 2668 | - deleted
|
|---|
| 2669 |
|
|---|
| 2670 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 2671 | - rewrote constructor in a way that MHMcEnergies isn't needed anymore
|
|---|
| 2672 | - added a SetName function which replaces the old constructor somehow
|
|---|
| 2673 |
|
|---|
| 2674 | * macros/getThreshold.C:
|
|---|
| 2675 | - make use of some new features
|
|---|
| 2676 |
|
|---|
| 2677 |
|
|---|
| 2678 |
|
|---|
| 2679 | 2001/07/19: Thomas Bretz
|
|---|
| 2680 |
|
|---|
| 2681 | * mbase/MEvtLoop.cc:
|
|---|
| 2682 | - added comments
|
|---|
| 2683 |
|
|---|
| 2684 | * mbase/MTaskList.cc:
|
|---|
| 2685 | - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
|
|---|
| 2686 |
|
|---|
| 2687 | * mhist/MH.[cc,h]
|
|---|
| 2688 | - added
|
|---|
| 2689 |
|
|---|
| 2690 | * mhist/MFillH.[cc,h]
|
|---|
| 2691 | - added
|
|---|
| 2692 | - in principal MFillHHillas, MFillHFadc and MFillHStarMap
|
|---|
| 2693 | can be deleted now
|
|---|
| 2694 |
|
|---|
| 2695 | * mhist/HistLinkDef.h:
|
|---|
| 2696 | - added MH
|
|---|
| 2697 | - added MFillH
|
|---|
| 2698 |
|
|---|
| 2699 | * mhist/MFillHFadc.cc:
|
|---|
| 2700 | - moved source for filling to corresponding histogram class
|
|---|
| 2701 |
|
|---|
| 2702 | * mhist/MFillHHillas.cc:
|
|---|
| 2703 | - included MHillas.h
|
|---|
| 2704 |
|
|---|
| 2705 | * mhist/MHFadcCam.[cc, h]:
|
|---|
| 2706 | - added Fill
|
|---|
| 2707 | - made FillHi, FillLo private
|
|---|
| 2708 |
|
|---|
| 2709 | * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
|
|---|
| 2710 | - changed Fill function to new style
|
|---|
| 2711 | - derived class from MH
|
|---|
| 2712 |
|
|---|
| 2713 | * mhist/Makefile:
|
|---|
| 2714 | - added MH.cc
|
|---|
| 2715 | - added MFillH.cc
|
|---|
| 2716 |
|
|---|
| 2717 |
|
|---|
| 2718 |
|
|---|
| 2719 | 2001/07/18: Oscar Blanch
|
|---|
| 2720 |
|
|---|
| 2721 | * macros/getRate.C:
|
|---|
| 2722 | - Macro to compute the trigger rate from a MonteCarlo file
|
|---|
| 2723 |
|
|---|
| 2724 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 2725 | - Container to store trigger rate information
|
|---|
| 2726 | - Draw() functin member to be implemented
|
|---|
| 2727 |
|
|---|
| 2728 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
|---|
| 2729 | - Task to compute trigger rate
|
|---|
| 2730 |
|
|---|
| 2731 |
|
|---|
| 2732 |
|
|---|
| 2733 | 2001/07/13: Thomas Bretz
|
|---|
| 2734 |
|
|---|
| 2735 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 2736 | - Added a result value to Eventloop to be able to detect if the
|
|---|
| 2737 | execution was successfull
|
|---|
| 2738 | - changes postProcess to return the return value from
|
|---|
| 2739 | MTaskList::PostProcess
|
|---|
| 2740 |
|
|---|
| 2741 | * mbase/MParList.cc:
|
|---|
| 2742 | - FindCreateObj removes now a 'dot' from the end of an indexed
|
|---|
| 2743 | object name like "Events;7."
|
|---|
| 2744 |
|
|---|
| 2745 | * mbase/MReadTree.cc:
|
|---|
| 2746 | - small changes to the output
|
|---|
| 2747 |
|
|---|
| 2748 | * mbase/MTask.[h,cc]:
|
|---|
| 2749 | - added Preprocessed flag. This enables the tasklist to only postprocess
|
|---|
| 2750 | already preprocessed tasks
|
|---|
| 2751 |
|
|---|
| 2752 | * mbase/MTaskList.cc:
|
|---|
| 2753 | - don't postprocess non preprocessed tasks
|
|---|
| 2754 |
|
|---|
| 2755 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 2756 | - added descriptions to histrograms
|
|---|
| 2757 | - changed names of histograms
|
|---|
| 2758 | - added drawing of canvas to Draw-functions
|
|---|
| 2759 |
|
|---|
| 2760 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 2761 | - added variables to store the calculated result
|
|---|
| 2762 | - changed names and titles of histogram
|
|---|
| 2763 | - added axis titles to histogram
|
|---|
| 2764 | - moved result calculation into fit-function
|
|---|
| 2765 |
|
|---|
| 2766 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 2767 | - added name of input container to be able to process another
|
|---|
| 2768 | container than "MMcTrig"
|
|---|
| 2769 |
|
|---|
| 2770 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 2771 | - removed trailing dot from container name creation
|
|---|
| 2772 |
|
|---|
| 2773 | * mhist/MMcThresholdCalc.cc:
|
|---|
| 2774 | - removed a wrong '.' behind the number when processing more than
|
|---|
| 2775 | one trigger condition
|
|---|
| 2776 |
|
|---|
| 2777 | * mraw/MRawRunHeader.cc:
|
|---|
| 2778 | - added "Monte Carlo Data" as runtype
|
|---|
| 2779 |
|
|---|
| 2780 |
|
|---|
| 2781 |
|
|---|
| 2782 | 2001/07/10: Thomas Bretz
|
|---|
| 2783 |
|
|---|
| 2784 | * mhist/MHMcEnergy.h:
|
|---|
| 2785 | - renamed SetBins to SetNumBins
|
|---|
| 2786 |
|
|---|
| 2787 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 2788 | - changed style of comments
|
|---|
| 2789 | - moved sqrt(2) from Postprocess to header.
|
|---|
| 2790 |
|
|---|
| 2791 | * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
|
|---|
| 2792 | mmontecarlo/MMcEnerThreCalc.[cc,h]:
|
|---|
| 2793 | - removed
|
|---|
| 2794 |
|
|---|
| 2795 | * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
|
|---|
| 2796 | - removed
|
|---|
| 2797 |
|
|---|
| 2798 |
|
|---|
| 2799 |
|
|---|
| 2800 | 2001/07/09: Thomas Bretz
|
|---|
| 2801 |
|
|---|
| 2802 | * mbase/MParList.cc:
|
|---|
| 2803 | - made handling of already existing containers in AddToList a bit
|
|---|
| 2804 | more convinient
|
|---|
| 2805 |
|
|---|
| 2806 | * mbase/MTaskList.[h,cc]:
|
|---|
| 2807 | - added come comments
|
|---|
| 2808 | - made handling of already existing tasks in AddToList a bit
|
|---|
| 2809 | more convinient
|
|---|
| 2810 | - Added name-argument to constructor
|
|---|
| 2811 |
|
|---|
| 2812 | * mraw/MRawFileRead.[cc, h]:
|
|---|
| 2813 | - move file-open check from constructor to PreProcess
|
|---|
| 2814 | - added variable for filename
|
|---|
| 2815 |
|
|---|
| 2816 | * mraw/MRawFileWrite.[cc,h]:
|
|---|
| 2817 | - moved fOut->Write from PostProcess to destructor
|
|---|
| 2818 | - removed PostProcess
|
|---|
| 2819 |
|
|---|
| 2820 |
|
|---|
| 2821 |
|
|---|
| 2822 | 2001/07/06: Thomas Bretz
|
|---|
| 2823 |
|
|---|
| 2824 | * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
|
|---|
| 2825 | mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
|
|---|
| 2826 | - added
|
|---|
| 2827 |
|
|---|
| 2828 | * Makefile
|
|---|
| 2829 | - mfilter added
|
|---|
| 2830 |
|
|---|
| 2831 | * Makefile.conf.linux-gnu:
|
|---|
| 2832 | - added some warning options
|
|---|
| 2833 |
|
|---|
| 2834 | * Makefile.conf.osf1:
|
|---|
| 2835 | - enhanced warnings
|
|---|
| 2836 |
|
|---|
| 2837 | * manalysis/MCerPhotEvt.cc:
|
|---|
| 2838 | - removed a small buf from the constructor
|
|---|
| 2839 |
|
|---|
| 2840 | * BaseLinkDef.h:
|
|---|
| 2841 | - added MFilter
|
|---|
| 2842 | - added MFilterList
|
|---|
| 2843 |
|
|---|
| 2844 | * mbase/MLog.[h,cc]:
|
|---|
| 2845 | - added a non-empty copy constructor to make cxx happy
|
|---|
| 2846 |
|
|---|
| 2847 | * mbase/MParList.[h,cc]:
|
|---|
| 2848 | - added second overload-function FindObject
|
|---|
| 2849 |
|
|---|
| 2850 | * mbase/MTask.h:
|
|---|
| 2851 | - added all Filter stuff
|
|---|
| 2852 |
|
|---|
| 2853 | * mbase/MTaskList.cc:
|
|---|
| 2854 | - changed debug output
|
|---|
| 2855 | - added filter-stuff to Process
|
|---|
| 2856 |
|
|---|
| 2857 | * mbase/MTaskList.h:
|
|---|
| 2858 | - changed Print default option from NULL to ""
|
|---|
| 2859 |
|
|---|
| 2860 | * mbase/Makefile:
|
|---|
| 2861 | - added MFilter
|
|---|
| 2862 | - added MFilterList
|
|---|
| 2863 |
|
|---|
| 2864 | * mhist/MFillHFadc.cc:
|
|---|
| 2865 | removed a small bug in the PreProcessing
|
|---|
| 2866 |
|
|---|
| 2867 | * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
|
|---|
| 2868 | manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
|
|---|
| 2869 | mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
|
|---|
| 2870 | manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
|
|---|
| 2871 | mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
|
|---|
| 2872 | mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
|
|---|
| 2873 | mmontecarlo/MMcThresholdCalc.h:
|
|---|
| 2874 | - made more const-correct
|
|---|
| 2875 |
|
|---|
| 2876 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 2877 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 2878 | manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 2879 | mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
|
|---|
| 2880 | mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
|
|---|
| 2881 | mraw/MRawFileWrite.cc:
|
|---|
| 2882 | - added comments
|
|---|
| 2883 |
|
|---|
| 2884 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 2885 | manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
|
|---|
| 2886 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 2887 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
|---|
| 2888 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
|---|
| 2889 | manalysis/MPedestalPix.cc,
|
|---|
| 2890 | mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
|
|---|
| 2891 | mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
|
|---|
| 2892 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 2893 | mbase/MWriteRootFile.cc,
|
|---|
| 2894 | mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
|---|
| 2895 | mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
|---|
| 2896 | mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
|
|---|
| 2897 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
|
|---|
| 2898 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
|
|---|
| 2899 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
|
|---|
| 2900 | mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
|
|---|
| 2901 | - added semicolon after ClassImp to make my editor happy
|
|---|
| 2902 |
|
|---|
| 2903 | * mmain/MEvtDisp.cc:
|
|---|
| 2904 | - removed a wrong comma in the enumerations
|
|---|
| 2905 |
|
|---|
| 2906 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 2907 | - made compile on osf by removing brackets in new steatement (constructor)
|
|---|
| 2908 |
|
|---|
| 2909 |
|
|---|
| 2910 |
|
|---|
| 2911 | 2001/07/05: Thomas Bretz
|
|---|
| 2912 |
|
|---|
| 2913 | * macros/CT1Hillas.C:
|
|---|
| 2914 | - changed the wrong pointers to dots.
|
|---|
| 2915 |
|
|---|
| 2916 | * macros/getThreshold.C:
|
|---|
| 2917 | - added some comments
|
|---|
| 2918 | - removed the canvas creation
|
|---|
| 2919 | - drawing replaced by a loop
|
|---|
| 2920 | - changed trigger conditions to 1 (should work with any MC file)
|
|---|
| 2921 |
|
|---|
| 2922 | * macros/readMagic.C:
|
|---|
| 2923 | - changed the event counter to the number of the event in the file
|
|---|
| 2924 | - removed icound
|
|---|
| 2925 |
|
|---|
| 2926 | * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 2927 | mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
|
|---|
| 2928 | mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
|
|---|
| 2929 | mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
|---|
| 2930 | mhist/MFillHStarMap.cc,
|
|---|
| 2931 | - changed HasChanged to ReadyToSave
|
|---|
| 2932 |
|
|---|
| 2933 | * mbase/MReadTree.cc:
|
|---|
| 2934 | - added some comments
|
|---|
| 2935 |
|
|---|
| 2936 | * mhist/MHMcEnergies.h:
|
|---|
| 2937 | - fixed bug in []-operator
|
|---|
| 2938 |
|
|---|
| 2939 | * mhist/MHMcEnergy.cc:
|
|---|
| 2940 | - added canvas creation to draw function
|
|---|
| 2941 |
|
|---|
| 2942 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 2943 | - fixed a bug in the constructor
|
|---|
| 2944 |
|
|---|
| 2945 |
|
|---|
| 2946 |
|
|---|
| 2947 | 2001/06/20: Thomas Bretz
|
|---|
| 2948 |
|
|---|
| 2949 | * macros/merpp.C:
|
|---|
| 2950 | - fixed type in comment
|
|---|
| 2951 |
|
|---|
| 2952 | * manalysis/MHillas.cc:
|
|---|
| 2953 | - fixed 'FIXME' comment
|
|---|
| 2954 |
|
|---|
| 2955 | * mbase/MWriteFile.[h,cc]:
|
|---|
| 2956 | - added
|
|---|
| 2957 |
|
|---|
| 2958 | * mbase/MWriteRootFile.[h,cc]:
|
|---|
| 2959 | - added
|
|---|
| 2960 |
|
|---|
| 2961 | * mbase/BaseLinkDef.h:
|
|---|
| 2962 | - Added MWriteFile
|
|---|
| 2963 | - Added MWriteRootFile
|
|---|
| 2964 |
|
|---|
| 2965 | * mbase/MEvtLoop.cc:
|
|---|
| 2966 | - fixed the counting in the eventloop
|
|---|
| 2967 |
|
|---|
| 2968 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 2969 | - changed class that it is based on MWriteFile now
|
|---|
| 2970 |
|
|---|
| 2971 | * mbase/Makefile:
|
|---|
| 2972 | - added MWriteFile
|
|---|
| 2973 | - added MWriteRootFile
|
|---|
| 2974 |
|
|---|
| 2975 | * mhist/MFillHFadc.[h,cc]:
|
|---|
| 2976 | - added set for HasChanged (new PostProcess)
|
|---|
| 2977 |
|
|---|
| 2978 | * mhist/MFillHHillas.cc:
|
|---|
| 2979 | - added set for HasChanged (new PostProcess)
|
|---|
| 2980 |
|
|---|
| 2981 | * mhist/MFillHStarMap.cc:
|
|---|
| 2982 | - added set for HasChanged (new PostProcess)
|
|---|
| 2983 |
|
|---|
| 2984 | * mhist/MHHillas.cc:
|
|---|
| 2985 | - Set kCanDelete to make sure, that the histograms are deleted
|
|---|
| 2986 | together with the canvas
|
|---|
| 2987 |
|
|---|
| 2988 | * mraw/MRawFileWrite.[h,cc]:
|
|---|
| 2989 | - changed the handling of opening, closing and checking file
|
|---|
| 2990 |
|
|---|
| 2991 |
|
|---|
| 2992 |
|
|---|
| 2993 | 2001/06/13: Thomas Bretz
|
|---|
| 2994 |
|
|---|
| 2995 | * ./.../*.h:
|
|---|
| 2996 | - added some comments and corrected some descriptions.
|
|---|
| 2997 |
|
|---|
| 2998 | * mbase/MParContainer.[h,cc]:
|
|---|
| 2999 | - added a 'dummy' function for AsciiRead, AsciiWrite
|
|---|
| 3000 |
|
|---|
| 3001 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 3002 | - added new constructor (specify directly the pointer to the class)
|
|---|
| 3003 |
|
|---|
| 3004 | * mgui/MHexagon.cc:
|
|---|
| 3005 | - made Copy-function more readable
|
|---|
| 3006 |
|
|---|
| 3007 | * mgui/MParContainer.cc:
|
|---|
| 3008 | - made Copy-function more readable
|
|---|
| 3009 |
|
|---|
| 3010 | * mhist/MHMcEnergies.[h,cc]:
|
|---|
| 3011 | - files added as a container to make handling of several MHMcEnergy easier
|
|---|
| 3012 |
|
|---|
| 3013 | * mbase/MAGIC.h:
|
|---|
| 3014 | - encapsulated include of TROOT
|
|---|
| 3015 |
|
|---|
| 3016 | * mbase/MTaskList.cc:
|
|---|
| 3017 | - added SetHasChange and Reset to PostProcess
|
|---|
| 3018 |
|
|---|
| 3019 | * mhist/HistLinkDef.h
|
|---|
| 3020 | - added MHMcEnergies
|
|---|
| 3021 |
|
|---|
| 3022 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 3023 | - added name and title to constructor
|
|---|
| 3024 | - added number to name of container
|
|---|
| 3025 |
|
|---|
| 3026 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 3027 | - corrected typo in creation of the container names
|
|---|
| 3028 |
|
|---|
| 3029 | * mraw/MRawEvtData.cc:
|
|---|
| 3030 | - Set kCanDelete in Draw function
|
|---|
| 3031 |
|
|---|
| 3032 |
|
|---|
| 3033 |
|
|---|
| 3034 | 2001/06/12: Thomas Bretz
|
|---|
| 3035 |
|
|---|
| 3036 | * mmontecarlo/MMcEnerThreCalc.[cc,h]
|
|---|
| 3037 | - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
|
|---|
| 3038 |
|
|---|
| 3039 | * mmontecarlo/MMcEnerThreHistos.[h,cc]
|
|---|
| 3040 | - copied to mmhist/MHMcEnergy.[h,cc]
|
|---|
| 3041 |
|
|---|
| 3042 | * mbase/Makefile:
|
|---|
| 3043 | - added MWriteAsciiFile.cc
|
|---|
| 3044 |
|
|---|
| 3045 | * mhist/HistIncl.h:
|
|---|
| 3046 | - added TF1.h
|
|---|
| 3047 |
|
|---|
| 3048 | * mhist/HistLinkDef.h:
|
|---|
| 3049 | - added MHMcEnergy
|
|---|
| 3050 |
|
|---|
| 3051 | * mhist/Makefile
|
|---|
| 3052 | - added MHMcEnergy
|
|---|
| 3053 |
|
|---|
| 3054 | * mmontecarlo/MCollArea.h:
|
|---|
| 3055 | - fixed typo in ifndef
|
|---|
| 3056 |
|
|---|
| 3057 | * mmontecarlo/Makefile:
|
|---|
| 3058 | - added MMcThresholdCalc.cc
|
|---|
| 3059 | - removed MMcEnerHisto.cc
|
|---|
| 3060 | - removed MMcEnerThre.cc
|
|---|
| 3061 | - removed MMcEnerThreCalc.cc
|
|---|
| 3062 |
|
|---|
| 3063 | * mmontecarlo/MonteCarloLinkDef.h:
|
|---|
| 3064 | - added MMcThresholdCalc.cc
|
|---|
| 3065 | - removed MMcEnerHisto.cc
|
|---|
| 3066 | - removed MMcEnerThre.cc
|
|---|
| 3067 | - removed MMcEnerThreCalc.cc
|
|---|
| 3068 |
|
|---|
| 3069 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 3070 | - added
|
|---|
| 3071 |
|
|---|
| 3072 | * manalysis/MCT1ReadAscii.h:
|
|---|
| 3073 | - removed fFileName from class definition
|
|---|
| 3074 |
|
|---|
| 3075 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 3076 | - use of SetHasChanged added
|
|---|
| 3077 |
|
|---|
| 3078 | * manalysis/MHillas.[h,cc]:
|
|---|
| 3079 | - Reset added
|
|---|
| 3080 | - AsciiRead added
|
|---|
| 3081 | - AsciiWrite added
|
|---|
| 3082 | - use of SetHasChanged added
|
|---|
| 3083 |
|
|---|
| 3084 | * manalysis/MPedCalcPedRun.[h,cc]:
|
|---|
| 3085 | - made fNumHiGainSamples a class member
|
|---|
| 3086 | - renamed some member functions
|
|---|
| 3087 | - made the 'internal' member functions private
|
|---|
| 3088 | - added SetHasChanged
|
|---|
| 3089 | - made these functions const
|
|---|
| 3090 |
|
|---|
| 3091 | * mbase/BaseLinkDef.h
|
|---|
| 3092 | - MWriteAsciiFile added
|
|---|
| 3093 |
|
|---|
| 3094 | * mbase/MEvtLoop.cc:
|
|---|
| 3095 | - some small changes to the logging output
|
|---|
| 3096 |
|
|---|
| 3097 | * mbase/MParContainer.cc:
|
|---|
| 3098 | - fHasChanged added
|
|---|
| 3099 |
|
|---|
| 3100 | * mbase/MParContainer.h:
|
|---|
| 3101 | - Reset prototype added
|
|---|
| 3102 | - HasChanged added
|
|---|
| 3103 | - SetHasChanged added
|
|---|
| 3104 |
|
|---|
| 3105 | * mbase/MParList.[cc,h]:
|
|---|
| 3106 | - SetHasChanged added
|
|---|
| 3107 | - Reset added
|
|---|
| 3108 |
|
|---|
| 3109 | * mbase/MTaskList.cc:
|
|---|
| 3110 | - Process: call SetHasChanged before looping
|
|---|
| 3111 | - Process: call Reset before looping
|
|---|
| 3112 |
|
|---|
| 3113 | * mbase/MTaskList.h:
|
|---|
| 3114 | - fParList added to class definition
|
|---|
| 3115 |
|
|---|
| 3116 |
|
|---|
| 3117 |
|
|---|
| 3118 | 2001/04/27: Thomas Bretz
|
|---|
| 3119 |
|
|---|
| 3120 | * macros/merpp.C:
|
|---|
| 3121 | - made the merpp-macro Mars 0.3 compatible
|
|---|
| 3122 |
|
|---|
| 3123 |
|
|---|
| 3124 |
|
|---|
| 3125 | 2001/04/19: Thomas Bretz
|
|---|
| 3126 |
|
|---|
| 3127 | * mbase/MParList.cc:
|
|---|
| 3128 | - added stripping of the string after last semicolon (classname)
|
|---|
| 3129 |
|
|---|
| 3130 | * mbase/MReadTree.cc:
|
|---|
| 3131 | - added Veto funtionality to PreProcess
|
|---|
| 3132 | - added HasVeto
|
|---|
| 3133 | - added fVetoList
|
|---|
| 3134 | - added VetoBranch
|
|---|
| 3135 |
|
|---|
| 3136 |
|
|---|
| 3137 |
|
|---|
| 3138 | 2001/04/18: Thomas Bretz
|
|---|
| 3139 |
|
|---|
| 3140 | * mbase/MHtml.[cc.h]:
|
|---|
| 3141 | - Added
|
|---|
| 3142 |
|
|---|
| 3143 | * mbase/*.cc:
|
|---|
| 3144 | - changed comments of member functions to new MHtml-Style
|
|---|
| 3145 |
|
|---|
| 3146 |
|
|---|
| 3147 |
|
|---|
| 3148 | 2001/04/09: Thomas Bretz
|
|---|
| 3149 |
|
|---|
| 3150 | * mbase/MParList.cc:
|
|---|
| 3151 | - Added the possibility to specify a different object name in
|
|---|
| 3152 | FindCreateObj
|
|---|
| 3153 |
|
|---|
| 3154 | * .rootrc:
|
|---|
| 3155 | - changed the style for the html documentation
|
|---|
| 3156 |
|
|---|
| 3157 | * macros/dohtml.C:
|
|---|
| 3158 | - added SetXwho
|
|---|
| 3159 |
|
|---|
| 3160 | * (*.cc):
|
|---|
| 3161 | - added the copyright comment block
|
|---|
| 3162 |
|
|---|
| 3163 | * mgui/MGeomCamMagic.cc:
|
|---|
| 3164 | - added some comments to all these numbers
|
|---|
| 3165 |
|
|---|
| 3166 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 3167 | - added Jump member function which jumps directly to the pixel with a
|
|---|
| 3168 | given id
|
|---|
| 3169 |
|
|---|
| 3170 |
|
|---|
| 3171 |
|
|---|
| 3172 | 2001/04/09: Thomas Bretz
|
|---|
| 3173 |
|
|---|
| 3174 | * mgui/MGeomPix.cc:
|
|---|
| 3175 | - fixed a small error in SetNeighbors (thanks to Oscar)
|
|---|
| 3176 |
|
|---|
| 3177 | * mgui/MGFadcDisp.[h,cc]:
|
|---|
| 3178 | - Fixed many small errors which caused the display to display nonsens
|
|---|
| 3179 | in some situations
|
|---|
| 3180 |
|
|---|
| 3181 |
|
|---|
| 3182 |
|
|---|
| 3183 | 2001/04/04: Thomas Bretz
|
|---|
| 3184 |
|
|---|
| 3185 | * mraw/MRawEvtData.[cc,h]:
|
|---|
| 3186 | - changed wrong return type of GetNumPixels to UShort_t
|
|---|
| 3187 |
|
|---|
| 3188 | * mmain/MBrowser.[cc,h]:
|
|---|
| 3189 | - made the dialog somehow work like it should
|
|---|
| 3190 |
|
|---|
| 3191 |
|
|---|
| 3192 |
|
|---|
| 3193 | 2001/04/03: Thomas Bretz
|
|---|
| 3194 |
|
|---|
| 3195 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 3196 | - the pedestal values read from the file are now stored in MeanRms
|
|---|
| 3197 | instead of Sigma
|
|---|
| 3198 |
|
|---|
| 3199 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 3200 | - The pedestal mean Rms is used as the pixel error
|
|---|
| 3201 |
|
|---|
| 3202 | * MImgCleanStd.cc:
|
|---|
| 3203 | - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
|
|---|
| 3204 | with value=noise=0
|
|---|
| 3205 |
|
|---|
| 3206 | * MMcPedestalCopy.cc:
|
|---|
| 3207 | - All the pedestal values are now filled in (are they calculated correctly?)
|
|---|
| 3208 |
|
|---|
| 3209 | * mgui/MGeomCamMagic.cc:
|
|---|
| 3210 | - Forgot to initialize the Nextneighbors of the Magic Camera
|
|---|
| 3211 | (thanks to Oscar)
|
|---|
| 3212 |
|
|---|
| 3213 | * mhist/MHStarMap.cc:
|
|---|
| 3214 | - I changed the model of the display (colors and bin width) to
|
|---|
| 3215 | get a 'better' result
|
|---|
| 3216 |
|
|---|
| 3217 |
|
|---|
| 3218 |
|
|---|
| 3219 | 2001/04/02: Thomas Bretz
|
|---|
| 3220 |
|
|---|
| 3221 | * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
|
|---|
| 3222 | - added constants (kTT*) for trigger type
|
|---|
| 3223 |
|
|---|
| 3224 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 3225 | - added changeable cleaning levels
|
|---|
| 3226 |
|
|---|
| 3227 | * manalysis/MHillas.cc:
|
|---|
| 3228 | - added some more sanity checks to the calculation
|
|---|
| 3229 |
|
|---|
| 3230 | * manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 3231 | - added some kind of chain feature (AddFile) to process more than one file
|
|---|
| 3232 |
|
|---|
| 3233 | * mgui/MGeomPix.[h,c]:
|
|---|
| 3234 | - added interface to pixel neighbors
|
|---|
| 3235 |
|
|---|
| 3236 | * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
|
|---|
| 3237 | - creates the neighbor geomtry now, too
|
|---|
| 3238 |
|
|---|
| 3239 | * manalysis/MImgCleanStd.[cc,h]:
|
|---|
| 3240 | - switched to new stylish neighbors from MGeomCam
|
|---|
| 3241 |
|
|---|
| 3242 |
|
|---|
| 3243 |
|
|---|
| 3244 | 2001/03/30: Thomas Bretz
|
|---|
| 3245 |
|
|---|
| 3246 | * mdatacheck/MH*, mdatacheck/MFillH*:
|
|---|
| 3247 | - moved to mhist
|
|---|
| 3248 |
|
|---|
| 3249 | * mraw/MrawEvtPixelIter:
|
|---|
| 3250 | - IsLoGain -> HasLoGain
|
|---|
| 3251 |
|
|---|
| 3252 | * mgui/MG*:
|
|---|
| 3253 | - renamed
|
|---|
| 3254 | - moved to mmain
|
|---|
| 3255 | - move Browser functionality to MBrowser
|
|---|
| 3256 |
|
|---|
| 3257 | * mmain/, mhist:
|
|---|
| 3258 | - new
|
|---|
| 3259 |
|
|---|
| 3260 |
|
|---|
| 3261 |
|
|---|
| 3262 | 2001/03/21: Thomas Bretz
|
|---|
| 3263 |
|
|---|
| 3264 | * manalysis/MHillas.[h,cc]:
|
|---|
| 3265 | - fixed some minor errors, added sanity check (N<2) to Calc
|
|---|
| 3266 |
|
|---|
| 3267 | * manalysis/MFillHHillas.cc:
|
|---|
| 3268 | - skip event if Hillas calculations fails
|
|---|
| 3269 |
|
|---|
| 3270 | * macros/getCollArea.C, macros/readMagic.C,
|
|---|
| 3271 | mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
|
|---|
| 3272 | - changed order in MReadTree constructor
|
|---|
| 3273 |
|
|---|
| 3274 | * manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 3275 | - changed to use MPedestalCam
|
|---|
| 3276 |
|
|---|
| 3277 | * manalysis/MCT1Pedestals.[h,cc]:
|
|---|
| 3278 | - removed
|
|---|
| 3279 |
|
|---|
| 3280 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 3281 | - removed MCT1Pedestals
|
|---|
| 3282 |
|
|---|
| 3283 | * mbase/BaseLinkDef.h:
|
|---|
| 3284 | - added const values from Magic.h
|
|---|
| 3285 |
|
|---|
| 3286 | * mbase/MLogManip.h:
|
|---|
| 3287 | - changed style of dbginf
|
|---|
| 3288 |
|
|---|
| 3289 | * mbase/MParList.cc:
|
|---|
| 3290 | - make use of dbginf
|
|---|
| 3291 |
|
|---|
| 3292 | * mbase/MReadTree.[h,cc]:
|
|---|
| 3293 | - switched from a TTree to a TChain object
|
|---|
| 3294 | - chnaged order of variables of the constructor
|
|---|
| 3295 |
|
|---|
| 3296 |
|
|---|
| 3297 |
|
|---|
| 3298 | 2001/03/21: Thomas Bretz
|
|---|
| 3299 |
|
|---|
| 3300 | * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
|
|---|
| 3301 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
|---|
| 3302 | manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
|
|---|
| 3303 | mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
|
|---|
| 3304 | mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
|
|---|
| 3305 | mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
|
|---|
| 3306 | mdatacheck/MFillHHillas.h
|
|---|
| 3307 | - added
|
|---|
| 3308 |
|
|---|
| 3309 | * mdatacheck/MHistosAdc.[h,cc]:
|
|---|
| 3310 | - replaced by MHFadc[Cam,Pix]
|
|---|
| 3311 |
|
|---|
| 3312 | * mdatacheck/MFillAdcSpect.[h,cc]:
|
|---|
| 3313 | - replaced by MFillHFadc
|
|---|
| 3314 |
|
|---|
| 3315 | * macros/readCT1.C:
|
|---|
| 3316 | - uses the new classes now
|
|---|
| 3317 | - calculates and displays hillas
|
|---|
| 3318 |
|
|---|
| 3319 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 3320 | - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
|
|---|
| 3321 |
|
|---|
| 3322 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 3323 | - PreProcess uses FindCreateObj now
|
|---|
| 3324 |
|
|---|
| 3325 | * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
|
|---|
| 3326 | - changed the new back to 'new with placement'
|
|---|
| 3327 |
|
|---|
| 3328 | * manalysis/MCerPhotEvt.[h, cc]:
|
|---|
| 3329 | - removed cleaning from this class
|
|---|
| 3330 |
|
|---|
| 3331 | * manalysis/MHillas.cc:
|
|---|
| 3332 | - some small changes in the naming inside Calc()
|
|---|
| 3333 |
|
|---|
| 3334 | * manalysis/MHillas.h:
|
|---|
| 3335 | - added Get-functions
|
|---|
| 3336 |
|
|---|
| 3337 | * manalysis/MPedestalCam.h:
|
|---|
| 3338 | - added InitSize-function
|
|---|
| 3339 |
|
|---|
| 3340 | * manalysis/MPedestalPix.h:
|
|---|
| 3341 | - made Get-functions const
|
|---|
| 3342 |
|
|---|
| 3343 | * manalysis/Makefile:
|
|---|
| 3344 | - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
|
|---|
| 3345 |
|
|---|
| 3346 | * mbase/MLogManip.h:
|
|---|
| 3347 | - "l." before line number
|
|---|
| 3348 |
|
|---|
| 3349 | * mbase/MParList.cc:
|
|---|
| 3350 | - added the autodelete feature for automatically created classes
|
|---|
| 3351 |
|
|---|
| 3352 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 3353 | - added MHFadc[Cam,Pix], MHHillas
|
|---|
| 3354 | - removed MHistosAdc
|
|---|
| 3355 | - added MFillHFadc, MFillHHillas
|
|---|
| 3356 |
|
|---|
| 3357 | * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
|
|---|
| 3358 | mdatacheck/MViewAdcSpectra.[h,cc], :
|
|---|
| 3359 | - changed from MHistaosAdc to MHFadcCam
|
|---|
| 3360 |
|
|---|
| 3361 | * mdatacheck/Makefile:
|
|---|
| 3362 | - added MFillHFadc.cc, MFillHHillas.cc
|
|---|
| 3363 | - removed MFillAdcSpect.cc
|
|---|
| 3364 |
|
|---|
| 3365 | * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
|
|---|
| 3366 | mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
|
|---|
| 3367 | mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
|
|---|
| 3368 | meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
|
|---|
| 3369 | mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
|
|---|
| 3370 | mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
|
|---|
| 3371 | mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
|
|---|
| 3372 | mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
|
|---|
| 3373 | mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
|
|---|
| 3374 | - set version number to '0' (no i/o for this class)
|
|---|
| 3375 |
|
|---|
| 3376 | * mgui/MGeomCamCT1.cc:
|
|---|
| 3377 | - new claculation algorith for the CT1 camera. It is more
|
|---|
| 3378 | exact in the camera plain
|
|---|
| 3379 |
|
|---|
| 3380 | * mgui/MHexagon.cc:
|
|---|
| 3381 | - removed Draw-function (it is inherited from TObject)
|
|---|
| 3382 |
|
|---|
| 3383 | * mmc/MMcFadcHeader.hxx:
|
|---|
| 3384 | - Added get-functions
|
|---|
| 3385 |
|
|---|
| 3386 |
|
|---|
| 3387 |
|
|---|
| 3388 |
|
|---|
| 3389 | 2001/03/20: Thomas Bretz
|
|---|
| 3390 |
|
|---|
| 3391 | * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
|
|---|
| 3392 | manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
|
|---|
| 3393 | mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
|
|---|
| 3394 | - added
|
|---|
| 3395 |
|
|---|
| 3396 | * macros/readCT1.C:
|
|---|
| 3397 | - added calculation of Hillas parameters
|
|---|
| 3398 | - changed from pointers to objects
|
|---|
| 3399 |
|
|---|
| 3400 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 3401 | - added MPedestalPix/Cam, MHillas, MHillasCalc
|
|---|
| 3402 |
|
|---|
| 3403 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 3404 | - removed fType
|
|---|
| 3405 | - commented out Draw function - should be fixed soon
|
|---|
| 3406 | - renamed *Nb* to *Num*
|
|---|
| 3407 | - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
|
|---|
| 3408 |
|
|---|
| 3409 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 3410 | - changed parameter of ReadinEvent to unsigned
|
|---|
| 3411 |
|
|---|
| 3412 | * mgui/GuiLinkDef.h, mgui/Makefile:
|
|---|
| 3413 | - added MGeomCamCT1, MGeomCamMagic
|
|---|
| 3414 |
|
|---|
| 3415 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 3416 | - changed constructor argument from int to MGeomCam
|
|---|
| 3417 | - renamed *Nb* to *Num*
|
|---|
| 3418 |
|
|---|
| 3419 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 3420 | - removed all camara specific stuff
|
|---|
| 3421 | - MGeomCam is now used as a base class for the classes
|
|---|
| 3422 | MGeomCam[Magic,CT1] which are containing the camera specific stuff
|
|---|
| 3423 |
|
|---|
| 3424 | * mgui/MGeomPix.h:
|
|---|
| 3425 | - added Set function
|
|---|
| 3426 |
|
|---|
| 3427 |
|
|---|
| 3428 |
|
|---|
| 3429 | 2001/03/02: Thomas Bretz
|
|---|
| 3430 |
|
|---|
| 3431 | * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
|
|---|
| 3432 | mgui/Makefile:
|
|---|
| 3433 | - new
|
|---|
| 3434 |
|
|---|
| 3435 | * mbase/MParList.[cc,h]:
|
|---|
| 3436 | - Added FindCreateObj member function
|
|---|
| 3437 | - added a name to the constructor
|
|---|
| 3438 |
|
|---|
| 3439 | * mbase/MReadTree.cc:
|
|---|
| 3440 | - changed to use FindCreateObj
|
|---|
| 3441 |
|
|---|
| 3442 | * mdatacheck/MDumpEvtHeader.cc:
|
|---|
| 3443 | - removed fPixelIter from member list
|
|---|
| 3444 | - changed cout to *fLog
|
|---|
| 3445 |
|
|---|
| 3446 | * mdatacheck/MViewAdcSpectra.cc:
|
|---|
| 3447 | - removed a HUGE memory leak. All the objects in the list (and the
|
|---|
| 3448 | lists itself were NEVER deleted)
|
|---|
| 3449 |
|
|---|
| 3450 | * mdatacheck/MFillAdcSpect.cc
|
|---|
| 3451 | - removed fPixelIter from member list
|
|---|
| 3452 | - changed cout to *fLog
|
|---|
| 3453 | - changed to use FindCreateObj
|
|---|
| 3454 | - changed high and low to hi and lo
|
|---|
| 3455 |
|
|---|
| 3456 | * mdatacheck/MShowSpect.cc
|
|---|
| 3457 | - changed cout to *fLog
|
|---|
| 3458 | - added a name to the constructor
|
|---|
| 3459 |
|
|---|
| 3460 | * mraw/MRawFileRead.cc:
|
|---|
| 3461 | - changed to use FindCreateObj
|
|---|
| 3462 |
|
|---|
| 3463 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 3464 | - added some new member functions to make code more clear
|
|---|
| 3465 | - removed fHists from the destructor
|
|---|
| 3466 |
|
|---|
| 3467 | * mdatacheck/MHistosAdc.h:
|
|---|
| 3468 | - changed high and low to hi and lo
|
|---|
| 3469 |
|
|---|
| 3470 | * macros/dohtml.C:
|
|---|
| 3471 | - added manalysis
|
|---|
| 3472 |
|
|---|
| 3473 |
|
|---|
| 3474 |
|
|---|
| 3475 | 2001/03/01: Thomas Bretz
|
|---|
| 3476 |
|
|---|
| 3477 | * Makefile:
|
|---|
| 3478 | - added headers to dependencies
|
|---|
| 3479 |
|
|---|
| 3480 | * Makefile.rules:
|
|---|
| 3481 | - added headers to dependencies
|
|---|
| 3482 |
|
|---|
| 3483 | * merpp.cc:
|
|---|
| 3484 | - changed from pointers to objects
|
|---|
| 3485 | - added compression level support
|
|---|
| 3486 |
|
|---|
| 3487 | * readraw.cc:
|
|---|
| 3488 | - removed unnecessary includes
|
|---|
| 3489 |
|
|---|
| 3490 | * mbase/MArray*.*:
|
|---|
| 3491 | - changed all Int_t to UInt_t
|
|---|
| 3492 |
|
|---|
| 3493 | * mbase/MLogManip.h:
|
|---|
| 3494 | - changed name of __DINF__ to dbginf
|
|---|
| 3495 |
|
|---|
| 3496 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
|---|
| 3497 | mraw/MRawRunHeader.[h,cc]:
|
|---|
| 3498 | - changed ifstream to istream
|
|---|
| 3499 |
|
|---|
| 3500 | * mraw/MRawEvtData.cc:
|
|---|
| 3501 | - changed the reading, which speeds up merpp by a factor of 10
|
|---|
| 3502 |
|
|---|
| 3503 | * mraw/MRawEvtData.h:
|
|---|
| 3504 | - added flag to InitArrays and DeletePixels
|
|---|
| 3505 | (not yet used)
|
|---|
| 3506 |
|
|---|
| 3507 | * mraw/MRawFileRead.h:
|
|---|
| 3508 | - removed pParList from parameter list
|
|---|
| 3509 |
|
|---|
| 3510 | * manalysis/AnalysisLinkDef.h
|
|---|
| 3511 | - removed MReadCT1Ascii, added MCT1ReadAscii
|
|---|
| 3512 | - added MCT1Pedestals
|
|---|
| 3513 |
|
|---|
| 3514 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 3515 | - changed the constructor a little bit
|
|---|
| 3516 | - rewrote Print() to make it a bit more readable
|
|---|
| 3517 | - moved MCerphotPix to new File
|
|---|
| 3518 | - added many lines of comments
|
|---|
| 3519 | - exchanged old stylish new call with new stylish(=) one
|
|---|
| 3520 | - replaced all accesses to fPixels with the [] operator to make this
|
|---|
| 3521 | lines more readable
|
|---|
| 3522 | - made all variable declarations const-correct,
|
|---|
| 3523 | - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
|
|---|
| 3524 | to if(!a)continue; if(!b)continue if(!c) continue; to make it more
|
|---|
| 3525 | compact, readable and easier to understand
|
|---|
| 3526 | - renamed the Boolean-functions to Is* to get a stricter structure
|
|---|
| 3527 | - replaced mapping function to access the pixel list entries by the new
|
|---|
| 3528 | operator to get rid of more than the necessary number of member
|
|---|
| 3529 | functions without loosing speed or readability
|
|---|
| 3530 | - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
|
|---|
| 3531 | more exact
|
|---|
| 3532 |
|
|---|
| 3533 | * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
|
|---|
| 3534 | - added a new operator to access the TObjArray
|
|---|
| 3535 | - removed unnecessary code from CreateCT1
|
|---|
| 3536 |
|
|---|
| 3537 | * mbase/MAGIC.h:
|
|---|
| 3538 | - added kPI
|
|---|
| 3539 |
|
|---|
| 3540 | * mbase/MReadTree.cc:
|
|---|
| 3541 | - added some comments
|
|---|
| 3542 |
|
|---|
| 3543 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 3544 | - added some comments, reordered a bit the calls in the constructor
|
|---|
| 3545 | to get a 'straight forward structure', MGeomCam is now only
|
|---|
| 3546 | locally used where it is needed, replaced access to the
|
|---|
| 3547 | TClonesArrays by new member-function to get a more readable code,
|
|---|
| 3548 | replaced old stylish new call with new stylish one, made
|
|---|
| 3549 | variable decleration const-correct, introduced a new member function
|
|---|
| 3550 | to set the pixel color, renamed the overloaded Draw functions to
|
|---|
| 3551 | DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
|
|---|
| 3552 | the 'layout' of GetColor to make it easier to understand the algorithm,
|
|---|
| 3553 |
|
|---|
| 3554 | * mgui/MCamNeighbor.[h, cc]:
|
|---|
| 3555 | - changed to new log-interface
|
|---|
| 3556 | - exchanged -9999 by -1
|
|---|
| 3557 | - skipped the exits
|
|---|
| 3558 | - you must check for -1 one in any case
|
|---|
| 3559 | - this means a warning should be enough
|
|---|
| 3560 |
|
|---|
| 3561 | * mgui/MHexagon.[h,cc]:
|
|---|
| 3562 | - added new constructor whcih uses a MGeomPix-object
|
|---|
| 3563 |
|
|---|
| 3564 |
|
|---|
| 3565 |
|
|---|
| 3566 | 2001/02/28: Thomas Bretz
|
|---|
| 3567 |
|
|---|
| 3568 | * mbase/MParList.[h,cc]:
|
|---|
| 3569 | - changed return type of FindObject back to TObject
|
|---|
| 3570 | - it seems so, that some compilers don't like overriding the
|
|---|
| 3571 | return type of a virtual member function
|
|---|
| 3572 |
|
|---|
| 3573 |
|
|---|
| 3574 |
|
|---|
| 3575 | 2001/02/23: Thomas Bretz
|
|---|
| 3576 |
|
|---|
| 3577 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 3578 | - added GetSum* functions
|
|---|
| 3579 |
|
|---|
| 3580 | * mbase/MParList.[h,cc]:
|
|---|
| 3581 | - Removed unnecessary fNext-stuff
|
|---|
| 3582 |
|
|---|
| 3583 |
|
|---|
| 3584 |
|
|---|
| 3585 | 2001/02/22: Thomas Bretz
|
|---|
| 3586 |
|
|---|
| 3587 | * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 3588 | mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
|
|---|
| 3589 | mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
|
|---|
| 3590 | mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
|
|---|
| 3591 | mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
|
|---|
| 3592 | mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
|
|---|
| 3593 | mraw/MRawRunHeader.cc:
|
|---|
| 3594 | - exchanged cout with the new logging style (gLog, *fLog)
|
|---|
| 3595 |
|
|---|
| 3596 | * mraw/MRawEvtData.cc:
|
|---|
| 3597 | - added 'dec' option to Print
|
|---|
| 3598 |
|
|---|
| 3599 | * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
|
|---|
| 3600 | - small changes to the Print funtions
|
|---|
| 3601 |
|
|---|
| 3602 |
|
|---|
| 3603 |
|
|---|
| 3604 | 2001/02/21: Thomas Bretz
|
|---|
| 3605 |
|
|---|
| 3606 | * MRawEvtData.cc:
|
|---|
| 3607 | - Changed ReadEvt according to the new raw binary format 2001/02/20
|
|---|
| 3608 |
|
|---|
| 3609 | * Added MLog.[h,cc], MLogManip.[h,cc]
|
|---|
| 3610 |
|
|---|
| 3611 | * Adde SetStreamer and fLog to the MParContainer base class
|
|---|
| 3612 |
|
|---|
| 3613 | * Derived MEvtLoop from MParContainer
|
|---|
| 3614 |
|
|---|
| 3615 | * Makefile:
|
|---|
| 3616 | - added 'tar'
|
|---|
| 3617 |
|
|---|
| 3618 | * mbase/BaseIncl.h:
|
|---|
| 3619 | - added fstream.h, TGListBox.h
|
|---|
| 3620 |
|
|---|
| 3621 | * mbase/BaseLinkDef.h:
|
|---|
| 3622 | - added pragma for gLog and MLog
|
|---|
| 3623 |
|
|---|
| 3624 | * mbase/MAGIC.h:
|
|---|
| 3625 | - added forward definition for gLog
|
|---|
| 3626 |
|
|---|
| 3627 | * mbase/MEvtLoop.cc:
|
|---|
| 3628 | - exchanged cout with *fLog
|
|---|
| 3629 | - added statements to provide log-facility to all tasks als parameter
|
|---|
| 3630 | containers
|
|---|
| 3631 |
|
|---|
| 3632 | * mbase/MEvtLoop.h:
|
|---|
| 3633 | - Small changes
|
|---|
| 3634 |
|
|---|
| 3635 | * mbase/MParContainer.h:
|
|---|
| 3636 | - Added definitions necessary for use of Log-Facility
|
|---|
| 3637 |
|
|---|
| 3638 | * mbase/MParList.[h,cc]:
|
|---|
| 3639 | - Added SetLogStream
|
|---|
| 3640 |
|
|---|
| 3641 | * mbase/MTask.h:
|
|---|
| 3642 | - added fLog
|
|---|
| 3643 |
|
|---|
| 3644 | * mbase/MTaskList.[h,cc]:
|
|---|
| 3645 | - added SetLogStream
|
|---|
| 3646 |
|
|---|
| 3647 | * mbase/Makefile:
|
|---|
| 3648 | - Added MLog.cc, MLogManip.cc
|
|---|
| 3649 |
|
|---|
| 3650 |
|
|---|
| 3651 |
|
|---|
| 3652 | 2001/02/19: Harald Kornmayer
|
|---|
| 3653 |
|
|---|
| 3654 | * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
|
|---|
| 3655 |
|
|---|
| 3656 | * changed the readCT1.C file to show the effects of the image cleaning
|
|---|
| 3657 | a la CT1
|
|---|
| 3658 |
|
|---|
| 3659 | * changed
|
|---|
| 3660 | mgui/MCamNeighbor.cc
|
|---|
| 3661 | mananlysis/MCerPhotEvt.cc .h
|
|---|
| 3662 | macros/readCT1.C
|
|---|
| 3663 |
|
|---|
| 3664 |
|
|---|
| 3665 |
|
|---|
| 3666 | 2001/02/19: Thomas Bretz
|
|---|
| 3667 |
|
|---|
| 3668 | * MParContainer.h added prototypes for AsciiRead/Write
|
|---|
| 3669 |
|
|---|
| 3670 | * .rootrc added
|
|---|
| 3671 |
|
|---|
| 3672 | * MEvtLoop.[h,cc]:
|
|---|
| 3673 | - split eventloop in its three parts, this should be used for
|
|---|
| 3674 | debugging only.
|
|---|
| 3675 |
|
|---|
| 3676 |
|
|---|
| 3677 |
|
|---|
| 3678 | 2001/02/06: Harald Kornmayer
|
|---|
| 3679 |
|
|---|
| 3680 | * the first running version with a eventdisplay. Now we are able
|
|---|
| 3681 | to display an Event on the photo electron level. To do this, run
|
|---|
| 3682 | the macro "macros/readCT1.C" after changing the file name.
|
|---|
| 3683 |
|
|---|
| 3684 | changed:
|
|---|
| 3685 | macros/readCT1.C
|
|---|
| 3686 | manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
|
|---|
| 3687 | analysis/MReadCT1Ascii.cc
|
|---|
| 3688 | mgui/MCamDisplay.cc, mgui/MCamDisplay.h
|
|---|
| 3689 |
|
|---|
| 3690 |
|
|---|
| 3691 |
|
|---|
| 3692 | 2001/01/23: Harald Kornmayer
|
|---|
| 3693 |
|
|---|
| 3694 | * the integration of the class FadcDisp in the mars enviroment
|
|---|
| 3695 | and further developments in the display
|
|---|
| 3696 |
|
|---|
| 3697 | changed:
|
|---|
| 3698 | meventdisp/MGFadcDisp.h
|
|---|
| 3699 | meventdisp/MGFadcDisp.cc
|
|---|
| 3700 | mgui/GuiIncl.h
|
|---|
| 3701 | mgui/GuiLinkDef.h
|
|---|
| 3702 | mgui/MGMarsMain.cc
|
|---|
| 3703 | mgui/MGPrototyp.cc
|
|---|
| 3704 | mgui/MGPrototyp.h
|
|---|
| 3705 | mgui/Makefile
|
|---|
| 3706 |
|
|---|
| 3707 | added:
|
|---|
| 3708 | mgui/MGEventDispMain.h
|
|---|
| 3709 | mgui/MGEventDispMain.cc
|
|---|
| 3710 |
|
|---|
| 3711 |
|
|---|
| 3712 |
|
|---|
| 3713 | 2001/01/22: Harald Kornmayer
|
|---|
| 3714 |
|
|---|
| 3715 | * started with the development of a EventDisplay Utitliy.
|
|---|
| 3716 | Therefore I added the following files.
|
|---|
| 3717 |
|
|---|
| 3718 | meventdisp/EvtDispIncl.h
|
|---|
| 3719 | meventdisp/EvtDispLinkDef.h
|
|---|
| 3720 | meventdisp/MGFadcDisp.cc
|
|---|
| 3721 | meventdisp/MGFadcDisp.h
|
|---|
| 3722 | meventdisp/Makefile
|
|---|
| 3723 |
|
|---|
| 3724 | Also a few of the older files where slightly changed.
|
|---|
| 3725 | ./Makefile
|
|---|
| 3726 | ./Makefile.rules
|
|---|
| 3727 | mraw/MRawEvtData.
|
|---|
| 3728 |
|
|---|
| 3729 |
|
|---|
| 3730 |
|
|---|
| 3731 | 2001/01/19: Thomas Bretz
|
|---|
| 3732 |
|
|---|
| 3733 | * mmc/*.hxx:
|
|---|
| 3734 | - changed include of MDefineTrigger.h back
|
|---|
| 3735 |
|
|---|
| 3736 |
|
|---|
| 3737 |
|
|---|
| 3738 | 2001/01/19: Oscar Blanch
|
|---|
| 3739 |
|
|---|
| 3740 | * mmc/MTriggerDefine.h:
|
|---|
| 3741 | - added
|
|---|
| 3742 |
|
|---|
| 3743 |
|
|---|
| 3744 |
|
|---|
| 3745 | 2001/01/18: Thomas Bretz
|
|---|
| 3746 |
|
|---|
| 3747 | * Makefile:
|
|---|
| 3748 | - mmc-library added
|
|---|
| 3749 |
|
|---|
| 3750 | * Makefile.conf.general:
|
|---|
| 3751 | - Added definition of __MARS__
|
|---|
| 3752 |
|
|---|
| 3753 | * Makefile.rules:
|
|---|
| 3754 | - Added definitions to rootcint
|
|---|
| 3755 |
|
|---|
| 3756 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
|---|
| 3757 |
|
|---|
| 3758 | * mmc/MMcEvt.h:
|
|---|
| 3759 | - renamed to MMcEvt.hxx
|
|---|
| 3760 |
|
|---|
| 3761 | * mmc/*.hxx:
|
|---|
| 3762 | - added necessary defintions from MDefineTrigger.h
|
|---|
| 3763 |
|
|---|
| 3764 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
|---|
| 3765 | - added
|
|---|
| 3766 |
|
|---|
| 3767 | * mmc/LinkDef.h:
|
|---|
| 3768 | - removed
|
|---|
| 3769 |
|
|---|
| 3770 |
|
|---|
| 3771 |
|
|---|
| 3772 | 2001/01/17: Thomas Bretz
|
|---|
| 3773 |
|
|---|
| 3774 | * Makefile:
|
|---|
| 3775 | - Exchanged explicit rules to make library by implicit ones
|
|---|
| 3776 | - The shared object works now. I exchanged the libraries with the object
|
|---|
| 3777 | files. But I don't know why the libraries don't work.
|
|---|
| 3778 |
|
|---|
| 3779 | * Makefile.conf.linux-gnu:
|
|---|
| 3780 | - replaced CC with gcc (instead of g++)
|
|---|
| 3781 |
|
|---|
| 3782 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 3783 | - removed unused statements
|
|---|
| 3784 |
|
|---|
| 3785 | * mraw/RawLinkDef.h:
|
|---|
| 3786 | - added globals
|
|---|
| 3787 |
|
|---|
| 3788 | * mraw/MerppLinkDef.h:
|
|---|
| 3789 | - removed unused file
|
|---|
| 3790 |
|
|---|
| 3791 |
|
|---|
| 3792 |
|
|---|
| 3793 | 2001/01/12: Thomas Bretz
|
|---|
| 3794 |
|
|---|
| 3795 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
|---|
| 3796 | - added
|
|---|
| 3797 |
|
|---|
| 3798 | * LinkDef.h:
|
|---|
| 3799 | - removed
|
|---|
| 3800 |
|
|---|
| 3801 | * Makefile:
|
|---|
| 3802 | - Added CINT, mrproper
|
|---|
| 3803 |
|
|---|
| 3804 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
|---|
| 3805 | - included makefile.general, Makefile.rules,
|
|---|
| 3806 | - removes corresponding lines
|
|---|
| 3807 |
|
|---|
| 3808 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
|---|
| 3809 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
|---|
| 3810 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
|---|
| 3811 | - changed include statements
|
|---|
| 3812 |
|
|---|
| 3813 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
|---|
| 3814 | - changed include statements
|
|---|
| 3815 | - move enum from h to cc
|
|---|
| 3816 | - removed comma operator from delete statements (nonsense)
|
|---|
| 3817 |
|
|---|
| 3818 |
|
|---|
| 3819 |
|
|---|
| 3820 | 2001/01/11: Harald Kornmayer
|
|---|
| 3821 |
|
|---|
| 3822 | * ./
|
|---|
| 3823 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
|---|
| 3824 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
|---|
| 3825 | - small changes in this files. Not really critical.
|
|---|
| 3826 |
|
|---|
| 3827 | * mars.cc
|
|---|
| 3828 | - added the main file for the gui
|
|---|
| 3829 |
|
|---|
| 3830 | * mgui/
|
|---|
| 3831 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
|---|
| 3832 | Makefile, MGDataCheckMain.h
|
|---|
| 3833 | - added the subdir mgui and this files
|
|---|
| 3834 |
|
|---|
| 3835 | * mdatacheck/
|
|---|
| 3836 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
|---|
| 3837 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
|---|
| 3838 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
|---|
| 3839 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
|---|
| 3840 | - added the subdir mdatacheck and this files
|
|---|
| 3841 |
|
|---|
| 3842 |
|
|---|
| 3843 |
|
|---|
| 3844 | 2000/12/28: Thomas Bretz
|
|---|
| 3845 |
|
|---|
| 3846 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
|---|
| 3847 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
|---|
| 3848 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
|---|
| 3849 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
|---|
| 3850 | - Added changes some comments.
|
|---|
| 3851 |
|
|---|
| 3852 | * MLoopEvt.cc, MLoopEvt.h:
|
|---|
| 3853 | - Removed
|
|---|
| 3854 |
|
|---|
| 3855 |
|
|---|
| 3856 |
|
|---|
| 3857 | 2000/12/22 - Thomas Bretz:
|
|---|
| 3858 |
|
|---|
| 3859 | * readraw.cc:
|
|---|
| 3860 | - changed some comments and the Root-Name of the program
|
|---|
| 3861 | - added check for the existance of the file
|
|---|
| 3862 | - changed name of numbers of entries from iEnt to nent
|
|---|
| 3863 |
|
|---|
| 3864 | * dohtml.C:
|
|---|
| 3865 | - changed title of converted macros
|
|---|
| 3866 |
|
|---|
| 3867 | * MRawEvtData.cc:
|
|---|
| 3868 | - added a commet in Draw()
|
|---|
| 3869 |
|
|---|
| 3870 | * MRawEvtPixelIter.[h,cc]:
|
|---|
| 3871 | - Added the comment header of the file
|
|---|
| 3872 | - removed inheritance from TIterator (not needed)
|
|---|
| 3873 | - some changes to get it work (the one in the repository was untested
|
|---|
| 3874 | and not working)
|
|---|
| 3875 | - changed calling style of iterator from do...while to while-loop
|
|---|
| 3876 | - changed some comments
|
|---|
| 3877 |
|
|---|
| 3878 | * MRawRunHeader.cc:
|
|---|
| 3879 | - added some comments
|
|---|
| 3880 |
|
|---|
| 3881 | * Changelog, News: added
|
|---|
| 3882 |
|
|---|
| 3883 | * test.C: removed
|
|---|