| 1 | -*-*- END OF LINE -*-*-
|
|---|
| 2 | 2003/04/03: Abelardo Moralejo
|
|---|
| 3 |
|
|---|
| 4 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 5 | - added #include <math.h> for compilation on alpha (otherwise
|
|---|
| 6 | floor() is unkown)
|
|---|
| 7 |
|
|---|
| 8 | 2003/04/02: Thomas Bretz
|
|---|
| 9 |
|
|---|
| 10 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 11 | - added ReadEnv
|
|---|
| 12 |
|
|---|
| 13 | * mfileio/MCT1ReadPreProc.[h,cc]:
|
|---|
| 14 | - base SmearTheta on new FindLoEndge
|
|---|
| 15 | - simplified
|
|---|
| 16 |
|
|---|
| 17 | * mhist/MBinning.h:
|
|---|
| 18 | - added FindBinLoEdge
|
|---|
| 19 | - added FindBinHiEdge
|
|---|
| 20 |
|
|---|
| 21 | * mdata/MDataArray.[h,cc]:
|
|---|
| 22 | - added Clear
|
|---|
| 23 | - added Delete
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | 2003/04/02: Abelardo Moralejo
|
|---|
| 28 |
|
|---|
| 29 | * mmc/MMcTrigHeader.hxx
|
|---|
| 30 | - added threshold>0 check in the calculation of
|
|---|
| 31 | GetMeanThreshold
|
|---|
| 32 |
|
|---|
| 33 | * mmontecarlo/MMcTriggerRateCalc.cc
|
|---|
| 34 | - The check of the MC spectral index value is now done by
|
|---|
| 35 | comparing integers instead of real numbers.
|
|---|
| 36 | - Found out with GREAT surprise that the graphical output
|
|---|
| 37 | has been completely commented out by someone(?) because it
|
|---|
| 38 | produced a memory leak. Also the function comment did not
|
|---|
| 39 | match the rules (my fault; is it correct now?) This commenting
|
|---|
| 40 | out has not been logged to this file, as far as I can see. This
|
|---|
| 41 | is rather unkind, I thought that when somebody finds some bug or
|
|---|
| 42 | messy code, he should either correct and commit it (and log the
|
|---|
| 43 | change here) and/or inform the author of the mistake to correct
|
|---|
| 44 | it. Please try to do so in the future instead of simply
|
|---|
| 45 | commenting out useful code!
|
|---|
| 46 |
|
|---|
| 47 | * mdata/MDataValue.h
|
|---|
| 48 | - added default constructor (otherwise, no constant values
|
|---|
| 49 | can be used in the parameters used in the random forest
|
|---|
| 50 | separation)
|
|---|
| 51 |
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 | 2003/04/02: Wolfgang Wittek
|
|---|
| 55 |
|
|---|
| 56 | * mfileio/Makefile
|
|---|
| 57 | - mhist added, because MBinning is used in MCT1ReadPreproc
|
|---|
| 58 |
|
|---|
| 59 | * mfileio/MCT1ReadPreProc.[h,cc]
|
|---|
| 60 | - new member function SmearTheta
|
|---|
| 61 | - store smeared Theta in MMcEvt::fTelescopeTheta
|
|---|
| 62 | store original Theta in MParameterD container "ThetaOrig"
|
|---|
| 63 | store fhourangle in MParameterD container "HourAngle"
|
|---|
| 64 |
|
|---|
| 65 | * manalysis/MPointingCorr.[h,cc]
|
|---|
| 66 | - get hour angle from ParameterD container "HourAngle"
|
|---|
| 67 |
|
|---|
| 68 | * manalysis/MSelBasic.[h,cc]
|
|---|
| 69 | MSelStandard.[h,cc]
|
|---|
| 70 | MSelFinal.[h,cc]
|
|---|
| 71 | - new member functions SetCuts()
|
|---|
| 72 |
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 | 2003/04/01: Abelardo Moralejo
|
|---|
| 76 |
|
|---|
| 77 | * macros/CT1EnergyEst.C
|
|---|
| 78 | - added argument (maximum dist parameter), changed (reduced) output
|
|---|
| 79 | histograms, added writing to (and reading from) a file the energy
|
|---|
| 80 | estimation parameters and the histograms. Added comments.
|
|---|
| 81 |
|
|---|
| 82 | * manalysis/MEnergyEstParam.[h,cc]
|
|---|
| 83 | - added member function GetCoeff. Changed comment.
|
|---|
| 84 |
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 | 2003/03/31: Thomas Bretz
|
|---|
| 88 |
|
|---|
| 89 | * manalysis/MParameters.[h,cc]:
|
|---|
| 90 | - added
|
|---|
| 91 |
|
|---|
| 92 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 93 | - added MParameters, MParameterD, MParameterI
|
|---|
| 94 |
|
|---|
| 95 | * mhist/MHArray.[h,cc]:
|
|---|
| 96 | - added default constructor
|
|---|
| 97 | - added Set-function
|
|---|
| 98 | - added Init function
|
|---|
| 99 | - moved code from constructors to Set and Init
|
|---|
| 100 |
|
|---|
| 101 | * Makefile.conf.linux:
|
|---|
| 102 | - removed -fno-rtti to make it compatible with root 3.04.02
|
|---|
| 103 |
|
|---|
| 104 | * NEWS:
|
|---|
| 105 | - changed
|
|---|
| 106 |
|
|---|
| 107 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 108 | - added SetLvl1
|
|---|
| 109 | - added SetLvl2
|
|---|
| 110 | - added ReadEnv
|
|---|
| 111 |
|
|---|
| 112 | * manalysis/MNewImagePar.[h,cc]:
|
|---|
| 113 | - removed unnecessary fHillas data member
|
|---|
| 114 | - removed unnecessary fSrcPos data member
|
|---|
| 115 | - removed unnecessary Set/GetSrcPos
|
|---|
| 116 |
|
|---|
| 117 | * manalysis/MNewImageParCalc.[h,cc]:
|
|---|
| 118 | - removed unnecessary SetSrcPos
|
|---|
| 119 | - removed const-qualifier from fGeomCam, fCerPhotEvt
|
|---|
| 120 | (trouble with root 3.02/06)
|
|---|
| 121 |
|
|---|
| 122 | * manalysis/MRanForest.cc:
|
|---|
| 123 | - changed cout-output
|
|---|
| 124 |
|
|---|
| 125 | * manalysis/MSigmabar.cc:
|
|---|
| 126 | - changed Area to area (local variable)
|
|---|
| 127 |
|
|---|
| 128 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 129 | - added evtloop name to constructor (default=Evtloop)
|
|---|
| 130 | - adapted StreamPrimitive
|
|---|
| 131 | - added ReadEnv
|
|---|
| 132 | - added WriteEnv
|
|---|
| 133 |
|
|---|
| 134 | * mbase/MParContainer.[h,cc]:
|
|---|
| 135 | - removed TROOT.h
|
|---|
| 136 | - fixed const-qualifier for Copy-function for root>3.04.01
|
|---|
| 137 | - added ReadEnv
|
|---|
| 138 | - added WriteEnv
|
|---|
| 139 | - added IsEnvDefined
|
|---|
| 140 | - added GetEnvValue
|
|---|
| 141 |
|
|---|
| 142 | * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
|
|---|
| 143 | - added ReadEnv
|
|---|
| 144 | - added WriteEnv
|
|---|
| 145 |
|
|---|
| 146 | * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
|
|---|
| 147 | - changed AddFile declaration to declaration in MRead
|
|---|
| 148 | - added return value to AddFile
|
|---|
| 149 |
|
|---|
| 150 | * mfileio/MRead.[h,cc]:
|
|---|
| 151 | - added template for AddFile
|
|---|
| 152 | - added ReadEnv
|
|---|
| 153 |
|
|---|
| 154 | * mgui/MHexagon.[h,cc]:
|
|---|
| 155 | - fixed const-qualifier for Copy-function for root>3.04.01
|
|---|
| 156 |
|
|---|
| 157 | * mhist/MH.cc:
|
|---|
| 158 | - fixed the FindGoodLimit stuff for root> 3.04.01
|
|---|
| 159 |
|
|---|
| 160 | * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
|
|---|
| 161 | - removed unnecessary casts
|
|---|
| 162 | - fixed a copilation error with root 3.04.01 (kFullDotlarge
|
|---|
| 163 | doesn't exist)
|
|---|
| 164 | - removed second Draw (one should not add something twice to
|
|---|
| 165 | the pad)
|
|---|
| 166 |
|
|---|
| 167 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 168 | - changes to the header
|
|---|
| 169 | - changes to the fLog stuff
|
|---|
| 170 | - added a cast to get rid of a warning
|
|---|
| 171 |
|
|---|
| 172 | * mtools/Makefile, mtools/ToolsLinkDef.h:
|
|---|
| 173 | - added MagicReversi
|
|---|
| 174 |
|
|---|
| 175 | * mtools/MagicRevers.[h,cc]:
|
|---|
| 176 | - added
|
|---|
| 177 |
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 | 2003/03/28: Thomas Bretz
|
|---|
| 181 |
|
|---|
| 182 | * mbase/MParContainer.h:
|
|---|
| 183 | - added kEnableGraphicalOutput
|
|---|
| 184 | - added EnableGraphicalOutput
|
|---|
| 185 | - added IsGraphicalOutputEnabled
|
|---|
| 186 |
|
|---|
| 187 | * mbase/MParList.h:
|
|---|
| 188 | - changed BIT(15) to BIT(17)
|
|---|
| 189 |
|
|---|
| 190 | * mhist/MH.[h,cc]:
|
|---|
| 191 | - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
|
|---|
| 192 |
|
|---|
| 193 | * mhist/MH3.h:
|
|---|
| 194 | - changed BIT(15) to BIT(17)
|
|---|
| 195 | - changed BIT(16) to BIT(18)
|
|---|
| 196 | - changed BIT(17) to BIT(19)
|
|---|
| 197 |
|
|---|
| 198 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 199 | - added DrawDefRefInfo
|
|---|
| 200 | - added CopyCrop
|
|---|
| 201 | - added GetRandomArrayI
|
|---|
| 202 | - changed DefRefMatrix to support the above
|
|---|
| 203 | - fixed a bug in DefRefMatrix (evtcount2 in the last loop
|
|---|
| 204 | instead of evtcount1)
|
|---|
| 205 | - Don't do anything in the finalization if the matrix has the correct
|
|---|
| 206 | dimensions
|
|---|
| 207 | - fixed comment of DefRefMatrix
|
|---|
| 208 | - changed number of first column from 1 to 0
|
|---|
| 209 | - changed BIT(16) to BIT(17)
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 |
|
|---|
| 213 | 2003/03/28: Wolfgang Wittek
|
|---|
| 214 |
|
|---|
| 215 | * mhist/MHMatrix.cc
|
|---|
| 216 | - DefRefMatrix: if nmaxevts>fM.GetNrows() set
|
|---|
| 217 | nmaxevts = fM.GetNrows()
|
|---|
| 218 |
|
|---|
| 219 | * manalysis/MSelBasic.[h,cc]
|
|---|
| 220 | - better output
|
|---|
| 221 |
|
|---|
| 222 | * manalysis/MSelStandard.[h,cc]
|
|---|
| 223 | - different cut in DIST
|
|---|
| 224 |
|
|---|
| 225 | * mfileio/MCT1ReadPreProc.[h,cc]
|
|---|
| 226 | - store hour angle in variable fOtherCphFraction
|
|---|
| 227 |
|
|---|
| 228 | * manalysis/MHillasSrcCalc.h
|
|---|
| 229 | - replace in 'SetInput' fHillasName = hilname;
|
|---|
| 230 | by fHillasInput = hilname;
|
|---|
| 231 |
|
|---|
| 232 | * manalysis/MNewImagePar.[h,cc]
|
|---|
| 233 | /MNewImageParCalc.[h,cc]
|
|---|
| 234 | - new; calculates new image parameters
|
|---|
| 235 |
|
|---|
| 236 | * mhist/MHNewImagePar.[h,cc]
|
|---|
| 237 | - new; plots new image parameters
|
|---|
| 238 |
|
|---|
| 239 | * manalysis/AnalysisLinkDef.h
|
|---|
| 240 | manalysis/Makefile
|
|---|
| 241 |
|
|---|
| 242 | * mhist/HistLinkDef.h
|
|---|
| 243 | mhist/Makefile
|
|---|
| 244 |
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | 2003/03/27: Thomas Hengstebeck
|
|---|
| 248 |
|
|---|
| 249 | * manalysis/MRanForest.[h,cc]
|
|---|
| 250 | - allocation of TObjArray fForest moved to constructor.
|
|---|
| 251 | - use of gRandom
|
|---|
| 252 |
|
|---|
| 253 | * manalysis/MRanTree.[h,cc]
|
|---|
| 254 | - use of gRandom
|
|---|
| 255 |
|
|---|
| 256 | * macros/RanForest.C
|
|---|
| 257 | - gRandom initialized as TRandom3 object.
|
|---|
| 258 |
|
|---|
| 259 |
|
|---|
| 260 |
|
|---|
| 261 | 2003/03/25: Abelardo Moralejo
|
|---|
| 262 |
|
|---|
| 263 | * macros/mergecamera.C
|
|---|
| 264 | - added warning to prevent dangerous misuse of this macro.
|
|---|
| 265 |
|
|---|
| 266 |
|
|---|
| 267 |
|
|---|
| 268 | 2003/03/25: Wolfgang Wittek
|
|---|
| 269 |
|
|---|
| 270 | * mhist/MHStarMap.[h,cc]
|
|---|
| 271 | - use constant step size along the main axis of the ellipse
|
|---|
| 272 |
|
|---|
| 273 | * manalysis/MPointingCorr.[h,cc]
|
|---|
| 274 | - new class for calculating the pointing correction
|
|---|
| 275 |
|
|---|
| 276 | * mmc/MMcEvt.hxx
|
|---|
| 277 | - add GetOtherCphFraction()
|
|---|
| 278 |
|
|---|
| 279 | * manalysis/Makefile
|
|---|
| 280 |
|
|---|
| 281 | * manalysis/AnalysisLinkDef.h
|
|---|
| 282 |
|
|---|
| 283 |
|
|---|
| 284 |
|
|---|
| 285 | 2003/03/24: Abelardo Moralejo
|
|---|
| 286 |
|
|---|
| 287 | * manalysis/MEnergyEstParam.cc
|
|---|
| 288 | - now energy estimation (for CT1) is done using the same model
|
|---|
| 289 | as in D.Krannich's thesis.
|
|---|
| 290 |
|
|---|
| 291 |
|
|---|
| 292 |
|
|---|
| 293 | 2003/03/24: Thomas Bretz
|
|---|
| 294 |
|
|---|
| 295 | * manalysis/MHillasSrcCalc.[h,cc]:
|
|---|
| 296 | - removed last argument in constructor, replaced by SetInput
|
|---|
| 297 |
|
|---|
| 298 | * mfilter/MFEventSelector.[h,cc]:
|
|---|
| 299 | - removed unnecessary last argument
|
|---|
| 300 |
|
|---|
| 301 |
|
|---|
| 302 |
|
|---|
| 303 | 2003/03/21: Thomas Hengstebeck
|
|---|
| 304 |
|
|---|
| 305 | * manalysis/MRanTree.[h,cc]
|
|---|
| 306 | - new; parameter container to store a single random tree
|
|---|
| 307 |
|
|---|
| 308 | * manalysis/MRanForest.[h,cc]
|
|---|
| 309 | - new; parameter container to store complete forest
|
|---|
| 310 |
|
|---|
| 311 | * manalysis/MRanForestGrow.[h,cc]
|
|---|
| 312 | - new; task to grow trees (training)
|
|---|
| 313 |
|
|---|
| 314 | * manalysis/MRanForestCalc.[h,cc]
|
|---|
| 315 | - new; task to calculate hadronness using random forest
|
|---|
| 316 |
|
|---|
| 317 | * manalysis/MRanForestFill.[h,cc]
|
|---|
| 318 | - new; task to read in the trees of the random forest
|
|---|
| 319 |
|
|---|
| 320 | * manalysis/Makefile, manalysis/HistLinkDef.h:
|
|---|
| 321 | - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
|
|---|
| 322 | MRanForestFill
|
|---|
| 323 |
|
|---|
| 324 | * mhist/MHRanForest.[h,cc]
|
|---|
| 325 | - new; histogram showing variance of estimated hadronness as
|
|---|
| 326 | function of no. of combined trees
|
|---|
| 327 |
|
|---|
| 328 | * mhist/MHRanForestGini.[h,cc]
|
|---|
| 329 | - new; histogram showing mean decrease in Gini-index as function
|
|---|
| 330 | of RF-input-parameters
|
|---|
| 331 |
|
|---|
| 332 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 333 | - added MHRanForest, MHRanForestHillas
|
|---|
| 334 |
|
|---|
| 335 | * macros/RanForest.C
|
|---|
| 336 | - new; g/h-separation by Random Forest-method
|
|---|
| 337 |
|
|---|
| 338 | * macros/RanForest2.C
|
|---|
| 339 | - new; reading in saved random forest (using MRanForestFill)
|
|---|
| 340 |
|
|---|
| 341 |
|
|---|
| 342 |
|
|---|
| 343 | 2003/03/21: Abelardo Moralejo
|
|---|
| 344 |
|
|---|
| 345 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 346 | - Added third argument (a filter) to the second instantiation
|
|---|
| 347 | of the Fill procedure.
|
|---|
| 348 |
|
|---|
| 349 | * macros/CT1EnergyEst.C:
|
|---|
| 350 | - Example of the parameter calculation and use of the energy
|
|---|
| 351 | estimation method for CT1.
|
|---|
| 352 |
|
|---|
| 353 |
|
|---|
| 354 |
|
|---|
| 355 | 2003/03/21: Thomas Bretz
|
|---|
| 356 |
|
|---|
| 357 | * manalysis/MEnergyEstParam.[h,cc]
|
|---|
| 358 | - Added StopMapping and Print functions.
|
|---|
| 359 |
|
|---|
| 360 | * manalysis/MSel*.h:
|
|---|
| 361 | - set default for HilName to MHillas
|
|---|
| 362 | - set default for HilNameSrc to MHillasSrc
|
|---|
| 363 |
|
|---|
| 364 | * mfileio/MCT1ReadPreProc.[h,cc]:
|
|---|
| 365 | - do not flood the output with all events from the first run
|
|---|
| 366 | - output meaningfull text instead of variable names
|
|---|
| 367 | - removed a 'goto'!
|
|---|
| 368 | - changed savePedRMS according to the coding conventions to
|
|---|
| 369 | fPedRMS and the array of fixed size to a TArrayF
|
|---|
| 370 |
|
|---|
| 371 | * mbase/MEvtLoop.cc:
|
|---|
| 372 | - added a events counter which counts the real number of
|
|---|
| 373 | processed events.
|
|---|
| 374 |
|
|---|
| 375 | * mdata/MDataChain.[h,cc]:
|
|---|
| 376 | - implemented random numbers
|
|---|
| 377 | - implemented a conversion from degrees to radians and vice versa
|
|---|
| 378 |
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 | 2003/03/20: Thomas Bretz
|
|---|
| 382 |
|
|---|
| 383 | * mfilter/MF.[h,cc]:
|
|---|
| 384 | - changed fFilter (already used in base class MTask) to fF
|
|---|
| 385 |
|
|---|
| 386 |
|
|---|
| 387 |
|
|---|
| 388 | 2003/03/19: Abelardo Moralejo
|
|---|
| 389 |
|
|---|
| 390 | * macros/CT1collarea.C:
|
|---|
| 391 | - Added filter to cut in hadronness (now available in new version
|
|---|
| 392 | of root CT1 Monte Carlo file from Wolfgang).
|
|---|
| 393 |
|
|---|
| 394 |
|
|---|
| 395 |
|
|---|
| 396 | 2003/03/19: Robert Wagner
|
|---|
| 397 |
|
|---|
| 398 | * mhist/MH3.cc:
|
|---|
| 399 | - changed MH3::New() such that constructor according to Thomas'
|
|---|
| 400 | previous changes is supported
|
|---|
| 401 |
|
|---|
| 402 |
|
|---|
| 403 |
|
|---|
| 404 | 2003/03/19: Thomas Bretz
|
|---|
| 405 |
|
|---|
| 406 | * mhist/MH3.[h,cc]:
|
|---|
| 407 | - changed default constructor to support different dimensions
|
|---|
| 408 |
|
|---|
| 409 | * mhist/MHArray.[h,cc]:
|
|---|
| 410 | - added AddHistogram
|
|---|
| 411 |
|
|---|
| 412 | * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
|
|---|
| 413 | meventdisp/MReadMarsFile.cc:
|
|---|
| 414 | - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
|
|---|
| 415 |
|
|---|
| 416 | * macros/estfit.C:
|
|---|
| 417 | - adopted to new MChisqEval
|
|---|
| 418 |
|
|---|
| 419 | * mtools/MChisqEval.[h,cc]:
|
|---|
| 420 | - added
|
|---|
| 421 |
|
|---|
| 422 | * mtools/Makefile, mtools/ToolsLinkDef.h:
|
|---|
| 423 | - added MChisqEval
|
|---|
| 424 |
|
|---|
| 425 | * manalysis/MEnergyEstParam.[h,cc]:
|
|---|
| 426 | - slight changes
|
|---|
| 427 |
|
|---|
| 428 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 429 | - changed name to MRead
|
|---|
| 430 |
|
|---|
| 431 |
|
|---|
| 432 |
|
|---|
| 433 | 2003/03/18: Thomas Bretz
|
|---|
| 434 |
|
|---|
| 435 | * mfileio/MReadTree.cc:
|
|---|
| 436 | - fixed a bug in the AddFile function
|
|---|
| 437 |
|
|---|
| 438 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 439 | - implemented a request of Th. Hengstebeck: Let DefRefMatrix
|
|---|
| 440 | return the 'unused' events
|
|---|
| 441 |
|
|---|
| 442 |
|
|---|
| 443 |
|
|---|
| 444 | 2003/03/18: Abelardo Moralejo
|
|---|
| 445 |
|
|---|
| 446 | * mhist/MHMcCT1CollectionArea.[h,cc]
|
|---|
| 447 | - Added arguments in constructor: number of bins and ranges of the
|
|---|
| 448 | x-axis (energy) of the 2-d histograms. Changed type of binning:
|
|---|
| 449 | now the x-axis is log10(energy) and bins have equal width.
|
|---|
| 450 |
|
|---|
| 451 | * macros/CT1collarea.C
|
|---|
| 452 | - The MHMcCT1CollectionArea object is now created and added to the
|
|---|
| 453 | parlist so that we can choose the binning. Changed the way
|
|---|
| 454 | histograms are written to the output file.
|
|---|
| 455 |
|
|---|
| 456 |
|
|---|
| 457 |
|
|---|
| 458 | 2003/03/13: Abelardo moralejo
|
|---|
| 459 |
|
|---|
| 460 | * mhist/MHMcCT1CollectionArea.[h,cc]
|
|---|
| 461 | - Added for calculations of collection area for CT1.Contains three
|
|---|
| 462 | 2-d histograms with axis energy vs theta angle: one histogram for
|
|---|
| 463 | all events, one for analyzed events, one for the collection area.
|
|---|
| 464 |
|
|---|
| 465 | * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
|
|---|
| 466 | - Added for the same reason.
|
|---|
| 467 |
|
|---|
| 468 | * macros/CT1collarea.C
|
|---|
| 469 | - Uses the above classes
|
|---|
| 470 |
|
|---|
| 471 |
|
|---|
| 472 |
|
|---|
| 473 | 2003/03/12: Abelardo Moralejo
|
|---|
| 474 |
|
|---|
| 475 | * macros/mergecamera.C
|
|---|
| 476 | - Added. Merges several MC camera output files into a single file.
|
|---|
| 477 |
|
|---|
| 478 |
|
|---|
| 479 |
|
|---|
| 480 | 2003/03/08: Wolfgang Wittek
|
|---|
| 481 |
|
|---|
| 482 | * macros/AnalyseCT1.C
|
|---|
| 483 | - for the CT1 data analysis
|
|---|
| 484 |
|
|---|
| 485 | * mhist/MHMatrix.[h,cc]
|
|---|
| 486 | - let refcolumn start at 1 (not at 0)
|
|---|
| 487 |
|
|---|
| 488 | * mhist/MHSigmaTheta.[h,cc]
|
|---|
| 489 | - Draw replaced by DrawCopy
|
|---|
| 490 | - add SetDirectory(NULL)
|
|---|
| 491 |
|
|---|
| 492 | * manalysis/MSelBasic.[h,cc]
|
|---|
| 493 | MSelStandard.[h,cc]
|
|---|
| 494 | MSelFinal.[h,cc]
|
|---|
| 495 | - more detailed output for errors
|
|---|
| 496 | - bugs removed
|
|---|
| 497 |
|
|---|
| 498 | * manalysis/MPadSchweizer.[h,cc]
|
|---|
| 499 | - add SetDirectory(NULL)
|
|---|
| 500 | - add fErrors
|
|---|
| 501 |
|
|---|
| 502 | * mfilter/MFEventSelector.[h,cc]
|
|---|
| 503 | - add fErrors
|
|---|
| 504 |
|
|---|
| 505 | * manalysis/MMultiDimDistCalc.[h,cc]
|
|---|
| 506 | - check division by zero
|
|---|
| 507 |
|
|---|
| 508 | * mhist/MHHadronness.[h,cc]
|
|---|
| 509 | - check division by zero
|
|---|
| 510 | - normalize distributions of hadronness
|
|---|
| 511 |
|
|---|
| 512 | * mfileio/MCT1ReadPreProc.[h,cc]
|
|---|
| 513 | - add event number (event.isecs_since_midday)
|
|---|
| 514 | - change definition of "fIsMcFile",
|
|---|
| 515 | because outpars.bmontecarlo is set wrongly sometimes
|
|---|
| 516 | - copy pedestalRMS for each event from the header information
|
|---|
| 517 | - check for the presence of a footer record even after reading
|
|---|
| 518 | a run header
|
|---|
| 519 |
|
|---|
| 520 | * mmc/MMcEvt.[hxx,cxx]:
|
|---|
| 521 | - add GetEvtNumber()
|
|---|
| 522 |
|
|---|
| 523 |
|
|---|
| 524 |
|
|---|
| 525 | 2003/02/27: Abelardo Moralejo
|
|---|
| 526 |
|
|---|
| 527 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 528 | - Fixed: MMCTrigHeader could not be found in the case of camera
|
|---|
| 529 | files containing single trigger condition.
|
|---|
| 530 |
|
|---|
| 531 | * macros/trigrate.C
|
|---|
| 532 | - no plot is made in the case of single trigger condition.
|
|---|
| 533 |
|
|---|
| 534 | * mhist/MHMcRate.[h,cc]
|
|---|
| 535 | - Added member fTriggerCondNum to keep track of what trigger
|
|---|
| 536 | condition corresponds to each MHMcRate object, for the case of
|
|---|
| 537 | files with more than one condition (when running camera in
|
|---|
| 538 | trigger_loop mode). Added also Set and Get procedures for nre
|
|---|
| 539 | member.
|
|---|
| 540 |
|
|---|
| 541 | * mmain/MMonteCarlo.cc
|
|---|
| 542 | - Fixed bug: matrix BgR was created with dimension "dim", a number
|
|---|
| 543 | which can be negative. Put "num" instead of "dim".
|
|---|
| 544 |
|
|---|
| 545 |
|
|---|
| 546 |
|
|---|
| 547 | 2003/02/25: Thomas Bretz
|
|---|
| 548 |
|
|---|
| 549 | * mbase/MParContainer.cc:
|
|---|
| 550 | - small simplification for Cosy
|
|---|
| 551 |
|
|---|
| 552 | * mbase/MLog.cc:
|
|---|
| 553 | - allow a maximum of 1000 lines in the gui
|
|---|
| 554 |
|
|---|
| 555 |
|
|---|
| 556 |
|
|---|
| 557 | 2003/02/25: Abelardo Moralejo
|
|---|
| 558 |
|
|---|
| 559 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]
|
|---|
| 560 | - Added axis labels in graphic output
|
|---|
| 561 | - Added Get function for rate histograms
|
|---|
| 562 |
|
|---|
| 563 | * macros/trigrate.C
|
|---|
| 564 | - Added output file with rate histograms
|
|---|
| 565 |
|
|---|
| 566 |
|
|---|
| 567 |
|
|---|
| 568 | 2003/02/24: Abelardo Moralejo
|
|---|
| 569 |
|
|---|
| 570 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]
|
|---|
| 571 | - Fixed mistake when analysing camera files containing all
|
|---|
| 572 | events (including non-triggers): fShowers was always zero.
|
|---|
| 573 | - Added reading of MMcTrigHeaders in ReInit
|
|---|
| 574 | - Added procedure Draw for graphics output: rate versus
|
|---|
| 575 | discriminator threshold (useful for camera files with several
|
|---|
| 576 | trigger conditions).
|
|---|
| 577 |
|
|---|
| 578 | * macros/trigrate.C
|
|---|
| 579 | - Added some explanations. Style improvements in function
|
|---|
| 580 | GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
|
|---|
| 581 |
|
|---|
| 582 | * mhist/MHMcRate.[h,cc]
|
|---|
| 583 | - Added GetTriggerRate() and GetTriggerRateError()
|
|---|
| 584 | - Added members fMultiplicity and fMeanThreshold, with their
|
|---|
| 585 | corresponding Set and Get functions
|
|---|
| 586 | - Added info on discriminator threshold and L1 trigger
|
|---|
| 587 | multiplicity on the printout.
|
|---|
| 588 |
|
|---|
| 589 | * mmc/MMcTrigHeader.hxx
|
|---|
| 590 | - Added GetMultiplicity() and GetMeanThreshold()
|
|---|
| 591 |
|
|---|
| 592 |
|
|---|
| 593 | 2003/02/22: Wolfgang Wittek
|
|---|
| 594 |
|
|---|
| 595 | * mhist/Makefile
|
|---|
| 596 | - MHSigmaTheta added
|
|---|
| 597 |
|
|---|
| 598 | * mhist/HistLinkDef.h
|
|---|
| 599 | - MHSigmaTheta added
|
|---|
| 600 |
|
|---|
| 601 | * mhist/MHSigmaTheta.[h,cc]
|
|---|
| 602 | - type inconsistency removed
|
|---|
| 603 |
|
|---|
| 604 |
|
|---|
| 605 |
|
|---|
| 606 | 2003/02/21: Abelardo Moralejo
|
|---|
| 607 |
|
|---|
| 608 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]
|
|---|
| 609 | - adapted to new camera files, added warnings.
|
|---|
| 610 | - added ReInit procedure to read relevant info from from the
|
|---|
| 611 | run headers
|
|---|
| 612 |
|
|---|
| 613 | * mhist/MHMcRate.[h,cc]
|
|---|
| 614 | - adapted accordingly. Added Set functions for several members.
|
|---|
| 615 |
|
|---|
| 616 | * mmc/MMcCorsikaRunHeader.h
|
|---|
| 617 | - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
|
|---|
| 618 |
|
|---|
| 619 | * mmain/MMontecarlo.cc, macros/trigrate.C
|
|---|
| 620 | - adapted to changes above, changed MReadTree to MReadMarsFile to
|
|---|
| 621 | be able to read the run headers.
|
|---|
| 622 |
|
|---|
| 623 |
|
|---|
| 624 |
|
|---|
| 625 | 2003/02/21: Antonio Stamerra
|
|---|
| 626 |
|
|---|
| 627 | * manalysis/MMcTriggerLvl2.[cc|h]
|
|---|
| 628 | - new data member fCompactNN needed to define a compact pixels
|
|---|
| 629 | - new inline functions SetCompactNN and GetCompactNN
|
|---|
| 630 | - Method Calc(int neighpix) -> Calc(). The value of neighpix
|
|---|
| 631 | is read from fCompactNN
|
|---|
| 632 |
|
|---|
| 633 | * manalysis/MMcTriggerLvl2Calc.[cc|h]
|
|---|
| 634 | - Check on fCompactNN added in the PreProcess
|
|---|
| 635 |
|
|---|
| 636 | * macros/triglvl2.C
|
|---|
| 637 | - Set of fCompactNN added
|
|---|
| 638 |
|
|---|
| 639 |
|
|---|
| 640 |
|
|---|
| 641 | 2003/02/21: Wolfgang Wittek
|
|---|
| 642 |
|
|---|
| 643 | * manalysis/MSelFinal.[h,cc]
|
|---|
| 644 | - 'const' removed from pointers
|
|---|
| 645 |
|
|---|
| 646 | * macros/AnalyseCT1.C
|
|---|
| 647 | - macro for the CT1 analysis (work in progress)
|
|---|
| 648 |
|
|---|
| 649 |
|
|---|
| 650 |
|
|---|
| 651 | 2003/02/20: Wolfgang Wittek
|
|---|
| 652 |
|
|---|
| 653 | * manalysis/Makefile
|
|---|
| 654 | - add MSelFinal
|
|---|
| 655 |
|
|---|
| 656 | * manalysis/AnalysisLinkDef.h
|
|---|
| 657 | - add MSelFinal
|
|---|
| 658 |
|
|---|
| 659 | * manalysis/MPadSchweizer.[h,cc]
|
|---|
| 660 | - slight modification of padding procedure
|
|---|
| 661 |
|
|---|
| 662 | * manalysis/MSigmabarCalc.[h,cc]
|
|---|
| 663 | - 'const' removed from pointers
|
|---|
| 664 |
|
|---|
| 665 | * mhist/MHMatrix.[h,cc]
|
|---|
| 666 |
|
|---|
| 667 | * mhist/MHSigmaTheta.[h,cc]
|
|---|
| 668 |
|
|---|
| 669 |
|
|---|
| 670 |
|
|---|
| 671 | 2003/02/20: Abelardo Moralejo
|
|---|
| 672 |
|
|---|
| 673 | * mhist/MH.cc
|
|---|
| 674 | - Removed call to TGaxis::Optimize for compilation under root
|
|---|
| 675 | versions > 3.03, since in them this procedure is no longer
|
|---|
| 676 | existing. I did this to allow compilation under root_3.04,
|
|---|
| 677 | since earlier versions has a bug which prevents from
|
|---|
| 678 | plotting in the simple way some variables in a tree
|
|---|
| 679 | (example: fConc and others in the output of star.C). This
|
|---|
| 680 | is a temporal fix, I guess something will have to
|
|---|
| 681 | substitute the call to Optimize...
|
|---|
| 682 |
|
|---|
| 683 |
|
|---|
| 684 |
|
|---|
| 685 | 2003/02/20: Antonio Stamerra
|
|---|
| 686 |
|
|---|
| 687 | * manalysis/MMcTriggerLvl2.[cc|h]
|
|---|
| 688 | - new; replaces MTrigLvl2.[cc|h]
|
|---|
| 689 | - new data members: fLutPseudoSize, fPseudoSize.
|
|---|
| 690 | - functions renamed:
|
|---|
| 691 | GetLutPseudoSize -> CalcBiggerLutPseudoSize
|
|---|
| 692 | GetBiggerFiredCell -> CalcBiggerFiredCell
|
|---|
| 693 | - new inline functions: GetLutPseudoSize(), GetPseudoSize().
|
|---|
| 694 | - new member functions:
|
|---|
| 695 | Calc(); CalcPseudoSize (not yet implemented)
|
|---|
| 696 | - Redefined Print() function as a TObject.
|
|---|
| 697 | - pixels_in_cell and pixels_in_lut redefined as static data
|
|---|
| 698 | members
|
|---|
| 699 |
|
|---|
| 700 | * manalysis/MMcTriggerLvl2Calc.[cc|h]
|
|---|
| 701 | - new; replaces MTrigLvl2FillTask.[cc|h]
|
|---|
| 702 | - creation and filling of histograms commented
|
|---|
| 703 | - Process() calls the MMcTriggerLvl2::Calc()
|
|---|
| 704 |
|
|---|
| 705 | * mfilter/MFTriggerLvl2.[h|cc]
|
|---|
| 706 | - new class to select events using MMcTriggerLvl2 data members.
|
|---|
| 707 |
|
|---|
| 708 | * macros/triglvl2.C
|
|---|
| 709 | - added example to use the MFTriggerLvl2 filter.
|
|---|
| 710 |
|
|---|
| 711 |
|
|---|
| 712 |
|
|---|
| 713 | 2003/02/19: Wolfgang Wittek
|
|---|
| 714 |
|
|---|
| 715 | * manalysis/MSelBasic.[h,cc]
|
|---|
| 716 | - new; evaluates the Basic Cuts (after the calibration)
|
|---|
| 717 |
|
|---|
| 718 | * manalysis/MSelStandard.[h,cc]
|
|---|
| 719 | - new; evaluates the Standard Cuts
|
|---|
| 720 | (after the calculation of the image parameters and before the
|
|---|
| 721 | calculation of the hadronness)
|
|---|
| 722 |
|
|---|
| 723 | * manalysis/MHillasCalc.[h,cc]
|
|---|
| 724 | - replace
|
|---|
| 725 | fHillas = (MHillas*)pList->FindCreateObj(fHilName);
|
|---|
| 726 | by
|
|---|
| 727 | fHillas = (MHillas*)pList->FindCreateObj("MHillas",
|
|---|
| 728 | fHilName);
|
|---|
| 729 | in order to allow MHillas containers with a name
|
|---|
| 730 | different from "MHillas"
|
|---|
| 731 |
|
|---|
| 732 | * mhist/MHHillasExt.[h,cc]
|
|---|
| 733 | - replace
|
|---|
| 734 | TObject *obj = plist->FindObject("MHillas");
|
|---|
| 735 | by
|
|---|
| 736 | TObject *obj = plist->FindObject(fHilName, "MHillas");
|
|---|
| 737 | in order to allow MHillas containers with a name
|
|---|
| 738 | different from "MHillas"
|
|---|
| 739 | - add a 3rd argument in the constructor : fHilName
|
|---|
| 740 |
|
|---|
| 741 | * manalysis/MHillasSrcCalc.[h,cc]
|
|---|
| 742 | - add new argument for constructor:
|
|---|
| 743 | the name of the MHillas input container
|
|---|
| 744 | in order to allow MHillas input containers with a name
|
|---|
| 745 | different from "MHillas"
|
|---|
| 746 |
|
|---|
| 747 | * mhist/MHMatrix.[h,cc]
|
|---|
| 748 | - add member function DefRefMatrix();
|
|---|
| 749 | it defines the reference sample for the g/h separation;
|
|---|
| 750 | the selection of events for the reference sample can be made
|
|---|
| 751 | such that the distribution of a certain variable (for example
|
|---|
| 752 | Theta) agrees with a target distribution.
|
|---|
| 753 |
|
|---|
| 754 | * mfilter/MFEventSelector.[h,cc]
|
|---|
| 755 | - add new argument for constructor:
|
|---|
| 756 | the name of the read object
|
|---|
| 757 | in order to allow also read objects which have a name
|
|---|
| 758 | different from
|
|---|
| 759 | "MRead"
|
|---|
| 760 |
|
|---|
| 761 |
|
|---|
| 762 |
|
|---|
| 763 | 2003/02/18: Thomas Bretz
|
|---|
| 764 |
|
|---|
| 765 | * mfileio/MReadTree.cc:
|
|---|
| 766 | - added a fix for a bug in the workaround using wildcards
|
|---|
| 767 |
|
|---|
| 768 |
|
|---|
| 769 |
|
|---|
| 770 | 2003/02/14: Thomas Bretz
|
|---|
| 771 |
|
|---|
| 772 | * mtemp/MObservatory.[h,cc]:
|
|---|
| 773 | - added
|
|---|
| 774 |
|
|---|
| 775 |
|
|---|
| 776 |
|
|---|
| 777 | 2003/02/10: Abelardo Moralejo
|
|---|
| 778 |
|
|---|
| 779 | * Makefile.conf.osf1
|
|---|
| 780 | - Added -lpthread to compilation flags (otherwise linking fails
|
|---|
| 781 | in alfa)
|
|---|
| 782 |
|
|---|
| 783 | * manalysis/Makefile, AnalysisLinkDef.h
|
|---|
| 784 | - Changed MApplyPadding for MPadding
|
|---|
| 785 |
|
|---|
| 786 |
|
|---|
| 787 |
|
|---|
| 788 | 2003/02/07: Wolfgang Wittek
|
|---|
| 789 |
|
|---|
| 790 | * mhist/MHSigmaTheta.[h,cc]
|
|---|
| 791 | - new; 2D distribution : Theta, Sigmabar
|
|---|
| 792 | 3D distribution : Theta, pixel number, Sigma
|
|---|
| 793 | 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
|
|---|
| 794 | these histograms may be used for the padding
|
|---|
| 795 |
|
|---|
| 796 | * manalysis/MPadding.[h,cc]
|
|---|
| 797 | - new; replaces MApplyPadding.[h,cc]
|
|---|
| 798 | some errors removed
|
|---|
| 799 |
|
|---|
| 800 | * manalysis/MSigmabar.[h,cc]
|
|---|
| 801 | - new definition of Sigmabar (only relevant for MAGIC)
|
|---|
| 802 | - add in member function 'Calc' a 3rd argument : 'const
|
|---|
| 803 | MCerPhotEvt &evt'
|
|---|
| 804 | - calculate sigmabar for 'MCerPhotEvt' pixels
|
|---|
| 805 | - in member function 'Calc' return Float_t fSigmabar instead of
|
|---|
| 806 | Bool_t
|
|---|
| 807 | - copies of objects replaced by references
|
|---|
| 808 |
|
|---|
| 809 | * manalysis/MSigmabarCalc.[h,cc]
|
|---|
| 810 | - fSig->Calc(*fCam, *fPed) replaced by
|
|---|
| 811 | fSig->Calc(*fCam, *fPed, *fEvt)
|
|---|
| 812 | - change type of result of fSig->Calc from Bool_t to Float_t
|
|---|
| 813 |
|
|---|
| 814 | * mfileio/MCT1ReadPreProc.cc
|
|---|
| 815 | - add in member function PreProcess() the initialization of the
|
|---|
| 816 | total number of pixels :
|
|---|
| 817 | fPedest->InitSize(iMAXNUMPIX);
|
|---|
| 818 | - remove statements that cannot be reached ('break' after
|
|---|
| 819 | 'return')
|
|---|
| 820 |
|
|---|
| 821 | * manalysis/MPadSchweizer.[h,cc]
|
|---|
| 822 | - alternative to MPadding
|
|---|
| 823 | - does the padding ala Thomas Schweizer
|
|---|
| 824 |
|
|---|
| 825 |
|
|---|
| 826 |
|
|---|
| 827 | 2003/02/06: Thomas Bretz
|
|---|
| 828 |
|
|---|
| 829 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 830 | - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
|
|---|
| 831 |
|
|---|
| 832 |
|
|---|
| 833 |
|
|---|
| 834 | 2003/02/07: Antonio Stamerra
|
|---|
| 835 |
|
|---|
| 836 | * manalysis/MTrigLvl2.[cc|h]
|
|---|
| 837 | - added new function
|
|---|
| 838 | MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
|
|---|
| 839 | neighpix=2) which calculates the number of compact pixel
|
|---|
| 840 | in one lut
|
|---|
| 841 | - added new function GetLutPseudoSize(int neighpix=2) which
|
|---|
| 842 | calculates the lut-pseudosize
|
|---|
| 843 | - added static data member pixel_in_lut
|
|---|
| 844 | - merging of the PrintCell and PrintStatus functions in a single
|
|---|
| 845 | Print(int cell) function
|
|---|
| 846 | - Added comments using the standard layout
|
|---|
| 847 | - some small changes following Thomas comments (memset, *fLog)
|
|---|
| 848 |
|
|---|
| 849 |
|
|---|
| 850 |
|
|---|
| 851 | 2003/02/06: Thomas Bretz
|
|---|
| 852 |
|
|---|
| 853 | * mbase/MLog.[h,cc]:
|
|---|
| 854 | - serialized the GUI output (problems with mutithreded prgs,
|
|---|
| 855 | eg Cosy)
|
|---|
| 856 |
|
|---|
| 857 | * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
|
|---|
| 858 | mtemp/MVPPlotter.[h,cc]:
|
|---|
| 859 | - added changes discussed in Wuerzburg
|
|---|
| 860 |
|
|---|
| 861 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 862 | - some simplifications
|
|---|
| 863 |
|
|---|
| 864 |
|
|---|
| 865 |
|
|---|
| 866 | 2003/01/31: Antonio Stamerra & Marcos Lopez
|
|---|
| 867 |
|
|---|
| 868 | * mgui/MCamDisplay.[cc|h]
|
|---|
| 869 | - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
|
|---|
| 870 | const Int_t color, Float_t min, Float_t max) which just set the
|
|---|
| 871 | color of a given pixel
|
|---|
| 872 |
|
|---|
| 873 | * created two new classes for simulating the second level trigger
|
|---|
| 874 | in the directory manalysis:
|
|---|
| 875 | - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
|
|---|
| 876 | // selection strategies
|
|---|
| 877 | - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
|
|---|
| 878 | // MTrigLvl2 with the Lvl1 trigger
|
|---|
| 879 | // information
|
|---|
| 880 |
|
|---|
| 881 | * manalysis/Makefile
|
|---|
| 882 | - Added -I../mgui
|
|---|
| 883 |
|
|---|
| 884 | * Added macro macros/triglvl2.C which uses the above classes.
|
|---|
| 885 |
|
|---|
| 886 |
|
|---|
| 887 |
|
|---|
| 888 | 2003/01/27: Robert Wagner
|
|---|
| 889 |
|
|---|
| 890 | * mfileio/MCT1ReadPreProc.[cc|h]
|
|---|
| 891 | - Added call of MTaskList::ReInit after processing of new
|
|---|
| 892 | run header
|
|---|
| 893 | - Filling of MC container complies to Oscar's changes of
|
|---|
| 894 | MMcEvt.[hxx,cxx] dated 2003/01/20
|
|---|
| 895 | - Added filling of run number in MRawRunHeader object while
|
|---|
| 896 | processing a new run header
|
|---|
| 897 |
|
|---|
| 898 |
|
|---|
| 899 |
|
|---|
| 900 | 2003/01/23: Robert Wagner
|
|---|
| 901 |
|
|---|
| 902 | * manalyis/MSigmabarCalc.cc
|
|---|
| 903 | - MSigmabarCalc::Process()
|
|---|
| 904 | Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
|
|---|
| 905 |
|
|---|
| 906 |
|
|---|
| 907 |
|
|---|
| 908 | 2003/01/20: Oscar Blanch
|
|---|
| 909 |
|
|---|
| 910 | * mmc/MMcEvt.[hxx,cxx]
|
|---|
| 911 | - Data members: fElecCphFraction, fMuonCphFraction,
|
|---|
| 912 | fOtherCphFraction have been introduced.
|
|---|
| 913 | - Class version updated to 3.
|
|---|
| 914 |
|
|---|
| 915 | * mmc/MMcCorsikaRunHeader.[h.cc]
|
|---|
| 916 | - Data members: fWobbleMode and fAtmosphericModel introduced.
|
|---|
| 917 | - Class version updated to 2.
|
|---|
| 918 |
|
|---|
| 919 |
|
|---|
| 920 |
|
|---|
| 921 | 2003/01/19: Thomas Bretz
|
|---|
| 922 |
|
|---|
| 923 | * manalysis/MCerPhotCalc.[h,cc]:
|
|---|
| 924 | - slight changes, mainly to the layout
|
|---|
| 925 |
|
|---|
| 926 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 927 | - some small changes to make the code a bit faster
|
|---|
| 928 |
|
|---|
| 929 | * manalysis/MCerPhotPix.[h,cc]:
|
|---|
| 930 | - added AddNumPhotons
|
|---|
| 931 |
|
|---|
| 932 | * mbase/MContinue.[h,cc]:
|
|---|
| 933 | - changed comments
|
|---|
| 934 | - enhanced functionality and fixed some small bugs
|
|---|
| 935 |
|
|---|
| 936 | * mbase/Makefile:
|
|---|
| 937 | - added mfilter to paths (to be fixed)
|
|---|
| 938 |
|
|---|
| 939 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 940 | - Init fNumEvents = 0
|
|---|
| 941 |
|
|---|
| 942 | * mgeom/MGeomCam.cc:
|
|---|
| 943 | - return 0 Ratio if the pixel number exceeds the number of pixels
|
|---|
| 944 |
|
|---|
| 945 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 946 | - added sanity check for the maximum number of pixels
|
|---|
| 947 | - added functions to set the three different palettes
|
|---|
| 948 | - removed the buttons
|
|---|
| 949 | - fixed the context menu display
|
|---|
| 950 |
|
|---|
| 951 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 952 | - added MHCerPhotEvt
|
|---|
| 953 |
|
|---|
| 954 | * mhist/MHCerPhotEvt.[h,cc]:
|
|---|
| 955 | - added
|
|---|
| 956 |
|
|---|
| 957 | * mhist/MFillH.cc:
|
|---|
| 958 | - changed the initialization of fParContainer from pList to NULL
|
|---|
| 959 |
|
|---|
| 960 | * mhist/MHHillasExt.cc:
|
|---|
| 961 | - fixed a smallo bug when filling the histograms (crached when scaling
|
|---|
| 962 | under some circumstances)
|
|---|
| 963 |
|
|---|
| 964 | * mhist/MHStarMap.cc:
|
|---|
| 965 | - added a warning output
|
|---|
| 966 |
|
|---|
| 967 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 968 | - added a check for impact=NaN (some MC Files have this)
|
|---|
| 969 |
|
|---|
| 970 |
|
|---|
| 971 |
|
|---|
| 972 | 2003/01/17: Robert Wagner
|
|---|
| 973 |
|
|---|
| 974 | * manalysis/MApplyPadding.cc
|
|---|
| 975 | - bugfix: Effective number of used pixels taken from
|
|---|
| 976 | MCerPhotEvt container, not from MPedestalCam
|
|---|
| 977 |
|
|---|
| 978 |
|
|---|
| 979 |
|
|---|
| 980 |
|
|---|
| 981 |
|
|---|
| 982 | 2003/01/16: Wolfgang Wittek
|
|---|
| 983 |
|
|---|
| 984 | * mhist/MHMatrix.[h,cc]
|
|---|
| 985 | - member function MHMatrix::Read added
|
|---|
| 986 | the function calls TObject::Read(name) and SetName(name)
|
|---|
| 987 |
|
|---|
| 988 |
|
|---|
| 989 |
|
|---|
| 990 | 2003/01/15: Wolfgang Wittek
|
|---|
| 991 |
|
|---|
| 992 | * mdata/MDataMember.cc
|
|---|
| 993 | - in MDataMember::PreProcess()
|
|---|
| 994 | "if (fCall)" replaced by "if (fCall && !fObject)"
|
|---|
| 995 | The additional condition "&& !fObject" is to make sure that read
|
|---|
| 996 | MDataMembers works correctly.
|
|---|
| 997 |
|
|---|
| 998 |
|
|---|
| 999 |
|
|---|
| 1000 | 2003/01/08: Oscar Blanch Bigas
|
|---|
| 1001 |
|
|---|
| 1002 | * mgeom/MGeomMirror.[h,cc]
|
|---|
| 1003 | - Varible members to store mirror reflectivities have been
|
|---|
| 1004 | introduced: fReflectivity and fWavelength.
|
|---|
| 1005 | - Member function to set reflectivity added: SetReflectivity
|
|---|
| 1006 | - Member function to set TArrayF size: SetArraySize
|
|---|
| 1007 | - Class version number changed to 2.
|
|---|
| 1008 |
|
|---|
| 1009 |
|
|---|
| 1010 |
|
|---|
| 1011 | 2002/12/13: Abelardo Moralejo
|
|---|
| 1012 |
|
|---|
| 1013 | * manalysis/MSigmabar.cc
|
|---|
| 1014 | - added cast in first arguments in calls to TMath::Min and TMath::Max
|
|---|
| 1015 | otherwise, we got a compilation error in Alpha machines.
|
|---|
| 1016 |
|
|---|
| 1017 |
|
|---|
| 1018 |
|
|---|
| 1019 | 2002/12/13: Oscar blanch
|
|---|
| 1020 |
|
|---|
| 1021 | * mgeom/MGeomMirror.[h,cc]
|
|---|
| 1022 | - function SetMirrorDeviations added
|
|---|
| 1023 |
|
|---|
| 1024 |
|
|---|
| 1025 |
|
|---|
| 1026 | 2002/12/09: Robert Wagner
|
|---|
| 1027 |
|
|---|
| 1028 | * manalysis/MSigmabar.[cc,h]:
|
|---|
| 1029 | - added
|
|---|
| 1030 |
|
|---|
| 1031 | * manalysis/MSigmabarCalc.[cc,h]:
|
|---|
| 1032 | - added
|
|---|
| 1033 |
|
|---|
| 1034 | * manalysis/MSigmabarParam.[cc,h]:
|
|---|
| 1035 | - added
|
|---|
| 1036 | - preliminary version for CT1 test
|
|---|
| 1037 |
|
|---|
| 1038 | * manalysis/MApplyPadding.[cc,h]:
|
|---|
| 1039 | - added
|
|---|
| 1040 |
|
|---|
| 1041 | * mhist/MHSigmabarTheta.[cc,h]:
|
|---|
| 1042 | - added
|
|---|
| 1043 |
|
|---|
| 1044 | * mhist/MHSigmabarPixel.[cc,h]:
|
|---|
| 1045 | - added
|
|---|
| 1046 | - preliminary version for CT1 test
|
|---|
| 1047 |
|
|---|
| 1048 | * mtemp/MObservatoryLocation.[cc,h]:
|
|---|
| 1049 | - added
|
|---|
| 1050 |
|
|---|
| 1051 | * mtemp/MVPObject.[cc,h]:
|
|---|
| 1052 | - added
|
|---|
| 1053 |
|
|---|
| 1054 | * mtemp/MVPPlotter.[cc,h]:
|
|---|
| 1055 | - added
|
|---|
| 1056 |
|
|---|
| 1057 | * mtemp/MVPTime.[cc,h]:
|
|---|
| 1058 | - added
|
|---|
| 1059 |
|
|---|
| 1060 | * mtemp/TempIncl.h, mtemp/TempLinkDef.h, mtemp/Makefile:
|
|---|
| 1061 | - added above mentioned classes
|
|---|
| 1062 |
|
|---|
| 1063 | * mhist/HistLinkDef.h, mhist/Histfile:
|
|---|
| 1064 | - added above mentioned classes
|
|---|
| 1065 |
|
|---|
| 1066 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 1067 | - added above mentioned classes
|
|---|
| 1068 |
|
|---|
| 1069 |
|
|---|
| 1070 |
|
|---|
| 1071 | 2002/11/25: Thomas Bretz
|
|---|
| 1072 |
|
|---|
| 1073 | * mgui/MCamDisplay.cc:
|
|---|
| 1074 | - fixed a bug when sprintf the pointer to the char-array, only
|
|---|
| 1075 | took place on alphas.
|
|---|
| 1076 |
|
|---|
| 1077 | * macros/multidimdist2.C:
|
|---|
| 1078 | - renamed eventloops (instances had same names)
|
|---|
| 1079 | - fixed a type in PrintStatistics (the gamma statistics
|
|---|
| 1080 | were printed two times)
|
|---|
| 1081 |
|
|---|
| 1082 | * mbase/MEvtLoop.cc:
|
|---|
| 1083 | - take the lowest value (entries from MRead or user input)
|
|---|
| 1084 | for the progress bar
|
|---|
| 1085 | - reset the progress bar
|
|---|
| 1086 |
|
|---|
| 1087 | * mbase/MFilter.h:
|
|---|
| 1088 | - added 'private'
|
|---|
| 1089 |
|
|---|
| 1090 | * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 1091 | meventdisp/MGFadcDisp.[h,cc], mmain/MMonteCarlo.[h,cc],
|
|---|
| 1092 | mmain/MAnalysis.[h,cc], mmain/MBrowser.[h,cc],
|
|---|
| 1093 | mmain/MCameraDisplay.[h,cc], mmain/MDataCheck.[h,cc],
|
|---|
| 1094 | mmain/MEvtDisp.[h,cc], mmain/MMars.cc:
|
|---|
| 1095 | - changed from TTransientFrame to TMainFrame (with this I
|
|---|
| 1096 | get decorations, eg. Close Button)
|
|---|
| 1097 |
|
|---|
| 1098 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 1099 | - Update the layout each time the fEvtInfo has changed
|
|---|
| 1100 |
|
|---|
| 1101 | * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc:
|
|---|
| 1102 | - delete return of gSystem->ExpandPathName
|
|---|
| 1103 |
|
|---|
| 1104 | * mfileio/MCT1ReadPreProc.[h,cc]:
|
|---|
| 1105 | - added output of Time
|
|---|
| 1106 | - added usage of Selector
|
|---|
| 1107 | - changed MTask basics to be private
|
|---|
| 1108 |
|
|---|
| 1109 | * mfileio/MRead.[h,cc]:
|
|---|
| 1110 | - added comment about selector
|
|---|
| 1111 | - added Selector-stuff
|
|---|
| 1112 |
|
|---|
| 1113 | * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
|
|---|
| 1114 | - added 'entries' argument to AddFile
|
|---|
| 1115 |
|
|---|
| 1116 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 1117 | - added workaround for a root bug when a file doesn't exist
|
|---|
| 1118 | - changed AddFiles to use Add(TChain*)
|
|---|
| 1119 | - changed to use Selector
|
|---|
| 1120 |
|
|---|
| 1121 | * mfilter/MF.cc:
|
|---|
| 1122 | - Set debug level to suppress output when MFDataChain is created
|
|---|
| 1123 |
|
|---|
| 1124 | * mfilter/MFEventSelector.h:
|
|---|
| 1125 | - changed Pre//PostProcess to private
|
|---|
| 1126 |
|
|---|
| 1127 | * mfilter/MF.cc, mfilter/MFilterList.cc:
|
|---|
| 1128 | - changed the use of Pre//PostProcess to CallPre//PostProcess
|
|---|
| 1129 |
|
|---|
| 1130 | * mhist/MBinning.[h,cc]:
|
|---|
| 1131 | - changed comments
|
|---|
| 1132 | - added SetEdgesCos
|
|---|
| 1133 |
|
|---|
| 1134 | * mhist/MFillH.[h,cc]:
|
|---|
| 1135 | - added GetBinCenterLog
|
|---|
| 1136 |
|
|---|
| 1137 | * mhist/MH3.h:
|
|---|
| 1138 | - added default argument to GetHistByName
|
|---|
| 1139 |
|
|---|
| 1140 | * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.h,
|
|---|
| 1141 | mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.h,
|
|---|
| 1142 | mhist/MHEffOnTimeTime.h, mhist/MHFlux.[h,cc], mhist/MHGamma.[h,cc],
|
|---|
| 1143 | mhist/MHMcEnergyMigration.h, mhist/MHThetabarTheta.[h,cc],
|
|---|
| 1144 | mhist/MHThetabarTime.h:
|
|---|
| 1145 | - changed the output
|
|---|
| 1146 | - changed the algorithms to be more modular (more usage of member
|
|---|
| 1147 | function)
|
|---|
| 1148 | - changed ClassDef to 0
|
|---|
| 1149 | - fixed some small bugs (access of TArray[n])
|
|---|
| 1150 |
|
|---|
| 1151 | * mhist/MHHadronness.[h,cc]:
|
|---|
| 1152 | - removed shortest distance to (0,1) stuff
|
|---|
| 1153 |
|
|---|
| 1154 | * mhist/MHMcCollectionArea.h:
|
|---|
| 1155 | - changed Fill to Double_t
|
|---|
| 1156 |
|
|---|
| 1157 | * mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
|
|---|
| 1158 | - in a first draft changed to use 200ns timing of CT1
|
|---|
| 1159 | - changed ClassDef to 0
|
|---|
| 1160 |
|
|---|
| 1161 |
|
|---|
| 1162 |
|
|---|
| 1163 | 2002/11/22: Thomas Bretz
|
|---|
| 1164 |
|
|---|
| 1165 | * macros/threshold.C:
|
|---|
| 1166 | - Simplified the new writing routine
|
|---|
| 1167 |
|
|---|
| 1168 | * mbase/MLog.h:
|
|---|
| 1169 | - added a Getter-function for the debug level
|
|---|
| 1170 |
|
|---|
| 1171 | * mbase/MTaskList.cc:
|
|---|
| 1172 | - added another debugging output
|
|---|
| 1173 |
|
|---|
| 1174 | * mfilter/MF.[h,cc]:
|
|---|
| 1175 | - made the automatically created chain names unique
|
|---|
| 1176 |
|
|---|
| 1177 | * mfilter/MFDataChain.cc:
|
|---|
| 1178 | - corrected the GetRule stuff ({} were missing)
|
|---|
| 1179 |
|
|---|
| 1180 | * mhist/MH3.cc:
|
|---|
| 1181 | - added MBinning as class type to FindObject
|
|---|
| 1182 | - added BinningHist (without the X) as binning name for a 1D histogram
|
|---|
| 1183 |
|
|---|
| 1184 | * mfileio/MReadMarsFile.cc:
|
|---|
| 1185 | - corrected typo
|
|---|
| 1186 |
|
|---|
| 1187 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 1188 | - fixed a warning
|
|---|
| 1189 |
|
|---|
| 1190 |
|
|---|
| 1191 |
|
|---|
| 1192 | 2002/11/22: Abelardo Moralejo
|
|---|
| 1193 |
|
|---|
| 1194 | * macros/threshold.C:
|
|---|
| 1195 | - Added 2nd argument to write an output file containing the
|
|---|
| 1196 | energy spectrum histogram.
|
|---|
| 1197 |
|
|---|
| 1198 |
|
|---|
| 1199 |
|
|---|
| 1200 | 2002/11/21: Thomas Bretz
|
|---|
| 1201 |
|
|---|
| 1202 | * mbase/MAGIC.h, mbase/MEvtLoop.[h,cc], MTask.cc, MTaskList.cc:
|
|---|
| 1203 | - introduced kERROR to stop an eventloop with an error
|
|---|
| 1204 |
|
|---|
| 1205 | * mbase/MTask.h:
|
|---|
| 1206 | - made SetFilter virtual
|
|---|
| 1207 |
|
|---|
| 1208 | * mbase/MTaskList.[h,cc]:
|
|---|
| 1209 | - added new member function AddToListBefore/After
|
|---|
| 1210 | - split the code of the AddToList function into CheckAddToList
|
|---|
| 1211 |
|
|---|
| 1212 | * manalysis/MMultiDimDistCalc.cc:
|
|---|
| 1213 | - introduced usage of kERROR in case the matrix is not posdef.
|
|---|
| 1214 |
|
|---|
| 1215 | * macros/collarea.C:
|
|---|
| 1216 | - some simplifications
|
|---|
| 1217 |
|
|---|
| 1218 | * mhist/MHMcRate.h, mhist/MHMcIntRate.h, mhist/MHEnergyTime.h,
|
|---|
| 1219 | mhist/MHEnergyTheta.h, mfileio/MCTReadPreProc.cc, mfileio/MChain.h,
|
|---|
| 1220 | mfileio/MReadMarsFile.h, mfileio/MReadTree.cc, mfileio/MWriteAsciiFile.h,
|
|---|
| 1221 | mfileio/MWriteRoootFile.[h,cc], manalysis/MMatrixLoop.h,
|
|---|
| 1222 | manalysis/MEnergyEstimate.h, mbase/MGGroupFrame.h, mbase/MGTask.h,
|
|---|
| 1223 | mfilter/MFParticleId.h:
|
|---|
| 1224 | - updated documentation
|
|---|
| 1225 |
|
|---|
| 1226 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 1227 | - Changed MSrcPosCam name from Source to MSrcPosCam
|
|---|
| 1228 | - changed the way the MC data is filled into the MC container
|
|---|
| 1229 | - updated algorithm to read preproc files
|
|---|
| 1230 |
|
|---|
| 1231 | * mfileio/MReadMarsFile.cc:
|
|---|
| 1232 | - printed a warning to the screen in case Camera=V0.5
|
|---|
| 1233 |
|
|---|
| 1234 | * mfileio/structures.h:
|
|---|
| 1235 | - changed to version 0.6
|
|---|
| 1236 |
|
|---|
| 1237 | * mmc/MMcEvt.hxx:
|
|---|
| 1238 | - added GetTelescopePhi
|
|---|
| 1239 | - added GetTelescopeTheta
|
|---|
| 1240 |
|
|---|
| 1241 | * mdata/MDataChain.[h,cc]:
|
|---|
| 1242 | - added 'sqr'
|
|---|
| 1243 |
|
|---|
| 1244 | * mfilter/MF.[h,cc]:
|
|---|
| 1245 | - added support for MFDataChain
|
|---|
| 1246 |
|
|---|
| 1247 | * mfilter/MFDataChain.[h,cc]:
|
|---|
| 1248 | - added
|
|---|
| 1249 |
|
|---|
| 1250 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 1251 | - added MFDataChain
|
|---|
| 1252 |
|
|---|
| 1253 |
|
|---|
| 1254 |
|
|---|
| 1255 | 2002/11/20: Thomas Bretz
|
|---|
| 1256 |
|
|---|
| 1257 | * macros/dohtml.C:
|
|---|
| 1258 | - fixed a typo
|
|---|
| 1259 |
|
|---|
| 1260 | * mmain/MAnalysis.cc:
|
|---|
| 1261 | - removed the Anti-Source from the hillas calculation
|
|---|
| 1262 |
|
|---|
| 1263 | * mhist/MHFadcPix.[h,cc], mhist/MHFadcCam.[h,cc],
|
|---|
| 1264 | mmain/MDataCheck.[h,cc]:
|
|---|
| 1265 | - added enhancement for displaying sum of FADC slices
|
|---|
| 1266 |
|
|---|
| 1267 |
|
|---|
| 1268 |
|
|---|
| 1269 | 2002/11/20: Abelardo Moralejo
|
|---|
| 1270 |
|
|---|
| 1271 | * macros/collarea.C:
|
|---|
| 1272 | - Introduced check before opening output file to avoid annoying
|
|---|
| 1273 | error message.
|
|---|
| 1274 |
|
|---|
| 1275 |
|
|---|
| 1276 |
|
|---|
| 1277 | 2002/11/19: Abelardo Moralejo
|
|---|
| 1278 |
|
|---|
| 1279 | * macros/collarea.C:
|
|---|
| 1280 | - Removed some strange pieces of text which somehow got into the
|
|---|
| 1281 | file (anyone knows how?)
|
|---|
| 1282 |
|
|---|
| 1283 |
|
|---|
| 1284 |
|
|---|
| 1285 | 2002/11/19: Thomas Bretz
|
|---|
| 1286 |
|
|---|
| 1287 | * mmain/MMonteCarlo.cc:
|
|---|
| 1288 | - exchanged MReadTree with MReadMarsFile for collection area calculation
|
|---|
| 1289 |
|
|---|
| 1290 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 1291 | - fixed the uninitialized fTheta
|
|---|
| 1292 |
|
|---|
| 1293 | * macros/MagicHillas.C:
|
|---|
| 1294 | - removed the unnecessary second MHillasSrcCalc
|
|---|
| 1295 | - removed also the corresponding AddToList for the tasklist
|
|---|
| 1296 |
|
|---|
| 1297 | * mhist/MH.cc:
|
|---|
| 1298 | - make FindGoodLimits work
|
|---|
| 1299 |
|
|---|
| 1300 |
|
|---|
| 1301 |
|
|---|
| 1302 | 2002/11/19: Abelardo Moralejo
|
|---|
| 1303 |
|
|---|
| 1304 | * macros/collarea.C:
|
|---|
| 1305 | - Added 2nd argument to write an output file containing the
|
|---|
| 1306 | collection area histogram.
|
|---|
| 1307 |
|
|---|
| 1308 |
|
|---|
| 1309 |
|
|---|
| 1310 | 2002/11/18: Abelardo Moralejo
|
|---|
| 1311 |
|
|---|
| 1312 | * mmain/MMars.cc:
|
|---|
| 1313 | - Corrected typo on Mars starting screen.
|
|---|
| 1314 |
|
|---|
| 1315 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 1316 | - Added comment.
|
|---|
| 1317 |
|
|---|
| 1318 | * manalysis/MImgCleanStd.cc:
|
|---|
| 1319 | - implemented "democratic cleaning" (cut value proportional to square
|
|---|
| 1320 | root of pixel area) according to Wolfgang's suggestion.
|
|---|
| 1321 |
|
|---|
| 1322 | * macros/MagicHillas.C:
|
|---|
| 1323 | - added missing declaration MHillasSrcCalc csrc2;
|
|---|
| 1324 |
|
|---|
| 1325 | * mgeom/MGeomPix.cc:
|
|---|
| 1326 | - fixed some typos in comments
|
|---|
| 1327 |
|
|---|
| 1328 |
|
|---|
| 1329 |
|
|---|
| 1330 | 2002/11/18: Thomas Bretz
|
|---|
| 1331 |
|
|---|
| 1332 | * macros/CT1Hillas.C:
|
|---|
| 1333 | - changed MWRiteRootFile to write the histograms only
|
|---|
| 1334 | - renamed HillasSource to MHillasSrc
|
|---|
| 1335 |
|
|---|
| 1336 | * macros/MagicHillas.C:
|
|---|
| 1337 | - removed all anti source stuff (corresponding to star.C)
|
|---|
| 1338 | - changed MWRiteRootFile to write the histograms only
|
|---|
| 1339 | - renamed HillasSource to MHillasSrc
|
|---|
| 1340 |
|
|---|
| 1341 | * macros/estfit.C:
|
|---|
| 1342 | - renamed HillasSource to MHillasSrc
|
|---|
| 1343 |
|
|---|
| 1344 | * macros/estimate.C:
|
|---|
| 1345 | - renamed HillasSource to MHillasSrc
|
|---|
| 1346 | - changed to display more interesting histograms
|
|---|
| 1347 |
|
|---|
| 1348 | * multidimdist.C:
|
|---|
| 1349 | - added Theta
|
|---|
| 1350 | - added Alpha
|
|---|
| 1351 |
|
|---|
| 1352 | * macros/star.C
|
|---|
| 1353 | - removed wrong HillasSource
|
|---|
| 1354 | - added MSrcPosCam
|
|---|
| 1355 |
|
|---|
| 1356 | * starplot.C:
|
|---|
| 1357 | - removed all anti source stuff (corresponding to star.C)
|
|---|
| 1358 | - renamed HillasSource to MHillasSrc
|
|---|
| 1359 |
|
|---|
| 1360 | * macros/multidimdist2.C:
|
|---|
| 1361 | - fixed a typo
|
|---|
| 1362 | - added Alpha and Theta
|
|---|
| 1363 |
|
|---|
| 1364 | * mbase/MTime.h:
|
|---|
| 1365 | - added minus-operator
|
|---|
| 1366 |
|
|---|
| 1367 | * mdata/MDataChain.[h,cc]:
|
|---|
| 1368 | - added floor
|
|---|
| 1369 |
|
|---|
| 1370 | * mhist/MFillH.[h,cc]:
|
|---|
| 1371 | - moved MMap and MMap support MHArray
|
|---|
| 1372 |
|
|---|
| 1373 | * mhist/MHArray.[h,cc]:
|
|---|
| 1374 | - added MMap
|
|---|
| 1375 | - added MMap-support
|
|---|
| 1376 | - added legend
|
|---|
| 1377 | - added more draw options
|
|---|
| 1378 |
|
|---|
| 1379 | * mhist/MHFadcCam.[h,cc]:
|
|---|
| 1380 | - added Fill(const MRawEvtData*)
|
|---|
| 1381 | - added const getter functions
|
|---|
| 1382 |
|
|---|
| 1383 | * mhist/MHFadcPix.h:
|
|---|
| 1384 | - added const getter functions
|
|---|
| 1385 |
|
|---|
| 1386 | * mmc/MMcCorsikaRunHeader.[h,cc]:
|
|---|
| 1387 | - removed underscores from names
|
|---|
| 1388 | - removed empty destructor
|
|---|
| 1389 |
|
|---|
| 1390 | * manalysis/MPedestalCalc.[h,cc]:
|
|---|
| 1391 | - added (not yet to LinkDef.h and Makefile)
|
|---|
| 1392 |
|
|---|
| 1393 | * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc],
|
|---|
| 1394 | mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]:
|
|---|
| 1395 | - changed comments
|
|---|
| 1396 | - added missing manalysis-dir (strange!)
|
|---|
| 1397 |
|
|---|
| 1398 | * macros/dohtml.C:
|
|---|
| 1399 | - added new macros
|
|---|
| 1400 |
|
|---|
| 1401 |
|
|---|
| 1402 |
|
|---|
| 1403 | 2002/11/16: Abelardo Moralejo
|
|---|
| 1404 |
|
|---|
| 1405 | * mmc/MMcCorsikaRunHeader.cc:
|
|---|
| 1406 | - added default destructor
|
|---|
| 1407 |
|
|---|
| 1408 |
|
|---|
| 1409 |
|
|---|
| 1410 | 2002/11/15: Thomas Bretz
|
|---|
| 1411 |
|
|---|
| 1412 | * mmc/MMcCorsikaRunHeader.[h,cc]:
|
|---|
| 1413 | - small changes
|
|---|
| 1414 |
|
|---|
| 1415 | * mmc/McLinkDef.h:
|
|---|
| 1416 | - added missing MMcCorsikaRunHeader
|
|---|
| 1417 |
|
|---|
| 1418 |
|
|---|
| 1419 |
|
|---|
| 1420 | 2002/11/15: Oscar Blanch
|
|---|
| 1421 |
|
|---|
| 1422 | * mmc/MMcCorsikaRunHeader.[h,cc]:
|
|---|
| 1423 | - added
|
|---|
| 1424 |
|
|---|
| 1425 |
|
|---|
| 1426 |
|
|---|
| 1427 | 2002/11/14: Thomas Bretz
|
|---|
| 1428 |
|
|---|
| 1429 | * mmain/MAnalysis.cc, mmain/MMonteCarlo.cc, mmain/MDataCheck.cc:
|
|---|
| 1430 | - removed SetProgressBar of reader
|
|---|
| 1431 |
|
|---|
| 1432 | * mhist/MHFlux.cc:
|
|---|
| 1433 | - localized some variables
|
|---|
| 1434 | - get rid of old c-style sprintf
|
|---|
| 1435 | - return errorflag in Parab as return value!
|
|---|
| 1436 |
|
|---|
| 1437 | * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc:
|
|---|
| 1438 | - removed redefinition of a default argument
|
|---|
| 1439 |
|
|---|
| 1440 | * mhist/MHMcIntRate.cc, mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 1441 | - changed the error calculation according to a suggestion from Raquel
|
|---|
| 1442 |
|
|---|
| 1443 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 1444 | - for collection area: MMcTrig isn't needed if all showers are
|
|---|
| 1445 | triggered showers
|
|---|
| 1446 |
|
|---|
| 1447 | * mmc/MMcConfigRunHeader.cc:
|
|---|
| 1448 | - made function definition identical to function declaration
|
|---|
| 1449 |
|
|---|
| 1450 | * macros/star.C:
|
|---|
| 1451 | - removed anti source for the moment
|
|---|
| 1452 |
|
|---|
| 1453 | * macros/multidimdist2.C:
|
|---|
| 1454 | - added
|
|---|
| 1455 |
|
|---|
| 1456 | * macros/comprob.C, macros/multidimdist.C:
|
|---|
| 1457 | - changed to use MHillasSrc instead of HillasSource
|
|---|
| 1458 |
|
|---|
| 1459 | * mhist/MHHadronness.cc:
|
|---|
| 1460 | - changed the output of Print a bit
|
|---|
| 1461 |
|
|---|
| 1462 |
|
|---|
| 1463 |
|
|---|
| 1464 | 2002/11/13: Thomas Bretz
|
|---|
| 1465 |
|
|---|
| 1466 | * mfilter/MFEventSelector.[h,cc]:
|
|---|
| 1467 | - if total number of events read from file the selector worked only for
|
|---|
| 1468 | one eventloop - fixed.
|
|---|
| 1469 | - changed MReadMarsFile to MRead
|
|---|
| 1470 |
|
|---|
| 1471 | * mbase/MContinue.cc:
|
|---|
| 1472 | - fixed a typo
|
|---|
| 1473 |
|
|---|
| 1474 | * mbase/MEvtLoop.cc, meventdisp/MGEvtDisplay.cc:
|
|---|
| 1475 | - renamed MReadMarsFile/MReadTree to MRead
|
|---|
| 1476 |
|
|---|
| 1477 | * mfileio/FileIOLinkDef.h, mfileio/Makefile:
|
|---|
| 1478 | - added MRead
|
|---|
| 1479 |
|
|---|
| 1480 | * mfileio/MRead.[h,cc]:
|
|---|
| 1481 | - added
|
|---|
| 1482 |
|
|---|
| 1483 | * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
|
|---|
| 1484 | - renamed from MReadMarsFile to MRead
|
|---|
| 1485 | - derived from MRead
|
|---|
| 1486 | - removed progressbar support from MReadTree
|
|---|
| 1487 |
|
|---|
| 1488 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1489 | - added a info output
|
|---|
| 1490 |
|
|---|
| 1491 | * mfileio/MCT1ReadPreProc.[h,cc]:
|
|---|
| 1492 | - changed to work much much better :)
|
|---|
| 1493 |
|
|---|
| 1494 | * mgeom/GeomLinkDef.h, mmc/McLinkDef.h:
|
|---|
| 1495 | - added missing LinkDefs (helllo Oscar!)
|
|---|
| 1496 |
|
|---|
| 1497 | * mgeom/MGeomCamCT1.cc:
|
|---|
| 1498 | - mirrored the CT1 camera in x (CT1 default)
|
|---|
| 1499 |
|
|---|
| 1500 | * mgeom/MGeomMirror.[h,cc]:
|
|---|
| 1501 | - some small changes
|
|---|
| 1502 |
|
|---|
| 1503 | * mgeom/MGeomPMT.[h,cc]:
|
|---|
| 1504 | - changed usage of TArrayF from pointer to reference
|
|---|
| 1505 |
|
|---|
| 1506 | * mgui/MCamDisplay.cc:
|
|---|
| 1507 | - fixed a crash at delete when the user closed a automatically
|
|---|
| 1508 | created canvas
|
|---|
| 1509 |
|
|---|
| 1510 | * mhist/MHFadcCam.[h,cc]:
|
|---|
| 1511 | - implemented ResetHistograms
|
|---|
| 1512 |
|
|---|
| 1513 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 1514 | - implemented ReduceNumberOfRows (preliminary, untested)
|
|---|
| 1515 |
|
|---|
| 1516 | * mmc/MMcConfigRunHeader.[h,cc]:
|
|---|
| 1517 | - some small changes
|
|---|
| 1518 | - changed usage of TArrayF from pointer to reference
|
|---|
| 1519 |
|
|---|
| 1520 |
|
|---|
| 1521 |
|
|---|
| 1522 | 2002/11/11: Thomas Bretz
|
|---|
| 1523 |
|
|---|
| 1524 | * manalysis/MHillas.cc:
|
|---|
| 1525 | - moved division by size before test of number of used pixels
|
|---|
| 1526 |
|
|---|
| 1527 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 1528 | - added a eof-conditional
|
|---|
| 1529 |
|
|---|
| 1530 | * mhist/MH3.cc:
|
|---|
| 1531 | - added a 'nonew' option to DrawClone
|
|---|
| 1532 |
|
|---|
| 1533 | * mhist/MHHadronness.cc:
|
|---|
| 1534 | - check for NaN in Fill
|
|---|
| 1535 |
|
|---|
| 1536 |
|
|---|
| 1537 |
|
|---|
| 1538 | 2002/11/08: Oscar Blanch
|
|---|
| 1539 |
|
|---|
| 1540 | * mgeom/MGeomPMT.[h,cc]:
|
|---|
| 1541 | - added
|
|---|
| 1542 | - Information about simulated QE
|
|---|
| 1543 |
|
|---|
| 1544 | * mgeom/MGeomMirror.[h,cc]:
|
|---|
| 1545 | - added
|
|---|
| 1546 | - Mirrors properties
|
|---|
| 1547 |
|
|---|
| 1548 | * mgeom/Makefile:
|
|---|
| 1549 | - modified to compile new classes
|
|---|
| 1550 |
|
|---|
| 1551 | * mmc/MMcConfigRunHeader.[h,cc]:
|
|---|
| 1552 | - added
|
|---|
| 1553 |
|
|---|
| 1554 | * mmc/Makefile:
|
|---|
| 1555 | - modified to compile new classes
|
|---|
| 1556 |
|
|---|
| 1557 |
|
|---|
| 1558 |
|
|---|
| 1559 | 2002/11/08: Thomas Bretz
|
|---|
| 1560 |
|
|---|
| 1561 | * mhist/MHMatrix.cc:
|
|---|
| 1562 | - implemented a zero suppression
|
|---|
| 1563 |
|
|---|
| 1564 |
|
|---|
| 1565 |
|
|---|
| 1566 | 2002/11/07: Thomas Bretz
|
|---|
| 1567 |
|
|---|
| 1568 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 1569 | - added MFEventSelector
|
|---|
| 1570 |
|
|---|
| 1571 | * mfilter/MFEventSelector.[h,cc]:
|
|---|
| 1572 | - added
|
|---|
| 1573 |
|
|---|
| 1574 | * mfilter/MF.[h,cc]:
|
|---|
| 1575 | - made gsDef[Name,Title] a static const member
|
|---|
| 1576 |
|
|---|
| 1577 | * manalysis/MMultiDimDistCalc.cc:
|
|---|
| 1578 | - changed the default function to kernel
|
|---|
| 1579 |
|
|---|
| 1580 |
|
|---|
| 1581 |
|
|---|
| 1582 | 2002/11/07: Oscar Blanch
|
|---|
| 1583 | * mmc/MMcEvt.[hxx,cxx]
|
|---|
| 1584 | - Some new variable from the reflector header event.
|
|---|
| 1585 | - Class version switched to 2
|
|---|
| 1586 |
|
|---|
| 1587 | * mmc/MMcRunHeader.[hxx,cxx]
|
|---|
| 1588 | - Varible member fOpticLinksNoise has been introduced
|
|---|
| 1589 | - Class version switched to 3
|
|---|
| 1590 |
|
|---|
| 1591 |
|
|---|
| 1592 | 2002/11/07: Wolfgang Wittek
|
|---|
| 1593 |
|
|---|
| 1594 | * mhist/MHFlux.[h,cc]
|
|---|
| 1595 | - changed to avoid warnings : "member initializers will be re-ordered
|
|---|
| 1596 | to match declaration order"
|
|---|
| 1597 |
|
|---|
| 1598 |
|
|---|
| 1599 |
|
|---|
| 1600 | 2002/11/06: Thomas Bretz
|
|---|
| 1601 |
|
|---|
| 1602 | * Makfile.conf.osf5.1:
|
|---|
| 1603 | - added
|
|---|
| 1604 |
|
|---|
| 1605 | * mhist/MHMatrix.cc:
|
|---|
| 1606 | - changed all math.h functions or similar to TMath
|
|---|
| 1607 | - added 2*pow(rows, 1/(4+cols))^2 as the standard kernel window
|
|---|
| 1608 |
|
|---|
| 1609 | * mfileio/MCT1ReadPreProc.cc:
|
|---|
| 1610 | - corrected the reading routines
|
|---|
| 1611 |
|
|---|
| 1612 | * mfileio/*.cc:
|
|---|
| 1613 | - changed my eMail address
|
|---|
| 1614 |
|
|---|
| 1615 | * mfileio/structures.h:
|
|---|
| 1616 | - small changes to make it architecture independant
|
|---|
| 1617 |
|
|---|
| 1618 |
|
|---|
| 1619 |
|
|---|
| 1620 | 2002/11/04: Thomas Bretz
|
|---|
| 1621 |
|
|---|
| 1622 | * macros/estimate.C, macros/estfit.C:
|
|---|
| 1623 | - added
|
|---|
| 1624 |
|
|---|
| 1625 | * mfileio/structures.h, mfileio/defines.h:
|
|---|
| 1626 | - added from CT1 PreProc 0.5
|
|---|
| 1627 |
|
|---|
| 1628 | * mfileio/MCT1ReadPreProc.[h,cc]:
|
|---|
| 1629 | - added
|
|---|
| 1630 |
|
|---|
| 1631 | * mhist/MHArray.[h,cc]:
|
|---|
| 1632 | - added
|
|---|
| 1633 |
|
|---|
| 1634 | * Makefile:
|
|---|
| 1635 | - changed the order of the libs to make the linker happy
|
|---|
| 1636 |
|
|---|
| 1637 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 1638 | - changed to be able to use also an existing MBlindPixels from the
|
|---|
| 1639 | parlist
|
|---|
| 1640 | - changed to use the pixel Id instead of its index number from the evt
|
|---|
| 1641 |
|
|---|
| 1642 | * manalysis/MCameraSmooth.cc:
|
|---|
| 1643 | - changed to use the pixel Id instead of its index number from the evt
|
|---|
| 1644 |
|
|---|
| 1645 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1646 | - added GetPixById member function
|
|---|
| 1647 |
|
|---|
| 1648 | * manalysis/MCompProbCalc.[h,cc]:
|
|---|
| 1649 | - changed Hadroness to Hadronness
|
|---|
| 1650 |
|
|---|
| 1651 | * manalysis/MHillasExt.cc:
|
|---|
| 1652 | - fixed a typo in a comment
|
|---|
| 1653 |
|
|---|
| 1654 | * mbase/MParContainer.[h,cc]:
|
|---|
| 1655 | - added New-virtual member function
|
|---|
| 1656 |
|
|---|
| 1657 | * mbase/MTask.[h,cc]:
|
|---|
| 1658 | - changed AddToBranchList so that it also accepts comma seperated
|
|---|
| 1659 | lists (only when using TString)
|
|---|
| 1660 |
|
|---|
| 1661 | * mdata/MData.[h,cc], mdata/MDataArray.[h,cc], mdata/MDataChain.[h,cc],
|
|---|
| 1662 | mdata/MDataElement.[h,cc], mdata/MDataList.[h,cc]
|
|---|
| 1663 | - updated comments
|
|---|
| 1664 | - added new GetDataMember member function
|
|---|
| 1665 |
|
|---|
| 1666 | * mdata/MDataArray.[h,cc]:
|
|---|
| 1667 | - added new member function AddEntry(MData*)
|
|---|
| 1668 |
|
|---|
| 1669 | * mfileio/FileIOLinkDef.h, mfileio/Makefile:
|
|---|
| 1670 | - added MCT1ReadPreProc
|
|---|
| 1671 |
|
|---|
| 1672 | * mfileio/MCT1ReadAscii.cc:
|
|---|
| 1673 | - removed fNphot->Clear() (automatically called for each event by
|
|---|
| 1674 | Reset();
|
|---|
| 1675 |
|
|---|
| 1676 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 1677 | - added MHArray
|
|---|
| 1678 |
|
|---|
| 1679 | * mhist/MFillH.[h,cc]:
|
|---|
| 1680 | - made work with arrays of histograms (MHArray) the mapping is
|
|---|
| 1681 | done by a preliminary class MMap
|
|---|
| 1682 |
|
|---|
| 1683 | * mhist/MH.[h,cc]:
|
|---|
| 1684 | - implemented GetHistByName virtual function
|
|---|
| 1685 | - implemented GetDataMember virtual function
|
|---|
| 1686 | - small changes to debug output
|
|---|
| 1687 |
|
|---|
| 1688 | * mhist/MH3.[h,cc]:
|
|---|
| 1689 | - implemented usage of GetDataMember for AddBranchToList
|
|---|
| 1690 | - implemented GetHistByName
|
|---|
| 1691 | - implemented New to be used in MHArray
|
|---|
| 1692 |
|
|---|
| 1693 | * mhist/MHAlphaEnergyTheta.h, mhist/MHAlphaEnergyTime.h,
|
|---|
| 1694 | mhist/MHEnergyTheta.h, mhist/MHEnergyTime.h,
|
|---|
| 1695 | mhist/MHHillas.[h,cc], mhist/MHHillasExt.[h,cc],
|
|---|
| 1696 | mhist/MHHillasSrc.[h,cc], mhist/MHMcDifRate.h,
|
|---|
| 1697 | mhist/MHMcEfficiency.h, mhist/MHMcEfficiencyEnergy.h,
|
|---|
| 1698 | mhist/MHMcEfficiencyImpact.h, mhist/MHMcEnergy.[h,cc],
|
|---|
| 1699 | mhist/MHMcEnergyImpact.h, mhist/MHMcEnergyMigration.h,
|
|---|
| 1700 | mhist/MHMcIntRate.h, mhist/MHStarMap.h, mhist/MHThetabarTheta.h,
|
|---|
| 1701 | mhist/MHThetabarTime.h, mhist/MHTimeDiffTheta.h,
|
|---|
| 1702 | mhist/MHTimeDiffTime.h:
|
|---|
| 1703 | - implemented GetHistByName
|
|---|
| 1704 |
|
|---|
| 1705 | * mhist/MHHadronness.[h,cc]:
|
|---|
| 1706 | - some small changes and checks
|
|---|
| 1707 | - changed histogram io from standard pointer to '->'
|
|---|
| 1708 |
|
|---|
| 1709 | * mhist/MHMatrix.cc:
|
|---|
| 1710 | - updated comments
|
|---|
| 1711 | - implemented GetDataMembers
|
|---|
| 1712 |
|
|---|
| 1713 |
|
|---|
| 1714 |
|
|---|
| 1715 | 2002/10/31: Thomas Bretz
|
|---|
| 1716 |
|
|---|
| 1717 | * mfileio/MReadTree.cc:
|
|---|
| 1718 | - enhanced the validity of the fNuMEntries workaround from
|
|---|
| 1719 | 3.02.06 to 3.07.01
|
|---|
| 1720 |
|
|---|
| 1721 | * manalysis/MBlindPixelCalc.h, mhist/MBinning.h:
|
|---|
| 1722 | - added an explicit cast to get rid of a compiler warning on Alpha
|
|---|
| 1723 |
|
|---|
| 1724 | * mhist/MH.cc:
|
|---|
| 1725 | - removed an unused variable to get rid of a compiler warning on Alpha
|
|---|
| 1726 |
|
|---|
| 1727 |
|
|---|
| 1728 |
|
|---|
| 1729 | 2002/10/31: Wolfgang Wittek
|
|---|
| 1730 |
|
|---|
| 1731 | * mhist/MHFlux.[h,cc]:
|
|---|
| 1732 | - type of fVarname and fUnit changed from char* to TString
|
|---|
| 1733 |
|
|---|
| 1734 |
|
|---|
| 1735 |
|
|---|
| 1736 | 2002/10/30: Thomas Bretz
|
|---|
| 1737 |
|
|---|
| 1738 | * mhist/MHMatrix.cc:
|
|---|
| 1739 | - changed the return value for the kernel method from log to -log
|
|---|
| 1740 | - fixed a typo in an error message
|
|---|
| 1741 | - fixed a crash in case the matrix is singular
|
|---|
| 1742 |
|
|---|
| 1743 | * mhist/MMultiDimDistCalc.cc:
|
|---|
| 1744 | - check whether calculation of the distance succeeded
|
|---|
| 1745 |
|
|---|
| 1746 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 1747 | - implementation which makes sure, that the number of events returned
|
|---|
| 1748 | by GetEntries always is the correct value.
|
|---|
| 1749 | - removed const from the GetEntries definition
|
|---|
| 1750 | - mainly use GetEntries now instead of fNumEntries
|
|---|
| 1751 |
|
|---|
| 1752 | * manalysis/MCameraSmooth.cc:
|
|---|
| 1753 | - removed include of MMcRunHeader
|
|---|
| 1754 |
|
|---|
| 1755 |
|
|---|
| 1756 |
|
|---|
| 1757 | 2002/10/29: Thomas Bretz
|
|---|
| 1758 |
|
|---|
| 1759 | * manalysis/MHadroness.[h,cc]:
|
|---|
| 1760 | - renamed to MHadronness
|
|---|
| 1761 |
|
|---|
| 1762 | * mhist/MHHadroness.[h,cc]:
|
|---|
| 1763 | - renamed to MHHadronness
|
|---|
| 1764 | - small changes to the graphical and text output
|
|---|
| 1765 |
|
|---|
| 1766 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h, macros/multidimdist.C,
|
|---|
| 1767 | manalysis/MMultiDimDistCalc.[h,cc], macros/comprob.C,
|
|---|
| 1768 | mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 1769 | - changed Hadroness to Hadronness
|
|---|
| 1770 |
|
|---|
| 1771 | * manalysis/MCerPhotAnal.cc:
|
|---|
| 1772 | - small changes to the code layout
|
|---|
| 1773 |
|
|---|
| 1774 |
|
|---|
| 1775 |
|
|---|
| 1776 | 2002/10/24: Thomas Bretz
|
|---|
| 1777 |
|
|---|
| 1778 | * macros/multidimdist.C:
|
|---|
| 1779 | - some changes to make it work with the latest version of Mars
|
|---|
| 1780 |
|
|---|
| 1781 | * mhist/MHMatrix.cc:
|
|---|
| 1782 | - changed the Print member function to be more flexible
|
|---|
| 1783 |
|
|---|
| 1784 | * mhist/MHHadroness.[h,cc]:
|
|---|
| 1785 | - changed fQfac from TH to TGraph
|
|---|
| 1786 | - changed the Qfactor-plot x-axis from Hadronness to Gamma-Acceptance
|
|---|
| 1787 |
|
|---|
| 1788 | * mgui/MCamDisplay.cc:
|
|---|
| 1789 | - changed ratio from ratio to sqrt(ratio) in GetColorError
|
|---|
| 1790 |
|
|---|
| 1791 | * mhist/MH3.cc:
|
|---|
| 1792 | - changed plotted errors from spread/sqrt(n) to spread
|
|---|
| 1793 |
|
|---|
| 1794 |
|
|---|
| 1795 |
|
|---|
| 1796 | 2002/10/19: Abelardo Moralejo
|
|---|
| 1797 |
|
|---|
| 1798 | * manalysis/MCerPhotCalc.cc
|
|---|
| 1799 | - Added check of whether a pixel has all its FADC slices empty before
|
|---|
| 1800 | subtracting pedestal.
|
|---|
| 1801 |
|
|---|
| 1802 |
|
|---|
| 1803 |
|
|---|
| 1804 | 2002/10/18: Thomas Bretz
|
|---|
| 1805 |
|
|---|
| 1806 | * mfileio/MWriteRootFile.cc
|
|---|
| 1807 | - make sure that the tree is created in the corresponding file
|
|---|
| 1808 |
|
|---|
| 1809 |
|
|---|
| 1810 |
|
|---|
| 1811 | 2002/10/17: Thomas Bretz
|
|---|
| 1812 |
|
|---|
| 1813 | * mraw/MRawEvtPixelIter.[h,cc]
|
|---|
| 1814 | - added function to get the sum of squares of the samples
|
|---|
| 1815 |
|
|---|
| 1816 |
|
|---|
| 1817 |
|
|---|
| 1818 | 2002/10/16: Abelardo Moralejo
|
|---|
| 1819 |
|
|---|
| 1820 | * manalysis/MCerPhotCalc2.[h,cc], MCerPhotCalc.[h,cc]
|
|---|
| 1821 | - Class MCerPhotCalc2 renamed MCerPhotCalc (they were redundant).
|
|---|
| 1822 | - Now the default pixel treatment is the same as originally: add
|
|---|
| 1823 | all FADC slices
|
|---|
| 1824 |
|
|---|
| 1825 | * macros/MagicHillas.C
|
|---|
| 1826 | - changed accordingly to changes above.
|
|---|
| 1827 |
|
|---|
| 1828 |
|
|---|
| 1829 |
|
|---|
| 1830 | 2002/10/16: Thomas Bretz
|
|---|
| 1831 |
|
|---|
| 1832 | * macros/readMagic.C:
|
|---|
| 1833 | - added MPrint for MRawEvtHeader
|
|---|
| 1834 | - changed to MPrint to new Skip-Style
|
|---|
| 1835 |
|
|---|
| 1836 | * manalysis/MHillasCalc.cc, manalysis/MHillasSrcCalc.cc:
|
|---|
| 1837 | - corrected output stream in case of hex or setfill was used
|
|---|
| 1838 |
|
|---|
| 1839 | * mbase/MPrint.[h,cc]:
|
|---|
| 1840 | - introduced new behaviour of PreProcess (EnableSkip)
|
|---|
| 1841 |
|
|---|
| 1842 | * mbase/MTaskList.cc:
|
|---|
| 1843 | - fixed a bug in Process which caused Histograms to be written
|
|---|
| 1844 | after each event
|
|---|
| 1845 |
|
|---|
| 1846 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 1847 | - introduced printing of MRawEvtHeader
|
|---|
| 1848 |
|
|---|
| 1849 | * mmc/MMcEvt.cxx:
|
|---|
| 1850 | - some small changes
|
|---|
| 1851 | - changed Print output from cout to fLog
|
|---|
| 1852 | - changes to the default values
|
|---|
| 1853 |
|
|---|
| 1854 | * mraw/MRawEvtHeader.[h,cc]:
|
|---|
| 1855 | - removed the second empty line after Print
|
|---|
| 1856 | - added Getter-function for the DAQEvtNumber
|
|---|
| 1857 |
|
|---|
| 1858 | * macros/star.C, macros/starplot.C, macros/threshold.C, macros/trigrate.C,
|
|---|
| 1859 | macros/plot.C, macros/plot2.C, macros/MagicHillas.C, macros/CT1Hillas.C,
|
|---|
| 1860 | macros/collarea.C:
|
|---|
| 1861 | - added ProgressBar
|
|---|
| 1862 |
|
|---|
| 1863 | * macros/flux.C:
|
|---|
| 1864 | - fixed some coding bugs (redeclaration of Draw, Draw starting with a
|
|---|
| 1865 | capital)
|
|---|
| 1866 |
|
|---|
| 1867 | * macros/MagicHillas.C:
|
|---|
| 1868 | - fixed some typos
|
|---|
| 1869 |
|
|---|
| 1870 |
|
|---|
| 1871 |
|
|---|
| 1872 | 2002/10/15: Thomas Bretz
|
|---|
| 1873 |
|
|---|
| 1874 | * mbase/MContinue.[h,cc]:
|
|---|
| 1875 | - added
|
|---|
| 1876 |
|
|---|
| 1877 | * Makefile:
|
|---|
| 1878 | - added some comments
|
|---|
| 1879 |
|
|---|
| 1880 | * macros/readMagic.C:
|
|---|
| 1881 | - replaced MHillas by MHillasExt
|
|---|
| 1882 | - print also MC Information
|
|---|
| 1883 |
|
|---|
| 1884 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1885 | - use MGeomCam::GetPixRatio
|
|---|
| 1886 | - added GetRatio[Min,Max]
|
|---|
| 1887 | - added GetErrorPhot[Min,Max]
|
|---|
| 1888 |
|
|---|
| 1889 | * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
|
|---|
| 1890 | manalysis/MHillasSrc.[h,cc]:
|
|---|
| 1891 | - return error codes
|
|---|
| 1892 | - don't display any error message or warning
|
|---|
| 1893 |
|
|---|
| 1894 | * manalysis/MHillasCalc.[h,cc], manalysis/MHillasSrcCalc.[h,cc]:
|
|---|
| 1895 | - evaluate error codes returned by MHillas::Calc
|
|---|
| 1896 | - added Postprocess
|
|---|
| 1897 |
|
|---|
| 1898 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 1899 | - removed obsolete comment
|
|---|
| 1900 |
|
|---|
| 1901 | * manalysis/MMcPedestalNSBAdd.cc:
|
|---|
| 1902 | - added include MGeomPix
|
|---|
| 1903 |
|
|---|
| 1904 | * manalysis/MPedestalCam.[h,cc]:
|
|---|
| 1905 | - moved some stuff from header file to source file
|
|---|
| 1906 | to get rid of some includes in the header file
|
|---|
| 1907 | - adde GetSize
|
|---|
| 1908 | - added GetMean[Min,Max]
|
|---|
| 1909 |
|
|---|
| 1910 | * manalysis/MPedestalPix.[h,cc]:
|
|---|
| 1911 | - added Clear
|
|---|
| 1912 | - added IsValid
|
|---|
| 1913 |
|
|---|
| 1914 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 1915 | - added MContinue
|
|---|
| 1916 |
|
|---|
| 1917 | * mbase/MClone.h:
|
|---|
| 1918 | - added GetObject
|
|---|
| 1919 |
|
|---|
| 1920 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 1921 | - added SetProgressBar II
|
|---|
| 1922 |
|
|---|
| 1923 | * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
|
|---|
| 1924 | - enhanced some comments
|
|---|
| 1925 | - print the name of the filter in PrintStatistic
|
|---|
| 1926 | - made the def name and title a static member
|
|---|
| 1927 |
|
|---|
| 1928 | * meventdisp/MGCamDisplay.[h,cc]:
|
|---|
| 1929 | - added displays for: Errors, Phot/Err, Levels and Pedestals
|
|---|
| 1930 |
|
|---|
| 1931 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 1932 | - Some simplifications
|
|---|
| 1933 | - introduced AddTab
|
|---|
| 1934 |
|
|---|
| 1935 | * mfileio/MCT1ReadAscii.cc:
|
|---|
| 1936 | - added include MPedestalPix
|
|---|
| 1937 |
|
|---|
| 1938 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 1939 | - added GetPixRatio
|
|---|
| 1940 |
|
|---|
| 1941 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 1942 | - added possibilities to display: errors, ratios, levels and pedestals
|
|---|
| 1943 |
|
|---|
| 1944 | * mhist/MHHillasSrc.cc:
|
|---|
| 1945 | - some small changes if mmdeg=0
|
|---|
| 1946 |
|
|---|
| 1947 | * mhist/MHStarMap.cc:
|
|---|
| 1948 | - anhanced displayed radius from 2/3r to 5/6r
|
|---|
| 1949 |
|
|---|
| 1950 | * mmain/MMars.[h,cc]:
|
|---|
| 1951 | - changed layout
|
|---|
| 1952 | - added comments to display
|
|---|
| 1953 |
|
|---|
| 1954 | * mmain/MProgressBar.cc:
|
|---|
| 1955 | - added some comments
|
|---|
| 1956 |
|
|---|
| 1957 | * manalysis/MImgCleanStd.cc:
|
|---|
| 1958 | - pixels with to many 'used' neighbors are left used
|
|---|
| 1959 |
|
|---|
| 1960 |
|
|---|
| 1961 | 2002/10/14: Abelardo Moralejo
|
|---|
| 1962 |
|
|---|
| 1963 | * manalysis/McerPhotCalc.cc, manalysis/MCerPhotCalc2.cc
|
|---|
| 1964 | - Initialized fEnableFix (before, bad pedestal subtraction if
|
|---|
| 1965 | reading camera 0.4 root files)
|
|---|
| 1966 |
|
|---|
| 1967 |
|
|---|
| 1968 | 2002/10/09: Abelardo Moralejo
|
|---|
| 1969 |
|
|---|
| 1970 | * mhist/MHMcRate.cc:
|
|---|
| 1971 | - fixed a bug in total rate calculation (results change very little,
|
|---|
| 1972 | only a 0.2 percent at most)
|
|---|
| 1973 |
|
|---|
| 1974 |
|
|---|
| 1975 | 2002/09/16: Thomas Bretz
|
|---|
| 1976 |
|
|---|
| 1977 | * mtools/MagicSnake.cc:
|
|---|
| 1978 | - removed some debugging output
|
|---|
| 1979 | - fixed a small bug in the initialization
|
|---|
| 1980 |
|
|---|
| 1981 |
|
|---|
| 1982 |
|
|---|
| 1983 | 2002/09/16: Thomas Bretz
|
|---|
| 1984 |
|
|---|
| 1985 | * manalysis/MCerPhotPix.cc:
|
|---|
| 1986 | - shortened output
|
|---|
| 1987 |
|
|---|
| 1988 | * mbase/MEvtLoop.cc:
|
|---|
| 1989 | - added a better progressbar support, if MReadTree or MReadMarsFile
|
|---|
| 1990 | exists in the Tasklist
|
|---|
| 1991 |
|
|---|
| 1992 | * mbase/MTaskList.cc:
|
|---|
| 1993 | - fixed a bug which caused MParList::Reset not to be called anymore
|
|---|
| 1994 | as soon as kCONTINUE was called once.
|
|---|
| 1995 |
|
|---|
| 1996 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 1997 | - added AddFiles member function
|
|---|
| 1998 |
|
|---|
| 1999 | * mmain/MProgressBar.[h,cc]:
|
|---|
| 2000 | - added as a simple Progress meter for eventloops
|
|---|
| 2001 |
|
|---|
| 2002 | * mmain/Makefile, mmain/MainLinkDef.h:
|
|---|
| 2003 | - added MProgressBar
|
|---|
| 2004 |
|
|---|
| 2005 | * manalysis/MHillas.cc:
|
|---|
| 2006 | - removed warning in case of no photons. problems with Thomas' files.
|
|---|
| 2007 |
|
|---|
| 2008 | * mbase/Makefile:
|
|---|
| 2009 | - added mfileio
|
|---|
| 2010 |
|
|---|
| 2011 |
|
|---|
| 2012 |
|
|---|
| 2013 | 2002/09/16: Thomas Bretz
|
|---|
| 2014 |
|
|---|
| 2015 | * macros/rootlogon.C:
|
|---|
| 2016 | - added SetMakeSharedLib to make it work correctly on linux
|
|---|
| 2017 |
|
|---|
| 2018 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 2019 | - added MEnergyEstParam
|
|---|
| 2020 | - added MMatrixLoop
|
|---|
| 2021 |
|
|---|
| 2022 | * manalysis/MEnergyEstParam.[h,cc], manalysis/MMatrixLoop.[h,cc]:
|
|---|
| 2023 | - added
|
|---|
| 2024 |
|
|---|
| 2025 | * manalysis/MEnergyEst.h:
|
|---|
| 2026 | - added fImpact provisionally
|
|---|
| 2027 | - changed to 'no-storage'
|
|---|
| 2028 |
|
|---|
| 2029 | * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
|
|---|
| 2030 | manalysis/MHillasSrc.[h,cc]:
|
|---|
| 2031 | - added set function to support Thomas Schweitzers Image files
|
|---|
| 2032 |
|
|---|
| 2033 | * mbase/MFilter.cc:
|
|---|
| 2034 | - small changes to output
|
|---|
| 2035 |
|
|---|
| 2036 | * mbase/MLog.[h,cc]:
|
|---|
| 2037 | - added IsNull to switch off output completely
|
|---|
| 2038 |
|
|---|
| 2039 | * mbase/MParList.[h,cc]:
|
|---|
| 2040 | - added Remove function
|
|---|
| 2041 | - added IsOwner function
|
|---|
| 2042 | - changes to SavePrimitive
|
|---|
| 2043 | - kDoNotReset-support
|
|---|
| 2044 |
|
|---|
| 2045 | * mbase/MTaskList.cc:
|
|---|
| 2046 | - make sure, that in sub-tasklist the parameterlist isn't reset
|
|---|
| 2047 |
|
|---|
| 2048 | * mdata/MDataLinkDef.h, mdata/Makefile:
|
|---|
| 2049 | - added MDataElement
|
|---|
| 2050 | - added mhist-path
|
|---|
| 2051 |
|
|---|
| 2052 | * mdata/MDataChain.[h,cc]:
|
|---|
| 2053 | - added support for MDataElement
|
|---|
| 2054 |
|
|---|
| 2055 | * mhist/MH3.[h,cc]:
|
|---|
| 2056 | - added enums for log-scale
|
|---|
| 2057 | - set logscale automatic when drawing
|
|---|
| 2058 | - added 'only' option to draw functions
|
|---|
| 2059 | - set colors when 'col' option is given
|
|---|
| 2060 |
|
|---|
| 2061 | * mhist/MHHillas.cc:
|
|---|
| 2062 | - better hist range for fCenter
|
|---|
| 2063 |
|
|---|
| 2064 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 2065 | - made default name and title a static class member
|
|---|
| 2066 | - changed AddColumn now returning the new comlumn index
|
|---|
| 2067 | - added Fill to fill Matrix from file
|
|---|
| 2068 | - added locking
|
|---|
| 2069 | - added IsValid
|
|---|
| 2070 | - added GetNumRows
|
|---|
| 2071 | - added SetNumRow
|
|---|
| 2072 | - added []-operator
|
|---|
| 2073 | - added GetNumRow
|
|---|
| 2074 |
|
|---|
| 2075 | * mhist/MHStarMap.cc:
|
|---|
| 2076 | - fixed some comments
|
|---|
| 2077 |
|
|---|
| 2078 | * mbase/MEvtLoop.[h,cc], MParContainer.[h,cc]:
|
|---|
| 2079 | - added support for writing two or more Evtloops into one macro
|
|---|
| 2080 |
|
|---|
| 2081 |
|
|---|
| 2082 |
|
|---|
| 2083 | 2002/09/02: Thomas Bretz
|
|---|
| 2084 |
|
|---|
| 2085 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 2086 | - added GetIndexdOfSortedColumn
|
|---|
| 2087 | - added SortMatrixByColumn
|
|---|
| 2088 |
|
|---|
| 2089 | * mhist/HistIncl.h:
|
|---|
| 2090 | - added TArrayI.h (for MHMatrix.h)
|
|---|
| 2091 |
|
|---|
| 2092 |
|
|---|
| 2093 |
|
|---|
| 2094 | 2002/08/19: Thomas Bretz
|
|---|
| 2095 |
|
|---|
| 2096 | * mhist/MHillasExt.cc:
|
|---|
| 2097 | - removed a wrong 2 in the calculation of fAsym
|
|---|
| 2098 |
|
|---|
| 2099 |
|
|---|
| 2100 |
|
|---|
| 2101 | 2002/08/16: Thomas Bretz
|
|---|
| 2102 |
|
|---|
| 2103 | * mhist/MFillH.cc:
|
|---|
| 2104 | - if not title is given create a default title from the names
|
|---|
| 2105 |
|
|---|
| 2106 | * mhist/MHHillas.cc, mhist/MHHillasExt.cc:
|
|---|
| 2107 | - use the new MH::Draw[Copy] function
|
|---|
| 2108 | - added names to the histograms in MHHillasExt
|
|---|
| 2109 |
|
|---|
| 2110 | * manalysis/MCerPhotPix.h:
|
|---|
| 2111 | - unimportant change
|
|---|
| 2112 |
|
|---|
| 2113 | * manalysis/MImgCleanStd.cc:
|
|---|
| 2114 | - added comment
|
|---|
| 2115 |
|
|---|
| 2116 | * mhist/MH.[h,cc]:
|
|---|
| 2117 | - added function to draw two histograms in one pad with
|
|---|
| 2118 | a layout of two stat boxes and a legend: Draw[Copy]
|
|---|
| 2119 | - added comments
|
|---|
| 2120 | - added another sanity check in SetBinning(TH1*,TH1*)
|
|---|
| 2121 |
|
|---|
| 2122 |
|
|---|
| 2123 |
|
|---|
| 2124 | 2002/08/14: Thomas Bretz
|
|---|
| 2125 |
|
|---|
| 2126 | * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
|
|---|
| 2127 | - added second argument to PrintStatistics
|
|---|
| 2128 |
|
|---|
| 2129 |
|
|---|
| 2130 |
|
|---|
| 2131 |
|
|---|
| 2132 |
|
|---|
| 2133 | 2002/08/12: Thomas Bretz
|
|---|
| 2134 |
|
|---|
| 2135 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 2136 | - fixed a typo in the SetUseCentralPixel
|
|---|
| 2137 | - only use pixels without starlight for interpolation
|
|---|
| 2138 |
|
|---|
| 2139 |
|
|---|
| 2140 |
|
|---|
| 2141 | 2002/08/09: Thomas Bretz
|
|---|
| 2142 |
|
|---|
| 2143 | * mbase/MIter.[h,cc]:
|
|---|
| 2144 | - added
|
|---|
| 2145 |
|
|---|
| 2146 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 2147 | - added MIter
|
|---|
| 2148 |
|
|---|
| 2149 | * mdata/MDataChain.cc:
|
|---|
| 2150 | - added sanity check in StreamPrimitive
|
|---|
| 2151 |
|
|---|
| 2152 | * mfilter/MF.[h,cc]:
|
|---|
| 2153 | - fixed StreamPrimitive
|
|---|
| 2154 | - don'w stream standard name and title.
|
|---|
| 2155 | - added default constructor
|
|---|
| 2156 |
|
|---|
| 2157 | * mfilter/MFDataMeber.cc:
|
|---|
| 2158 | - strip spces from value before returning GetRule
|
|---|
| 2159 |
|
|---|
| 2160 | * mfilter/MFilterList.[h,cc]:
|
|---|
| 2161 | - fixed StreamPrimitive
|
|---|
| 2162 | - don't stream standard name and title.
|
|---|
| 2163 |
|
|---|
| 2164 |
|
|---|
| 2165 |
|
|---|
| 2166 | 2002/08/08: Thomas Bretz
|
|---|
| 2167 |
|
|---|
| 2168 | * manalysis/MHillasSrc.cc:
|
|---|
| 2169 | - use double dist instead of single fDist for calculation
|
|---|
| 2170 |
|
|---|
| 2171 | * manalysis/MMultiDimDistCalc.[h,cc]:
|
|---|
| 2172 | - added support for the kernel method
|
|---|
| 2173 | - added stream primitive
|
|---|
| 2174 | - changed version number to 1
|
|---|
| 2175 | - adapted to new MHMatrix (using MDataArray)
|
|---|
| 2176 |
|
|---|
| 2177 | * mdata/MDataArray.[h,cc]:
|
|---|
| 2178 | - added
|
|---|
| 2179 |
|
|---|
| 2180 | * mdata/DataLinkDef.h, madata/Makefile:
|
|---|
| 2181 | - added MDataArray
|
|---|
| 2182 |
|
|---|
| 2183 | * mfileio/MWriteRootFile.cc:
|
|---|
| 2184 | - fixed some bugs in StreamPrimitive
|
|---|
| 2185 | - StreamPrimtive doesn't write the default name/title anymore
|
|---|
| 2186 |
|
|---|
| 2187 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 2188 | - replaced the Arrays for the rules by a MDataArray
|
|---|
| 2189 | - implemented StreamPrimitive
|
|---|
| 2190 | - implement the use of the kernel function for num<0
|
|---|
| 2191 | - multiply fM2 by nevts-1
|
|---|
| 2192 | - added sanity check in case of dists[i]<0
|
|---|
| 2193 |
|
|---|
| 2194 | * mhist/MHHillas.[h,cc]:
|
|---|
| 2195 | - added fUsedPix, fCorePix
|
|---|
| 2196 | - added fUsedPix, fCorePix to plots
|
|---|
| 2197 | - changed layout of plots
|
|---|
| 2198 | - changed name and title of MakeDefCanvas
|
|---|
| 2199 |
|
|---|
| 2200 | * mhist/MHHillasSrc.[h,cc]:
|
|---|
| 2201 | - changed plot of Alpha from fabs(fAlpha) to fAlpha
|
|---|
| 2202 | - changed name and title of MakeDefCanvas
|
|---|
| 2203 |
|
|---|
| 2204 | * mhist/MHillasExt.[h,cc]:
|
|---|
| 2205 | - changed layout of plots
|
|---|
| 2206 | - changed name and title of MakeDefCanvas
|
|---|
| 2207 | - made independant of MHillas
|
|---|
| 2208 | - exchanged the usage of the Fill-argument (MHillasExt) and the
|
|---|
| 2209 | stored pointer (MHillasSrc)
|
|---|
| 2210 | - changed the default binning of asym to be symmetric
|
|---|
| 2211 |
|
|---|
| 2212 | * mbase/MTask.cc:
|
|---|
| 2213 | - fixed wrong streaming of filter name
|
|---|
| 2214 |
|
|---|
| 2215 | * macros/starplot.C:
|
|---|
| 2216 | - added
|
|---|
| 2217 |
|
|---|
| 2218 | * macros/dohtml.C:
|
|---|
| 2219 | - added starplot.C
|
|---|
| 2220 |
|
|---|
| 2221 | * macros/MagicHillas.C, macros/CT1Hillas.C:
|
|---|
| 2222 | - changed to use new stylish Hillas Histograms
|
|---|
| 2223 |
|
|---|
| 2224 | * macros/star.C:
|
|---|
| 2225 | - changed to interpolate pixels around hot spots
|
|---|
| 2226 | - write Sourcs and AntoSource to RunHeaders
|
|---|
| 2227 |
|
|---|
| 2228 |
|
|---|
| 2229 |
|
|---|
| 2230 | 2002/08/07: Thomas Bretz
|
|---|
| 2231 |
|
|---|
| 2232 | * macros/dohtml.C:
|
|---|
| 2233 | - added missing paths
|
|---|
| 2234 |
|
|---|
| 2235 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 2236 | - replaced booleans by fFlags
|
|---|
| 2237 | - added StreamPrimitive
|
|---|
| 2238 | - changed version number to 1
|
|---|
| 2239 |
|
|---|
| 2240 | * manalysis/MHillasSrcCalc.[h,cc]:
|
|---|
| 2241 | - added correct initializations for the pointers
|
|---|
| 2242 | - made the pointers persistent
|
|---|
| 2243 |
|
|---|
| 2244 | * manalysis/MImgCleanStd.cc, manalysis/MSrcPosCam.cc,
|
|---|
| 2245 | mfileio/MWriteRootFile.cc:
|
|---|
| 2246 | - don't stream name and title if not necessary
|
|---|
| 2247 |
|
|---|
| 2248 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 2249 | - added some output
|
|---|
| 2250 | - added print function
|
|---|
| 2251 | - added gListOfPrimitives to delete BIT(15) of streamed containers
|
|---|
| 2252 | - Added default argument for Read and Write
|
|---|
| 2253 |
|
|---|
| 2254 | * mbase/MParContainer.cc:
|
|---|
| 2255 | - added usage of gListOfPrimitives
|
|---|
| 2256 |
|
|---|
| 2257 | * mbase/MParList.cc, mbase/MTaskList.cc, mhist/MBinning.cc:
|
|---|
| 2258 | - fixed a bug when only the title is different from the default
|
|---|
| 2259 |
|
|---|
| 2260 | * mhist/MHHillas.cc:
|
|---|
| 2261 | - fixed the wrong usage of ApplyBinning for the 2D-Hist fCenter
|
|---|
| 2262 |
|
|---|
| 2263 |
|
|---|
| 2264 |
|
|---|
| 2265 | 2002/08/06: Thomas Bretz
|
|---|
| 2266 |
|
|---|
| 2267 | * mhist/MHHillas.cc:
|
|---|
| 2268 | - fixed setting of binning for fCamera
|
|---|
| 2269 |
|
|---|
| 2270 | * mhist/MH.cc, mhist/MBinning.cc:
|
|---|
| 2271 | - added sanity check in ApplyBinning and Apply
|
|---|
| 2272 |
|
|---|
| 2273 | * mbase/MFilterList.[h,cc]:
|
|---|
| 2274 | - moved to mfilter
|
|---|
| 2275 |
|
|---|
| 2276 | * mbase/Makefile, mbase/BaseLinkDef.h,
|
|---|
| 2277 | mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 2278 | - changed accordingly
|
|---|
| 2279 |
|
|---|
| 2280 |
|
|---|
| 2281 |
|
|---|
| 2282 | 2002/08/05: Thomas Bretz
|
|---|
| 2283 |
|
|---|
| 2284 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 2285 | - added a warning in case of duplicate names in the lists
|
|---|
| 2286 | - added orresponding member functions (HasDuplicateNames)
|
|---|
| 2287 | - added some sanity checks, checking for an open file
|
|---|
| 2288 |
|
|---|
| 2289 | * mbase/MFilter.[h,cc]:
|
|---|
| 2290 | - added GetRule virtual member function
|
|---|
| 2291 |
|
|---|
| 2292 | * mbase/MFilterList.[h,cc]:
|
|---|
| 2293 | - added GetRule
|
|---|
| 2294 | - added StreamPrimitive
|
|---|
| 2295 | - added name and title to the constructor
|
|---|
| 2296 | - set version number to 1
|
|---|
| 2297 |
|
|---|
| 2298 | * mbase/MTask.h:
|
|---|
| 2299 | - removed const qualifiers from fFilter (seems, that the root io
|
|---|
| 2300 | doesn't like it)
|
|---|
| 2301 |
|
|---|
| 2302 | * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataMember.[h,cc],
|
|---|
| 2303 | mdata/MDataValue.[h,cc]:
|
|---|
| 2304 | - set class version to 1
|
|---|
| 2305 | - added default constructor if missing
|
|---|
| 2306 | - added fDataMember to MDataMember (formaly fName isn't stored)
|
|---|
| 2307 |
|
|---|
| 2308 | * mfilter/MF.[h,cc], mfilter/MFAlpha.[h,cc], mfilter/MFDataMember.[h,cc],
|
|---|
| 2309 | mfilter/MFParticleId.[h,cc], mfilter/MFTriggerLvl1.[h,cc]:
|
|---|
| 2310 | - added StreamPrimitive
|
|---|
| 2311 | - removed const qualifiers from data members
|
|---|
| 2312 | - added the "!" to the data member storing the result
|
|---|
| 2313 | - added GetRule
|
|---|
| 2314 |
|
|---|
| 2315 | * mhist/MFillH.[h,cc]:
|
|---|
| 2316 | - fixed some small bugs in StreamPrimitive
|
|---|
| 2317 |
|
|---|
| 2318 | * mhist/MH3.[h,cc]:
|
|---|
| 2319 | - added the missing const-qualifier of StreamPrimitive
|
|---|
| 2320 |
|
|---|
| 2321 | * mbase/MParContainer.[h,cc]:
|
|---|
| 2322 | - implemented setting a unique id in SavePrimitive
|
|---|
| 2323 | - imnplemented GetUniqueID
|
|---|
| 2324 |
|
|---|
| 2325 | * manalysis/MHillasSrcCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 2326 | manalysis/MSrcPosCam.cc, mbase/MEvtLoop.cc, mbase/MParList.cc,
|
|---|
| 2327 | mbase/MTaskList.cc, mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
|
|---|
| 2328 | mhist/MF.cc, mfilter/MFAlpha.cc, mfilter/MFDataMember.cc,
|
|---|
| 2329 | mfilter/MFParticleId.cc, mfilter/MFTriggerLvl1.cc, mhist/MBinning.cc,
|
|---|
| 2330 | mhist/MFillH.cc, mhist/MH3.cc:
|
|---|
| 2331 | - changed the 'instance' name to the UniqueName
|
|---|
| 2332 | - in some files: implemented a static constant name and title, which
|
|---|
| 2333 | is used to descide whether the name and/or title should be stream
|
|---|
| 2334 | in the constructor-call in StreamPrimitive
|
|---|
| 2335 |
|
|---|
| 2336 |
|
|---|
| 2337 |
|
|---|
| 2338 | 2002/08/06: Wolfgang Wittek
|
|---|
| 2339 |
|
|---|
| 2340 | * mbase/MTask.cc:
|
|---|
| 2341 | - redefinition of default argument in MTask::SavePrimitive removed
|
|---|
| 2342 |
|
|---|
| 2343 |
|
|---|
| 2344 |
|
|---|
| 2345 | 2002/08/02: Thomas Bretz
|
|---|
| 2346 |
|
|---|
| 2347 | * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.cc,
|
|---|
| 2348 | manalysis/MSrcPosCam.cc, mbase/MParContainer.[h,cc],
|
|---|
| 2349 | mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc, mhist/MBinning.cc:
|
|---|
| 2350 | - added comments
|
|---|
| 2351 |
|
|---|
| 2352 | * manalysis/MSrcPosCam.cc, mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
|
|---|
| 2353 | - fixed a missing " in SavePrimitive
|
|---|
| 2354 |
|
|---|
| 2355 | * mbase/MTask.[h,cc], mhist/MBinning.[h,cc], mhist/MH3.[h,cc]:
|
|---|
| 2356 | - implemented SavePrimitive
|
|---|
| 2357 |
|
|---|
| 2358 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 2359 | - added MakeMacro
|
|---|
| 2360 | - added Read and Write
|
|---|
| 2361 |
|
|---|
| 2362 | * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
|
|---|
| 2363 | mbase/MTaskList.[h,cc]:
|
|---|
| 2364 | - added GetNames, SetNames virtual functions
|
|---|
| 2365 |
|
|---|
| 2366 | * mdata/MData.[h,cc], mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc],
|
|---|
| 2367 | mdata/MDataValue.[h,cc], mdata/MDataMember.[h,cc]:
|
|---|
| 2368 | - implemented GetRule
|
|---|
| 2369 | - move Code from Print to GetRule
|
|---|
| 2370 | - removed Print
|
|---|
| 2371 |
|
|---|
| 2372 | * mhist/MH3.[h,cc]:
|
|---|
| 2373 | - implemented default constructor
|
|---|
| 2374 |
|
|---|
| 2375 | * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
|
|---|
| 2376 | manalysis/MSrcPosCam.[h,cc], mbase/MParList.[h,cc], mbase/MTask.h,
|
|---|
| 2377 | mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
|
|---|
| 2378 | mfileio/MWriteRootFile.[h,cc], mhist/MBinning.[h,cc],
|
|---|
| 2379 | mhist/MFillH.[h,cc], mhist/MH3.[h,cc]:
|
|---|
| 2380 | - renamed SavePrimitive to StreamPrimitive
|
|---|
| 2381 | - implemented more accurate streaming
|
|---|
| 2382 | - removed some "//!" from the data members
|
|---|
| 2383 |
|
|---|
| 2384 | * mbase/MParContainer.[h,cc]:
|
|---|
| 2385 | - new virtual function StreamPrimitive
|
|---|
| 2386 | - implemented flag whether this container has been streamed already
|
|---|
| 2387 |
|
|---|
| 2388 | * mbase/MTask.[h,cc]:
|
|---|
| 2389 | - corrected streaming of primitive to stream filters correctly
|
|---|
| 2390 | - increased version number to 1
|
|---|
| 2391 |
|
|---|
| 2392 | * mhist/MBinning.[h,cc]:
|
|---|
| 2393 | - move SetEdges and SetEdgesLog to the source file
|
|---|
| 2394 | - implemented a flag telling something about the type of the binning
|
|---|
| 2395 |
|
|---|
| 2396 |
|
|---|
| 2397 |
|
|---|
| 2398 | 2002/08/01: Thomas Bretz
|
|---|
| 2399 |
|
|---|
| 2400 | * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
|
|---|
| 2401 | manalysis/MSrcPosCam.[h,cc], mbase/MEvtLoop.[h,cc],
|
|---|
| 2402 | mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
|
|---|
| 2403 | mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
|
|---|
| 2404 | mfileio/MWriteRootFile.[h,cc], mhist/MFillH.[h,cc]:
|
|---|
| 2405 | - added SavePrimitive
|
|---|
| 2406 |
|
|---|
| 2407 | * mbase/MEvtLoop.h, mbase/MParList.h, mbase/MTaskList.h,
|
|---|
| 2408 | mfileio/MReadMarsFile.h, mfileio/MReadTree.h,
|
|---|
| 2409 | mfileio/MWriteRootFile.h, mhist/MFillH.h:
|
|---|
| 2410 | - changed from ClassVersion 0 to ClassVersion 1
|
|---|
| 2411 |
|
|---|
| 2412 | * mfileio/FileIOLinkDef.h:
|
|---|
| 2413 | - added MChain
|
|---|
| 2414 |
|
|---|
| 2415 | * mfileio/MReadMarsFile.cc, mfileio/MReadTree.cc,
|
|---|
| 2416 | mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
|
|---|
| 2417 | - added default constructor
|
|---|
| 2418 |
|
|---|
| 2419 | * mfileio/MReadTree.cc:
|
|---|
| 2420 | - moved MChain to its own file
|
|---|
| 2421 |
|
|---|
| 2422 | * mfileio/MWriteRootFile.cc:
|
|---|
| 2423 | - added default constructor to MRootFileBranch
|
|---|
| 2424 | - changed Version number from 0 to 1
|
|---|
| 2425 |
|
|---|
| 2426 | * mfileio/Makefile, mfileio/FileIOLinkDef.h:
|
|---|
| 2427 | - MChain added
|
|---|
| 2428 |
|
|---|
| 2429 | * mfileio/MChain.[h,cc]:
|
|---|
| 2430 | - added (from MReadTree.cc)
|
|---|
| 2431 |
|
|---|
| 2432 | * manalysis/MHillas.[h,cc]:
|
|---|
| 2433 | - don't draw ellipse if values are invalid
|
|---|
| 2434 | - add used and core pixels to Print-output
|
|---|
| 2435 |
|
|---|
| 2436 | * manalysis/MHillasExt.cc:
|
|---|
| 2437 | - reordered some comments
|
|---|
| 2438 |
|
|---|
| 2439 | * mdata/MDataChain.[h,cc]:
|
|---|
| 2440 | - fixed a bug causing usage of '-' sometime not to work
|
|---|
| 2441 | - added handling of '+' sign
|
|---|
| 2442 |
|
|---|
| 2443 | * mfileio/MReadTree.h:
|
|---|
| 2444 | - changed some comments
|
|---|
| 2445 |
|
|---|
| 2446 | * mhist/MBinning.[h,cc]:
|
|---|
| 2447 | - added Apply
|
|---|
| 2448 |
|
|---|
| 2449 | * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
|
|---|
| 2450 | mhist/MHHillasExt.[h,cc]:
|
|---|
| 2451 | - added default binning (usefull for the Magic Camera)
|
|---|
| 2452 | - some changes to the layout
|
|---|
| 2453 | - added support for the sign in MHHillasExt
|
|---|
| 2454 |
|
|---|
| 2455 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 2456 | - added the possibility to use the interpolation of the
|
|---|
| 2457 | surrounding pixels
|
|---|
| 2458 | - clean the array with the blind pixel IDs at any ReInit
|
|---|
| 2459 |
|
|---|
| 2460 | * manalysis/MBlindPixels.h:
|
|---|
| 2461 | - IsBlind now checks also for the validity of the array
|
|---|
| 2462 |
|
|---|
| 2463 | * manalysis/MCerPhotPix.h:
|
|---|
| 2464 | - added Set-function
|
|---|
| 2465 |
|
|---|
| 2466 | * manalysis/MHillas.cc:
|
|---|
| 2467 | - Don't ouput a warning if fSize==0 or fNumUsedPixels<0
|
|---|
| 2468 | (happens too often)
|
|---|
| 2469 |
|
|---|
| 2470 | * manalysis/MCameraSmooth.[h,cc]:
|
|---|
| 2471 | - added
|
|---|
| 2472 |
|
|---|
| 2473 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 2474 | - added MCameraSmooth
|
|---|
| 2475 |
|
|---|
| 2476 |
|
|---|
| 2477 |
|
|---|
| 2478 | 2002/07/31: Thomas Bretz
|
|---|
| 2479 |
|
|---|
| 2480 | * mgeom/MGeomPix.[h,cc]:
|
|---|
| 2481 | - added bits to flag pixel sin the two most outer rings
|
|---|
| 2482 | - added IsInOutermostRing and IsInOuterRing member function
|
|---|
| 2483 | - added CheckOuterRing mebmber function
|
|---|
| 2484 | - set the bit for the most outer ring in the member function to
|
|---|
| 2485 | initialize the next neighbors.
|
|---|
| 2486 |
|
|---|
| 2487 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 2488 | - added InitOuterRing to initialize the bits for the secendmost
|
|---|
| 2489 | outer ring
|
|---|
| 2490 |
|
|---|
| 2491 | * mgeom/MGeomCamMagic.cc:
|
|---|
| 2492 | - Call InitOuterRing
|
|---|
| 2493 |
|
|---|
| 2494 | * manalysis/MHillasExt.[h,cc]:
|
|---|
| 2495 | - removed AsciiRead member function
|
|---|
| 2496 | - reset fConc/fConc1 to -1 instead of 0
|
|---|
| 2497 | - replaced float by Float_t
|
|---|
| 2498 | - replaced Float_t for m3x/y, dzx and dzy by Double_t
|
|---|
| 2499 | - replaced maxpixx and maxpixy by maxpixid
|
|---|
| 2500 | - added somew new calculations (still in comments)
|
|---|
| 2501 | - scaled nphot by the ratio of the area of the current pixel to
|
|---|
| 2502 | the pixel with id zero to make a fair comparison in the maxpix
|
|---|
| 2503 | findinng
|
|---|
| 2504 |
|
|---|
| 2505 | * manalysis/MSrcPosCam.[h,cc]:
|
|---|
| 2506 | - removed AsciiRead/Write member function
|
|---|
| 2507 |
|
|---|
| 2508 | * manalysis/MImgCleanStd.cc:
|
|---|
| 2509 | - changed ispixused array size from max to max+1
|
|---|
| 2510 |
|
|---|
| 2511 | * macros/MagicHillas.C:
|
|---|
| 2512 | - use the default binning of the histograms
|
|---|
| 2513 |
|
|---|
| 2514 | * mhist/MH.[h,cc]:
|
|---|
| 2515 | - changed argument of SetBinning from TArrayD* to TArrayD&
|
|---|
| 2516 | - added ScaleArray
|
|---|
| 2517 | - added ScaleAxis
|
|---|
| 2518 | - proved that ScaleAxis is really working
|
|---|
| 2519 | - Added ApplyBinning
|
|---|
| 2520 |
|
|---|
| 2521 | * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
|---|
| 2522 | - corrected the default binning
|
|---|
| 2523 | - take use of MH::ApplyBinning
|
|---|
| 2524 | - don't stop execution if no binning was found (take default)
|
|---|
| 2525 | - made sure, that rescaling of the axis is working properly
|
|---|
| 2526 |
|
|---|
| 2527 |
|
|---|
| 2528 |
|
|---|
| 2529 | 2002/07/29: Thomas Bretz
|
|---|
| 2530 |
|
|---|
| 2531 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 2532 | - changed ispixused from static size to dynamicly allocated size
|
|---|
| 2533 | (thanks to Markus Gaug)
|
|---|
| 2534 |
|
|---|
| 2535 |
|
|---|
| 2536 |
|
|---|
| 2537 | 2002/07/29: Thomas Bretz
|
|---|
| 2538 |
|
|---|
| 2539 | * mhist/MH.[h,cc]:
|
|---|
| 2540 | - added FindGoodLimits (taken from TTreePlayer)
|
|---|
| 2541 | - added GetMinimumGT
|
|---|
| 2542 |
|
|---|
| 2543 | * mbase/MAGIC.h:
|
|---|
| 2544 | - removed kPI (redefinition in TVector2.h)
|
|---|
| 2545 |
|
|---|
| 2546 | * mbase/BaseLinkDef.h:
|
|---|
| 2547 | - removed kPI (redefinition in TVector2.h)
|
|---|
| 2548 |
|
|---|
| 2549 |
|
|---|
| 2550 |
|
|---|
| 2551 | 2002/07/26: Abelardo Moralejo
|
|---|
| 2552 |
|
|---|
| 2553 | * mhist/MH.cc
|
|---|
| 2554 | - Fix: removed default arguments of ScaleAxis(...) (did not
|
|---|
| 2555 | compile on alphas).
|
|---|
| 2556 |
|
|---|
| 2557 |
|
|---|
| 2558 |
|
|---|
| 2559 | 2002/07/25: Abelardo Moralejo
|
|---|
| 2560 |
|
|---|
| 2561 | * manalysis/MCerPhotCalc2.[h,cc]:
|
|---|
| 2562 | - Changed fWeight into a TArrayF to make the class usable for
|
|---|
| 2563 | any number of FADC slices.
|
|---|
| 2564 | - added procedure SetDefaultWeights for initialization.
|
|---|
| 2565 |
|
|---|
| 2566 | * macros/MagicHillas.C:
|
|---|
| 2567 | - changed accordingly
|
|---|
| 2568 |
|
|---|
| 2569 |
|
|---|
| 2570 |
|
|---|
| 2571 | 2002/07/25: Wolfgang Wittek, Thomas Bretz
|
|---|
| 2572 |
|
|---|
| 2573 | * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
|---|
| 2574 | - added some more histograms showing the new parameters.
|
|---|
| 2575 |
|
|---|
| 2576 | * mhist/MH.[h,cc]:
|
|---|
| 2577 | - added ScaleAxis member functions
|
|---|
| 2578 |
|
|---|
| 2579 |
|
|---|
| 2580 |
|
|---|
| 2581 | 2002/07/25: Thomas Bretz
|
|---|
| 2582 |
|
|---|
| 2583 | * mtools, mtools/Makefile, mtools/ToolsLinkDef.h, mtools/ToolsIncl.h:
|
|---|
| 2584 | - added
|
|---|
| 2585 |
|
|---|
| 2586 | * mgeom, mgeom/Makefile, mgeom/GeomLinkDef.h, mgeom/GeomIncl.h:
|
|---|
| 2587 | - added
|
|---|
| 2588 |
|
|---|
| 2589 | * Makefile:
|
|---|
| 2590 | - mtools added
|
|---|
| 2591 | - mgeom added
|
|---|
| 2592 |
|
|---|
| 2593 | * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
|
|---|
| 2594 | mtools/MagicShow.[h,cc], mtools/MagicSnake.[h,cc]:
|
|---|
| 2595 | - added
|
|---|
| 2596 |
|
|---|
| 2597 | * mgui/MineSweeper.[h,cc]:
|
|---|
| 2598 | - moved to mtools
|
|---|
| 2599 |
|
|---|
| 2600 | * mgui/MGeom*.[h,cc]:
|
|---|
| 2601 | - moved to mgeom
|
|---|
| 2602 |
|
|---|
| 2603 | * mgeom/MGeomCamMagic.cc:
|
|---|
| 2604 | - corrected 48(!) wrong entries in the Next Neighbor table
|
|---|
| 2605 |
|
|---|
| 2606 | * mmain/Makefile, eventdisp/Makefile:
|
|---|
| 2607 | - added mgeom
|
|---|
| 2608 |
|
|---|
| 2609 | * mgui/Makefile, mgui/LinkDef.h, mhist/Makefile, manalysis/Makefile:
|
|---|
| 2610 | - removed MGeom* and MineSweeper
|
|---|
| 2611 |
|
|---|
| 2612 | * macros/rootlogon.C:
|
|---|
| 2613 | - added new include paths
|
|---|
| 2614 |
|
|---|
| 2615 | * manalysis/MCerPhotEvt.cc, mgeom/MGeomCam.cc:
|
|---|
| 2616 | - removed include of MHexagon
|
|---|
| 2617 |
|
|---|
| 2618 |
|
|---|
| 2619 |
|
|---|
| 2620 | 2002/07/23: Thomas Bretz
|
|---|
| 2621 |
|
|---|
| 2622 | * mgui/MineSweeper.cc, mgui/MCamDisplay.cc:
|
|---|
| 2623 | - fixed a bug which could caused the destructor of the created canvas
|
|---|
| 2624 | not to be called if the object was deleted.
|
|---|
| 2625 |
|
|---|
| 2626 | * mgui/MCamDisplay.h:
|
|---|
| 2627 | - some reordering
|
|---|
| 2628 |
|
|---|
| 2629 | * mgui/MHexagon.cc:
|
|---|
| 2630 | - return the correct distance to primitive
|
|---|
| 2631 | - do a sanity check in DistancetoPrimitive
|
|---|
| 2632 |
|
|---|
| 2633 | * mhist/HistLinkDef.h:
|
|---|
| 2634 | - added missing classes
|
|---|
| 2635 |
|
|---|
| 2636 |
|
|---|
| 2637 |
|
|---|
| 2638 | 2002/07/23: Wolfgang Wittek, Thomas Bretz
|
|---|
| 2639 |
|
|---|
| 2640 | * manalysis/MHillas.cc, manalysis/MHillasSrc.cc:
|
|---|
| 2641 | - replaced algorithms by the ones from the corresponding TDAS note
|
|---|
| 2642 | - made results of calculations (hopefully) more accurate
|
|---|
| 2643 | - added some output warnings and sanity checks
|
|---|
| 2644 | - changed the default parameters in the Reset function
|
|---|
| 2645 |
|
|---|
| 2646 | * manalysis/MHillasSrc.[h,cc]:
|
|---|
| 2647 | - added fCosDeltaAlpha
|
|---|
| 2648 | - made Calc returning a Bool_t
|
|---|
| 2649 |
|
|---|
| 2650 | * manalysis/MHillasSrcCalc.cc:
|
|---|
| 2651 | - make use of the return value of MHillasSrc::Calc
|
|---|
| 2652 |
|
|---|
| 2653 |
|
|---|
| 2654 |
|
|---|
| 2655 | 2002/07/22: Abelardo Moralejo
|
|---|
| 2656 |
|
|---|
| 2657 | * manalysis/MCerPhotCalc2.[h,cc]:
|
|---|
| 2658 | -added procedure SetWeights.
|
|---|
| 2659 |
|
|---|
| 2660 | * macros/MagicHillas.C:
|
|---|
| 2661 | -added example on how to use MCerPhotCalc2
|
|---|
| 2662 |
|
|---|
| 2663 |
|
|---|
| 2664 |
|
|---|
| 2665 | 2002/07/22: Thomas Bretz
|
|---|
| 2666 |
|
|---|
| 2667 | * mgui/MCamDisplay.cc:
|
|---|
| 2668 | - removed some unecessary includes
|
|---|
| 2669 | - replaced *fPixels by *this
|
|---|
| 2670 |
|
|---|
| 2671 | * mgui/MineSweeper.[h,cc]:
|
|---|
| 2672 | - added more comments
|
|---|
| 2673 | - removed some unnecessary includes
|
|---|
| 2674 | - replaced enum constants for colors by the root ones
|
|---|
| 2675 | - added gInterpreter->DeleteGlobal(this)
|
|---|
| 2676 | - removed the deletion of the self-allocated fDrawingPad
|
|---|
| 2677 | - added kUserBits, replacing kBitMask
|
|---|
| 2678 |
|
|---|
| 2679 |
|
|---|
| 2680 |
|
|---|
| 2681 | 2002/07/16: Thomas Bretz
|
|---|
| 2682 |
|
|---|
| 2683 | * macros/plot.C, macros/plot2.C, macros/star.C, macros/comprob.C:
|
|---|
| 2684 | - updated the comments in the macros
|
|---|
| 2685 |
|
|---|
| 2686 | * mgui/MHexagon.cc:
|
|---|
| 2687 | - added a sanity check in DistanceToPrimitive
|
|---|
| 2688 |
|
|---|
| 2689 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 2690 | - added DistanceToPrimitive
|
|---|
| 2691 | - declared virtual functions as virtual (easier to read in the Dox)
|
|---|
| 2692 |
|
|---|
| 2693 | * mfileio/MWriteAsciiFile.[h,cc]:
|
|---|
| 2694 | - renamed AddContainer and AddRule to AddColumn and AddColumns
|
|---|
| 2695 |
|
|---|
| 2696 | * macros/MagicHillas.C:
|
|---|
| 2697 | - adopted to new names of MWriteAsciiFile member functions
|
|---|
| 2698 |
|
|---|
| 2699 |
|
|---|
| 2700 |
|
|---|
| 2701 | 2002/07/16: Wolfgang Wittek
|
|---|
| 2702 |
|
|---|
| 2703 | * new
|
|---|
| 2704 | ---
|
|---|
| 2705 | mhist : MHEffOnTime (replaces MHEffOnTimeTime and
|
|---|
| 2706 | MHEffOnTimeTheta)
|
|---|
| 2707 | MHThetabarTheta (forgotten to comit last time)
|
|---|
| 2708 | MHThetabarTime (forgotten to comit last time)
|
|---|
| 2709 | MHGamma (makes the subtraction SRC-ASRC and
|
|---|
| 2710 | counts the events with alpha<alpha0)
|
|---|
| 2711 |
|
|---|
| 2712 | * modified
|
|---|
| 2713 | --------
|
|---|
| 2714 | Mars : Makefile.conf.general
|
|---|
| 2715 | Changelog
|
|---|
| 2716 |
|
|---|
| 2717 |
|
|---|
| 2718 | mhist : Makefile
|
|---|
| 2719 | HistLinkDef.h
|
|---|
| 2720 | MHFlux (performs the flux calculation)
|
|---|
| 2721 |
|
|---|
| 2722 | MHAlphaEnergyTheta (replace BinningAlpha by BinningAlphaFlux)
|
|---|
| 2723 | MHAlphaEnergyTime (replace BinningAlpha by BinningAlphaFlux)
|
|---|
| 2724 |
|
|---|
| 2725 | macros : flux.C (replace some code by MHGamma,
|
|---|
| 2726 | replace MHEffOnTimeTime and MHEffOnTimeTheta
|
|---|
| 2727 | by MHEffOnTime)
|
|---|
| 2728 |
|
|---|
| 2729 | * removed
|
|---|
| 2730 | -------
|
|---|
| 2731 | mhist : MHEffOnTimeTime
|
|---|
| 2732 | MHEffOnTimeTheta
|
|---|
| 2733 |
|
|---|
| 2734 |
|
|---|
| 2735 |
|
|---|
| 2736 | 2002/07/15: Abelardo Moralejo
|
|---|
| 2737 |
|
|---|
| 2738 | * manalysis/MCerPhotCalc2.[h,cc]
|
|---|
| 2739 | - converted fWeight into a static variable.
|
|---|
| 2740 |
|
|---|
| 2741 |
|
|---|
| 2742 |
|
|---|
| 2743 | 2002/07/11: Thomas Bretz
|
|---|
| 2744 |
|
|---|
| 2745 | * mgui/MGeomCamCT1.cc:
|
|---|
| 2746 | - fixed a bug in the NN-Table (127 doesn't exist, 126 missing)
|
|---|
| 2747 |
|
|---|
| 2748 | * mgui/MCamDisplay.cc:
|
|---|
| 2749 | - changed some gPad to fDrawingPad
|
|---|
| 2750 | - added kNoContextMenu and kCannotPick flags for the Primitives
|
|---|
| 2751 | - scaled the size of the pixel numbers text with the pixel radius
|
|---|
| 2752 |
|
|---|
| 2753 | * mgui/MineSweeper.[h,cc]:
|
|---|
| 2754 | - added
|
|---|
| 2755 |
|
|---|
| 2756 | * mgui/Makefile, mgui/GuiLinkDef.h:
|
|---|
| 2757 | - added MineSweeper
|
|---|
| 2758 |
|
|---|
| 2759 | * Makefile:
|
|---|
| 2760 | - added missing mfileio
|
|---|
| 2761 |
|
|---|
| 2762 |
|
|---|
| 2763 |
|
|---|
| 2764 | 2002/07/11: Abelardo Moralejo
|
|---|
| 2765 |
|
|---|
| 2766 | * manalysis/MCerPhotCalc2.[h,cc]
|
|---|
| 2767 | - new class to compute nphe weighting FADC slices.
|
|---|
| 2768 |
|
|---|
| 2769 |
|
|---|
| 2770 |
|
|---|
| 2771 | 2002/07/10: Oscar Blanch
|
|---|
| 2772 |
|
|---|
| 2773 | * manalysis/MCerPhotAnal.[h,cc]
|
|---|
| 2774 | - new class to compute nphe. First version.
|
|---|
| 2775 |
|
|---|
| 2776 |
|
|---|
| 2777 |
|
|---|
| 2778 | 2002/07/10: Abelardo Moralejo
|
|---|
| 2779 |
|
|---|
| 2780 | * macros/MagicHillas.C:
|
|---|
| 2781 | -added MMcEvt container to hillas.root output
|
|---|
| 2782 |
|
|---|
| 2783 |
|
|---|
| 2784 |
|
|---|
| 2785 | 2002/07/10: Thomas Bretz
|
|---|
| 2786 |
|
|---|
| 2787 | * mmain/Makefile:
|
|---|
| 2788 | - added -I../mfileio
|
|---|
| 2789 |
|
|---|
| 2790 | * manalysis/MCerPhotPix.h:
|
|---|
| 2791 | - renamed IsCorePixel to IsPixelCore
|
|---|
| 2792 | - renamed SetCorePixel to SetPixelCore
|
|---|
| 2793 |
|
|---|
| 2794 | * manalysis/MHillas.[h,cc]:
|
|---|
| 2795 | - added fNumCorePixel
|
|---|
| 2796 | - added fNumUsedPixel
|
|---|
| 2797 |
|
|---|
| 2798 | * manalysis/MImgCleanStd.cc, manalysis/MCerPhotEvt.cc:
|
|---|
| 2799 | - renamed IsCorePixel and SetCorePixel
|
|---|
| 2800 |
|
|---|
| 2801 |
|
|---|
| 2802 |
|
|---|
| 2803 | 2002/07/08: Thomas Bretz
|
|---|
| 2804 |
|
|---|
| 2805 | * macros/rootlogon.C:
|
|---|
| 2806 | - added include pathes for ACLIC
|
|---|
| 2807 |
|
|---|
| 2808 | * mfileio, mfileio/FileIOLinkDef.h, mfileio/FileIOIncl.h,
|
|---|
| 2809 | mfileio/Makefile:
|
|---|
| 2810 | - new directory
|
|---|
| 2811 |
|
|---|
| 2812 | * mbase/MWriteAsciiFile.[h,cc], mbase/MWriteRootFile.[h,cc],
|
|---|
| 2813 | mbase/MReadTree.[h,cc], mbase/MReadMarsFile.[h,cc],
|
|---|
| 2814 | manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 2815 | - moved to mfileio
|
|---|
| 2816 |
|
|---|
| 2817 | * mbase/Makefile, mbase/BaseLinkDef.h, mbase/BaseIncl.h,
|
|---|
| 2818 | manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
|---|
| 2819 | manalysis/AnalysisIncl.h, meventdisp/Makefile:
|
|---|
| 2820 | - changed accordingly
|
|---|
| 2821 |
|
|---|
| 2822 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 2823 | - cd to right canvas before drawing camera display
|
|---|
| 2824 |
|
|---|
| 2825 | * meventdisp/MGEvtDisplay.[h,cc]:
|
|---|
| 2826 | - added the "Geometry"-Tab
|
|---|
| 2827 | - added MC informations to gui
|
|---|
| 2828 |
|
|---|
| 2829 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 2830 | - added DrawPixelNumbers
|
|---|
| 2831 | - added buttons to change the palette online
|
|---|
| 2832 |
|
|---|
| 2833 | * mgui/MHexagon.h:
|
|---|
| 2834 | - added Getter functions
|
|---|
| 2835 |
|
|---|
| 2836 | * macros/MagicHillas.C:
|
|---|
| 2837 | - added read.DisableAutoScheme()
|
|---|
| 2838 |
|
|---|
| 2839 | * mhist/MH.[h,cc]:
|
|---|
| 2840 | - changed Fill to be non abstract anymore
|
|---|
| 2841 |
|
|---|
| 2842 |
|
|---|
| 2843 |
|
|---|
| 2844 | 2002/07/04: Abelardo Moralejo
|
|---|
| 2845 |
|
|---|
| 2846 | * macros/trigrate.C:
|
|---|
| 2847 | - Introduced some style improvements suggested by T. Bretz.
|
|---|
| 2848 |
|
|---|
| 2849 |
|
|---|
| 2850 |
|
|---|
| 2851 | 2002/07/04: Abelardo Moralejo
|
|---|
| 2852 |
|
|---|
| 2853 | * mmontecarlo/MMcTriggerRateCalc.h,cc:
|
|---|
| 2854 | - Now the dimension of fTrigger is set dynamically, to allow
|
|---|
| 2855 | the processing of files with an arbitrarily large number of
|
|---|
| 2856 | trigger conditions inside.
|
|---|
| 2857 |
|
|---|
| 2858 | * macros/trigrate.C:
|
|---|
| 2859 | - Adapted the macro to changes above, and added a third argument:
|
|---|
| 2860 | the name of a file containing pure NSB events from which the
|
|---|
| 2861 | accidental trigger rate is calculated. Previously, this had to
|
|---|
| 2862 | be introduced in the macro by hand by the user.
|
|---|
| 2863 |
|
|---|
| 2864 |
|
|---|
| 2865 |
|
|---|
| 2866 | 2002/06/14: Thomas Bretz
|
|---|
| 2867 |
|
|---|
| 2868 | * mhist/MBinning.cc:
|
|---|
| 2869 | - Initialize the binning with 10 edges from 0 to 1
|
|---|
| 2870 |
|
|---|
| 2871 |
|
|---|
| 2872 |
|
|---|
| 2873 | 2002/06/13: Thomas Bretz
|
|---|
| 2874 |
|
|---|
| 2875 | * mdata/MData.cc:
|
|---|
| 2876 | - changed ostream.h to ofstream.h to make it compile on alpha
|
|---|
| 2877 |
|
|---|
| 2878 |
|
|---|
| 2879 |
|
|---|
| 2880 | 2002/06/10: Thomas Bretz
|
|---|
| 2881 |
|
|---|
| 2882 | * mbase/MReadMarsFile.cc:
|
|---|
| 2883 | - changed name of fRun to ReadRunHeaders
|
|---|
| 2884 |
|
|---|
| 2885 | * mbase/MReadTree.cc:
|
|---|
| 2886 | - changed output to show name of class
|
|---|
| 2887 |
|
|---|
| 2888 | * macros/plot.C:
|
|---|
| 2889 | - added
|
|---|
| 2890 |
|
|---|
| 2891 | * macros/plot2.C:
|
|---|
| 2892 | - added
|
|---|
| 2893 |
|
|---|
| 2894 | * manalysis/MHillas.cc:
|
|---|
| 2895 | - changed atan2 to atan for fDelta
|
|---|
| 2896 |
|
|---|
| 2897 | * mbase/MAGIC.h, mbase/BaseLinkDef.h:
|
|---|
| 2898 | - changed definitions for Particle Id to enum
|
|---|
| 2899 |
|
|---|
| 2900 | * mbase/MGList.cc:
|
|---|
| 2901 | - IsA()->InheritsFrom() replaced with InheritsFrom()
|
|---|
| 2902 |
|
|---|
| 2903 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 2904 | - IsA()->InheritsFrom() replaced with InheritsFrom()
|
|---|
| 2905 | - removed some debug outputs
|
|---|
| 2906 |
|
|---|
| 2907 | * mbase/MDataChain.[h,cc]:
|
|---|
| 2908 | - implemented sign '-'
|
|---|
| 2909 |
|
|---|
| 2910 | * mhist/MH.h:
|
|---|
| 2911 | - changed default canvas size to 580x435
|
|---|
| 2912 |
|
|---|
| 2913 | * mhist/MHHadroness.cc:
|
|---|
| 2914 | - added some more output to Print
|
|---|
| 2915 |
|
|---|
| 2916 | * mhist/MHMatrix.h:
|
|---|
| 2917 | - changed some i,j to x,y
|
|---|
| 2918 | - removed fabs from distance calculation
|
|---|
| 2919 | - added sqrt to distance calculation
|
|---|
| 2920 |
|
|---|
| 2921 | * mmc/MMcEvt.cxx:
|
|---|
| 2922 | - changed output of Print
|
|---|
| 2923 |
|
|---|
| 2924 |
|
|---|
| 2925 |
|
|---|
| 2926 | 2002/06/06: Thomas Bretz
|
|---|
| 2927 |
|
|---|
| 2928 | * manalysis/MHillasSrc.cc:
|
|---|
| 2929 | - changed atan2 to atan for fAlpha
|
|---|
| 2930 |
|
|---|
| 2931 |
|
|---|
| 2932 |
|
|---|
| 2933 | 2002/06/05: Thomas Bretz
|
|---|
| 2934 |
|
|---|
| 2935 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 2936 | - changed the code completely to support rules (data chains), too.
|
|---|
| 2937 | the interface stayed the same.
|
|---|
| 2938 |
|
|---|
| 2939 | * mdata/MDataChain.cc, mhist/MHMatrix.cc:
|
|---|
| 2940 | - added math.h for alpha compilers
|
|---|
| 2941 |
|
|---|
| 2942 | * mbase/MParContainer.h:
|
|---|
| 2943 | - changes IsReadyToSave to const
|
|---|
| 2944 |
|
|---|
| 2945 | * mdata/MData.[h,cc]:
|
|---|
| 2946 | - added AsciiWrite
|
|---|
| 2947 |
|
|---|
| 2948 | * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataValue.h:
|
|---|
| 2949 | - added IsReadyToSave
|
|---|
| 2950 |
|
|---|
| 2951 | * mdata/MDataMember.[h,cc]:
|
|---|
| 2952 | - added a new constructor
|
|---|
| 2953 | - added IsReadyToSave
|
|---|
| 2954 |
|
|---|
| 2955 |
|
|---|
| 2956 |
|
|---|
| 2957 | 2002/06/04: Thomas Bretz
|
|---|
| 2958 |
|
|---|
| 2959 | * mhist/MHCompProb.[h,cc]:
|
|---|
| 2960 | - added
|
|---|
| 2961 |
|
|---|
| 2962 | * mhist/MHMatrix.cc:
|
|---|
| 2963 | - corrected some bugs in the algorithm to calculate the distance
|
|---|
| 2964 |
|
|---|
| 2965 | * mhist/Makefile:
|
|---|
| 2966 | - added -I../mmc
|
|---|
| 2967 |
|
|---|
| 2968 | * mbase/Makefile:
|
|---|
| 2969 | - added -I../mdata
|
|---|
| 2970 |
|
|---|
| 2971 | * mhist/MHHadroness.cc:
|
|---|
| 2972 | - some changes to the layout of the drawn histograms
|
|---|
| 2973 |
|
|---|
| 2974 |
|
|---|
| 2975 |
|
|---|
| 2976 | 2002/06/03: Thomas Bretz
|
|---|
| 2977 |
|
|---|
| 2978 | * mhist/MHCompProb.[h,cc]:
|
|---|
| 2979 | - added
|
|---|
| 2980 |
|
|---|
| 2981 | * mhist/MHHadroness.[h,cc]:
|
|---|
| 2982 | - added
|
|---|
| 2983 |
|
|---|
| 2984 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 2985 | - added MHCompProb
|
|---|
| 2986 | - added MHHadroness
|
|---|
| 2987 |
|
|---|
| 2988 | * mhist/MFillH.cc:
|
|---|
| 2989 | - added a info-output
|
|---|
| 2990 |
|
|---|
| 2991 | * mhist/MH3.cc:
|
|---|
| 2992 | - excluded temporary profiles from directory
|
|---|
| 2993 |
|
|---|
| 2994 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 2995 | - added code to calculate multi-dimensional distances
|
|---|
| 2996 | - added comments
|
|---|
| 2997 |
|
|---|
| 2998 | * mbase/MAGIC.h:
|
|---|
| 2999 | - changed kGAMMA to 1
|
|---|
| 3000 |
|
|---|
| 3001 | * mbase/MParList.[h,cc]:
|
|---|
| 3002 | - added Replace-function
|
|---|
| 3003 |
|
|---|
| 3004 | * mbase/MReadMarsFile.[h,cc]:
|
|---|
| 3005 | - added correct seeking for the run headers
|
|---|
| 3006 |
|
|---|
| 3007 | * mbase/MReadTree.[h,cc]:
|
|---|
| 3008 | - added GetFileIndex()
|
|---|
| 3009 |
|
|---|
| 3010 | * mbase/MTaskList.cc:
|
|---|
| 3011 | - changed fTasksProcess.Delete() to fTasksProcess.Clear()
|
|---|
| 3012 |
|
|---|
| 3013 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 3014 | - added some code for future usage (in comments)
|
|---|
| 3015 |
|
|---|
| 3016 | * mbase/MLogo.[h,cc]:
|
|---|
| 3017 | - added (not in use)
|
|---|
| 3018 |
|
|---|
| 3019 | * mfilter/MFParticleId.[h,cc]:
|
|---|
| 3020 | - added
|
|---|
| 3021 |
|
|---|
| 3022 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 3023 | - added MFParticleId
|
|---|
| 3024 |
|
|---|
| 3025 | * manalysis/MHadroness.[h,cc]:
|
|---|
| 3026 | - added
|
|---|
| 3027 |
|
|---|
| 3028 | * manalysis/MCompProbCalc.[h,cc]:
|
|---|
| 3029 | - added
|
|---|
| 3030 |
|
|---|
| 3031 | * manalysis/MMultiDimDistCalc.[h,cc]:
|
|---|
| 3032 | - added
|
|---|
| 3033 |
|
|---|
| 3034 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 3035 | - added MHadroness
|
|---|
| 3036 | - added MCompProbCalc
|
|---|
| 3037 | - added MMultiDimDistCalc
|
|---|
| 3038 |
|
|---|
| 3039 | * manalysis/Makefile:
|
|---|
| 3040 | - added ../mdata
|
|---|
| 3041 | - added ../mhist
|
|---|
| 3042 |
|
|---|
| 3043 | * macros/star.C:
|
|---|
| 3044 | - added
|
|---|
| 3045 |
|
|---|
| 3046 | * macros/comprob.C:
|
|---|
| 3047 | - added
|
|---|
| 3048 |
|
|---|
| 3049 | * macros/multidimdist.C:
|
|---|
| 3050 | - added
|
|---|
| 3051 |
|
|---|
| 3052 | * macros/dohtml.C:
|
|---|
| 3053 | - added star.C
|
|---|
| 3054 | - added comprob.C
|
|---|
| 3055 | - added multidimdist.C
|
|---|
| 3056 |
|
|---|
| 3057 | * mdata/MData.h:
|
|---|
| 3058 | - added ()-operator
|
|---|
| 3059 |
|
|---|
| 3060 | * mdata/MDataList.cc:
|
|---|
| 3061 | - removed 'all' modifier in Print-statement
|
|---|
| 3062 |
|
|---|
| 3063 | * mdata/MDataChain.[h,cc]:
|
|---|
| 3064 | - added default constructor
|
|---|
| 3065 |
|
|---|
| 3066 | * mdata/MReadTree.cc:
|
|---|
| 3067 | - fixed a root bug for root versions<3.03/00 (the open file in
|
|---|
| 3068 | the TChain was not deleted (closed))
|
|---|
| 3069 |
|
|---|
| 3070 | * mbase/MReadMarsFile.[h,cc]:
|
|---|
| 3071 | - store parlist instead of tasklist
|
|---|
| 3072 | - check for run types between files
|
|---|
| 3073 | - check for used reflector version (because of a bug in the program)
|
|---|
| 3074 |
|
|---|
| 3075 | * mmc/MMcRunheader.hxx:
|
|---|
| 3076 | - added GetReflVersion()
|
|---|
| 3077 |
|
|---|
| 3078 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 3079 | - changed particle Id numbers to predefined constants
|
|---|
| 3080 |
|
|---|
| 3081 |
|
|---|
| 3082 |
|
|---|
| 3083 | 2002/05/29: Thomas Bretz
|
|---|
| 3084 |
|
|---|
| 3085 | * mhist/MHMatrix.[h,cc]:
|
|---|
| 3086 | - added
|
|---|
| 3087 |
|
|---|
| 3088 | * mhist/HistLinkDef.h, mhist/Makefile
|
|---|
| 3089 | - added MHMatrix
|
|---|
| 3090 |
|
|---|
| 3091 | * mhist/MH.h:
|
|---|
| 3092 | - added Finalize-function prototype to be called at the end of
|
|---|
| 3093 | the eventloop
|
|---|
| 3094 |
|
|---|
| 3095 | * mhist/MFillH.cc:
|
|---|
| 3096 | - added call to Finalize-function to in PostProcess
|
|---|
| 3097 |
|
|---|
| 3098 | * mhist/MH3.cc:
|
|---|
| 3099 | - removed old includes
|
|---|
| 3100 |
|
|---|
| 3101 | * mhist/MDataChain.cc:
|
|---|
| 3102 | - fixed a harmfull bug in the constructor. fOperatorType wasn't
|
|---|
| 3103 | correctly initialized
|
|---|
| 3104 |
|
|---|
| 3105 | * mhist/MDataMember.cc:
|
|---|
| 3106 | - added some output in case of failures
|
|---|
| 3107 |
|
|---|
| 3108 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 3109 | - renamed fMm2Deg to fConvMm2Deg to be consistent with the Getter
|
|---|
| 3110 | function name
|
|---|
| 3111 |
|
|---|
| 3112 |
|
|---|
| 3113 |
|
|---|
| 3114 | 2002/05/13: Thomas Bretz
|
|---|
| 3115 |
|
|---|
| 3116 | * mbase/MReadTree.cc:
|
|---|
| 3117 | - changed the Notify-workaround from GetEntry to LoadTree.
|
|---|
| 3118 |
|
|---|
| 3119 | * mfilter/MFDataMember.[h,cc]:
|
|---|
| 3120 | - changed class to use MDataMember instead of a direct access to
|
|---|
| 3121 | TMethodCall
|
|---|
| 3122 |
|
|---|
| 3123 | * mfilter/Makefile:
|
|---|
| 3124 | - added path to mdata
|
|---|
| 3125 |
|
|---|
| 3126 |
|
|---|
| 3127 |
|
|---|
| 3128 | 2002/05/06: Thomas Bretz
|
|---|
| 3129 |
|
|---|
| 3130 | * mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTaskList.cc:
|
|---|
| 3131 | - implemented usage of the return value of the Notofy function
|
|---|
| 3132 |
|
|---|
| 3133 | * mdata/MDataChain.[h,cc]:
|
|---|
| 3134 | - implemented single-argument operators (like abs or exp)
|
|---|
| 3135 |
|
|---|
| 3136 |
|
|---|
| 3137 |
|
|---|
| 3138 | 2002/05/03: Thomas Bretz
|
|---|
| 3139 |
|
|---|
| 3140 | * mars.cc:
|
|---|
| 3141 | - changed version to 0.8
|
|---|
| 3142 | - added logo stuff
|
|---|
| 3143 |
|
|---|
| 3144 | * merpp.cc:
|
|---|
| 3145 | - changed usage-output
|
|---|
| 3146 |
|
|---|
| 3147 | * mgui/MCamDisplay.cc, mgui/MGeomCam.cc, mgui/MGeomCamCT1.cc,
|
|---|
| 3148 | mgui/MGeomCamMagic.cc, mgui/MHexagon.cc, mhist/MBinning.cc,
|
|---|
| 3149 | mhist/MFillH.cc, mhist/MH.cc, mhist/MHAlphaEnergyTheta.cc,
|
|---|
| 3150 | mhist/MHAlphaEnergyTime.cc, mhist/MHEffOnTimeTheta.cc,
|
|---|
| 3151 | mhist/MHEffOnTimeTime.cc, mhist/MHEnergyTheta.cc, MHEnergyTime.cc,
|
|---|
| 3152 | mhist/MHMcCollectionArea.cc, mhist/MHStarMap.cc, mmain/MMars.cc,
|
|---|
| 3153 | mmontecarlo/MMcCollectionAreaCalc.cc
|
|---|
| 3154 | - changed mail address
|
|---|
| 3155 | - added missing copyright notices
|
|---|
| 3156 | - added missing class description
|
|---|
| 3157 |
|
|---|
| 3158 | * mbase/MWriteRootFile.cc, mbase/MWriteAsciiFile.cc:
|
|---|
| 3159 | - added AddToBranch call to AddContainer(const char*, const char*)
|
|---|
| 3160 |
|
|---|
| 3161 |
|
|---|
| 3162 |
|
|---|
| 3163 | 2002/04/30: Thomas Bretz
|
|---|
| 3164 |
|
|---|
| 3165 | * macros/MagicHillas.C:
|
|---|
| 3166 | - made eventloop infinite
|
|---|
| 3167 |
|
|---|
| 3168 | * macros/tar.C:
|
|---|
| 3169 | - implemented some sanity checks (existing files)
|
|---|
| 3170 |
|
|---|
| 3171 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 3172 | - changed to use DeepSea palette in root versions newer than 3.01/05
|
|---|
| 3173 | - fixed a bug which caused the destructor to do strange thing
|
|---|
| 3174 | (the uncloned fGeomCam was deleted)
|
|---|
| 3175 | - implemented a more accurate deletion of the objects in the
|
|---|
| 3176 | TClonesArrays by using TClonesArray::Delete
|
|---|
| 3177 | - Implemented deletion of automatically created TCanvas
|
|---|
| 3178 | - Implemented a sanity check in Draw and DrawPhotNum
|
|---|
| 3179 |
|
|---|
| 3180 | * macros/readCT1.C, macros/readMagic.C:
|
|---|
| 3181 | - changed to Handling of the gui and keyboard input
|
|---|
| 3182 | - implemented the filename as function argument
|
|---|
| 3183 |
|
|---|
| 3184 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 3185 | - Expanded filename to support filnames containing '~'
|
|---|
| 3186 |
|
|---|
| 3187 | * mhist/MH3.h:
|
|---|
| 3188 | - removed 'const' to make 0.7 root 3.01/06 compatible
|
|---|
| 3189 |
|
|---|
| 3190 | * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
|
|---|
| 3191 | - removed a 'redefinition of default argument'
|
|---|
| 3192 |
|
|---|
| 3193 | * mdata/MFDataMember.cc:
|
|---|
| 3194 | - fixed a bug in the process function (second switch was never reached)
|
|---|
| 3195 |
|
|---|
| 3196 |
|
|---|
| 3197 |
|
|---|
| 3198 | 2002/04/29: Thomas Bretz
|
|---|
| 3199 |
|
|---|
| 3200 | * macros/tar.C:
|
|---|
| 3201 | - added
|
|---|
| 3202 |
|
|---|
| 3203 | * Makefile:
|
|---|
| 3204 | - changed "make tar" to use macros/tar.C and root
|
|---|
| 3205 |
|
|---|
| 3206 |
|
|---|
| 3207 |
|
|---|
| 3208 | 2002/04/29: Wolfgang Wittek
|
|---|
| 3209 |
|
|---|
| 3210 | * mhist/Makefile, mhist/HistLinkDef.h
|
|---|
| 3211 | - MHThetabarTheta and MHThetabarTime were added
|
|---|
| 3212 |
|
|---|
| 3213 | * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
|
|---|
| 3214 | - added
|
|---|
| 3215 |
|
|---|
| 3216 | * mhist/MHMcEnergyMigration.[h,cc]:
|
|---|
| 3217 | - added
|
|---|
| 3218 |
|
|---|
| 3219 |
|
|---|
| 3220 |
|
|---|
| 3221 | 2002/04/27: Oscar Blanch
|
|---|
| 3222 |
|
|---|
| 3223 | * mmc/MMcRunHedaer.cxx, mmc/MMcTrig.cxx, mmc/MMcTrigHeader:
|
|---|
| 3224 | - description of variables that have been introduced in the second
|
|---|
| 3225 | version of this Containers.
|
|---|
| 3226 |
|
|---|
| 3227 |
|
|---|
| 3228 |
|
|---|
| 3229 | 2002/04/26: Thomas Bretz
|
|---|
| 3230 |
|
|---|
| 3231 | * mhist/MHFadcCam.cc:
|
|---|
| 3232 | - start numbering of pixels with 1
|
|---|
| 3233 |
|
|---|
| 3234 | * mhist/MHFadcPix.[h,cc]:
|
|---|
| 3235 | - overloaded clone to get rid of the histograms in any directory
|
|---|
| 3236 | - removed some unnecessary StrDup calls
|
|---|
| 3237 | - changed binning (Thanks to Abelardo)
|
|---|
| 3238 |
|
|---|
| 3239 | * mdata/MData.[h,cc]:
|
|---|
| 3240 | - documentation added
|
|---|
| 3241 | - implemented a new abstract member function: IsValid
|
|---|
| 3242 |
|
|---|
| 3243 | * mdata/MDataChain.cc, mdata/MDataList.cc:
|
|---|
| 3244 | - changed logging output
|
|---|
| 3245 | - documentation added
|
|---|
| 3246 |
|
|---|
| 3247 | * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
|
|---|
| 3248 | - implemented IsValid
|
|---|
| 3249 |
|
|---|
| 3250 | * mdata/MDataMember.cc:
|
|---|
| 3251 | - Don't preprocess if fCall is already available
|
|---|
| 3252 | - documentation added
|
|---|
| 3253 |
|
|---|
| 3254 | * mdata/MDataValue.cc:
|
|---|
| 3255 | - documentation added
|
|---|
| 3256 |
|
|---|
| 3257 | * mhist/MHMcDifRate.h, mhist/MHMcEfficiency.h,
|
|---|
| 3258 | mhist/MHMcEfficiencyEnergy.h, mhist/MHMcEfficiencyImpact.h,
|
|---|
| 3259 | mhist/MHMcEnergyImpact.h:
|
|---|
| 3260 | - corrected class description
|
|---|
| 3261 |
|
|---|
| 3262 | * mbase/MParList.cc:
|
|---|
| 3263 | - fixed a bug in CreateObjList
|
|---|
| 3264 |
|
|---|
| 3265 |
|
|---|
| 3266 |
|
|---|
| 3267 | 2002/04/25: Thomas Bretz
|
|---|
| 3268 |
|
|---|
| 3269 | * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
|
|---|
| 3270 | - counts now the number of simulated showers
|
|---|
| 3271 | - implemented some sanity checks (corsika version, etc)
|
|---|
| 3272 |
|
|---|
| 3273 | * mhist/MMcCollectionArea.[h,cc]:
|
|---|
| 3274 | - added a first implementation of a calculation using only triggered
|
|---|
| 3275 | events
|
|---|
| 3276 |
|
|---|
| 3277 | * mhist/MH.[h,cc]:
|
|---|
| 3278 | - changed the first argument in SetBinning (according to the number
|
|---|
| 3279 | of axis) to TH2 or TH3
|
|---|
| 3280 |
|
|---|
| 3281 | * mhist/MH2.cc:
|
|---|
| 3282 | - changed the first argument in SetBinning (according to the number
|
|---|
| 3283 | of axis) to TH2 or TH3
|
|---|
| 3284 |
|
|---|
| 3285 | * macros/collarea.C:
|
|---|
| 3286 | - replaces MReadTree by MReadMarsFile
|
|---|
| 3287 |
|
|---|
| 3288 | * mmc/MMcRunHeader.hxx:
|
|---|
| 3289 | - added GetAllEvtsTriggered
|
|---|
| 3290 |
|
|---|
| 3291 |
|
|---|
| 3292 |
|
|---|
| 3293 | 2002/04/24: Thomas Bretz
|
|---|
| 3294 |
|
|---|
| 3295 | * mbase/MReadTree.cc:
|
|---|
| 3296 | - made use of TBranch::GetClassName root version dependant
|
|---|
| 3297 |
|
|---|
| 3298 | * manalysis/MCerPhotCalc.[h,cc]:
|
|---|
| 3299 | - added a fix (ped.mean - 0.5) for files from camera with version <= 40
|
|---|
| 3300 |
|
|---|
| 3301 | * mmc/MMcRunHeader.hxx:
|
|---|
| 3302 | - added some Getter functions
|
|---|
| 3303 |
|
|---|
| 3304 | * mdata/MDataChain.cc:
|
|---|
| 3305 | - use rule as a title if no title ios given
|
|---|
| 3306 |
|
|---|
| 3307 | * mhist/MH3.[h,cc]:
|
|---|
| 3308 | - added usage of Data-Chains
|
|---|
| 3309 | - added a profiling option to the draw functions
|
|---|
| 3310 | - use the title (rule) of the data-chain as axis title
|
|---|
| 3311 |
|
|---|
| 3312 | * mhist/Makefile:
|
|---|
| 3313 | - added mdata-path
|
|---|
| 3314 |
|
|---|
| 3315 | * mbase/MParContainer.h:
|
|---|
| 3316 | - changed some output in GetterFunction
|
|---|
| 3317 |
|
|---|
| 3318 |
|
|---|
| 3319 |
|
|---|
| 3320 | 2002/04/24: Wolfgang Wittek
|
|---|
| 3321 |
|
|---|
| 3322 | * Work was done on the calculation of photon fluxes as a function of
|
|---|
| 3323 | Theta and as a function of time. The work is still in progress.
|
|---|
| 3324 |
|
|---|
| 3325 | * macros/wowflux.C
|
|---|
| 3326 | - the macr0 was added (extended and improved version of flux.C)
|
|---|
| 3327 | - the macro steers the calculation of photon fluxes as a function
|
|---|
| 3328 | of Theta and time
|
|---|
| 3329 | - the macro is not yet complete; testing and developing is going on
|
|---|
| 3330 |
|
|---|
| 3331 | * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
|
|---|
| 3332 | mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
|
|---|
| 3333 | mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
|
|---|
| 3334 | - documentation was added
|
|---|
| 3335 | - histogram axes were labeled
|
|---|
| 3336 |
|
|---|
| 3337 | * mhist/MHEffOnTimeTheta.cc:
|
|---|
| 3338 | - range in which the fit of the distribution of time differences
|
|---|
| 3339 | is to be performed has been calculated
|
|---|
| 3340 | - new histograms were added (chi2/NDF, lambda, N0del)
|
|---|
| 3341 |
|
|---|
| 3342 |
|
|---|
| 3343 |
|
|---|
| 3344 | 2002/04/23: Thomas Bretz
|
|---|
| 3345 |
|
|---|
| 3346 | * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
|
|---|
| 3347 | mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
|
|---|
| 3348 | mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
|
|---|
| 3349 | - added
|
|---|
| 3350 |
|
|---|
| 3351 | * mmc/MMcEvt.[hxx,cxx]:
|
|---|
| 3352 | - added correct units for fImpact
|
|---|
| 3353 |
|
|---|
| 3354 |
|
|---|
| 3355 |
|
|---|
| 3356 | 2002/04/22: Thomas Bretz
|
|---|
| 3357 |
|
|---|
| 3358 | * Makefile:
|
|---|
| 3359 | - added a chapter how to compile mars using shared libraries
|
|---|
| 3360 |
|
|---|
| 3361 | * NEWS:
|
|---|
| 3362 | - updated
|
|---|
| 3363 |
|
|---|
| 3364 | * mfilter/MF.[h,cc]:
|
|---|
| 3365 | - added
|
|---|
| 3366 |
|
|---|
| 3367 | * mfilter/MFDataMember.[h,cc]:
|
|---|
| 3368 | - added
|
|---|
| 3369 |
|
|---|
| 3370 | * mhist/MH3.[h,cc]:
|
|---|
| 3371 | - added
|
|---|
| 3372 |
|
|---|
| 3373 | * mhist/MHHillasExt.[h,cc]:
|
|---|
| 3374 | - added
|
|---|
| 3375 |
|
|---|
| 3376 | * macros/rootlogon.C:
|
|---|
| 3377 | - added make() function
|
|---|
| 3378 | - splitted rootlogon()
|
|---|
| 3379 |
|
|---|
| 3380 | * mbase/MFilterList.cc:
|
|---|
| 3381 | - fixed a bug in the constructor
|
|---|
| 3382 | - small changes to the print function
|
|---|
| 3383 |
|
|---|
| 3384 | * mbase/MParContainer.[h,cc]:
|
|---|
| 3385 | - Added GetterMethod-Function
|
|---|
| 3386 |
|
|---|
| 3387 | * mbase/MParList.cc:
|
|---|
| 3388 | - Added a security check in case no def. constructor of the new class
|
|---|
| 3389 | is available
|
|---|
| 3390 | - changed print function
|
|---|
| 3391 |
|
|---|
| 3392 | * mbase/MReadTree.cc:
|
|---|
| 3393 | - changed so that the class type of the branch is used for creation of
|
|---|
| 3394 | a new object instead of its name
|
|---|
| 3395 |
|
|---|
| 3396 | * mbase/MTaskList.[h,cc]:
|
|---|
| 3397 | - fixed the check for the Process function. Only base classes
|
|---|
| 3398 | of first order have been checked
|
|---|
| 3399 |
|
|---|
| 3400 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
|---|
| 3401 | - added MF, MFDataMember
|
|---|
| 3402 |
|
|---|
| 3403 | * mhist/HistLinkDef.h, mhist/MFillH.cc:
|
|---|
| 3404 | - added MH3, MHHillasExt
|
|---|
| 3405 |
|
|---|
| 3406 | * mhist/MFillH.cc:
|
|---|
| 3407 | - small changes
|
|---|
| 3408 |
|
|---|
| 3409 | * mhist/MH.[h,cc]:
|
|---|
| 3410 | - changed name handling in MakeDefCanvas to TString
|
|---|
| 3411 |
|
|---|
| 3412 | * mhist/MHHillas.cc:
|
|---|
| 3413 | - exchanged Get*axis()->SetTitle with Set*Title()
|
|---|
| 3414 |
|
|---|
| 3415 | * mhist/MHHillas.h:
|
|---|
| 3416 | - made SetMm2Deg virtual (for MHHillasExt)
|
|---|
| 3417 |
|
|---|
| 3418 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 3419 | - changed layout from mm to deg
|
|---|
| 3420 |
|
|---|
| 3421 | * mhist/MHHillasSrc.cc:
|
|---|
| 3422 | - fixed a bug which made it unpossible to display fDist in degrees
|
|---|
| 3423 |
|
|---|
| 3424 |
|
|---|
| 3425 |
|
|---|
| 3426 | 2002/04/19: Thomas Bretz
|
|---|
| 3427 |
|
|---|
| 3428 | * mbase/MTaskList.cc:
|
|---|
| 3429 | - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
|
|---|
| 3430 | return a List of TBaseClasses not a List of TClass objects)
|
|---|
| 3431 | - added a security check to Process whether we have something to process or not.
|
|---|
| 3432 |
|
|---|
| 3433 | * macros/CT1Hillas.C:
|
|---|
| 3434 | - changed to the new Hillas classes
|
|---|
| 3435 |
|
|---|
| 3436 | * macros/readCT1.C:
|
|---|
| 3437 | - fixed a bug causing readCT1.C to crash when reading the first event
|
|---|
| 3438 | being a pedestal event
|
|---|
| 3439 |
|
|---|
| 3440 |
|
|---|
| 3441 |
|
|---|
| 3442 | 2002/04/17: Thomas Bretz
|
|---|
| 3443 |
|
|---|
| 3444 | * mbase/MParContainer.cc:
|
|---|
| 3445 | - case label TMethodCall::kOther changed to default to get rid of
|
|---|
| 3446 | some warnings in newer root's (missing case label kString)
|
|---|
| 3447 |
|
|---|
| 3448 | * mbase/MAGIC.h:
|
|---|
| 3449 | - changed defintion of Glog so that it now works on Alpha machines, too.
|
|---|
| 3450 |
|
|---|
| 3451 |
|
|---|
| 3452 |
|
|---|
| 3453 | 2002/04/16: Thomas Bretz
|
|---|
| 3454 |
|
|---|
| 3455 | * mhist/MHHillas.cc:
|
|---|
| 3456 | - Fixed a 'redefinition of default argument' on alpha
|
|---|
| 3457 |
|
|---|
| 3458 |
|
|---|
| 3459 |
|
|---|
| 3460 | 2002/04/15: Thomas Bretz
|
|---|
| 3461 |
|
|---|
| 3462 | * mgui/MGeomCam.cc:
|
|---|
| 3463 | - Added SetReadyToSave to Constructor
|
|---|
| 3464 |
|
|---|
| 3465 | * mhist/MH.cc:
|
|---|
| 3466 | - Added some #ifdef conditionals for a fix in root
|
|---|
| 3467 |
|
|---|
| 3468 | * mfilter/MFAlpha.[h,cc]:
|
|---|
| 3469 | - made IsExpressionTrue inline
|
|---|
| 3470 |
|
|---|
| 3471 |
|
|---|
| 3472 |
|
|---|
| 3473 | 2002/04/05: Thomas Bretz
|
|---|
| 3474 |
|
|---|
| 3475 | * mmain/MDataCheck.cc:
|
|---|
| 3476 | - exchanged order in call to MFillH constructor
|
|---|
| 3477 | - made eventloop infinite (only 300 events have been processed)
|
|---|
| 3478 |
|
|---|
| 3479 | * mbase/MEvtLoop.h:
|
|---|
| 3480 | - added GetTaskList
|
|---|
| 3481 |
|
|---|
| 3482 | * mbase/MTaskList.[h,cc]:
|
|---|
| 3483 | - introduced fTasksProcess which contains only the tasks
|
|---|
| 3484 | which overloads the process function so that processing
|
|---|
| 3485 | tasks doesn't waste time if a tasks doesn't have the process
|
|---|
| 3486 | function
|
|---|
| 3487 |
|
|---|
| 3488 | * mgui/MGeomPix.[h,cc]:
|
|---|
| 3489 | - corrected calculation of pixel area
|
|---|
| 3490 |
|
|---|
| 3491 |
|
|---|
| 3492 |
|
|---|
| 3493 | 2002/04/04: Thomas Bretz
|
|---|
| 3494 |
|
|---|
| 3495 | * mbase/MLog.cc:
|
|---|
| 3496 | - stripped last character (CR) from output redirected to GUI
|
|---|
| 3497 |
|
|---|
| 3498 |
|
|---|
| 3499 |
|
|---|
| 3500 | 2002/03/21: Thomas Bretz
|
|---|
| 3501 |
|
|---|
| 3502 | * mhists/MH.cc:
|
|---|
| 3503 | - TAxis::Set resets the axis title so I implemented a workaround
|
|---|
| 3504 | in SetBinning so that the axis title survives.
|
|---|
| 3505 |
|
|---|
| 3506 | * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
|
|---|
| 3507 | - replaced Get*axis()->SetTitle() by Set*Title()
|
|---|
| 3508 | - corrected the Name in MakeDefCanvas
|
|---|
| 3509 |
|
|---|
| 3510 |
|
|---|
| 3511 |
|
|---|
| 3512 | 2002/03/20: Thomas Bretz
|
|---|
| 3513 |
|
|---|
| 3514 | * macros/flux.C:
|
|---|
| 3515 | - fixed a small bug (thanks to Wolfgang)
|
|---|
| 3516 |
|
|---|
| 3517 | * mhist/MHHillas.[h,cc]:
|
|---|
| 3518 | - added more scaling options
|
|---|
| 3519 | - added setting for scaling factor
|
|---|
| 3520 |
|
|---|
| 3521 | * mhist/MHStarMap.cc:
|
|---|
| 3522 | - changed sign of t (due to a mail of Wolfgang)
|
|---|
| 3523 |
|
|---|
| 3524 | * mhist/MHTimeDiff*.cc:
|
|---|
| 3525 | - removed an implicit down-cast (TH1D --> TH1)
|
|---|
| 3526 |
|
|---|
| 3527 |
|
|---|
| 3528 |
|
|---|
| 3529 | 2002/03/15: Oscar Blanch
|
|---|
| 3530 |
|
|---|
| 3531 | * mmc/McLinkDef.h
|
|---|
| 3532 | - Automatic scheme evolution for all MC format classes.
|
|---|
| 3533 | It has been checked that it keeps compatibility with old files.
|
|---|
| 3534 |
|
|---|
| 3535 | * mmc/MTriggerDefine.h
|
|---|
| 3536 | - Enlarge number of trigger pixels.
|
|---|
| 3537 |
|
|---|
| 3538 | * mmc/MTrigger.[cxx,hxx]
|
|---|
| 3539 | - Trigger zone has been enlarged. Now information about status
|
|---|
| 3540 | of the pixel is saved for all Camera pixels.
|
|---|
| 3541 | - Old files can still be read but becareful when one looks at the
|
|---|
| 3542 | data member fPixelsFirst which is an array of different size for
|
|---|
| 3543 | the new and old files.
|
|---|
| 3544 | - ClassDef version upgraded to 2.
|
|---|
| 3545 |
|
|---|
| 3546 | * mmc/MTriggerHedaer.[cxx,hxx]
|
|---|
| 3547 | - Member data fElecNoiseTrig, which has information about the
|
|---|
| 3548 | electronic noise in the trigger chain, has been introduced.
|
|---|
| 3549 | - Trigger zone has been enlarged. Now information about status
|
|---|
| 3550 | of the pixel is saved for all Camera pixels.
|
|---|
| 3551 | - Old files can still be read but becareful when one looks at the
|
|---|
| 3552 | data member fThreshold which is an array of diferent size for
|
|---|
| 3553 | the new and old files.
|
|---|
| 3554 | - ClassDef version upgraded to 2.
|
|---|
| 3555 |
|
|---|
| 3556 |
|
|---|
| 3557 |
|
|---|
| 3558 | 2002/03/13: Oscar Blanch
|
|---|
| 3559 |
|
|---|
| 3560 | * mmc/MMcRunHeader.[cxx,hxx]
|
|---|
| 3561 | - Several new variable members have been added
|
|---|
| 3562 | - Version number updated to 2
|
|---|
| 3563 |
|
|---|
| 3564 |
|
|---|
| 3565 |
|
|---|
| 3566 | 2002/03/12: Thomas Bretz
|
|---|
| 3567 |
|
|---|
| 3568 | * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
|
|---|
| 3569 | - removed wrong comment for Process
|
|---|
| 3570 | - changed Int_t to UInt_t (more readable)
|
|---|
| 3571 | - replaced unit: ms -> 0.1ms
|
|---|
| 3572 |
|
|---|
| 3573 |
|
|---|
| 3574 |
|
|---|
| 3575 | 2002/03/08: Thomas Bretz
|
|---|
| 3576 |
|
|---|
| 3577 | * manalysis/MHillasSrc.[h,cc]:
|
|---|
| 3578 | - added fHeadTail
|
|---|
| 3579 | - changed version number to 2.
|
|---|
| 3580 |
|
|---|
| 3581 |
|
|---|
| 3582 |
|
|---|
| 3583 | 2002/03/07: Thomas Bretz
|
|---|
| 3584 |
|
|---|
| 3585 | * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
|
|---|
| 3586 | - added a scale value which can be used in case you are writing
|
|---|
| 3587 | single data mambers
|
|---|
| 3588 |
|
|---|
| 3589 |
|
|---|
| 3590 |
|
|---|
| 3591 | 2002/03/04: Thomas Bretz
|
|---|
| 3592 |
|
|---|
| 3593 | * mbase/MParContainer.cc:
|
|---|
| 3594 | - changed AsciiWrite so that only base classes with a version
|
|---|
| 3595 | id > 0 are written (important for MParContainer)
|
|---|
| 3596 |
|
|---|
| 3597 |
|
|---|
| 3598 |
|
|---|
| 3599 | 2002/03/01: Thomas Bretz
|
|---|
| 3600 |
|
|---|
| 3601 | * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
|
|---|
| 3602 | mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
|
|---|
| 3603 | - added
|
|---|
| 3604 |
|
|---|
| 3605 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 3606 | - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
|
|---|
| 3607 | - added MHMcDifRate and MHMcIntRate
|
|---|
| 3608 |
|
|---|
| 3609 | * mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 3610 | - changed instantiation of collection area histogram
|
|---|
| 3611 | - added settings for the binning
|
|---|
| 3612 | - replaced division by root function
|
|---|
| 3613 | - added Calc-functions
|
|---|
| 3614 | - added GetHist
|
|---|
| 3615 |
|
|---|
| 3616 | * mhist/MHMcEfficiency.[h,cc]:
|
|---|
| 3617 | - changed pointers in Calc functions to references
|
|---|
| 3618 |
|
|---|
| 3619 |
|
|---|
| 3620 |
|
|---|
| 3621 |
|
|---|
| 3622 |
|
|---|
| 3623 | 2002/02/28: Thomas Bretz
|
|---|
| 3624 |
|
|---|
| 3625 | * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
|
|---|
| 3626 | - added
|
|---|
| 3627 |
|
|---|
| 3628 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 3629 | - added MHMcEnergyImpact and MHMcEfficiency
|
|---|
| 3630 |
|
|---|
| 3631 | * mhist/*.cc:
|
|---|
| 3632 | - repaced some *&-> casts by &.
|
|---|
| 3633 |
|
|---|
| 3634 | * mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 3635 | - changed to be able to use new MHMcEfficiency.
|
|---|
| 3636 |
|
|---|
| 3637 |
|
|---|
| 3638 |
|
|---|
| 3639 | 2002/02/21: Abelardo Moralejo
|
|---|
| 3640 |
|
|---|
| 3641 | * manalysis/MHillasExt.cc :
|
|---|
| 3642 | - added #include <math.h> (else, fabs not recognized by OSF)
|
|---|
| 3643 |
|
|---|
| 3644 |
|
|---|
| 3645 |
|
|---|
| 3646 | 2002/02/21: Thomas Bretz
|
|---|
| 3647 |
|
|---|
| 3648 | * manalysis/MHillas.[h,cc]:
|
|---|
| 3649 | - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
|
|---|
| 3650 | of the getter functions, needed by TDataMember::GetterMethod
|
|---|
| 3651 | - commented out WriteAscii (replaced by more general in MParContainer
|
|---|
| 3652 | and MWriteAsciiFile)
|
|---|
| 3653 |
|
|---|
| 3654 | * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
|
|---|
| 3655 | - commented out WriteAscii (replaced by more general in MParContainer
|
|---|
| 3656 | and MWriteAsciiFile)
|
|---|
| 3657 |
|
|---|
| 3658 | * manalysis/MHillasExt.[h,cc]:
|
|---|
| 3659 | - added necessary Getter Methods
|
|---|
| 3660 |
|
|---|
| 3661 | * mbase/MFilterList.cc:
|
|---|
| 3662 | - removed a nonsens comment
|
|---|
| 3663 |
|
|---|
| 3664 | * mbase/MGList.cc:
|
|---|
| 3665 | - relay on the bugfix for DynamicCast
|
|---|
| 3666 |
|
|---|
| 3667 | * mbase/MParContainer.[h,cc]:
|
|---|
| 3668 | - implemented WriteDataMember to have a more general interface
|
|---|
| 3669 | for readable output.
|
|---|
| 3670 | - changed ofstream to a more general ostream
|
|---|
| 3671 |
|
|---|
| 3672 | * mbase/MWriteAsciiFile.[cc,h]:
|
|---|
| 3673 | - generalized ascii writer to be able to write single data members
|
|---|
| 3674 |
|
|---|
| 3675 |
|
|---|
| 3676 |
|
|---|
| 3677 | 2002/02/13: Thomas Bretz
|
|---|
| 3678 |
|
|---|
| 3679 | * Makefile:
|
|---|
| 3680 | - made 'make dox' dependant on existance of shared object
|
|---|
| 3681 |
|
|---|
| 3682 |
|
|---|
| 3683 |
|
|---|
| 3684 | 2002/02/13: Thomas Bretz
|
|---|
| 3685 |
|
|---|
| 3686 | * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
|---|
| 3687 | - implemented variable binning (MBinning)
|
|---|
| 3688 | - implemented conversion to degrees (thanks to rudy)
|
|---|
| 3689 |
|
|---|
| 3690 | * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
|
|---|
| 3691 | - implemented fMm2Deg and fCamDist
|
|---|
| 3692 |
|
|---|
| 3693 |
|
|---|
| 3694 |
|
|---|
| 3695 | 2002/01/23: Thomas Bretz
|
|---|
| 3696 |
|
|---|
| 3697 | * macros/flux.C:
|
|---|
| 3698 | - fixed some bugs
|
|---|
| 3699 | - uncommented all drawing
|
|---|
| 3700 |
|
|---|
| 3701 | * mhist/MBinning.h:
|
|---|
| 3702 | - changed SetEdges(TArrayD)
|
|---|
| 3703 |
|
|---|
| 3704 | * mhist/MH.cc:
|
|---|
| 3705 | - SetBinning(..., TAxis*,...) didn't work. Corrected.
|
|---|
| 3706 |
|
|---|
| 3707 | * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
|
|---|
| 3708 | mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
|
|---|
| 3709 | mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
|
|---|
| 3710 | - changed wrong titles, names, etc.
|
|---|
| 3711 | - changed way of drawing projections
|
|---|
| 3712 | - fixed usage of MH::SetBinning(TH1*)
|
|---|
| 3713 |
|
|---|
| 3714 |
|
|---|
| 3715 |
|
|---|
| 3716 | 2002/01/22: Thomas Bretz
|
|---|
| 3717 |
|
|---|
| 3718 | * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
|
|---|
| 3719 | - changed return type of Fill to Bool_t
|
|---|
| 3720 |
|
|---|
| 3721 | * mfilter/MFAlpha.[h,cc]:
|
|---|
| 3722 | - added
|
|---|
| 3723 |
|
|---|
| 3724 | * mfilter/MFill.[h,cc]:
|
|---|
| 3725 | - implemented a new calling style which allows you to let MFillH
|
|---|
| 3726 | create the necessary histogram objects
|
|---|
| 3727 |
|
|---|
| 3728 | * mmain/MAnalysis.cc, macros/MagicHillas.C:
|
|---|
| 3729 | - changed to new stylish MHillas parameter containers
|
|---|
| 3730 |
|
|---|
| 3731 | * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
|
|---|
| 3732 | mmain/MDataCheck.[h,cc]:
|
|---|
| 3733 | - fixed a warning in red hat linux
|
|---|
| 3734 |
|
|---|
| 3735 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
|---|
| 3736 | - added MFAlpha
|
|---|
| 3737 |
|
|---|
| 3738 | * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
|---|
| 3739 | - added SetupFill and usage of MBinning objects
|
|---|
| 3740 |
|
|---|
| 3741 | * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
|
|---|
| 3742 | mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
|
|---|
| 3743 | mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
|
|---|
| 3744 | mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
|
|---|
| 3745 | mmontecarlo/MMcTimeGenerate.[h,cc]:
|
|---|
| 3746 | - added
|
|---|
| 3747 |
|
|---|
| 3748 | * manalysis/Makefile:
|
|---|
| 3749 | - added MEnergyEst.cc
|
|---|
| 3750 | - added MEnergyEstimate.cc
|
|---|
| 3751 |
|
|---|
| 3752 | * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
|
|---|
| 3753 | - added name and title to constructor
|
|---|
| 3754 |
|
|---|
| 3755 | * macros/flux.C:
|
|---|
| 3756 | - added
|
|---|
| 3757 |
|
|---|
| 3758 |
|
|---|
| 3759 |
|
|---|
| 3760 | 2002/01/21: Thomas Bretz
|
|---|
| 3761 |
|
|---|
| 3762 | * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
|
|---|
| 3763 | - implemented GetFileName
|
|---|
| 3764 |
|
|---|
| 3765 | * mmc/MMcEvt.[hxx,cxx]
|
|---|
| 3766 | - implemented WriteAscii
|
|---|
| 3767 |
|
|---|
| 3768 | * mgui/MGeomPix.h:
|
|---|
| 3769 | - implemented first version of GetA
|
|---|
| 3770 |
|
|---|
| 3771 | * mhist/MBinning.h:
|
|---|
| 3772 | - small changes to formulas
|
|---|
| 3773 |
|
|---|
| 3774 | * mhist/MH.[h,cc]:
|
|---|
| 3775 | - implemented SetBinnign functions
|
|---|
| 3776 |
|
|---|
| 3777 | * macros/readMagic.C:
|
|---|
| 3778 | - removed MPedestalCam
|
|---|
| 3779 |
|
|---|
| 3780 |
|
|---|
| 3781 |
|
|---|
| 3782 | 2002/01/19: Thomas Bretz
|
|---|
| 3783 |
|
|---|
| 3784 | * mbase/MParContainer.cc:
|
|---|
| 3785 | - generalized virtual function AsciiWrite
|
|---|
| 3786 |
|
|---|
| 3787 | * changed to fit new MHillas inhertance model:
|
|---|
| 3788 | - manalysis/MHillas.[h,cc]
|
|---|
| 3789 | - manalysis/MHillasCalc.[h,cc]
|
|---|
| 3790 | - mhist/MHHillas.[h,cc]
|
|---|
| 3791 | - mhist/MHStarMap.[h,cc]
|
|---|
| 3792 |
|
|---|
| 3793 | * added to fit new MHillas inhertance model:
|
|---|
| 3794 | - manalysis/MSrcPosCam.[h,cc]
|
|---|
| 3795 | - manalysis/MHillasSrc.[h,cc]
|
|---|
| 3796 | - manalysis/MHillasSrcCalc.[h,cc]
|
|---|
| 3797 | - manalysis/MHillasExt.[h,cc]
|
|---|
| 3798 | - mhist/MHHillasSrc.[h,cc]
|
|---|
| 3799 |
|
|---|
| 3800 | * manalysis/MCerPhotEvt.[cc,h]:
|
|---|
| 3801 | - introduced weighting with pixel size in GetNumPhotonsMin
|
|---|
| 3802 | - introduced weighting with pixel size in GetNumPhotonsMax
|
|---|
| 3803 |
|
|---|
| 3804 | * mgui/MCamDisplay.cc:
|
|---|
| 3805 | - weight the displayed color with the pixel size
|
|---|
| 3806 |
|
|---|
| 3807 |
|
|---|
| 3808 |
|
|---|
| 3809 | 2002/01/18: Thomas Bretz
|
|---|
| 3810 |
|
|---|
| 3811 | * mhist/MBinning.[h,cc]:
|
|---|
| 3812 | - added (not yet in Makefile)
|
|---|
| 3813 |
|
|---|
| 3814 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 3815 | - fixed a bug: replaced GetSize by GetEntries
|
|---|
| 3816 |
|
|---|
| 3817 | * mbase/MReadTree.cc:
|
|---|
| 3818 | - changed EnableBranch to accept "Master.Sub" also
|
|---|
| 3819 |
|
|---|
| 3820 |
|
|---|
| 3821 |
|
|---|
| 3822 | 2002/01/16: Thomas Bretz
|
|---|
| 3823 |
|
|---|
| 3824 | * mars.cc:
|
|---|
| 3825 | - changed version number to 0.7
|
|---|
| 3826 |
|
|---|
| 3827 | * NEWS:
|
|---|
| 3828 | - changed current version to 0.7
|
|---|
| 3829 |
|
|---|
| 3830 | * manalysis/MMcPedestalNSBAdd.cc:
|
|---|
| 3831 | - small changes to output
|
|---|
| 3832 |
|
|---|
| 3833 | * mbase/MParList.[h,cc]:
|
|---|
| 3834 | - added FindObject with class type argument
|
|---|
| 3835 |
|
|---|
| 3836 | * mbase/MWriteAsciiFile.cc
|
|---|
| 3837 | - replaced call to InheritsFrom by new FindObject
|
|---|
| 3838 |
|
|---|
| 3839 |
|
|---|
| 3840 |
|
|---|
| 3841 | 2002/01/15: Thomas Bretz
|
|---|
| 3842 |
|
|---|
| 3843 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 3844 | - added more comments
|
|---|
| 3845 | - removed a debug statement
|
|---|
| 3846 |
|
|---|
| 3847 | * manalysis/MBlindPixels.[h,cc]:
|
|---|
| 3848 | - added more comments
|
|---|
| 3849 |
|
|---|
| 3850 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 3851 | - changed the warning output
|
|---|
| 3852 |
|
|---|
| 3853 | * manalysis/MMcPedestalCopy.h:
|
|---|
| 3854 | - added comments
|
|---|
| 3855 |
|
|---|
| 3856 | * manalysis/MMcPedestalNSBAdd.[h,cc]:
|
|---|
| 3857 | - added comments
|
|---|
| 3858 | - changed call to AddedToBranchList
|
|---|
| 3859 |
|
|---|
| 3860 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 3861 | - added comments
|
|---|
| 3862 |
|
|---|
| 3863 | * mmc/MMcRunHeader.[hxx,cxx]:
|
|---|
| 3864 | - made getter const
|
|---|
| 3865 |
|
|---|
| 3866 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 3867 | - updated to use MBlindPixelCalc
|
|---|
| 3868 |
|
|---|
| 3869 | * mbase/MEvtLoop.cc:
|
|---|
| 3870 | - replaced wrong "MTasklist" by "MTaskList"
|
|---|
| 3871 |
|
|---|
| 3872 |
|
|---|
| 3873 |
|
|---|
| 3874 | 2002/01/14: Thomas Bretz
|
|---|
| 3875 |
|
|---|
| 3876 | * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
|
|---|
| 3877 | - added comments
|
|---|
| 3878 |
|
|---|
| 3879 | * mbase/MReadMarsFile.cc:
|
|---|
| 3880 | - changed output when switching to new file
|
|---|
| 3881 |
|
|---|
| 3882 | * meventdisp/MGFadcDisp.cc:
|
|---|
| 3883 | - made char array in constructor const
|
|---|
| 3884 | - changed char-array to TString
|
|---|
| 3885 |
|
|---|
| 3886 | * mmain/MBrowser.[h,cc]:
|
|---|
| 3887 | - changed char-arrays to TString
|
|---|
| 3888 |
|
|---|
| 3889 | * mmain/MDataCheck.[h,cc]:
|
|---|
| 3890 | - made char array in constructor const
|
|---|
| 3891 |
|
|---|
| 3892 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
|---|
| 3893 | - changed to O5
|
|---|
| 3894 |
|
|---|
| 3895 | * mbase/MEvtLoop.cc:
|
|---|
| 3896 | - check for inheritance from MTaskList
|
|---|
| 3897 |
|
|---|
| 3898 | * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
|
|---|
| 3899 | - small changes
|
|---|
| 3900 |
|
|---|
| 3901 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 3902 | - changed to be able to write more than one container in a line
|
|---|
| 3903 |
|
|---|
| 3904 |
|
|---|
| 3905 |
|
|---|
| 3906 | 2002/01/11: Oscar Blanch Bigas
|
|---|
| 3907 |
|
|---|
| 3908 | * mmain/MAnalysis.cc:
|
|---|
| 3909 | - added MBlindPixelCalc step.
|
|---|
| 3910 |
|
|---|
| 3911 | * macros/trigrate.C:
|
|---|
| 3912 | - the list of MHMcRate is created using from and to instead of
|
|---|
| 3913 | only dimension. Otherwise the case of a single trigger option is
|
|---|
| 3914 | not well treated.
|
|---|
| 3915 |
|
|---|
| 3916 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 3917 | - added funtion members SetFlux and SetIncidentRate and small
|
|---|
| 3918 | modification in CalcRate member function
|
|---|
| 3919 |
|
|---|
| 3920 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 3921 | - now this task sets the parameters to know the incident particle
|
|---|
| 3922 | flux using MHMcRate::SetFlux. The value are decided by the task
|
|---|
| 3923 | itself depending on the fPartId.
|
|---|
| 3924 |
|
|---|
| 3925 | * manalysis/MBlindPixelCalc.cc:
|
|---|
| 3926 | - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
|
|---|
| 3927 |
|
|---|
| 3928 | * mmc/MMcRunHeader.[hxx, cxx]:
|
|---|
| 3929 | - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
|
|---|
| 3930 |
|
|---|
| 3931 |
|
|---|
| 3932 |
|
|---|
| 3933 | 2002/01/10: Oscar Blanch Bigas
|
|---|
| 3934 |
|
|---|
| 3935 | * mbase/Makefile:
|
|---|
| 3936 | - added -I../MRawFormat in the included directories for compile
|
|---|
| 3937 | and link. It was needed to use this Makefile to compile the
|
|---|
| 3938 | files inside the drectory while compiling Monte Carlo programs.
|
|---|
| 3939 |
|
|---|
| 3940 | * mraw/Makefile:
|
|---|
| 3941 | - added -I../MBase in the included directories for compile
|
|---|
| 3942 | and link. It was needed to use this Makefile to compile the
|
|---|
| 3943 | files inside the drectory while compiling Monte Carlo programs.
|
|---|
| 3944 |
|
|---|
| 3945 | * mbase/Makefile:
|
|---|
| 3946 | - added -I../MBase- in the included directories for compile
|
|---|
| 3947 | and link. It was needed to use this Makefile to compile the
|
|---|
| 3948 | files inside the drectory while compiling Monte Carlo programs.
|
|---|
| 3949 |
|
|---|
| 3950 | * mbase/MReadTree.cc:
|
|---|
| 3951 | - changed #include "../mraw/MRawEvtData.h" by #include
|
|---|
| 3952 | "MRawEvtData.h" to remove dependencies on the directory tree naming.
|
|---|
| 3953 |
|
|---|
| 3954 |
|
|---|
| 3955 |
|
|---|
| 3956 | 2002/01/09: Oscar Blanch Bigas
|
|---|
| 3957 |
|
|---|
| 3958 | * manalysis/MPedestalCam.[h,cc]:
|
|---|
| 3959 | - added CheckBounds function to check that program does not try to
|
|---|
| 3960 | access pedestal outside the camera size.
|
|---|
| 3961 |
|
|---|
| 3962 | * manalysis/MCerPhotCalc.h:
|
|---|
| 3963 | - Member data const MPedestalCam *fPedestals -> MPedestalCam
|
|---|
| 3964 | *fPedestals.
|
|---|
| 3965 |
|
|---|
| 3966 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 3967 | - Sanity check to avoid searching to pedestals outside the camera
|
|---|
| 3968 | size has been added.
|
|---|
| 3969 |
|
|---|
| 3970 | * mmc/MMcRunHeader.[h,cxx]:
|
|---|
| 3971 | - added functions GetStarField[De,Ra].
|
|---|
| 3972 |
|
|---|
| 3973 | * manalysis/MBlindPixels.[h,cc]:
|
|---|
| 3974 | - new containet that has a list of pixels that should not be used
|
|---|
| 3975 | in the analysis for any reason (corrupted, star in them, ...).
|
|---|
| 3976 |
|
|---|
| 3977 | * manalysis/MBlindPixelCalc.[h,cc]:
|
|---|
| 3978 | - It is a task used to set up the list of blind pixels. Currently
|
|---|
| 3979 | it recognises the CrabNebula starfield and then switch off the
|
|---|
| 3980 | Theta Taury pixels. Blind pixels can be also introduced through
|
|---|
| 3981 | the macro or analysis program.
|
|---|
| 3982 |
|
|---|
| 3983 | * manalysis/Makefile:
|
|---|
| 3984 | - added MBlindPixels and MBlinPixelCalc.
|
|---|
| 3985 |
|
|---|
| 3986 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 3987 | - added MBlindPixels and MBlinPixelCalc.
|
|---|
| 3988 |
|
|---|
| 3989 | * macros/MagicHillas.C:
|
|---|
| 3990 | - added MBlindPixelCalc to avoid bias results due to Star Field
|
|---|
| 3991 | NSB.
|
|---|
| 3992 |
|
|---|
| 3993 | * macros/readMagic.C:
|
|---|
| 3994 | - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
|
|---|
| 3995 | computing the Hillas parameters.
|
|---|
| 3996 |
|
|---|
| 3997 |
|
|---|
| 3998 |
|
|---|
| 3999 | 2001/12/19: Thomas Bretz
|
|---|
| 4000 |
|
|---|
| 4001 | * mbase/MEvtLoop.cc:
|
|---|
| 4002 | - added #ifdef directive to make it work on older root also
|
|---|
| 4003 |
|
|---|
| 4004 | * mbase/MReadTree.cc:
|
|---|
| 4005 | - added #ifdef directive to get rid of the memory leak in prior
|
|---|
| 4006 | root 3.02/* versions
|
|---|
| 4007 |
|
|---|
| 4008 | * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
|
|---|
| 4009 | mmain/MAnalysis.cc:
|
|---|
| 4010 | - changes MMcPedestalNSB to MMcPedestalNSBAdd
|
|---|
| 4011 |
|
|---|
| 4012 | * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
|
|---|
| 4013 | - reorganized ReInit, PreProcess.
|
|---|
| 4014 | - moved some code from ReInit to PreProcess to make the code
|
|---|
| 4015 | simpler. At the moment we don't intend to change the
|
|---|
| 4016 | objects in the parlist while runtime.
|
|---|
| 4017 |
|
|---|
| 4018 | * manalysis/MMcPedestalNSB.[h,cc]:
|
|---|
| 4019 | - removed
|
|---|
| 4020 |
|
|---|
| 4021 | * mbase/MReadMarsFile.cc:
|
|---|
| 4022 | - read the first run header twice. To make it available in the
|
|---|
| 4023 | PreProcess of all tasks
|
|---|
| 4024 |
|
|---|
| 4025 | * mbase/MTaskList.cc:
|
|---|
| 4026 | - fixed a bug in the ReInit function. The ReInits where calles with
|
|---|
| 4027 | a NULL-pointer
|
|---|
| 4028 |
|
|---|
| 4029 |
|
|---|
| 4030 |
|
|---|
| 4031 | 2001/12/18: Oscar Blanch
|
|---|
| 4032 |
|
|---|
| 4033 | * manalysis/Makefile:
|
|---|
| 4034 | - Removed MMcPedestalNSB from compilation and added
|
|---|
| 4035 | MMcPedestalNSBAdd.
|
|---|
| 4036 |
|
|---|
| 4037 | * manalysis/AnalysisLinkDefine.h:
|
|---|
| 4038 | - Removed MMcPedestalNSB from class list and added
|
|---|
| 4039 | MMcPedestalNSBAdd.
|
|---|
| 4040 |
|
|---|
| 4041 | * manalysis/MMcPedestalCopy.[h,cc]
|
|---|
| 4042 | - added ReInit function.
|
|---|
| 4043 | - move all actions needed to redo for each run from PreProcess
|
|---|
| 4044 | to ReInit
|
|---|
| 4045 | - fix bug of Pedestal and Pedestal fluctuaions correspondence.
|
|---|
| 4046 |
|
|---|
| 4047 | * manalysis/MMcPedestalNSBAdd.[h,cc]
|
|---|
| 4048 | - new name for old MMcPedestalNSB.[h,cc]
|
|---|
| 4049 | - added ReInit function.
|
|---|
| 4050 | - move all actions needed to redo for each run from PreProcess
|
|---|
| 4051 | to ReInit
|
|---|
| 4052 | - information about pixel size is used from MGeomCam.
|
|---|
| 4053 |
|
|---|
| 4054 | * manalysis/MCerPhotCalc.[h,cc]
|
|---|
| 4055 | - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
|
|---|
| 4056 | - fix bug of Pedestal and Pedestal fluctuaions correspondence.
|
|---|
| 4057 |
|
|---|
| 4058 |
|
|---|
| 4059 | 2001/12/18: Thomas Bretz
|
|---|
| 4060 |
|
|---|
| 4061 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 4062 | - changed output
|
|---|
| 4063 |
|
|---|
| 4064 | * manalysis/MMcPedestalNSB.cc:
|
|---|
| 4065 | - changed output
|
|---|
| 4066 | - simplified initialization in PreProcess
|
|---|
| 4067 |
|
|---|
| 4068 | * mbase/MAGIC.h:
|
|---|
| 4069 | - added kSKIP
|
|---|
| 4070 |
|
|---|
| 4071 | * mbase/MParList.cc:
|
|---|
| 4072 | - added a check for the correct inheritance in FindCreateObj
|
|---|
| 4073 |
|
|---|
| 4074 | * mbase/MTask.cc:
|
|---|
| 4075 | - added support for kSKIP in PreProcess
|
|---|
| 4076 |
|
|---|
| 4077 | * mbase/MTaskList.[h,cc]
|
|---|
| 4078 | - added support for kSKIP in PreProcess
|
|---|
| 4079 | - added Remove function (private)
|
|---|
| 4080 |
|
|---|
| 4081 |
|
|---|
| 4082 |
|
|---|
| 4083 | 2001/12/17: Thomas Bretz
|
|---|
| 4084 |
|
|---|
| 4085 | * .rootrc:
|
|---|
| 4086 | - added Root.Html.DescriptionStyle
|
|---|
| 4087 | - added Root.Html.SearchEngine
|
|---|
| 4088 |
|
|---|
| 4089 | * macros/dohtml.C:
|
|---|
| 4090 | - changed to use THtml (root >= 3.02/06 only)
|
|---|
| 4091 |
|
|---|
| 4092 | * manalysis/Makefile:
|
|---|
| 4093 | - changed order to get rid of some wranings
|
|---|
| 4094 |
|
|---|
| 4095 | * mbase/BaseLinkDef.h:
|
|---|
| 4096 | - removed MHtml
|
|---|
| 4097 |
|
|---|
| 4098 | * mbase/MEvtLoop.cc:
|
|---|
| 4099 | - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
|
|---|
| 4100 | to make gui update faster
|
|---|
| 4101 |
|
|---|
| 4102 | * mbase/MGList.cc:
|
|---|
| 4103 | - added a missing sanity check (workaround for a root bug)
|
|---|
| 4104 |
|
|---|
| 4105 | * mbase/MReadTree.cc:
|
|---|
| 4106 | - uncomment EnableBranchCoosing for AutoEnablingScheme
|
|---|
| 4107 | (don't know why there was a comment which made things realy slow)
|
|---|
| 4108 | - changed the auto enabling scheme, so that a branch isn't enabled
|
|---|
| 4109 | more than once. This doesn't hurt, but the output may confuse the
|
|---|
| 4110 | users.
|
|---|
| 4111 |
|
|---|
| 4112 | * mbase/MTask.cc:
|
|---|
| 4113 | - added a simple not really necessary check whether the branch is
|
|---|
| 4114 | already in the list
|
|---|
| 4115 |
|
|---|
| 4116 | * mbase/MWriteRootFile.cc:
|
|---|
| 4117 | - changed kFillTree to a local const
|
|---|
| 4118 |
|
|---|
| 4119 | * mbase/Makefile:
|
|---|
| 4120 | - removed MHtml.cc
|
|---|
| 4121 |
|
|---|
| 4122 | * mfilter/MFTriggerLvl1.cc:
|
|---|
| 4123 | - changed AddBranchToList to use the correct container name
|
|---|
| 4124 |
|
|---|
| 4125 |
|
|---|
| 4126 |
|
|---|
| 4127 | 2001/12/14: Thomas Bretz
|
|---|
| 4128 |
|
|---|
| 4129 | * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
|
|---|
| 4130 | - corrected handling of ReInit/Notify (at the moment I assume
|
|---|
| 4131 | one run per file)
|
|---|
| 4132 | - made sure, that we don't get memory leaks when using MReadTree
|
|---|
| 4133 | more than once because the pointer to the pointer isn't deleted.
|
|---|
| 4134 | - added a small class MChain which enhances TChain by a function to
|
|---|
| 4135 | reset fTree. This is used to control when notification are
|
|---|
| 4136 | happening
|
|---|
| 4137 |
|
|---|
| 4138 | * mbase/MTask.cc:
|
|---|
| 4139 | - reset the number of executions before the preprocessing
|
|---|
| 4140 |
|
|---|
| 4141 |
|
|---|
| 4142 |
|
|---|
| 4143 | 2001/12/11: Thomas Bretz
|
|---|
| 4144 |
|
|---|
| 4145 | * mbase/MGGroupFrame.cc:
|
|---|
| 4146 | - removed default arguments from source file
|
|---|
| 4147 |
|
|---|
| 4148 | * mbase/MGList.cc:
|
|---|
| 4149 | - changed cast in IsExisting to ?:
|
|---|
| 4150 |
|
|---|
| 4151 | * NEWS:
|
|---|
| 4152 | - changed
|
|---|
| 4153 |
|
|---|
| 4154 | * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
|
|---|
| 4155 | mmontecarlo/MMcCollectionAreaCalc.cc,
|
|---|
| 4156 | mmontacarlo/MMcThresholdCalc.cc,
|
|---|
| 4157 | MMcTriggerRateCalc.cc:
|
|---|
| 4158 | - added Masterbranch name to AddToBranchList
|
|---|
| 4159 |
|
|---|
| 4160 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 4161 | - added Masterbranch name to AddToBranchList
|
|---|
| 4162 | - fixed a bug in the branch name
|
|---|
| 4163 |
|
|---|
| 4164 | * mbase/MGList.[h,cc]:
|
|---|
| 4165 | - added a better output if a picture wasn't found
|
|---|
| 4166 |
|
|---|
| 4167 | * mbase/MReadTree.[h,cc]:
|
|---|
| 4168 | - added support for branches with master branch names to auto scheme
|
|---|
| 4169 | (first the complete branch name is tried and if this isn't found
|
|---|
| 4170 | only the subbranch name is used to enable the branch)
|
|---|
| 4171 |
|
|---|
| 4172 | * mbase/MWriteRootFile.cc:
|
|---|
| 4173 | - appended a '.' to all newly create branches
|
|---|
| 4174 |
|
|---|
| 4175 | * mmain/MBrowser.cc, mmain/MMars.cc:
|
|---|
| 4176 | - add the gui elements only if the corresponding picture was found
|
|---|
| 4177 |
|
|---|
| 4178 | * mmain/MMars.[h,cc]:
|
|---|
| 4179 | - removed fPic1
|
|---|
| 4180 | - removed fPic2
|
|---|
| 4181 | - changed TList to MGList
|
|---|
| 4182 |
|
|---|
| 4183 | * mraw/MRawFileWrite.cc:
|
|---|
| 4184 | - added a '.' to all branch names
|
|---|
| 4185 |
|
|---|
| 4186 | * mbase/MTask.[h,cc]:
|
|---|
| 4187 | - added Prototype for ReInit-function
|
|---|
| 4188 |
|
|---|
| 4189 | * mbase/MTaskList.[h,cc]:
|
|---|
| 4190 | - implemented ReInit for a task list
|
|---|
| 4191 |
|
|---|
| 4192 | * mhist/MHFadcCam.h:
|
|---|
| 4193 | - added '->' to fArray
|
|---|
| 4194 |
|
|---|
| 4195 |
|
|---|
| 4196 |
|
|---|
| 4197 | 2001/12/10: Thomas Bretz
|
|---|
| 4198 |
|
|---|
| 4199 | * mmc/*.hxx:
|
|---|
| 4200 | - Changed MPARCONTAINER_H to MARS_MParContainer
|
|---|
| 4201 |
|
|---|
| 4202 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 4203 | - added MMcPedestalCopy to task list
|
|---|
| 4204 | - added MMcPedestalNSB to task list
|
|---|
| 4205 |
|
|---|
| 4206 | * mmain/MAnalysis.cc:
|
|---|
| 4207 | - added MMcPedestalCopy to task list
|
|---|
| 4208 | - added MMcPedestalNSB to task list
|
|---|
| 4209 | - changed reader from MReadTree to MReadMarsFile
|
|---|
| 4210 |
|
|---|
| 4211 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 4212 | - changed reader from MReadTree to MReadMarsFile
|
|---|
| 4213 |
|
|---|
| 4214 | * macros/MagicHillas.C, macros/readMagic.C:
|
|---|
| 4215 | - removed unnecessary MReadTree
|
|---|
| 4216 |
|
|---|
| 4217 |
|
|---|
| 4218 |
|
|---|
| 4219 | 2001/11/28: Oscar Blanch Bigas
|
|---|
| 4220 |
|
|---|
| 4221 | * mbase/MReadMarsFile.cc:
|
|---|
| 4222 | - Added process of fRun = new MReadTree("RunHeaders", fname),
|
|---|
| 4223 | needed to read RunHeaders tree information.
|
|---|
| 4224 |
|
|---|
| 4225 | * manalysis/MCerPhotCalc.h:
|
|---|
| 4226 | - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
|
|---|
| 4227 | variables because they are needed for Pedestal substraction.
|
|---|
| 4228 |
|
|---|
| 4229 | * manalysis/MCerPhotCalc.h:
|
|---|
| 4230 | - Change in the methode to substract the pedestal. The new
|
|---|
| 4231 | methode is valid either for MC data and real data but only for
|
|---|
| 4232 | the current integration (GetSumHiGainSamples()).
|
|---|
| 4233 |
|
|---|
| 4234 | * macros/readMagic.C:
|
|---|
| 4235 | - Added several tasks in the task list:
|
|---|
| 4236 | MReadMarsFile to read RunHeaders Tree
|
|---|
| 4237 | MPedestalCopy and MPedestalNSB to treat correctly pedestals.
|
|---|
| 4238 |
|
|---|
| 4239 | * macros/MagicHillas.C:
|
|---|
| 4240 | - Added several tasks in the task list:
|
|---|
| 4241 | MReadMarsFile to read RunHeaders Tree
|
|---|
| 4242 | MPedestalCopy and MPedestalNSB to treat correctly pedestals.
|
|---|
| 4243 |
|
|---|
| 4244 | * mmc/MMcRunHeader.hxx:
|
|---|
| 4245 | - Added GetNumPheFromDNSB().
|
|---|
| 4246 |
|
|---|
| 4247 | * mmc/MMcFadcHeader.hxx:
|
|---|
| 4248 | - Added GetAmplitud().
|
|---|
| 4249 |
|
|---|
| 4250 | * manalysis/MMcPedestalNSB.h / .cc:
|
|---|
| 4251 | - New class which adds to the pedestal rms the contribution from
|
|---|
| 4252 | the diffuse NSB.
|
|---|
| 4253 |
|
|---|
| 4254 | * manalysis/Makefile:
|
|---|
| 4255 | - New class MMcPedestalNSB added.
|
|---|
| 4256 |
|
|---|
| 4257 | * manalysis/AnalysisLinkDefine.
|
|---|
| 4258 | - New class MMcPedestalNSB added.
|
|---|
| 4259 |
|
|---|
| 4260 |
|
|---|
| 4261 |
|
|---|
| 4262 | 2001/11/16: Thomas Bretz
|
|---|
| 4263 |
|
|---|
| 4264 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 4265 | - set the ReadyToSave bit in CalcEfficiency.
|
|---|
| 4266 |
|
|---|
| 4267 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 4268 | - set the ReadyToSave bit after the calculation has been finished.
|
|---|
| 4269 |
|
|---|
| 4270 | * mhist/MHMcRate.cc:
|
|---|
| 4271 | - set the ReadyToSave bit in CalcRate
|
|---|
| 4272 |
|
|---|
| 4273 |
|
|---|
| 4274 |
|
|---|
| 4275 | 2001/11/16: Thomas Bretz
|
|---|
| 4276 |
|
|---|
| 4277 | * mbase/MEvtLoop.cc:
|
|---|
| 4278 | - removed clock.Print()
|
|---|
| 4279 |
|
|---|
| 4280 | * mbase/MGList.[cc,h]:
|
|---|
| 4281 | - added support for TGPictures
|
|---|
| 4282 |
|
|---|
| 4283 | * mbase/MReadTree.[h,cc]:
|
|---|
| 4284 | - set ReadyToSave-bit only if reading was successfull
|
|---|
| 4285 | - made SetReadyToSave private
|
|---|
| 4286 |
|
|---|
| 4287 | * mbase/MTaskList.cc:
|
|---|
| 4288 | - corrected a small bug in the output
|
|---|
| 4289 |
|
|---|
| 4290 | * mbase/MWriteRootFile.cc:
|
|---|
| 4291 | - added a workaround in Print (don't know why it fails for me)
|
|---|
| 4292 | - removed fTrees.SetOwner()
|
|---|
| 4293 |
|
|---|
| 4294 | * mbase/MTask.cc:
|
|---|
| 4295 | - removed include of TOrdCollection, TMethod
|
|---|
| 4296 | - some changes to the output
|
|---|
| 4297 |
|
|---|
| 4298 | * mbase/MParContainer.h:
|
|---|
| 4299 | - removed old comments
|
|---|
| 4300 |
|
|---|
| 4301 | * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
|
|---|
| 4302 | mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
|
|---|
| 4303 | - changed Widget IDs to root style enums
|
|---|
| 4304 | - moved enumerations in the range below 0x100
|
|---|
| 4305 |
|
|---|
| 4306 | * mmain/MBrowser.[h,cc]:
|
|---|
| 4307 | - removed some of the member variables, accessed via MGList now
|
|---|
| 4308 | - changed TList to MGList
|
|---|
| 4309 | - added a file-filter combo-box
|
|---|
| 4310 |
|
|---|
| 4311 | * mars.cc:
|
|---|
| 4312 | - changed output
|
|---|
| 4313 |
|
|---|
| 4314 |
|
|---|
| 4315 |
|
|---|
| 4316 | 2001/11/15: Thomas Bretz
|
|---|
| 4317 |
|
|---|
| 4318 | * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
|
|---|
| 4319 | mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
|
|---|
| 4320 | mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
|
|---|
| 4321 | mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
|
|---|
| 4322 | mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 4323 | mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
|
|---|
| 4324 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 4325 | mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
|
|---|
| 4326 | manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
|
|---|
| 4327 | manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
|
|---|
| 4328 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
|---|
| 4329 | manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
|
|---|
| 4330 | manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 4331 | manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
|
|---|
| 4332 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
|---|
| 4333 | meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
|
|---|
| 4334 | mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
|
|---|
| 4335 | mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
|
|---|
| 4336 | hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
|---|
| 4337 | hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
|
|---|
| 4338 | mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
|
|---|
| 4339 | mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
|
|---|
| 4340 | mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
|
|---|
| 4341 | mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
|
|---|
| 4342 | mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
|
|---|
| 4343 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
|
|---|
| 4344 | mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
|
|---|
| 4345 | mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
|
|---|
| 4346 | - changed mailing address of author according to THtml of root 3.02
|
|---|
| 4347 |
|
|---|
| 4348 | * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
|
|---|
| 4349 | mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 4350 | mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
|
|---|
| 4351 | mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 4352 | mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
|
|---|
| 4353 | manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 4354 | mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
|
|---|
| 4355 | mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
|
|---|
| 4356 | mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
|
|---|
| 4357 | mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
|
|---|
| 4358 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
|
|---|
| 4359 | mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
|
|---|
| 4360 | mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
|
|---|
| 4361 | - changed output to new style logging (verbosity level introduced)
|
|---|
| 4362 |
|
|---|
| 4363 | * mbase/MGTask.h:
|
|---|
| 4364 | - added default to CreateGui
|
|---|
| 4365 |
|
|---|
| 4366 | * mbase/MLog.cc
|
|---|
| 4367 | - chnaged comparision between output and debug level from >= to >
|
|---|
| 4368 |
|
|---|
| 4369 | * mbase/MLogManip.h:
|
|---|
| 4370 | - added defintions for debug levels
|
|---|
| 4371 |
|
|---|
| 4372 | * mbase/MReadTree.[h,cc]:
|
|---|
| 4373 | - added support for filters
|
|---|
| 4374 | - SetReadyToSave added
|
|---|
| 4375 | - Print added
|
|---|
| 4376 |
|
|---|
| 4377 | * mbase/MTaskList.[h,cc], MTask.[h,cc]:
|
|---|
| 4378 | - changed TOrCollection to TList, because TList can be stored in a
|
|---|
| 4379 | root file.
|
|---|
| 4380 |
|
|---|
| 4381 | * mbase/MTask.[h,cc]:
|
|---|
| 4382 | - added GetFilter function (used in MReadTree)
|
|---|
| 4383 |
|
|---|
| 4384 | * manalysis/MImgCleanStd.cc:
|
|---|
| 4385 | - same changed to the GUI layout
|
|---|
| 4386 | - added Print member function
|
|---|
| 4387 |
|
|---|
| 4388 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 4389 | - added group frame around some gui elements
|
|---|
| 4390 |
|
|---|
| 4391 | * mfilter/MFTriggerLvl1.cc:
|
|---|
| 4392 | - fixed missing Init call
|
|---|
| 4393 | - added missing AddToBranchList call
|
|---|
| 4394 |
|
|---|
| 4395 | * mars.cc:
|
|---|
| 4396 | - added command line option to set the verbosity level
|
|---|
| 4397 |
|
|---|
| 4398 | * merpp.cc:
|
|---|
| 4399 | - added setup for highest verbosity level
|
|---|
| 4400 |
|
|---|
| 4401 |
|
|---|
| 4402 |
|
|---|
| 4403 | 2001/11/14: Thomas Bretz
|
|---|
| 4404 |
|
|---|
| 4405 | * macros/dohtml.C:
|
|---|
| 4406 | - added missing path to mfilter
|
|---|
| 4407 |
|
|---|
| 4408 | * manalysis/MHillas.cc:
|
|---|
| 4409 | - changed the degree symbol back to 'deg', it seems that the code
|
|---|
| 4410 | for it isn't common
|
|---|
| 4411 |
|
|---|
| 4412 | * mhist/MH.cc:
|
|---|
| 4413 | - added comment for MakeDefCanvas
|
|---|
| 4414 |
|
|---|
| 4415 | * mhist/MHFadcCam.[h,cc]:
|
|---|
| 4416 | - removed old comments (SaveHist)
|
|---|
| 4417 |
|
|---|
| 4418 | * mhist/MHHillas.cc:
|
|---|
| 4419 | - changed the Name of fAlpha back. Symbols are nonsens in the name.
|
|---|
| 4420 |
|
|---|
| 4421 | * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
|
|---|
| 4422 | - added
|
|---|
| 4423 |
|
|---|
| 4424 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
|---|
| 4425 | - changed to O3
|
|---|
| 4426 | - added -fnonnull-objects
|
|---|
| 4427 | - added -Woverloaded-virtual
|
|---|
| 4428 |
|
|---|
| 4429 | * macros/readCT1.C, macros/readMagic.C:
|
|---|
| 4430 | - changed to use MClone
|
|---|
| 4431 |
|
|---|
| 4432 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 4433 | - derived from TGTask
|
|---|
| 4434 | - added CreateGuiElements
|
|---|
| 4435 | - added ProcessMessage
|
|---|
| 4436 |
|
|---|
| 4437 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 4438 | - added MGTask
|
|---|
| 4439 | - added MGList
|
|---|
| 4440 | - added MGGroupFrame
|
|---|
| 4441 |
|
|---|
| 4442 | * mbase/MInputStreamID.cc:
|
|---|
| 4443 | - rmoved old comment
|
|---|
| 4444 |
|
|---|
| 4445 | * mbase/MParContainer.[h,cc]:
|
|---|
| 4446 | - changed output
|
|---|
| 4447 | - made Hash const
|
|---|
| 4448 | - added GetDiscriptor
|
|---|
| 4449 |
|
|---|
| 4450 | * mbase/MParList.[h,cc]:
|
|---|
| 4451 | - made FindObject const correct (see TObject)
|
|---|
| 4452 |
|
|---|
| 4453 | * mbase/MTask.[h,cc]:
|
|---|
| 4454 | - changed output to use GetDescriptor
|
|---|
| 4455 | - made Call* functions virtual (used in TGTask)
|
|---|
| 4456 |
|
|---|
| 4457 | * mbase/MTaskList.[h,cc]:
|
|---|
| 4458 | - made FindObject const correct (see TObject)
|
|---|
| 4459 | - changed output to use GetDescriptor
|
|---|
| 4460 |
|
|---|
| 4461 | * mbase/MTime.cc:
|
|---|
| 4462 | - code reformatting
|
|---|
| 4463 |
|
|---|
| 4464 | * mbase/MWriteRootFile.cc:
|
|---|
| 4465 | - small changes in output
|
|---|
| 4466 |
|
|---|
| 4467 | * mgui/MHexagon.cc:
|
|---|
| 4468 | - changed output according to TEllipse and similar
|
|---|
| 4469 | - made ls const
|
|---|
| 4470 |
|
|---|
| 4471 | * mhist/MFillH.cc:
|
|---|
| 4472 | - changed output to use GetDescriptor
|
|---|
| 4473 |
|
|---|
| 4474 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 4475 | - changed to use new GUI of MImgCleanStd
|
|---|
| 4476 |
|
|---|
| 4477 | * mraw/MRawEvtData.cc:
|
|---|
| 4478 | - small changes to output
|
|---|
| 4479 | - better sanity check for non existing fRunHeader
|
|---|
| 4480 |
|
|---|
| 4481 |
|
|---|
| 4482 |
|
|---|
| 4483 | 2001/11/09: Thomas Bretz
|
|---|
| 4484 |
|
|---|
| 4485 | * mars.cc, merp.cc, macros/rootlogon.C:
|
|---|
| 4486 | - added MArray::Class()->IgnoreTObjectStreamer();
|
|---|
| 4487 |
|
|---|
| 4488 |
|
|---|
| 4489 |
|
|---|
| 4490 | 2001/11/08: Thomas Bretz
|
|---|
| 4491 |
|
|---|
| 4492 | * meventdisp/MGCamDisplay.cc:
|
|---|
| 4493 | - changed enums to root style
|
|---|
| 4494 | - get rid of the problem of button deletion by adding the buttons
|
|---|
| 4495 | as first entries to the list
|
|---|
| 4496 |
|
|---|
| 4497 | * mmain/MMonteCarlo.cc:
|
|---|
| 4498 | - changed enums to root style
|
|---|
| 4499 | - get rid of the problem of button deletion by adding the buttons
|
|---|
| 4500 | as first entries to the list
|
|---|
| 4501 |
|
|---|
| 4502 | * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 4503 | mhist/MHFadcCam.cc:
|
|---|
| 4504 | - removed 'Fadc' from function names
|
|---|
| 4505 |
|
|---|
| 4506 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 4507 | - made AddPixel inline
|
|---|
| 4508 |
|
|---|
| 4509 | * manalysis/MMcPedestalCopy.cc:
|
|---|
| 4510 | - added output
|
|---|
| 4511 |
|
|---|
| 4512 | * manalysis/MPedestalCam.cc:
|
|---|
| 4513 | - removed FIXME
|
|---|
| 4514 |
|
|---|
| 4515 | * Makefile's:
|
|---|
| 4516 | - some reordering
|
|---|
| 4517 | - changed to the output
|
|---|
| 4518 |
|
|---|
| 4519 | * mbase/MReadTree.cc:
|
|---|
| 4520 | - removed setting of AutoDel-flag (this was not intended and doesn't
|
|---|
| 4521 | work for a TChain, yet)
|
|---|
| 4522 |
|
|---|
| 4523 | * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
|
|---|
| 4524 | - moved SetWMSizeHints to base class
|
|---|
| 4525 |
|
|---|
| 4526 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 4527 | - added a random move and the SetWMSizeHints
|
|---|
| 4528 |
|
|---|
| 4529 | * mhist/MHHillas.cc:
|
|---|
| 4530 | - replaced some text by Latex-formulas
|
|---|
| 4531 |
|
|---|
| 4532 | * mmain/MBrowser.cc:
|
|---|
| 4533 | - added a menu entry for opening a TBrowser
|
|---|
| 4534 | - added a random move
|
|---|
| 4535 |
|
|---|
| 4536 | * mmain/MMars.[h,cc]:
|
|---|
| 4537 | - changed enums to root style
|
|---|
| 4538 | - moved size specification from header to source
|
|---|
| 4539 | - changed SetWMSizeHints call
|
|---|
| 4540 |
|
|---|
| 4541 | * mraw/MrawEvtPixelIter.[h,cc]:
|
|---|
| 4542 | - added fNum[Hi,Lo]GainSamples to make GetSum* faster
|
|---|
| 4543 | - removed 'Fadc' from function names
|
|---|
| 4544 |
|
|---|
| 4545 |
|
|---|
| 4546 |
|
|---|
| 4547 | 2001/11/07: Thomas Bretz
|
|---|
| 4548 |
|
|---|
| 4549 | * Makefile:
|
|---|
| 4550 | - changed order in 'mrproper'
|
|---|
| 4551 |
|
|---|
| 4552 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
|
|---|
| 4553 | - added InitSize
|
|---|
| 4554 |
|
|---|
| 4555 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 4556 | - introduces InitSize to speed up things
|
|---|
| 4557 | - changed []-operator to an unchecked access
|
|---|
| 4558 |
|
|---|
| 4559 | * manalysis/MPedestalCam.h:
|
|---|
| 4560 | - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
|
|---|
| 4561 | - changed []-operator to an unchecked access
|
|---|
| 4562 |
|
|---|
| 4563 | * mbase/MEvtLoop.cc:
|
|---|
| 4564 | - changed 'total' to 'real' time.
|
|---|
| 4565 |
|
|---|
| 4566 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 4567 | - moved []-operator code back to class definition, due to runtime speed
|
|---|
| 4568 | - changed []-operator to an unchecked access
|
|---|
| 4569 |
|
|---|
| 4570 | * mhist/MHHillas.cc:
|
|---|
| 4571 | - changed 'degree' to Latex-style
|
|---|
| 4572 |
|
|---|
| 4573 | * manalysis/MImgCleanStd.cc:
|
|---|
| 4574 | - we are now initialising an array holding the used pixel to prevent
|
|---|
| 4575 | looping through all pixel thousands of times
|
|---|
| 4576 | (MCerPhotEvt::IsPixelUsed)
|
|---|
| 4577 |
|
|---|
| 4578 | * mbase/MWriteAsciiFile.cc:
|
|---|
| 4579 | - enhanced the documentation
|
|---|
| 4580 |
|
|---|
| 4581 | * mmain/MBrowser.[h,cc]:
|
|---|
| 4582 | - enhanced the functionality to display the filename
|
|---|
| 4583 | - improved the layout
|
|---|
| 4584 |
|
|---|
| 4585 | * mmain/MMars.cc:
|
|---|
| 4586 | - added calling of 'netscape' for the two picture buttons
|
|---|
| 4587 |
|
|---|
| 4588 |
|
|---|
| 4589 |
|
|---|
| 4590 | 2001/11/06: Thomas Bretz
|
|---|
| 4591 |
|
|---|
| 4592 | * mbase/MReadMarsFile.[h,cc]:
|
|---|
| 4593 | - added
|
|---|
| 4594 |
|
|---|
| 4595 | * manalysis/MMcPedestalCopy.[h,cc]:
|
|---|
| 4596 | - moved copying to PreProcess
|
|---|
| 4597 | - removed Process
|
|---|
| 4598 |
|
|---|
| 4599 | * mbase/Makefile, mbase/BaseLinkDef.h
|
|---|
| 4600 | - added MReadMarsFile
|
|---|
| 4601 |
|
|---|
| 4602 | * mbase/MReadTree.[h,cc]:
|
|---|
| 4603 | - added a list of TObjects to be called when file in the chain
|
|---|
| 4604 | is changed
|
|---|
| 4605 |
|
|---|
| 4606 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
|---|
| 4607 | - removed -g flag
|
|---|
| 4608 |
|
|---|
| 4609 | * mraw/MRawRunHeader.h:
|
|---|
| 4610 | - fixed return type of GetNumEvents
|
|---|
| 4611 |
|
|---|
| 4612 | * mraw/MRawCrateArray.[h,cc]:
|
|---|
| 4613 | - added SetSize which takes care of the size of the array
|
|---|
| 4614 | - changed the access to an unchecked one
|
|---|
| 4615 |
|
|---|
| 4616 | * mraw/MRawCrateData.h
|
|---|
| 4617 | - derives from MParContainer now
|
|---|
| 4618 |
|
|---|
| 4619 | * mraw/MRawEvtData.[h,cc]:
|
|---|
| 4620 | - made Print const
|
|---|
| 4621 | - changed so, that the arrays are dreed and allocated only
|
|---|
| 4622 | as less as possible
|
|---|
| 4623 |
|
|---|
| 4624 | * mraw/MRawFileRead.[h,cc]:
|
|---|
| 4625 | - changed to support faster I/O of MRawEvtData and MRawCrateArray
|
|---|
| 4626 | - added sanity check (warning) to PostProcess
|
|---|
| 4627 |
|
|---|
| 4628 | * mraw/MRawFileWrite.cc:
|
|---|
| 4629 | - removed deletion of trees (done by ~TFile)
|
|---|
| 4630 | - switched of AutoSave by use of a big size
|
|---|
| 4631 | - removed '.' from Branch names (each tree contains only one master
|
|---|
| 4632 | branch with equal subbranches)
|
|---|
| 4633 |
|
|---|
| 4634 | * macros/readCT1.C:
|
|---|
| 4635 | - fixed a small bug
|
|---|
| 4636 |
|
|---|
| 4637 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 4638 | - removed Clear from Process (done by Reset now)
|
|---|
| 4639 |
|
|---|
| 4640 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 4641 | - added reset-function
|
|---|
| 4642 | - some small changes to the code layout
|
|---|
| 4643 |
|
|---|
| 4644 | * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
|
|---|
| 4645 | - chenged constructor to support fName and fTitle
|
|---|
| 4646 |
|
|---|
| 4647 | * mbase/MReadTree.cc:
|
|---|
| 4648 | - removes '.' from a branch name now before searching/creating the object
|
|---|
| 4649 |
|
|---|
| 4650 |
|
|---|
| 4651 |
|
|---|
| 4652 | 2001/11/01: Thomas Bretz
|
|---|
| 4653 |
|
|---|
| 4654 | * mbase/MParContainer.cc:
|
|---|
| 4655 | - removed 'newname' from TObject::Clone call.
|
|---|
| 4656 |
|
|---|
| 4657 | * mbase/MParContainer.h:
|
|---|
| 4658 | - layout changes
|
|---|
| 4659 |
|
|---|
| 4660 | * mbase/MParList.h:
|
|---|
| 4661 | - changed destructor definition to virtual
|
|---|
| 4662 |
|
|---|
| 4663 | * mbase/MReadTree.[h,cc]:
|
|---|
| 4664 | - added initialization for fProgress
|
|---|
| 4665 | - changed output
|
|---|
| 4666 | - move some code to new functions
|
|---|
| 4667 | - branch enabling now checks for the existance of the branch
|
|---|
| 4668 | - veto branch disables the corresponding sub branches now physically
|
|---|
| 4669 | - changed comments
|
|---|
| 4670 |
|
|---|
| 4671 | * mdatacheck/MGDisplayAdc.cc:
|
|---|
| 4672 | - added some sanity checks
|
|---|
| 4673 |
|
|---|
| 4674 | * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 4675 | meventdisp/MGFadcDisp.cc:
|
|---|
| 4676 | - moved some code to MGEvtDisplay
|
|---|
| 4677 |
|
|---|
| 4678 | * mhist/MFillH.cc:
|
|---|
| 4679 | - added warning to comment
|
|---|
| 4680 |
|
|---|
| 4681 | * mhist/MHFadcCam.[h,cc]:
|
|---|
| 4682 | - added Clone-function. It seems, that this is necessary since
|
|---|
| 4683 | root 3.01
|
|---|
| 4684 |
|
|---|
| 4685 | * mhist/MHFadcPix.cc:
|
|---|
| 4686 | - changed axis titles
|
|---|
| 4687 |
|
|---|
| 4688 | * mmain/MAnalysis.cc:
|
|---|
| 4689 | - added progress bar
|
|---|
| 4690 |
|
|---|
| 4691 | * mmain/MBrowser.[h,cc]:
|
|---|
| 4692 | - added layout hints to fTop1,2,3
|
|---|
| 4693 | - adde Create/DestroyProgrssBar
|
|---|
| 4694 |
|
|---|
| 4695 | * mmain/MDataCheck.cc:
|
|---|
| 4696 | - changes to the layout
|
|---|
| 4697 | - disable auto scheme
|
|---|
| 4698 | - added progress bar
|
|---|
| 4699 |
|
|---|
| 4700 | * mmain/MMonteCarlo.[h,cc]:
|
|---|
| 4701 | - layout changes
|
|---|
| 4702 | - added progress bar
|
|---|
| 4703 |
|
|---|
| 4704 | * mraw/MRawEvtData.cc:
|
|---|
| 4705 | - new sanity check in Draw
|
|---|
| 4706 |
|
|---|
| 4707 |
|
|---|
| 4708 |
|
|---|
| 4709 | 2001/11/01: Thomas Bretz
|
|---|
| 4710 |
|
|---|
| 4711 | * macros/MagicHillas.C:
|
|---|
| 4712 | - changed Draw to DrawClone
|
|---|
| 4713 |
|
|---|
| 4714 | * manalysis/MCerPhotPix.h:
|
|---|
| 4715 | - some layout changes
|
|---|
| 4716 |
|
|---|
| 4717 | * mbase/MParList.cc:
|
|---|
| 4718 | - fixed a bug in the dstructor which causes the d'tor to crash when
|
|---|
| 4719 | the owner bit was set
|
|---|
| 4720 | - changed some TCollection loop to macro ForEach
|
|---|
| 4721 |
|
|---|
| 4722 | * mbase/MTaskList.cc:
|
|---|
| 4723 | - changed some TCollection loop to macro ForEach
|
|---|
| 4724 |
|
|---|
| 4725 | * meventdisp/MGEvtDisplay.[h,cc]:
|
|---|
| 4726 | - added filemenu
|
|---|
| 4727 |
|
|---|
| 4728 | * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
|
|---|
| 4729 | - added SavePrimitive function
|
|---|
| 4730 |
|
|---|
| 4731 | * mhist/MHHillas.cc:
|
|---|
| 4732 | - changed 'deg' to '°'
|
|---|
| 4733 |
|
|---|
| 4734 | * mmain/MDataCheck.cc:
|
|---|
| 4735 | - changed name of enums for buttons
|
|---|
| 4736 |
|
|---|
| 4737 | * Makefile.conf.osf1:
|
|---|
| 4738 | - added some more exclusion flags to get rid of to much informations
|
|---|
| 4739 |
|
|---|
| 4740 | * Makefile:
|
|---|
| 4741 | - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
|
|---|
| 4742 |
|
|---|
| 4743 | * mbase/MAGIC.h:
|
|---|
| 4744 | - put brackets around defines, to make it compile on alpha
|
|---|
| 4745 |
|
|---|
| 4746 | * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
|
|---|
| 4747 | mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
|
|---|
| 4748 | - removed inline statement, to make it link on alpha
|
|---|
| 4749 |
|
|---|
| 4750 |
|
|---|
| 4751 |
|
|---|
| 4752 | 2001/10/31: Thomas Bretz
|
|---|
| 4753 |
|
|---|
| 4754 | * Makefile:
|
|---|
| 4755 | - changed MrProper output
|
|---|
| 4756 |
|
|---|
| 4757 | * Makefile.conf.general, Makefile.conf.linux,
|
|---|
| 4758 | Makefile.conf.linux-gnu, Makefile.conf.osf:
|
|---|
| 4759 | - added ARCHDEF environment
|
|---|
| 4760 |
|
|---|
| 4761 | * manalysis/MHillas.[h,cc]:
|
|---|
| 4762 | - added units
|
|---|
| 4763 |
|
|---|
| 4764 | * mbase/BaseLinkDef.h:
|
|---|
| 4765 | - added '+' for MTime
|
|---|
| 4766 |
|
|---|
| 4767 | * mbase/MAGIC.h:
|
|---|
| 4768 | - let Linux find gLog when creating dictionary
|
|---|
| 4769 |
|
|---|
| 4770 | * mbase/MHtml.h:
|
|---|
| 4771 | - removed include of TNamed
|
|---|
| 4772 |
|
|---|
| 4773 | * */Makefile
|
|---|
| 4774 | - reordered *.cc filed to get rid of some 'rootcint' warnings
|
|---|
| 4775 |
|
|---|
| 4776 | * mgui/MCamDisplay.cc:
|
|---|
| 4777 | - added SetBorderMode(0)
|
|---|
| 4778 |
|
|---|
| 4779 | * mgui/MHexagon.[h,cc]:
|
|---|
| 4780 | - changed Print-output to fit into two lines
|
|---|
| 4781 | - made Print appear in the context menu
|
|---|
| 4782 |
|
|---|
| 4783 | * merpp.cc:
|
|---|
| 4784 | - Added MParContainer::Class()->IgnoreTObjectStreamer()
|
|---|
| 4785 |
|
|---|
| 4786 | * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
|
|---|
| 4787 | mmain/MAnalysis.[h,cc]:
|
|---|
| 4788 | - added support for a progressbar
|
|---|
| 4789 |
|
|---|
| 4790 | * mbase/MFilterList.h:
|
|---|
| 4791 | - added SetOwner-support
|
|---|
| 4792 |
|
|---|
| 4793 | * mbase/MLogManip.h:
|
|---|
| 4794 | - added 'dec' manipulator to dbginf
|
|---|
| 4795 |
|
|---|
| 4796 | * mbase/MTask.h:
|
|---|
| 4797 | - added GetNumExecutions
|
|---|
| 4798 |
|
|---|
| 4799 | * mraw/RawLinkDef.h:
|
|---|
| 4800 | - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
|
|---|
| 4801 | MRawFile[Read,Write]
|
|---|
| 4802 |
|
|---|
| 4803 |
|
|---|
| 4804 |
|
|---|
| 4805 | 2001/10/30: Thomas Bretz
|
|---|
| 4806 |
|
|---|
| 4807 | * macros/MagicHillas.C
|
|---|
| 4808 | - removed precreated objects
|
|---|
| 4809 |
|
|---|
| 4810 | * macros/readCt1.C:
|
|---|
| 4811 | - fixed a bug (-> instead of .)
|
|---|
| 4812 |
|
|---|
| 4813 | * *LinDef.h:
|
|---|
| 4814 | - added a '+' to all 'new' classes. 'new' means, that the object
|
|---|
| 4815 | is not yet used in Monte Carlo Files.
|
|---|
| 4816 |
|
|---|
| 4817 | * *.h:
|
|---|
| 4818 | - changed defines from CLASS_H to MARS_Class type (like root)
|
|---|
| 4819 |
|
|---|
| 4820 | * MMcPedestalCopy.[h,cc]:
|
|---|
| 4821 | - added AddToBranchList stamements
|
|---|
| 4822 |
|
|---|
| 4823 | * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
|
|---|
| 4824 | - changed derivement from TObject to MParContainer to be sure
|
|---|
| 4825 | fBits are not written, without specifying this for any TObject
|
|---|
| 4826 | derived class
|
|---|
| 4827 |
|
|---|
| 4828 |
|
|---|
| 4829 |
|
|---|
| 4830 | 2001/10/29: Thomas Bretz
|
|---|
| 4831 |
|
|---|
| 4832 | * Makefile.rules:
|
|---|
| 4833 | - changed the output
|
|---|
| 4834 |
|
|---|
| 4835 | * macros/rootlogon.C:
|
|---|
| 4836 | - Added IgnorTObjectStreamer
|
|---|
| 4837 |
|
|---|
| 4838 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 4839 | - changed fFileNames to a TList of TNamed objects
|
|---|
| 4840 |
|
|---|
| 4841 | * mbase/MArray.h:
|
|---|
| 4842 | - removed include of MArray.h
|
|---|
| 4843 |
|
|---|
| 4844 | * mbase/MParContainer.[h,cc]:
|
|---|
| 4845 | - changed fName, fTitle from pointer to static object
|
|---|
| 4846 | - Changed ClassVersion to 0
|
|---|
| 4847 |
|
|---|
| 4848 | * mbase/MParList.[h,cc]:
|
|---|
| 4849 | - changed fName, fTitle from pointer to static object
|
|---|
| 4850 | - changed include of TObjArray to a forward declaration
|
|---|
| 4851 | (for faster compilation)
|
|---|
| 4852 | - simplified the code
|
|---|
| 4853 |
|
|---|
| 4854 | * mbase/MInputStreamID.[h,cc]:
|
|---|
| 4855 | - changed fStreamId from char* to TString
|
|---|
| 4856 | - Changed ClassVersion to 0
|
|---|
| 4857 |
|
|---|
| 4858 | * mbase/MReadTree.[h,cc]:
|
|---|
| 4859 | - changed veto-list to an array of TNamed objects
|
|---|
| 4860 | - implemented auto enabeling
|
|---|
| 4861 |
|
|---|
| 4862 | * mbase/MTask.[h,cc]:
|
|---|
| 4863 | - implemented fListOfBranches for auto enabeling
|
|---|
| 4864 |
|
|---|
| 4865 | * mbase/MTaskList.[h,cc]:
|
|---|
| 4866 | - changed fName, fTitle from pointer to static object
|
|---|
| 4867 | - changed include of TObjArray to a forward declaration
|
|---|
| 4868 | (for faster compilation)
|
|---|
| 4869 |
|
|---|
| 4870 | * mbase/MWriteRootFile.cc:
|
|---|
| 4871 | - changed fName, fTitle from pointer to static object
|
|---|
| 4872 | - set splitlevel in TTree::Branch to default
|
|---|
| 4873 | - changed kSaveNow to kFillTree
|
|---|
| 4874 |
|
|---|
| 4875 | * mhist/MFillH.cc:
|
|---|
| 4876 | - changed fName, fTitle from pointer to static object
|
|---|
| 4877 | - check inharitance from MH
|
|---|
| 4878 |
|
|---|
| 4879 | * mhist/MH.[h,cc]:
|
|---|
| 4880 | - changed fName, fTitle from pointer to static object
|
|---|
| 4881 | - implementation of simplified static MakeDefCanvas
|
|---|
| 4882 |
|
|---|
| 4883 | * mhist/MHFadcCam.h:
|
|---|
| 4884 | - removed include of TH1
|
|---|
| 4885 |
|
|---|
| 4886 | * mhist/MHFadcPix.[h,cc]:
|
|---|
| 4887 | - implemented persistent pixid
|
|---|
| 4888 | - get rid of 'fixed string sizes'
|
|---|
| 4889 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 4890 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 4891 | - removed include of TH1
|
|---|
| 4892 |
|
|---|
| 4893 | * mhist/MHHillas.cc
|
|---|
| 4894 | - changed fName, fTitle from pointer to static object
|
|---|
| 4895 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 4896 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 4897 | - changed DrawClone to DrawCopy
|
|---|
| 4898 |
|
|---|
| 4899 | * mhist/MHMcCollectionArea.[h,cc]:
|
|---|
| 4900 | - changed fName, fTitle from pointer to static object
|
|---|
| 4901 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 4902 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 4903 | - changed DrawClone to DrawCopy
|
|---|
| 4904 | - changed binning to log scale
|
|---|
| 4905 | - removed include of TH1
|
|---|
| 4906 |
|
|---|
| 4907 | * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
|---|
| 4908 | - changed fName, fTitle from pointer to static object
|
|---|
| 4909 | - Delete histograms from file structure (SetDirectory)
|
|---|
| 4910 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
|---|
| 4911 |
|
|---|
| 4912 | * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
|
|---|
| 4913 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 4914 | manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
|
|---|
| 4915 | mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
|
|---|
| 4916 | mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
|
|---|
| 4917 | mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
|
|---|
| 4918 | mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
|
|---|
| 4919 | - changed fName, fTitle from pointer to static object
|
|---|
| 4920 |
|
|---|
| 4921 | * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 4922 | mmontecarlo/MMcThresholdCalc.[h,cc],
|
|---|
| 4923 | mmontecarlo/MMcTriggerRateCalc.[h,cc],
|
|---|
| 4924 | mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
|
|---|
| 4925 | - changed fName, fTitle from pointer to static object
|
|---|
| 4926 | - changed to use auto enabling scheme
|
|---|
| 4927 |
|
|---|
| 4928 | * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
|
|---|
| 4929 | - removed UseLeaf
|
|---|
| 4930 |
|
|---|
| 4931 | * macros/CT1Hillas.C, macros/readMagic.C:
|
|---|
| 4932 | - made run again
|
|---|
| 4933 |
|
|---|
| 4934 | * mraw/MRawFileWrite.cc:
|
|---|
| 4935 | - changed fName, fTitle from pointer to static object
|
|---|
| 4936 | - changed TTree::Branch to use default split level (99)
|
|---|
| 4937 | - added the missing important '.' to the Branch names!
|
|---|
| 4938 |
|
|---|
| 4939 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 4940 | - changed fName, fTitle from pointer to static object
|
|---|
| 4941 | - implemented enum for Run Type
|
|---|
| 4942 |
|
|---|
| 4943 |
|
|---|
| 4944 |
|
|---|
| 4945 | 2001/10/26: Thomas Bretz
|
|---|
| 4946 |
|
|---|
| 4947 | * Makefile.rules:
|
|---|
| 4948 | - changed output
|
|---|
| 4949 |
|
|---|
| 4950 | * readraw.cc:
|
|---|
| 4951 | - changed name and description in TROOT
|
|---|
| 4952 | - removed argument in MMcEvt::Print()
|
|---|
| 4953 |
|
|---|
| 4954 | * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
|---|
| 4955 | manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
|
|---|
| 4956 | mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
|
|---|
| 4957 | mmc/MMcTrigHeader.[hxx,cxx]:
|
|---|
| 4958 | - according to root 3.01 made Print const
|
|---|
| 4959 |
|
|---|
| 4960 | * mbase/BaseLinkDef.h:
|
|---|
| 4961 | - added MPrint
|
|---|
| 4962 |
|
|---|
| 4963 | * mbase/MPrint.[h,cc]:
|
|---|
| 4964 | - added
|
|---|
| 4965 |
|
|---|
| 4966 | * mbase/MClone.[h,cc]:
|
|---|
| 4967 | - changed MParContainer to a more general TObject
|
|---|
| 4968 |
|
|---|
| 4969 | * mbase/Makefile:
|
|---|
| 4970 | - MPrint.cc added
|
|---|
| 4971 |
|
|---|
| 4972 | * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 4973 | meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 4974 | - introduced fInitOk for the case PreProcessing failed
|
|---|
| 4975 |
|
|---|
| 4976 | * mmain/MMonteCarlo.cc:
|
|---|
| 4977 | - added correction for use of several trigger conditions
|
|---|
| 4978 | - speedup threshold calc by usage of UseLeaf
|
|---|
| 4979 |
|
|---|
| 4980 | * magiclogo.xpm, marslogo.xpm:
|
|---|
| 4981 | - changed
|
|---|
| 4982 |
|
|---|
| 4983 | * mmain/MMonteCarlo.cc:
|
|---|
| 4984 | - added a workaround for the <TClass::TClass> no dictionary for MMc*
|
|---|
| 4985 | problem
|
|---|
| 4986 |
|
|---|
| 4987 | * mbase/MWriteRootFile.[h,cc]:
|
|---|
| 4988 | - simplified code by removing MRootFileTree class
|
|---|
| 4989 |
|
|---|
| 4990 | * mbase/MLog.cc:
|
|---|
| 4991 | - changed char[len+1] to 'new' statement
|
|---|
| 4992 |
|
|---|
| 4993 |
|
|---|
| 4994 |
|
|---|
| 4995 |
|
|---|
| 4996 | 2001/10/23: Thomas Bretz
|
|---|
| 4997 |
|
|---|
| 4998 | * mbase/MLog.[h,cc]:
|
|---|
| 4999 | - replaced usage of tmpnam by mkstemp
|
|---|
| 5000 |
|
|---|
| 5001 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 5002 | - Paint function added which maintains the aspect ratio of the image
|
|---|
| 5003 | - DrawPhotErr removed
|
|---|
| 5004 | - removed gPad->Clear, so that we can draw into pads not only
|
|---|
| 5005 | canvases
|
|---|
| 5006 |
|
|---|
| 5007 | * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
|
|---|
| 5008 | mhist/MFillHStarMap.[h,cc]:
|
|---|
| 5009 | - removed
|
|---|
| 5010 |
|
|---|
| 5011 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
|---|
| 5012 | - removed unused spectral index and flux
|
|---|
| 5013 |
|
|---|
| 5014 | * mmontecarlo/MMcThesholdCalc.[h,cc],:
|
|---|
| 5015 | mbase/MParList.[h,cc]:
|
|---|
| 5016 | - fixed the Dimension handling
|
|---|
| 5017 |
|
|---|
| 5018 | * mmontecarlo/MMcTriggerRateCalc.[h,cc],
|
|---|
| 5019 | - fixed the Dimension handling
|
|---|
| 5020 | - added destructor
|
|---|
| 5021 |
|
|---|
| 5022 | * macros/trigrate.C:
|
|---|
| 5023 | - fixed some small things
|
|---|
| 5024 | - accelerated by use of MReadTree::UseLeaf
|
|---|
| 5025 |
|
|---|
| 5026 | * mhist/MHMcCollectionArea.h:
|
|---|
| 5027 | - changed default argument of DrawClone from NULL to "".
|
|---|
| 5028 | NULL caused the interpreter to crash.
|
|---|
| 5029 |
|
|---|
| 5030 | * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
|
|---|
| 5031 | mbase/MParList.[h.cc], mbase/MTime.[h,cc],
|
|---|
| 5032 | mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
|
|---|
| 5033 | mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
|
|---|
| 5034 | mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
|
|---|
| 5035 | mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
|
|---|
| 5036 | - according to root 3.01 I made Print() const
|
|---|
| 5037 |
|
|---|
| 5038 | * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
|
|---|
| 5039 | - removed
|
|---|
| 5040 |
|
|---|
| 5041 | * mbase/MReadTree.cc:
|
|---|
| 5042 | - removed default argument from GetEntry-call
|
|---|
| 5043 |
|
|---|
| 5044 | * mbase/MTask.[h,cc]:
|
|---|
| 5045 | - introduced mapping function for (Pre/Post)&Process
|
|---|
| 5046 | - according to root 3.01 I made Print() const
|
|---|
| 5047 | - added PrintStatistics
|
|---|
| 5048 | - added call counter
|
|---|
| 5049 |
|
|---|
| 5050 | * mbase/MTaskList.[h,cc]:
|
|---|
| 5051 | - adapted to new MTask mapping functions
|
|---|
| 5052 | - according to root 3.01 I made Print() const
|
|---|
| 5053 | - added PrintStatistics
|
|---|
| 5054 | - moved some functionality to MTask-Mapper functions
|
|---|
| 5055 |
|
|---|
| 5056 | * mmain/MMonteCarlo.cc:
|
|---|
| 5057 | - adapted to some changes in other classes
|
|---|
| 5058 | - some small simplifications
|
|---|
| 5059 | - accelerated, by use of UseLeaf
|
|---|
| 5060 | - workaround for the ButtonGroup/Button delete bug
|
|---|
| 5061 |
|
|---|
| 5062 | * mmain/MAnalysis.cc:
|
|---|
| 5063 | - workaround for the ButtonGroup/Button delete bug
|
|---|
| 5064 |
|
|---|
| 5065 |
|
|---|
| 5066 |
|
|---|
| 5067 | 2001/10/23: Thomas Bretz
|
|---|
| 5068 |
|
|---|
| 5069 | * macros/dohtml.C:
|
|---|
| 5070 | - changed macro names
|
|---|
| 5071 |
|
|---|
| 5072 | * macros/getCollArea.C:
|
|---|
| 5073 | - renamed to collarea.C
|
|---|
| 5074 | - make use of new fast MReadTree
|
|---|
| 5075 |
|
|---|
| 5076 | * macros/getRate.C:
|
|---|
| 5077 | - renamed to trigrate.C
|
|---|
| 5078 |
|
|---|
| 5079 | * macros/getThreshold.C:
|
|---|
| 5080 | - renamed to threshold.C
|
|---|
| 5081 |
|
|---|
| 5082 | * Makefile.depend:
|
|---|
| 5083 | - removed
|
|---|
| 5084 |
|
|---|
| 5085 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 5086 | - fixed wrong usage of new operator in TClonesArray
|
|---|
| 5087 | - the aspect ratio of the Canvas is used now to display geometries
|
|---|
| 5088 | correctly (no 'small CT1 camera anymore)
|
|---|
| 5089 | - replaced include of MCerPhotPix by a forward declaration
|
|---|
| 5090 | - replaced include of MHexagon by a forward declaration
|
|---|
| 5091 |
|
|---|
| 5092 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 5093 | - added GetMaxRadius()-function
|
|---|
| 5094 | - added CalcMaxRadius()-function
|
|---|
| 5095 | - replaced include of MGeomPix by a forward declaration
|
|---|
| 5096 | - replaced include of TObjArray by a forward declaration
|
|---|
| 5097 |
|
|---|
| 5098 | * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
|
|---|
| 5099 | - call CalcMaxRadius in the constructor
|
|---|
| 5100 |
|
|---|
| 5101 |
|
|---|
| 5102 |
|
|---|
| 5103 | 2001/10/22: Thomas Bretz
|
|---|
| 5104 |
|
|---|
| 5105 | * mhist/MH*.[h,cc]:
|
|---|
| 5106 | - changed DrawClone according to root 3.01/06 to 'const'
|
|---|
| 5107 |
|
|---|
| 5108 |
|
|---|
| 5109 |
|
|---|
| 5110 | 2001/10/16: Thomas Bretz
|
|---|
| 5111 |
|
|---|
| 5112 | * mbase/MReadTree.[h,cc]:
|
|---|
| 5113 | - added some output statements
|
|---|
| 5114 | - added comments
|
|---|
| 5115 | - added UseLeaf
|
|---|
| 5116 | - changed AddFile to Int_t
|
|---|
| 5117 | - simplified GetEntry call
|
|---|
| 5118 |
|
|---|
| 5119 | * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
|
|---|
| 5120 | - added come comments
|
|---|
| 5121 | - removed Draw-function
|
|---|
| 5122 |
|
|---|
| 5123 | * mars.cc:
|
|---|
| 5124 | - Changed name of TROOT object to 'mars'
|
|---|
| 5125 |
|
|---|
| 5126 | * merpp.cc:
|
|---|
| 5127 | - changed name of TROOT object to 'merpp'
|
|---|
| 5128 | - added some more ouput
|
|---|
| 5129 |
|
|---|
| 5130 | * mbase/MBaseLinkDef.h:
|
|---|
| 5131 | - added MRootFileBranch
|
|---|
| 5132 | - added MRootFileTree
|
|---|
| 5133 |
|
|---|
| 5134 | * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
|
|---|
| 5135 | - added comments
|
|---|
| 5136 |
|
|---|
| 5137 | * mbase/MEvtLoop.cc:
|
|---|
| 5138 | - added missing include
|
|---|
| 5139 | - added another time output
|
|---|
| 5140 |
|
|---|
| 5141 | * mbase/MWriteRootFile.cc:
|
|---|
| 5142 | - added ClassImp
|
|---|
| 5143 |
|
|---|
| 5144 | * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 5145 | - changed output
|
|---|
| 5146 |
|
|---|
| 5147 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 5148 | - small fixes
|
|---|
| 5149 | - changed error calculation according to Ciro
|
|---|
| 5150 |
|
|---|
| 5151 | * macros/CT1Hillas.C:
|
|---|
| 5152 | - fixes some bugs (typos)
|
|---|
| 5153 |
|
|---|
| 5154 |
|
|---|
| 5155 |
|
|---|
| 5156 | 2001/10/05: Thomas Bretz
|
|---|
| 5157 |
|
|---|
| 5158 | * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
|
|---|
| 5159 | mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
|
|---|
| 5160 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
|---|
| 5161 | meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
|
|---|
| 5162 | mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
|
|---|
| 5163 | mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
|
|---|
| 5164 | mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
|
|---|
| 5165 | mraw/MRawFileRead.cc
|
|---|
| 5166 | - comments updated
|
|---|
| 5167 |
|
|---|
| 5168 | * mbase/MFilter.[h,cc]:
|
|---|
| 5169 | - made IsExpressionTrue abstract
|
|---|
| 5170 |
|
|---|
| 5171 | * meventdisp/MGEvtDisplay.cc:
|
|---|
| 5172 | - fixed a bug that only every second event was displayed
|
|---|
| 5173 |
|
|---|
| 5174 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 5175 | - reorganized code (changing pixel number drawed the histogram twice)
|
|---|
| 5176 |
|
|---|
| 5177 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 5178 | - added fDrawingPad to make sure that all output goes into the same pad
|
|---|
| 5179 |
|
|---|
| 5180 | * mhist/HistLinkDef.h, mhist/Makefile:
|
|---|
| 5181 | - removed old MFillH* classes
|
|---|
| 5182 |
|
|---|
| 5183 |
|
|---|
| 5184 |
|
|---|
| 5185 | 2001/10/02: Thomas Bretz
|
|---|
| 5186 |
|
|---|
| 5187 | * mbase/MClone.[h,cc],
|
|---|
| 5188 | meventdisp/MGCamDisplay.[h,cc],
|
|---|
| 5189 | meventdisp/MGEvtDisplay.[h,cc],
|
|---|
| 5190 | mmain/MCameraDisplay.[h,cc]:
|
|---|
| 5191 | - added
|
|---|
| 5192 |
|
|---|
| 5193 | * macros/readMagic.C:
|
|---|
| 5194 | - fixed a "'->' and '.' mixed bug"
|
|---|
| 5195 |
|
|---|
| 5196 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 5197 | - added initialisation of fIn
|
|---|
| 5198 |
|
|---|
| 5199 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 5200 | - made IsPixelExisting const
|
|---|
| 5201 | - made IsPixelCore const
|
|---|
| 5202 | - made IsPixelUsed const
|
|---|
| 5203 | - made GetNumPhotons[Min,Max] const
|
|---|
| 5204 |
|
|---|
| 5205 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 5206 | - added MClone
|
|---|
| 5207 |
|
|---|
| 5208 | * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
|
|---|
| 5209 | - added SetOwner-support
|
|---|
| 5210 |
|
|---|
| 5211 | * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
|
|---|
| 5212 | - removed MShowSpect
|
|---|
| 5213 | - removed MViewAdcSpect
|
|---|
| 5214 |
|
|---|
| 5215 | * mdatacheck/MDumpEvtHeader.cc:
|
|---|
| 5216 | - added missing descriptions
|
|---|
| 5217 |
|
|---|
| 5218 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 5219 | - small changes
|
|---|
| 5220 |
|
|---|
| 5221 | * meventdisp/EvtDispLinkDef.h:
|
|---|
| 5222 | - added MGEvtDisplay
|
|---|
| 5223 | - added MGCamDisplay
|
|---|
| 5224 |
|
|---|
| 5225 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 5226 | - derived from MGEvtDisplay
|
|---|
| 5227 | - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
|
|---|
| 5228 |
|
|---|
| 5229 | * meventdisp/Makefile:
|
|---|
| 5230 | - added MGCamDisplay
|
|---|
| 5231 |
|
|---|
| 5232 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 5233 | - cleaned
|
|---|
| 5234 | - reorganized
|
|---|
| 5235 |
|
|---|
| 5236 | * mgui/MHexagon.cc:
|
|---|
| 5237 | - added missing descriptions
|
|---|
| 5238 |
|
|---|
| 5239 | * mhist/MHFadcPix.cc:
|
|---|
| 5240 | - reorganized some code in the constructor which creates the 'names'
|
|---|
| 5241 |
|
|---|
| 5242 | * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
|
|---|
| 5243 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
|---|
| 5244 | - Draw-function supports a default canvas now
|
|---|
| 5245 |
|
|---|
| 5246 | * mmain/MDataCheck.cc:
|
|---|
| 5247 | - added/rorganized comments
|
|---|
| 5248 | - removed usage of MViewAdcSpectra
|
|---|
| 5249 |
|
|---|
| 5250 | * mmain/MMars.[h,cc]:
|
|---|
| 5251 | - added new "Camera Display" Button
|
|---|
| 5252 |
|
|---|
| 5253 | * mmain/MainLinkDef.h, mmain/Makefile:
|
|---|
| 5254 | - added MCameraDisplay
|
|---|
| 5255 |
|
|---|
| 5256 |
|
|---|
| 5257 |
|
|---|
| 5258 | 2001/09/28: Thomas Bretz
|
|---|
| 5259 |
|
|---|
| 5260 | * macros/getRate.C:
|
|---|
| 5261 | - changed TObjArray to a non-pointer object
|
|---|
| 5262 | - added Printing of the result at the end of the macro
|
|---|
| 5263 |
|
|---|
| 5264 | * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
|
|---|
| 5265 | - added DrawClone
|
|---|
| 5266 |
|
|---|
| 5267 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 5268 | - added a dummy for DrawClone
|
|---|
| 5269 |
|
|---|
| 5270 | * mmain/MMonteCarlo.[cc, h]:
|
|---|
| 5271 | - added Gui elements
|
|---|
| 5272 | - added CalculateCollectionArea (not yet tested)
|
|---|
| 5273 | - added CalculateTriggerRate (not yet tested)
|
|---|
| 5274 | - added Threshold (not yet tested)
|
|---|
| 5275 |
|
|---|
| 5276 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
|---|
| 5277 | - removed output stuff from PostProcessing
|
|---|
| 5278 |
|
|---|
| 5279 | * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 5280 | - reorganized code (constructor)
|
|---|
| 5281 | - reorganized deletion of gui objects
|
|---|
| 5282 | - fixed many, many memory leaks
|
|---|
| 5283 |
|
|---|
| 5284 |
|
|---|
| 5285 |
|
|---|
| 5286 | 2001/09/27: Thomas Bretz
|
|---|
| 5287 |
|
|---|
| 5288 | * mmain/MBrowser.cc:
|
|---|
| 5289 | - added comments
|
|---|
| 5290 |
|
|---|
| 5291 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 5292 | - added entry field for cleaning levels
|
|---|
| 5293 | - restructured code a bit
|
|---|
| 5294 |
|
|---|
| 5295 | * mhist/MFillH.cc:
|
|---|
| 5296 | - fixed missing initialization of member variables in Init
|
|---|
| 5297 |
|
|---|
| 5298 | * mhist/MHHillas.[h,cc]:
|
|---|
| 5299 | - Added comments
|
|---|
| 5300 | - Added DrawClone
|
|---|
| 5301 | - Removed kCanDelete bits from Draw function
|
|---|
| 5302 |
|
|---|
| 5303 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 5304 | - Added comments
|
|---|
| 5305 | - Added DrawClone
|
|---|
| 5306 | - moved some code from the Draw-functions to PrepareDrawing
|
|---|
| 5307 |
|
|---|
| 5308 |
|
|---|
| 5309 |
|
|---|
| 5310 | 2001/09/26: Thomas Bretz
|
|---|
| 5311 |
|
|---|
| 5312 | * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
|
|---|
| 5313 | mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
|
|---|
| 5314 | - reorganized code (constructor)
|
|---|
| 5315 | - reorganized deletion of gui objects
|
|---|
| 5316 | - fixed many, many memory leaks
|
|---|
| 5317 | - small changes in layout
|
|---|
| 5318 |
|
|---|
| 5319 | * mmain/MAnalysis.[h,cc]:
|
|---|
| 5320 | - added
|
|---|
| 5321 |
|
|---|
| 5322 | * macros/*:
|
|---|
| 5323 | - added Copyright notice
|
|---|
| 5324 | - added some small sanity checks
|
|---|
| 5325 |
|
|---|
| 5326 | * macros/MagicHillas.C:
|
|---|
| 5327 | - fixed '->' bug
|
|---|
| 5328 | - changed MFillHStarMap to MFillH
|
|---|
| 5329 |
|
|---|
| 5330 | * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
|
|---|
| 5331 | - removed an old debug statement
|
|---|
| 5332 |
|
|---|
| 5333 | * mmain/MMars.cc:
|
|---|
| 5334 | - added new Analysis functionality
|
|---|
| 5335 |
|
|---|
| 5336 | * mmain/MainLinkDef.h:
|
|---|
| 5337 | - addded MAnalysis
|
|---|
| 5338 |
|
|---|
| 5339 | * mmain/Makefile:
|
|---|
| 5340 | - added MAnalysis.cc
|
|---|
| 5341 |
|
|---|
| 5342 | * mmc/McLinkDef.h:
|
|---|
| 5343 | - removed nonsens define statement
|
|---|
| 5344 |
|
|---|
| 5345 |
|
|---|
| 5346 |
|
|---|
| 5347 | 2001/09/25: Thomas Bretz
|
|---|
| 5348 |
|
|---|
| 5349 | * Makefile:
|
|---|
| 5350 | - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
|
|---|
| 5351 | It contains the origin (CVSROOT) of the repository and my confuse
|
|---|
| 5352 | people triing to commit changed files from such an archive to
|
|---|
| 5353 | the repository
|
|---|
| 5354 |
|
|---|
| 5355 | * mmain/MBrowser.[cc,h]:
|
|---|
| 5356 | - reorganized code (constructor)
|
|---|
| 5357 | - reorganized deletion of gui objects
|
|---|
| 5358 | - fixed many, many memory leaks
|
|---|
| 5359 |
|
|---|
| 5360 | * mmain/MMars.[cc,h]:
|
|---|
| 5361 | - reorganized code (constructor)
|
|---|
| 5362 | - reorganized deletion of gui objects
|
|---|
| 5363 | - fixed many, many memory leaks
|
|---|
| 5364 |
|
|---|
| 5365 |
|
|---|
| 5366 |
|
|---|
| 5367 | 2001/09/20: Thomas Bretz
|
|---|
| 5368 |
|
|---|
| 5369 | * mbase/MLog.[h,cc]:
|
|---|
| 5370 | - made working with Cosy
|
|---|
| 5371 | - fixed gui stuff to work like expected
|
|---|
| 5372 |
|
|---|
| 5373 | * manalysis/MCerPhotPix.h:
|
|---|
| 5374 | - replaced TROOT.h by MAGIC.h
|
|---|
| 5375 |
|
|---|
| 5376 | * mfilter/MFTriggerLvl1.h:
|
|---|
| 5377 | - added description
|
|---|
| 5378 |
|
|---|
| 5379 |
|
|---|
| 5380 |
|
|---|
| 5381 | 2001/09/20: Thomas Bretz
|
|---|
| 5382 |
|
|---|
| 5383 | * released Version 0.4
|
|---|
| 5384 |
|
|---|
| 5385 | * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
|
|---|
| 5386 | - switched to root version >= 3.00
|
|---|
| 5387 |
|
|---|
| 5388 | * Makefile.conf.linux:
|
|---|
| 5389 | - added to support the new Linux distributions
|
|---|
| 5390 |
|
|---|
| 5391 | * .rootrc:
|
|---|
| 5392 | - removed references to MARSSYS
|
|---|
| 5393 |
|
|---|
| 5394 |
|
|---|
| 5395 |
|
|---|
| 5396 | 2001/09/13: Thomas Bretz
|
|---|
| 5397 |
|
|---|
| 5398 | * Makefile.conf.linux-gnu:
|
|---|
| 5399 | - removed "-Woverloaded-virtual". it doesn't really help
|
|---|
| 5400 |
|
|---|
| 5401 |
|
|---|
| 5402 |
|
|---|
| 5403 | 2001/08/02: Thomas Bretz
|
|---|
| 5404 |
|
|---|
| 5405 | * macros/getRate.C:
|
|---|
| 5406 | - make use of new stylish lists of containers
|
|---|
| 5407 |
|
|---|
| 5408 |
|
|---|
| 5409 | * macros/CT1Hillas.C, macros/getCollArea.C:
|
|---|
| 5410 | - make use of return value of Eventloop
|
|---|
| 5411 |
|
|---|
| 5412 | * macros/merpp.C:
|
|---|
| 5413 | - changed return type to void
|
|---|
| 5414 |
|
|---|
| 5415 |
|
|---|
| 5416 |
|
|---|
| 5417 | 2001/07/23: Thomas Bretz
|
|---|
| 5418 |
|
|---|
| 5419 | * mbase/MParList.cc:
|
|---|
| 5420 | - redifinition of default argument: fixed
|
|---|
| 5421 |
|
|---|
| 5422 |
|
|---|
| 5423 |
|
|---|
| 5424 | 2001/07/23: Thomas Bretz
|
|---|
| 5425 |
|
|---|
| 5426 | * mmontecarlo/MMcThresholdCalc.[cc,h]:
|
|---|
| 5427 | - changed PreProcess action to new stylish lists of containers
|
|---|
| 5428 |
|
|---|
| 5429 | * mhist/Makefile:
|
|---|
| 5430 | - removed MEnergies.cc
|
|---|
| 5431 |
|
|---|
| 5432 | * mhist/HistLinkDef.h:
|
|---|
| 5433 | - removed MEnergies.cc
|
|---|
| 5434 |
|
|---|
| 5435 | * mbase/MReadTree.cc:
|
|---|
| 5436 | - removed a bug which causes MReadTree to show strange behaviour.
|
|---|
| 5437 | We cannot use GetBranch()->SetAddress() we have to use
|
|---|
| 5438 | SetBranchAddress.
|
|---|
| 5439 |
|
|---|
| 5440 | * macros/MagicHillas.C:
|
|---|
| 5441 | - changed to new stylish histogram fillers.
|
|---|
| 5442 |
|
|---|
| 5443 | * mhist/MHMcRate.cc:
|
|---|
| 5444 | - some simplifications to the constructors
|
|---|
| 5445 | - some accelerations of the rate calculation
|
|---|
| 5446 |
|
|---|
| 5447 | * mhist/MHHillas.C:
|
|---|
| 5448 | - added axis descriptions (thanks to Rudy)
|
|---|
| 5449 |
|
|---|
| 5450 |
|
|---|
| 5451 |
|
|---|
| 5452 | 2001/07/20: Thomas Bretz
|
|---|
| 5453 |
|
|---|
| 5454 | * mhist/MH.cc:
|
|---|
| 5455 | - added comments
|
|---|
| 5456 |
|
|---|
| 5457 | * mhist/MFillH.cc:
|
|---|
| 5458 | - added comments
|
|---|
| 5459 |
|
|---|
| 5460 | * mbase/MParList.[h,cc]:
|
|---|
| 5461 | - Added AddToList from a TObjArray
|
|---|
| 5462 | - Added GetClassName
|
|---|
| 5463 | - Added GetObjName
|
|---|
| 5464 | - Added FindObjectList
|
|---|
| 5465 | - Added FindCreateObjList
|
|---|
| 5466 | - Added CreateObjList
|
|---|
| 5467 |
|
|---|
| 5468 | * mhist/MHMcEnergies.[h,cc]:
|
|---|
| 5469 | - deleted
|
|---|
| 5470 |
|
|---|
| 5471 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 5472 | - rewrote constructor in a way that MHMcEnergies isn't needed anymore
|
|---|
| 5473 | - added a SetName function which replaces the old constructor somehow
|
|---|
| 5474 |
|
|---|
| 5475 | * macros/getThreshold.C:
|
|---|
| 5476 | - make use of some new features
|
|---|
| 5477 |
|
|---|
| 5478 |
|
|---|
| 5479 |
|
|---|
| 5480 | 2001/07/19: Thomas Bretz
|
|---|
| 5481 |
|
|---|
| 5482 | * mbase/MEvtLoop.cc:
|
|---|
| 5483 | - added comments
|
|---|
| 5484 |
|
|---|
| 5485 | * mbase/MTaskList.cc:
|
|---|
| 5486 | - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
|
|---|
| 5487 |
|
|---|
| 5488 | * mhist/MH.[cc,h]
|
|---|
| 5489 | - added
|
|---|
| 5490 |
|
|---|
| 5491 | * mhist/MFillH.[cc,h]
|
|---|
| 5492 | - added
|
|---|
| 5493 | - in principal MFillHHillas, MFillHFadc and MFillHStarMap
|
|---|
| 5494 | can be deleted now
|
|---|
| 5495 |
|
|---|
| 5496 | * mhist/HistLinkDef.h:
|
|---|
| 5497 | - added MH
|
|---|
| 5498 | - added MFillH
|
|---|
| 5499 |
|
|---|
| 5500 | * mhist/MFillHFadc.cc:
|
|---|
| 5501 | - moved source for filling to corresponding histogram class
|
|---|
| 5502 |
|
|---|
| 5503 | * mhist/MFillHHillas.cc:
|
|---|
| 5504 | - included MHillas.h
|
|---|
| 5505 |
|
|---|
| 5506 | * mhist/MHFadcCam.[cc, h]:
|
|---|
| 5507 | - added Fill
|
|---|
| 5508 | - made FillHi, FillLo private
|
|---|
| 5509 |
|
|---|
| 5510 | * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
|
|---|
| 5511 | - changed Fill function to new style
|
|---|
| 5512 | - derived class from MH
|
|---|
| 5513 |
|
|---|
| 5514 | * mhist/Makefile:
|
|---|
| 5515 | - added MH.cc
|
|---|
| 5516 | - added MFillH.cc
|
|---|
| 5517 |
|
|---|
| 5518 |
|
|---|
| 5519 |
|
|---|
| 5520 | 2001/07/18: Oscar Blanch
|
|---|
| 5521 |
|
|---|
| 5522 | * macros/getRate.C:
|
|---|
| 5523 | - Macro to compute the trigger rate from a MonteCarlo file
|
|---|
| 5524 |
|
|---|
| 5525 | * mhist/MHMcRate.[h,cc]:
|
|---|
| 5526 | - Container to store trigger rate information
|
|---|
| 5527 | - Draw() functin member to be implemented
|
|---|
| 5528 |
|
|---|
| 5529 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
|---|
| 5530 | - Task to compute trigger rate
|
|---|
| 5531 |
|
|---|
| 5532 |
|
|---|
| 5533 |
|
|---|
| 5534 | 2001/07/13: Thomas Bretz
|
|---|
| 5535 |
|
|---|
| 5536 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 5537 | - Added a result value to Eventloop to be able to detect if the
|
|---|
| 5538 | execution was successfull
|
|---|
| 5539 | - changes postProcess to return the return value from
|
|---|
| 5540 | MTaskList::PostProcess
|
|---|
| 5541 |
|
|---|
| 5542 | * mbase/MParList.cc:
|
|---|
| 5543 | - FindCreateObj removes now a 'dot' from the end of an indexed
|
|---|
| 5544 | object name like "Events;7."
|
|---|
| 5545 |
|
|---|
| 5546 | * mbase/MReadTree.cc:
|
|---|
| 5547 | - small changes to the output
|
|---|
| 5548 |
|
|---|
| 5549 | * mbase/MTask.[h,cc]:
|
|---|
| 5550 | - added Preprocessed flag. This enables the tasklist to only postprocess
|
|---|
| 5551 | already preprocessed tasks
|
|---|
| 5552 |
|
|---|
| 5553 | * mbase/MTaskList.cc:
|
|---|
| 5554 | - don't postprocess non preprocessed tasks
|
|---|
| 5555 |
|
|---|
| 5556 | * mhist/MHMcCollectionArea.cc:
|
|---|
| 5557 | - added descriptions to histrograms
|
|---|
| 5558 | - changed names of histograms
|
|---|
| 5559 | - added drawing of canvas to Draw-functions
|
|---|
| 5560 |
|
|---|
| 5561 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 5562 | - added variables to store the calculated result
|
|---|
| 5563 | - changed names and titles of histogram
|
|---|
| 5564 | - added axis titles to histogram
|
|---|
| 5565 | - moved result calculation into fit-function
|
|---|
| 5566 |
|
|---|
| 5567 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
|---|
| 5568 | - added name of input container to be able to process another
|
|---|
| 5569 | container than "MMcTrig"
|
|---|
| 5570 |
|
|---|
| 5571 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 5572 | - removed trailing dot from container name creation
|
|---|
| 5573 |
|
|---|
| 5574 | * mhist/MMcThresholdCalc.cc:
|
|---|
| 5575 | - removed a wrong '.' behind the number when processing more than
|
|---|
| 5576 | one trigger condition
|
|---|
| 5577 |
|
|---|
| 5578 | * mraw/MRawRunHeader.cc:
|
|---|
| 5579 | - added "Monte Carlo Data" as runtype
|
|---|
| 5580 |
|
|---|
| 5581 |
|
|---|
| 5582 |
|
|---|
| 5583 | 2001/07/10: Thomas Bretz
|
|---|
| 5584 |
|
|---|
| 5585 | * mhist/MHMcEnergy.h:
|
|---|
| 5586 | - renamed SetBins to SetNumBins
|
|---|
| 5587 |
|
|---|
| 5588 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 5589 | - changed style of comments
|
|---|
| 5590 | - moved sqrt(2) from Postprocess to header.
|
|---|
| 5591 |
|
|---|
| 5592 | * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
|
|---|
| 5593 | mmontecarlo/MMcEnerThreCalc.[cc,h]:
|
|---|
| 5594 | - removed
|
|---|
| 5595 |
|
|---|
| 5596 | * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
|
|---|
| 5597 | - removed
|
|---|
| 5598 |
|
|---|
| 5599 |
|
|---|
| 5600 |
|
|---|
| 5601 | 2001/07/09: Thomas Bretz
|
|---|
| 5602 |
|
|---|
| 5603 | * mbase/MParList.cc:
|
|---|
| 5604 | - made handling of already existing containers in AddToList a bit
|
|---|
| 5605 | more convinient
|
|---|
| 5606 |
|
|---|
| 5607 | * mbase/MTaskList.[h,cc]:
|
|---|
| 5608 | - added come comments
|
|---|
| 5609 | - made handling of already existing tasks in AddToList a bit
|
|---|
| 5610 | more convinient
|
|---|
| 5611 | - Added name-argument to constructor
|
|---|
| 5612 |
|
|---|
| 5613 | * mraw/MRawFileRead.[cc, h]:
|
|---|
| 5614 | - move file-open check from constructor to PreProcess
|
|---|
| 5615 | - added variable for filename
|
|---|
| 5616 |
|
|---|
| 5617 | * mraw/MRawFileWrite.[cc,h]:
|
|---|
| 5618 | - moved fOut->Write from PostProcess to destructor
|
|---|
| 5619 | - removed PostProcess
|
|---|
| 5620 |
|
|---|
| 5621 |
|
|---|
| 5622 |
|
|---|
| 5623 | 2001/07/06: Thomas Bretz
|
|---|
| 5624 |
|
|---|
| 5625 | * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
|
|---|
| 5626 | mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
|
|---|
| 5627 | - added
|
|---|
| 5628 |
|
|---|
| 5629 | * Makefile
|
|---|
| 5630 | - mfilter added
|
|---|
| 5631 |
|
|---|
| 5632 | * Makefile.conf.linux-gnu:
|
|---|
| 5633 | - added some warning options
|
|---|
| 5634 |
|
|---|
| 5635 | * Makefile.conf.osf1:
|
|---|
| 5636 | - enhanced warnings
|
|---|
| 5637 |
|
|---|
| 5638 | * manalysis/MCerPhotEvt.cc:
|
|---|
| 5639 | - removed a small buf from the constructor
|
|---|
| 5640 |
|
|---|
| 5641 | * BaseLinkDef.h:
|
|---|
| 5642 | - added MFilter
|
|---|
| 5643 | - added MFilterList
|
|---|
| 5644 |
|
|---|
| 5645 | * mbase/MLog.[h,cc]:
|
|---|
| 5646 | - added a non-empty copy constructor to make cxx happy
|
|---|
| 5647 |
|
|---|
| 5648 | * mbase/MParList.[h,cc]:
|
|---|
| 5649 | - added second overload-function FindObject
|
|---|
| 5650 |
|
|---|
| 5651 | * mbase/MTask.h:
|
|---|
| 5652 | - added all Filter stuff
|
|---|
| 5653 |
|
|---|
| 5654 | * mbase/MTaskList.cc:
|
|---|
| 5655 | - changed debug output
|
|---|
| 5656 | - added filter-stuff to Process
|
|---|
| 5657 |
|
|---|
| 5658 | * mbase/MTaskList.h:
|
|---|
| 5659 | - changed Print default option from NULL to ""
|
|---|
| 5660 |
|
|---|
| 5661 | * mbase/Makefile:
|
|---|
| 5662 | - added MFilter
|
|---|
| 5663 | - added MFilterList
|
|---|
| 5664 |
|
|---|
| 5665 | * mhist/MFillHFadc.cc:
|
|---|
| 5666 | removed a small bug in the PreProcessing
|
|---|
| 5667 |
|
|---|
| 5668 | * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
|
|---|
| 5669 | manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
|
|---|
| 5670 | mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
|
|---|
| 5671 | manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
|
|---|
| 5672 | mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
|
|---|
| 5673 | mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
|
|---|
| 5674 | mmontecarlo/MMcThresholdCalc.h:
|
|---|
| 5675 | - made more const-correct
|
|---|
| 5676 |
|
|---|
| 5677 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 5678 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 5679 | manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
|
|---|
| 5680 | mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
|
|---|
| 5681 | mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
|
|---|
| 5682 | mraw/MRawFileWrite.cc:
|
|---|
| 5683 | - added comments
|
|---|
| 5684 |
|
|---|
| 5685 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 5686 | manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
|
|---|
| 5687 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
|---|
| 5688 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
|---|
| 5689 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
|---|
| 5690 | manalysis/MPedestalPix.cc,
|
|---|
| 5691 | mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
|
|---|
| 5692 | mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
|
|---|
| 5693 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
|---|
| 5694 | mbase/MWriteRootFile.cc,
|
|---|
| 5695 | mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
|---|
| 5696 | mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
|---|
| 5697 | mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
|
|---|
| 5698 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
|
|---|
| 5699 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
|
|---|
| 5700 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
|
|---|
| 5701 | mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
|
|---|
| 5702 | - added semicolon after ClassImp to make my editor happy
|
|---|
| 5703 |
|
|---|
| 5704 | * mmain/MEvtDisp.cc:
|
|---|
| 5705 | - removed a wrong comma in the enumerations
|
|---|
| 5706 |
|
|---|
| 5707 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 5708 | - made compile on osf by removing brackets in new steatement (constructor)
|
|---|
| 5709 |
|
|---|
| 5710 |
|
|---|
| 5711 |
|
|---|
| 5712 | 2001/07/05: Thomas Bretz
|
|---|
| 5713 |
|
|---|
| 5714 | * macros/CT1Hillas.C:
|
|---|
| 5715 | - changed the wrong pointers to dots.
|
|---|
| 5716 |
|
|---|
| 5717 | * macros/getThreshold.C:
|
|---|
| 5718 | - added some comments
|
|---|
| 5719 | - removed the canvas creation
|
|---|
| 5720 | - drawing replaced by a loop
|
|---|
| 5721 | - changed trigger conditions to 1 (should work with any MC file)
|
|---|
| 5722 |
|
|---|
| 5723 | * macros/readMagic.C:
|
|---|
| 5724 | - changed the event counter to the number of the event in the file
|
|---|
| 5725 | - removed icound
|
|---|
| 5726 |
|
|---|
| 5727 | * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 5728 | mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
|
|---|
| 5729 | mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
|
|---|
| 5730 | mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
|---|
| 5731 | mhist/MFillHStarMap.cc,
|
|---|
| 5732 | - changed HasChanged to ReadyToSave
|
|---|
| 5733 |
|
|---|
| 5734 | * mbase/MReadTree.cc:
|
|---|
| 5735 | - added some comments
|
|---|
| 5736 |
|
|---|
| 5737 | * mhist/MHMcEnergies.h:
|
|---|
| 5738 | - fixed bug in []-operator
|
|---|
| 5739 |
|
|---|
| 5740 | * mhist/MHMcEnergy.cc:
|
|---|
| 5741 | - added canvas creation to draw function
|
|---|
| 5742 |
|
|---|
| 5743 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 5744 | - fixed a bug in the constructor
|
|---|
| 5745 |
|
|---|
| 5746 |
|
|---|
| 5747 |
|
|---|
| 5748 | 2001/06/20: Thomas Bretz
|
|---|
| 5749 |
|
|---|
| 5750 | * macros/merpp.C:
|
|---|
| 5751 | - fixed type in comment
|
|---|
| 5752 |
|
|---|
| 5753 | * manalysis/MHillas.cc:
|
|---|
| 5754 | - fixed 'FIXME' comment
|
|---|
| 5755 |
|
|---|
| 5756 | * mbase/MWriteFile.[h,cc]:
|
|---|
| 5757 | - added
|
|---|
| 5758 |
|
|---|
| 5759 | * mbase/MWriteRootFile.[h,cc]:
|
|---|
| 5760 | - added
|
|---|
| 5761 |
|
|---|
| 5762 | * mbase/BaseLinkDef.h:
|
|---|
| 5763 | - Added MWriteFile
|
|---|
| 5764 | - Added MWriteRootFile
|
|---|
| 5765 |
|
|---|
| 5766 | * mbase/MEvtLoop.cc:
|
|---|
| 5767 | - fixed the counting in the eventloop
|
|---|
| 5768 |
|
|---|
| 5769 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 5770 | - changed class that it is based on MWriteFile now
|
|---|
| 5771 |
|
|---|
| 5772 | * mbase/Makefile:
|
|---|
| 5773 | - added MWriteFile
|
|---|
| 5774 | - added MWriteRootFile
|
|---|
| 5775 |
|
|---|
| 5776 | * mhist/MFillHFadc.[h,cc]:
|
|---|
| 5777 | - added set for HasChanged (new PostProcess)
|
|---|
| 5778 |
|
|---|
| 5779 | * mhist/MFillHHillas.cc:
|
|---|
| 5780 | - added set for HasChanged (new PostProcess)
|
|---|
| 5781 |
|
|---|
| 5782 | * mhist/MFillHStarMap.cc:
|
|---|
| 5783 | - added set for HasChanged (new PostProcess)
|
|---|
| 5784 |
|
|---|
| 5785 | * mhist/MHHillas.cc:
|
|---|
| 5786 | - Set kCanDelete to make sure, that the histograms are deleted
|
|---|
| 5787 | together with the canvas
|
|---|
| 5788 |
|
|---|
| 5789 | * mraw/MRawFileWrite.[h,cc]:
|
|---|
| 5790 | - changed the handling of opening, closing and checking file
|
|---|
| 5791 |
|
|---|
| 5792 |
|
|---|
| 5793 |
|
|---|
| 5794 | 2001/06/13: Thomas Bretz
|
|---|
| 5795 |
|
|---|
| 5796 | * ./.../*.h:
|
|---|
| 5797 | - added some comments and corrected some descriptions.
|
|---|
| 5798 |
|
|---|
| 5799 | * mbase/MParContainer.[h,cc]:
|
|---|
| 5800 | - added a 'dummy' function for AsciiRead, AsciiWrite
|
|---|
| 5801 |
|
|---|
| 5802 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 5803 | - added new constructor (specify directly the pointer to the class)
|
|---|
| 5804 |
|
|---|
| 5805 | * mgui/MHexagon.cc:
|
|---|
| 5806 | - made Copy-function more readable
|
|---|
| 5807 |
|
|---|
| 5808 | * mgui/MParContainer.cc:
|
|---|
| 5809 | - made Copy-function more readable
|
|---|
| 5810 |
|
|---|
| 5811 | * mhist/MHMcEnergies.[h,cc]:
|
|---|
| 5812 | - files added as a container to make handling of several MHMcEnergy easier
|
|---|
| 5813 |
|
|---|
| 5814 | * mbase/MAGIC.h:
|
|---|
| 5815 | - encapsulated include of TROOT
|
|---|
| 5816 |
|
|---|
| 5817 | * mbase/MTaskList.cc:
|
|---|
| 5818 | - added SetHasChange and Reset to PostProcess
|
|---|
| 5819 |
|
|---|
| 5820 | * mhist/HistLinkDef.h
|
|---|
| 5821 | - added MHMcEnergies
|
|---|
| 5822 |
|
|---|
| 5823 | * mhist/MHMcEnergy.[h,cc]:
|
|---|
| 5824 | - added name and title to constructor
|
|---|
| 5825 | - added number to name of container
|
|---|
| 5826 |
|
|---|
| 5827 | * mmontecarlo/MMcThresholdCalc.cc:
|
|---|
| 5828 | - corrected typo in creation of the container names
|
|---|
| 5829 |
|
|---|
| 5830 | * mraw/MRawEvtData.cc:
|
|---|
| 5831 | - Set kCanDelete in Draw function
|
|---|
| 5832 |
|
|---|
| 5833 |
|
|---|
| 5834 |
|
|---|
| 5835 | 2001/06/12: Thomas Bretz
|
|---|
| 5836 |
|
|---|
| 5837 | * mmontecarlo/MMcEnerThreCalc.[cc,h]
|
|---|
| 5838 | - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
|
|---|
| 5839 |
|
|---|
| 5840 | * mmontecarlo/MMcEnerThreHistos.[h,cc]
|
|---|
| 5841 | - copied to mmhist/MHMcEnergy.[h,cc]
|
|---|
| 5842 |
|
|---|
| 5843 | * mbase/Makefile:
|
|---|
| 5844 | - added MWriteAsciiFile.cc
|
|---|
| 5845 |
|
|---|
| 5846 | * mhist/HistIncl.h:
|
|---|
| 5847 | - added TF1.h
|
|---|
| 5848 |
|
|---|
| 5849 | * mhist/HistLinkDef.h:
|
|---|
| 5850 | - added MHMcEnergy
|
|---|
| 5851 |
|
|---|
| 5852 | * mhist/Makefile
|
|---|
| 5853 | - added MHMcEnergy
|
|---|
| 5854 |
|
|---|
| 5855 | * mmontecarlo/MCollArea.h:
|
|---|
| 5856 | - fixed typo in ifndef
|
|---|
| 5857 |
|
|---|
| 5858 | * mmontecarlo/Makefile:
|
|---|
| 5859 | - added MMcThresholdCalc.cc
|
|---|
| 5860 | - removed MMcEnerHisto.cc
|
|---|
| 5861 | - removed MMcEnerThre.cc
|
|---|
| 5862 | - removed MMcEnerThreCalc.cc
|
|---|
| 5863 |
|
|---|
| 5864 | * mmontecarlo/MonteCarloLinkDef.h:
|
|---|
| 5865 | - added MMcThresholdCalc.cc
|
|---|
| 5866 | - removed MMcEnerHisto.cc
|
|---|
| 5867 | - removed MMcEnerThre.cc
|
|---|
| 5868 | - removed MMcEnerThreCalc.cc
|
|---|
| 5869 |
|
|---|
| 5870 | * mbase/MWriteAsciiFile.[h,cc]:
|
|---|
| 5871 | - added
|
|---|
| 5872 |
|
|---|
| 5873 | * manalysis/MCT1ReadAscii.h:
|
|---|
| 5874 | - removed fFileName from class definition
|
|---|
| 5875 |
|
|---|
| 5876 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 5877 | - use of SetHasChanged added
|
|---|
| 5878 |
|
|---|
| 5879 | * manalysis/MHillas.[h,cc]:
|
|---|
| 5880 | - Reset added
|
|---|
| 5881 | - AsciiRead added
|
|---|
| 5882 | - AsciiWrite added
|
|---|
| 5883 | - use of SetHasChanged added
|
|---|
| 5884 |
|
|---|
| 5885 | * manalysis/MPedCalcPedRun.[h,cc]:
|
|---|
| 5886 | - made fNumHiGainSamples a class member
|
|---|
| 5887 | - renamed some member functions
|
|---|
| 5888 | - made the 'internal' member functions private
|
|---|
| 5889 | - added SetHasChanged
|
|---|
| 5890 | - made these functions const
|
|---|
| 5891 |
|
|---|
| 5892 | * mbase/BaseLinkDef.h
|
|---|
| 5893 | - MWriteAsciiFile added
|
|---|
| 5894 |
|
|---|
| 5895 | * mbase/MEvtLoop.cc:
|
|---|
| 5896 | - some small changes to the logging output
|
|---|
| 5897 |
|
|---|
| 5898 | * mbase/MParContainer.cc:
|
|---|
| 5899 | - fHasChanged added
|
|---|
| 5900 |
|
|---|
| 5901 | * mbase/MParContainer.h:
|
|---|
| 5902 | - Reset prototype added
|
|---|
| 5903 | - HasChanged added
|
|---|
| 5904 | - SetHasChanged added
|
|---|
| 5905 |
|
|---|
| 5906 | * mbase/MParList.[cc,h]:
|
|---|
| 5907 | - SetHasChanged added
|
|---|
| 5908 | - Reset added
|
|---|
| 5909 |
|
|---|
| 5910 | * mbase/MTaskList.cc:
|
|---|
| 5911 | - Process: call SetHasChanged before looping
|
|---|
| 5912 | - Process: call Reset before looping
|
|---|
| 5913 |
|
|---|
| 5914 | * mbase/MTaskList.h:
|
|---|
| 5915 | - fParList added to class definition
|
|---|
| 5916 |
|
|---|
| 5917 |
|
|---|
| 5918 |
|
|---|
| 5919 | 2001/04/27: Thomas Bretz
|
|---|
| 5920 |
|
|---|
| 5921 | * macros/merpp.C:
|
|---|
| 5922 | - made the merpp-macro Mars 0.3 compatible
|
|---|
| 5923 |
|
|---|
| 5924 |
|
|---|
| 5925 |
|
|---|
| 5926 | 2001/04/19: Thomas Bretz
|
|---|
| 5927 |
|
|---|
| 5928 | * mbase/MParList.cc:
|
|---|
| 5929 | - added stripping of the string after last semicolon (classname)
|
|---|
| 5930 |
|
|---|
| 5931 | * mbase/MReadTree.cc:
|
|---|
| 5932 | - added Veto funtionality to PreProcess
|
|---|
| 5933 | - added HasVeto
|
|---|
| 5934 | - added fVetoList
|
|---|
| 5935 | - added VetoBranch
|
|---|
| 5936 |
|
|---|
| 5937 |
|
|---|
| 5938 |
|
|---|
| 5939 | 2001/04/18: Thomas Bretz
|
|---|
| 5940 |
|
|---|
| 5941 | * mbase/MHtml.[cc.h]:
|
|---|
| 5942 | - Added
|
|---|
| 5943 |
|
|---|
| 5944 | * mbase/*.cc:
|
|---|
| 5945 | - changed comments of member functions to new MHtml-Style
|
|---|
| 5946 |
|
|---|
| 5947 |
|
|---|
| 5948 |
|
|---|
| 5949 | 2001/04/09: Thomas Bretz
|
|---|
| 5950 |
|
|---|
| 5951 | * mbase/MParList.cc:
|
|---|
| 5952 | - Added the possibility to specify a different object name in
|
|---|
| 5953 | FindCreateObj
|
|---|
| 5954 |
|
|---|
| 5955 | * .rootrc:
|
|---|
| 5956 | - changed the style for the html documentation
|
|---|
| 5957 |
|
|---|
| 5958 | * macros/dohtml.C:
|
|---|
| 5959 | - added SetXwho
|
|---|
| 5960 |
|
|---|
| 5961 | * (*.cc):
|
|---|
| 5962 | - added the copyright comment block
|
|---|
| 5963 |
|
|---|
| 5964 | * mgui/MGeomCamMagic.cc:
|
|---|
| 5965 | - added some comments to all these numbers
|
|---|
| 5966 |
|
|---|
| 5967 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 5968 | - added Jump member function which jumps directly to the pixel with a
|
|---|
| 5969 | given id
|
|---|
| 5970 |
|
|---|
| 5971 |
|
|---|
| 5972 |
|
|---|
| 5973 | 2001/04/09: Thomas Bretz
|
|---|
| 5974 |
|
|---|
| 5975 | * mgui/MGeomPix.cc:
|
|---|
| 5976 | - fixed a small error in SetNeighbors (thanks to Oscar)
|
|---|
| 5977 |
|
|---|
| 5978 | * mgui/MGFadcDisp.[h,cc]:
|
|---|
| 5979 | - Fixed many small errors which caused the display to display nonsens
|
|---|
| 5980 | in some situations
|
|---|
| 5981 |
|
|---|
| 5982 |
|
|---|
| 5983 |
|
|---|
| 5984 | 2001/04/04: Thomas Bretz
|
|---|
| 5985 |
|
|---|
| 5986 | * mraw/MRawEvtData.[cc,h]:
|
|---|
| 5987 | - changed wrong return type of GetNumPixels to UShort_t
|
|---|
| 5988 |
|
|---|
| 5989 | * mmain/MBrowser.[cc,h]:
|
|---|
| 5990 | - made the dialog somehow work like it should
|
|---|
| 5991 |
|
|---|
| 5992 |
|
|---|
| 5993 |
|
|---|
| 5994 | 2001/04/03: Thomas Bretz
|
|---|
| 5995 |
|
|---|
| 5996 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 5997 | - the pedestal values read from the file are now stored in MeanRms
|
|---|
| 5998 | instead of Sigma
|
|---|
| 5999 |
|
|---|
| 6000 | * manalysis/MCerPhotCalc.cc:
|
|---|
| 6001 | - The pedestal mean Rms is used as the pixel error
|
|---|
| 6002 |
|
|---|
| 6003 | * MImgCleanStd.cc:
|
|---|
| 6004 | - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
|
|---|
| 6005 | with value=noise=0
|
|---|
| 6006 |
|
|---|
| 6007 | * MMcPedestalCopy.cc:
|
|---|
| 6008 | - All the pedestal values are now filled in (are they calculated correctly?)
|
|---|
| 6009 |
|
|---|
| 6010 | * mgui/MGeomCamMagic.cc:
|
|---|
| 6011 | - Forgot to initialize the Nextneighbors of the Magic Camera
|
|---|
| 6012 | (thanks to Oscar)
|
|---|
| 6013 |
|
|---|
| 6014 | * mhist/MHStarMap.cc:
|
|---|
| 6015 | - I changed the model of the display (colors and bin width) to
|
|---|
| 6016 | get a 'better' result
|
|---|
| 6017 |
|
|---|
| 6018 |
|
|---|
| 6019 |
|
|---|
| 6020 | 2001/04/02: Thomas Bretz
|
|---|
| 6021 |
|
|---|
| 6022 | * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
|
|---|
| 6023 | - added constants (kTT*) for trigger type
|
|---|
| 6024 |
|
|---|
| 6025 | * manalysis/MImgCleanStd.[h,cc]:
|
|---|
| 6026 | - added changeable cleaning levels
|
|---|
| 6027 |
|
|---|
| 6028 | * manalysis/MHillas.cc:
|
|---|
| 6029 | - added some more sanity checks to the calculation
|
|---|
| 6030 |
|
|---|
| 6031 | * manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 6032 | - added some kind of chain feature (AddFile) to process more than one file
|
|---|
| 6033 |
|
|---|
| 6034 | * mgui/MGeomPix.[h,c]:
|
|---|
| 6035 | - added interface to pixel neighbors
|
|---|
| 6036 |
|
|---|
| 6037 | * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
|
|---|
| 6038 | - creates the neighbor geomtry now, too
|
|---|
| 6039 |
|
|---|
| 6040 | * manalysis/MImgCleanStd.[cc,h]:
|
|---|
| 6041 | - switched to new stylish neighbors from MGeomCam
|
|---|
| 6042 |
|
|---|
| 6043 |
|
|---|
| 6044 |
|
|---|
| 6045 | 2001/03/30: Thomas Bretz
|
|---|
| 6046 |
|
|---|
| 6047 | * mdatacheck/MH*, mdatacheck/MFillH*:
|
|---|
| 6048 | - moved to mhist
|
|---|
| 6049 |
|
|---|
| 6050 | * mraw/MrawEvtPixelIter:
|
|---|
| 6051 | - IsLoGain -> HasLoGain
|
|---|
| 6052 |
|
|---|
| 6053 | * mgui/MG*:
|
|---|
| 6054 | - renamed
|
|---|
| 6055 | - moved to mmain
|
|---|
| 6056 | - move Browser functionality to MBrowser
|
|---|
| 6057 |
|
|---|
| 6058 | * mmain/, mhist:
|
|---|
| 6059 | - new
|
|---|
| 6060 |
|
|---|
| 6061 |
|
|---|
| 6062 |
|
|---|
| 6063 | 2001/03/21: Thomas Bretz
|
|---|
| 6064 |
|
|---|
| 6065 | * manalysis/MHillas.[h,cc]:
|
|---|
| 6066 | - fixed some minor errors, added sanity check (N<2) to Calc
|
|---|
| 6067 |
|
|---|
| 6068 | * manalysis/MFillHHillas.cc:
|
|---|
| 6069 | - skip event if Hillas calculations fails
|
|---|
| 6070 |
|
|---|
| 6071 | * macros/getCollArea.C, macros/readMagic.C,
|
|---|
| 6072 | mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
|
|---|
| 6073 | - changed order in MReadTree constructor
|
|---|
| 6074 |
|
|---|
| 6075 | * manalysis/MCT1ReadAscii.[h,cc]:
|
|---|
| 6076 | - changed to use MPedestalCam
|
|---|
| 6077 |
|
|---|
| 6078 | * manalysis/MCT1Pedestals.[h,cc]:
|
|---|
| 6079 | - removed
|
|---|
| 6080 |
|
|---|
| 6081 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 6082 | - removed MCT1Pedestals
|
|---|
| 6083 |
|
|---|
| 6084 | * mbase/BaseLinkDef.h:
|
|---|
| 6085 | - added const values from Magic.h
|
|---|
| 6086 |
|
|---|
| 6087 | * mbase/MLogManip.h:
|
|---|
| 6088 | - changed style of dbginf
|
|---|
| 6089 |
|
|---|
| 6090 | * mbase/MParList.cc:
|
|---|
| 6091 | - make use of dbginf
|
|---|
| 6092 |
|
|---|
| 6093 | * mbase/MReadTree.[h,cc]:
|
|---|
| 6094 | - switched from a TTree to a TChain object
|
|---|
| 6095 | - chnaged order of variables of the constructor
|
|---|
| 6096 |
|
|---|
| 6097 |
|
|---|
| 6098 |
|
|---|
| 6099 | 2001/03/21: Thomas Bretz
|
|---|
| 6100 |
|
|---|
| 6101 | * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
|
|---|
| 6102 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
|---|
| 6103 | manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
|
|---|
| 6104 | mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
|
|---|
| 6105 | mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
|
|---|
| 6106 | mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
|
|---|
| 6107 | mdatacheck/MFillHHillas.h
|
|---|
| 6108 | - added
|
|---|
| 6109 |
|
|---|
| 6110 | * mdatacheck/MHistosAdc.[h,cc]:
|
|---|
| 6111 | - replaced by MHFadc[Cam,Pix]
|
|---|
| 6112 |
|
|---|
| 6113 | * mdatacheck/MFillAdcSpect.[h,cc]:
|
|---|
| 6114 | - replaced by MFillHFadc
|
|---|
| 6115 |
|
|---|
| 6116 | * macros/readCT1.C:
|
|---|
| 6117 | - uses the new classes now
|
|---|
| 6118 | - calculates and displays hillas
|
|---|
| 6119 |
|
|---|
| 6120 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 6121 | - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
|
|---|
| 6122 |
|
|---|
| 6123 | * manalysis/MCT1ReadAscii.cc:
|
|---|
| 6124 | - PreProcess uses FindCreateObj now
|
|---|
| 6125 |
|
|---|
| 6126 | * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
|
|---|
| 6127 | - changed the new back to 'new with placement'
|
|---|
| 6128 |
|
|---|
| 6129 | * manalysis/MCerPhotEvt.[h, cc]:
|
|---|
| 6130 | - removed cleaning from this class
|
|---|
| 6131 |
|
|---|
| 6132 | * manalysis/MHillas.cc:
|
|---|
| 6133 | - some small changes in the naming inside Calc()
|
|---|
| 6134 |
|
|---|
| 6135 | * manalysis/MHillas.h:
|
|---|
| 6136 | - added Get-functions
|
|---|
| 6137 |
|
|---|
| 6138 | * manalysis/MPedestalCam.h:
|
|---|
| 6139 | - added InitSize-function
|
|---|
| 6140 |
|
|---|
| 6141 | * manalysis/MPedestalPix.h:
|
|---|
| 6142 | - made Get-functions const
|
|---|
| 6143 |
|
|---|
| 6144 | * manalysis/Makefile:
|
|---|
| 6145 | - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
|
|---|
| 6146 |
|
|---|
| 6147 | * mbase/MLogManip.h:
|
|---|
| 6148 | - "l." before line number
|
|---|
| 6149 |
|
|---|
| 6150 | * mbase/MParList.cc:
|
|---|
| 6151 | - added the autodelete feature for automatically created classes
|
|---|
| 6152 |
|
|---|
| 6153 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 6154 | - added MHFadc[Cam,Pix], MHHillas
|
|---|
| 6155 | - removed MHistosAdc
|
|---|
| 6156 | - added MFillHFadc, MFillHHillas
|
|---|
| 6157 |
|
|---|
| 6158 | * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
|
|---|
| 6159 | mdatacheck/MViewAdcSpectra.[h,cc], :
|
|---|
| 6160 | - changed from MHistaosAdc to MHFadcCam
|
|---|
| 6161 |
|
|---|
| 6162 | * mdatacheck/Makefile:
|
|---|
| 6163 | - added MFillHFadc.cc, MFillHHillas.cc
|
|---|
| 6164 | - removed MFillAdcSpect.cc
|
|---|
| 6165 |
|
|---|
| 6166 | * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
|
|---|
| 6167 | mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
|
|---|
| 6168 | mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
|
|---|
| 6169 | meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
|
|---|
| 6170 | mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
|
|---|
| 6171 | mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
|
|---|
| 6172 | mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
|
|---|
| 6173 | mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
|
|---|
| 6174 | mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
|
|---|
| 6175 | - set version number to '0' (no i/o for this class)
|
|---|
| 6176 |
|
|---|
| 6177 | * mgui/MGeomCamCT1.cc:
|
|---|
| 6178 | - new claculation algorith for the CT1 camera. It is more
|
|---|
| 6179 | exact in the camera plain
|
|---|
| 6180 |
|
|---|
| 6181 | * mgui/MHexagon.cc:
|
|---|
| 6182 | - removed Draw-function (it is inherited from TObject)
|
|---|
| 6183 |
|
|---|
| 6184 | * mmc/MMcFadcHeader.hxx:
|
|---|
| 6185 | - Added get-functions
|
|---|
| 6186 |
|
|---|
| 6187 |
|
|---|
| 6188 |
|
|---|
| 6189 |
|
|---|
| 6190 | 2001/03/20: Thomas Bretz
|
|---|
| 6191 |
|
|---|
| 6192 | * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
|
|---|
| 6193 | manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
|
|---|
| 6194 | mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
|
|---|
| 6195 | - added
|
|---|
| 6196 |
|
|---|
| 6197 | * macros/readCT1.C:
|
|---|
| 6198 | - added calculation of Hillas parameters
|
|---|
| 6199 | - changed from pointers to objects
|
|---|
| 6200 |
|
|---|
| 6201 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 6202 | - added MPedestalPix/Cam, MHillas, MHillasCalc
|
|---|
| 6203 |
|
|---|
| 6204 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 6205 | - removed fType
|
|---|
| 6206 | - commented out Draw function - should be fixed soon
|
|---|
| 6207 | - renamed *Nb* to *Num*
|
|---|
| 6208 | - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
|
|---|
| 6209 |
|
|---|
| 6210 | * meventdisp/MGFadcDisp.[h,cc]:
|
|---|
| 6211 | - changed parameter of ReadinEvent to unsigned
|
|---|
| 6212 |
|
|---|
| 6213 | * mgui/GuiLinkDef.h, mgui/Makefile:
|
|---|
| 6214 | - added MGeomCamCT1, MGeomCamMagic
|
|---|
| 6215 |
|
|---|
| 6216 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 6217 | - changed constructor argument from int to MGeomCam
|
|---|
| 6218 | - renamed *Nb* to *Num*
|
|---|
| 6219 |
|
|---|
| 6220 | * mgui/MGeomCam.[h,cc]:
|
|---|
| 6221 | - removed all camara specific stuff
|
|---|
| 6222 | - MGeomCam is now used as a base class for the classes
|
|---|
| 6223 | MGeomCam[Magic,CT1] which are containing the camera specific stuff
|
|---|
| 6224 |
|
|---|
| 6225 | * mgui/MGeomPix.h:
|
|---|
| 6226 | - added Set function
|
|---|
| 6227 |
|
|---|
| 6228 |
|
|---|
| 6229 |
|
|---|
| 6230 | 2001/03/02: Thomas Bretz
|
|---|
| 6231 |
|
|---|
| 6232 | * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
|
|---|
| 6233 | mgui/Makefile:
|
|---|
| 6234 | - new
|
|---|
| 6235 |
|
|---|
| 6236 | * mbase/MParList.[cc,h]:
|
|---|
| 6237 | - Added FindCreateObj member function
|
|---|
| 6238 | - added a name to the constructor
|
|---|
| 6239 |
|
|---|
| 6240 | * mbase/MReadTree.cc:
|
|---|
| 6241 | - changed to use FindCreateObj
|
|---|
| 6242 |
|
|---|
| 6243 | * mdatacheck/MDumpEvtHeader.cc:
|
|---|
| 6244 | - removed fPixelIter from member list
|
|---|
| 6245 | - changed cout to *fLog
|
|---|
| 6246 |
|
|---|
| 6247 | * mdatacheck/MViewAdcSpectra.cc:
|
|---|
| 6248 | - removed a HUGE memory leak. All the objects in the list (and the
|
|---|
| 6249 | lists itself were NEVER deleted)
|
|---|
| 6250 |
|
|---|
| 6251 | * mdatacheck/MFillAdcSpect.cc
|
|---|
| 6252 | - removed fPixelIter from member list
|
|---|
| 6253 | - changed cout to *fLog
|
|---|
| 6254 | - changed to use FindCreateObj
|
|---|
| 6255 | - changed high and low to hi and lo
|
|---|
| 6256 |
|
|---|
| 6257 | * mdatacheck/MShowSpect.cc
|
|---|
| 6258 | - changed cout to *fLog
|
|---|
| 6259 | - added a name to the constructor
|
|---|
| 6260 |
|
|---|
| 6261 | * mraw/MRawFileRead.cc:
|
|---|
| 6262 | - changed to use FindCreateObj
|
|---|
| 6263 |
|
|---|
| 6264 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
|---|
| 6265 | - added some new member functions to make code more clear
|
|---|
| 6266 | - removed fHists from the destructor
|
|---|
| 6267 |
|
|---|
| 6268 | * mdatacheck/MHistosAdc.h:
|
|---|
| 6269 | - changed high and low to hi and lo
|
|---|
| 6270 |
|
|---|
| 6271 | * macros/dohtml.C:
|
|---|
| 6272 | - added manalysis
|
|---|
| 6273 |
|
|---|
| 6274 |
|
|---|
| 6275 |
|
|---|
| 6276 | 2001/03/01: Thomas Bretz
|
|---|
| 6277 |
|
|---|
| 6278 | * Makefile:
|
|---|
| 6279 | - added headers to dependencies
|
|---|
| 6280 |
|
|---|
| 6281 | * Makefile.rules:
|
|---|
| 6282 | - added headers to dependencies
|
|---|
| 6283 |
|
|---|
| 6284 | * merpp.cc:
|
|---|
| 6285 | - changed from pointers to objects
|
|---|
| 6286 | - added compression level support
|
|---|
| 6287 |
|
|---|
| 6288 | * readraw.cc:
|
|---|
| 6289 | - removed unnecessary includes
|
|---|
| 6290 |
|
|---|
| 6291 | * mbase/MArray*.*:
|
|---|
| 6292 | - changed all Int_t to UInt_t
|
|---|
| 6293 |
|
|---|
| 6294 | * mbase/MLogManip.h:
|
|---|
| 6295 | - changed name of __DINF__ to dbginf
|
|---|
| 6296 |
|
|---|
| 6297 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
|---|
| 6298 | mraw/MRawRunHeader.[h,cc]:
|
|---|
| 6299 | - changed ifstream to istream
|
|---|
| 6300 |
|
|---|
| 6301 | * mraw/MRawEvtData.cc:
|
|---|
| 6302 | - changed the reading, which speeds up merpp by a factor of 10
|
|---|
| 6303 |
|
|---|
| 6304 | * mraw/MRawEvtData.h:
|
|---|
| 6305 | - added flag to InitArrays and DeletePixels
|
|---|
| 6306 | (not yet used)
|
|---|
| 6307 |
|
|---|
| 6308 | * mraw/MRawFileRead.h:
|
|---|
| 6309 | - removed pParList from parameter list
|
|---|
| 6310 |
|
|---|
| 6311 | * manalysis/AnalysisLinkDef.h
|
|---|
| 6312 | - removed MReadCT1Ascii, added MCT1ReadAscii
|
|---|
| 6313 | - added MCT1Pedestals
|
|---|
| 6314 |
|
|---|
| 6315 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 6316 | - changed the constructor a little bit
|
|---|
| 6317 | - rewrote Print() to make it a bit more readable
|
|---|
| 6318 | - moved MCerphotPix to new File
|
|---|
| 6319 | - added many lines of comments
|
|---|
| 6320 | - exchanged old stylish new call with new stylish(=) one
|
|---|
| 6321 | - replaced all accesses to fPixels with the [] operator to make this
|
|---|
| 6322 | lines more readable
|
|---|
| 6323 | - made all variable declarations const-correct,
|
|---|
| 6324 | - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
|
|---|
| 6325 | to if(!a)continue; if(!b)continue if(!c) continue; to make it more
|
|---|
| 6326 | compact, readable and easier to understand
|
|---|
| 6327 | - renamed the Boolean-functions to Is* to get a stricter structure
|
|---|
| 6328 | - replaced mapping function to access the pixel list entries by the new
|
|---|
| 6329 | operator to get rid of more than the necessary number of member
|
|---|
| 6330 | functions without loosing speed or readability
|
|---|
| 6331 | - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
|
|---|
| 6332 | more exact
|
|---|
| 6333 |
|
|---|
| 6334 | * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
|
|---|
| 6335 | - added a new operator to access the TObjArray
|
|---|
| 6336 | - removed unnecessary code from CreateCT1
|
|---|
| 6337 |
|
|---|
| 6338 | * mbase/MAGIC.h:
|
|---|
| 6339 | - added kPI
|
|---|
| 6340 |
|
|---|
| 6341 | * mbase/MReadTree.cc:
|
|---|
| 6342 | - added some comments
|
|---|
| 6343 |
|
|---|
| 6344 | * mgui/MCamDisplay.[h,cc]:
|
|---|
| 6345 | - added some comments, reordered a bit the calls in the constructor
|
|---|
| 6346 | to get a 'straight forward structure', MGeomCam is now only
|
|---|
| 6347 | locally used where it is needed, replaced access to the
|
|---|
| 6348 | TClonesArrays by new member-function to get a more readable code,
|
|---|
| 6349 | replaced old stylish new call with new stylish one, made
|
|---|
| 6350 | variable decleration const-correct, introduced a new member function
|
|---|
| 6351 | to set the pixel color, renamed the overloaded Draw functions to
|
|---|
| 6352 | DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
|
|---|
| 6353 | the 'layout' of GetColor to make it easier to understand the algorithm,
|
|---|
| 6354 |
|
|---|
| 6355 | * mgui/MCamNeighbor.[h, cc]:
|
|---|
| 6356 | - changed to new log-interface
|
|---|
| 6357 | - exchanged -9999 by -1
|
|---|
| 6358 | - skipped the exits
|
|---|
| 6359 | - you must check for -1 one in any case
|
|---|
| 6360 | - this means a warning should be enough
|
|---|
| 6361 |
|
|---|
| 6362 | * mgui/MHexagon.[h,cc]:
|
|---|
| 6363 | - added new constructor whcih uses a MGeomPix-object
|
|---|
| 6364 |
|
|---|
| 6365 |
|
|---|
| 6366 |
|
|---|
| 6367 | 2001/02/28: Thomas Bretz
|
|---|
| 6368 |
|
|---|
| 6369 | * mbase/MParList.[h,cc]:
|
|---|
| 6370 | - changed return type of FindObject back to TObject
|
|---|
| 6371 | - it seems so, that some compilers don't like overriding the
|
|---|
| 6372 | return type of a virtual member function
|
|---|
| 6373 |
|
|---|
| 6374 |
|
|---|
| 6375 |
|
|---|
| 6376 | 2001/02/23: Thomas Bretz
|
|---|
| 6377 |
|
|---|
| 6378 | * mraw/MRawEvtPixelIter.h:
|
|---|
| 6379 | - added GetSum* functions
|
|---|
| 6380 |
|
|---|
| 6381 | * mbase/MParList.[h,cc]:
|
|---|
| 6382 | - Removed unnecessary fNext-stuff
|
|---|
| 6383 |
|
|---|
| 6384 |
|
|---|
| 6385 |
|
|---|
| 6386 | 2001/02/22: Thomas Bretz
|
|---|
| 6387 |
|
|---|
| 6388 | * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 6389 | mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
|
|---|
| 6390 | mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
|
|---|
| 6391 | mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
|
|---|
| 6392 | mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
|
|---|
| 6393 | mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
|
|---|
| 6394 | mraw/MRawRunHeader.cc:
|
|---|
| 6395 | - exchanged cout with the new logging style (gLog, *fLog)
|
|---|
| 6396 |
|
|---|
| 6397 | * mraw/MRawEvtData.cc:
|
|---|
| 6398 | - added 'dec' option to Print
|
|---|
| 6399 |
|
|---|
| 6400 | * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
|
|---|
| 6401 | - small changes to the Print funtions
|
|---|
| 6402 |
|
|---|
| 6403 |
|
|---|
| 6404 |
|
|---|
| 6405 | 2001/02/21: Thomas Bretz
|
|---|
| 6406 |
|
|---|
| 6407 | * MRawEvtData.cc:
|
|---|
| 6408 | - Changed ReadEvt according to the new raw binary format 2001/02/20
|
|---|
| 6409 |
|
|---|
| 6410 | * Added MLog.[h,cc], MLogManip.[h,cc]
|
|---|
| 6411 |
|
|---|
| 6412 | * Adde SetStreamer and fLog to the MParContainer base class
|
|---|
| 6413 |
|
|---|
| 6414 | * Derived MEvtLoop from MParContainer
|
|---|
| 6415 |
|
|---|
| 6416 | * Makefile:
|
|---|
| 6417 | - added 'tar'
|
|---|
| 6418 |
|
|---|
| 6419 | * mbase/BaseIncl.h:
|
|---|
| 6420 | - added fstream.h, TGListBox.h
|
|---|
| 6421 |
|
|---|
| 6422 | * mbase/BaseLinkDef.h:
|
|---|
| 6423 | - added pragma for gLog and MLog
|
|---|
| 6424 |
|
|---|
| 6425 | * mbase/MAGIC.h:
|
|---|
| 6426 | - added forward definition for gLog
|
|---|
| 6427 |
|
|---|
| 6428 | * mbase/MEvtLoop.cc:
|
|---|
| 6429 | - exchanged cout with *fLog
|
|---|
| 6430 | - added statements to provide log-facility to all tasks als parameter
|
|---|
| 6431 | containers
|
|---|
| 6432 |
|
|---|
| 6433 | * mbase/MEvtLoop.h:
|
|---|
| 6434 | - Small changes
|
|---|
| 6435 |
|
|---|
| 6436 | * mbase/MParContainer.h:
|
|---|
| 6437 | - Added definitions necessary for use of Log-Facility
|
|---|
| 6438 |
|
|---|
| 6439 | * mbase/MParList.[h,cc]:
|
|---|
| 6440 | - Added SetLogStream
|
|---|
| 6441 |
|
|---|
| 6442 | * mbase/MTask.h:
|
|---|
| 6443 | - added fLog
|
|---|
| 6444 |
|
|---|
| 6445 | * mbase/MTaskList.[h,cc]:
|
|---|
| 6446 | - added SetLogStream
|
|---|
| 6447 |
|
|---|
| 6448 | * mbase/Makefile:
|
|---|
| 6449 | - Added MLog.cc, MLogManip.cc
|
|---|
| 6450 |
|
|---|
| 6451 |
|
|---|
| 6452 |
|
|---|
| 6453 | 2001/02/19: Harald Kornmayer
|
|---|
| 6454 |
|
|---|
| 6455 | * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
|
|---|
| 6456 |
|
|---|
| 6457 | * changed the readCT1.C file to show the effects of the image cleaning
|
|---|
| 6458 | a la CT1
|
|---|
| 6459 |
|
|---|
| 6460 | * changed
|
|---|
| 6461 | mgui/MCamNeighbor.cc
|
|---|
| 6462 | mananlysis/MCerPhotEvt.cc .h
|
|---|
| 6463 | macros/readCT1.C
|
|---|
| 6464 |
|
|---|
| 6465 |
|
|---|
| 6466 |
|
|---|
| 6467 | 2001/02/19: Thomas Bretz
|
|---|
| 6468 |
|
|---|
| 6469 | * MParContainer.h added prototypes for AsciiRead/Write
|
|---|
| 6470 |
|
|---|
| 6471 | * .rootrc added
|
|---|
| 6472 |
|
|---|
| 6473 | * MEvtLoop.[h,cc]:
|
|---|
| 6474 | - split eventloop in its three parts, this should be used for
|
|---|
| 6475 | debugging only.
|
|---|
| 6476 |
|
|---|
| 6477 |
|
|---|
| 6478 |
|
|---|
| 6479 | 2001/02/06: Harald Kornmayer
|
|---|
| 6480 |
|
|---|
| 6481 | * the first running version with a eventdisplay. Now we are able
|
|---|
| 6482 | to display an Event on the photo electron level. To do this, run
|
|---|
| 6483 | the macro "macros/readCT1.C" after changing the file name.
|
|---|
| 6484 |
|
|---|
| 6485 | changed:
|
|---|
| 6486 | macros/readCT1.C
|
|---|
| 6487 | manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
|
|---|
| 6488 | analysis/MReadCT1Ascii.cc
|
|---|
| 6489 | mgui/MCamDisplay.cc, mgui/MCamDisplay.h
|
|---|
| 6490 |
|
|---|
| 6491 |
|
|---|
| 6492 |
|
|---|
| 6493 | 2001/01/23: Harald Kornmayer
|
|---|
| 6494 |
|
|---|
| 6495 | * the integration of the class FadcDisp in the mars enviroment
|
|---|
| 6496 | and further developments in the display
|
|---|
| 6497 |
|
|---|
| 6498 | changed:
|
|---|
| 6499 | meventdisp/MGFadcDisp.h
|
|---|
| 6500 | meventdisp/MGFadcDisp.cc
|
|---|
| 6501 | mgui/GuiIncl.h
|
|---|
| 6502 | mgui/GuiLinkDef.h
|
|---|
| 6503 | mgui/MGMarsMain.cc
|
|---|
| 6504 | mgui/MGPrototyp.cc
|
|---|
| 6505 | mgui/MGPrototyp.h
|
|---|
| 6506 | mgui/Makefile
|
|---|
| 6507 |
|
|---|
| 6508 | added:
|
|---|
| 6509 | mgui/MGEventDispMain.h
|
|---|
| 6510 | mgui/MGEventDispMain.cc
|
|---|
| 6511 |
|
|---|
| 6512 |
|
|---|
| 6513 |
|
|---|
| 6514 | 2001/01/22: Harald Kornmayer
|
|---|
| 6515 |
|
|---|
| 6516 | * started with the development of a EventDisplay Utitliy.
|
|---|
| 6517 | Therefore I added the following files.
|
|---|
| 6518 |
|
|---|
| 6519 | meventdisp/EvtDispIncl.h
|
|---|
| 6520 | meventdisp/EvtDispLinkDef.h
|
|---|
| 6521 | meventdisp/MGFadcDisp.cc
|
|---|
| 6522 | meventdisp/MGFadcDisp.h
|
|---|
| 6523 | meventdisp/Makefile
|
|---|
| 6524 |
|
|---|
| 6525 | Also a few of the older files where slightly changed.
|
|---|
| 6526 | ./Makefile
|
|---|
| 6527 | ./Makefile.rules
|
|---|
| 6528 | mraw/MRawEvtData.
|
|---|
| 6529 |
|
|---|
| 6530 |
|
|---|
| 6531 |
|
|---|
| 6532 | 2001/01/19: Thomas Bretz
|
|---|
| 6533 |
|
|---|
| 6534 | * mmc/*.hxx:
|
|---|
| 6535 | - changed include of MDefineTrigger.h back
|
|---|
| 6536 |
|
|---|
| 6537 |
|
|---|
| 6538 |
|
|---|
| 6539 | 2001/01/19: Oscar Blanch
|
|---|
| 6540 |
|
|---|
| 6541 | * mmc/MTriggerDefine.h:
|
|---|
| 6542 | - added
|
|---|
| 6543 |
|
|---|
| 6544 |
|
|---|
| 6545 |
|
|---|
| 6546 | 2001/01/18: Thomas Bretz
|
|---|
| 6547 |
|
|---|
| 6548 | * Makefile:
|
|---|
| 6549 | - mmc-library added
|
|---|
| 6550 |
|
|---|
| 6551 | * Makefile.conf.general:
|
|---|
| 6552 | - Added definition of __MARS__
|
|---|
| 6553 |
|
|---|
| 6554 | * Makefile.rules:
|
|---|
| 6555 | - Added definitions to rootcint
|
|---|
| 6556 |
|
|---|
| 6557 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
|---|
| 6558 |
|
|---|
| 6559 | * mmc/MMcEvt.h:
|
|---|
| 6560 | - renamed to MMcEvt.hxx
|
|---|
| 6561 |
|
|---|
| 6562 | * mmc/*.hxx:
|
|---|
| 6563 | - added necessary defintions from MDefineTrigger.h
|
|---|
| 6564 |
|
|---|
| 6565 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
|---|
| 6566 | - added
|
|---|
| 6567 |
|
|---|
| 6568 | * mmc/LinkDef.h:
|
|---|
| 6569 | - removed
|
|---|
| 6570 |
|
|---|
| 6571 |
|
|---|
| 6572 |
|
|---|
| 6573 | 2001/01/17: Thomas Bretz
|
|---|
| 6574 |
|
|---|
| 6575 | * Makefile:
|
|---|
| 6576 | - Exchanged explicit rules to make library by implicit ones
|
|---|
| 6577 | - The shared object works now. I exchanged the libraries with the object
|
|---|
| 6578 | files. But I don't know why the libraries don't work.
|
|---|
| 6579 |
|
|---|
| 6580 | * Makefile.conf.linux-gnu:
|
|---|
| 6581 | - replaced CC with gcc (instead of g++)
|
|---|
| 6582 |
|
|---|
| 6583 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 6584 | - removed unused statements
|
|---|
| 6585 |
|
|---|
| 6586 | * mraw/RawLinkDef.h:
|
|---|
| 6587 | - added globals
|
|---|
| 6588 |
|
|---|
| 6589 | * mraw/MerppLinkDef.h:
|
|---|
| 6590 | - removed unused file
|
|---|
| 6591 |
|
|---|
| 6592 |
|
|---|
| 6593 |
|
|---|
| 6594 | 2001/01/12: Thomas Bretz
|
|---|
| 6595 |
|
|---|
| 6596 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
|---|
| 6597 | - added
|
|---|
| 6598 |
|
|---|
| 6599 | * LinkDef.h:
|
|---|
| 6600 | - removed
|
|---|
| 6601 |
|
|---|
| 6602 | * Makefile:
|
|---|
| 6603 | - Added CINT, mrproper
|
|---|
| 6604 |
|
|---|
| 6605 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
|---|
| 6606 | - included makefile.general, Makefile.rules,
|
|---|
| 6607 | - removes corresponding lines
|
|---|
| 6608 |
|
|---|
| 6609 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
|---|
| 6610 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
|---|
| 6611 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
|---|
| 6612 | - changed include statements
|
|---|
| 6613 |
|
|---|
| 6614 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
|---|
| 6615 | - changed include statements
|
|---|
| 6616 | - move enum from h to cc
|
|---|
| 6617 | - removed comma operator from delete statements (nonsense)
|
|---|
| 6618 |
|
|---|
| 6619 |
|
|---|
| 6620 |
|
|---|
| 6621 | 2001/01/11: Harald Kornmayer
|
|---|
| 6622 |
|
|---|
| 6623 | * ./
|
|---|
| 6624 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
|---|
| 6625 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
|---|
| 6626 | - small changes in this files. Not really critical.
|
|---|
| 6627 |
|
|---|
| 6628 | * mars.cc
|
|---|
| 6629 | - added the main file for the gui
|
|---|
| 6630 |
|
|---|
| 6631 | * mgui/
|
|---|
| 6632 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
|---|
| 6633 | Makefile, MGDataCheckMain.h
|
|---|
| 6634 | - added the subdir mgui and this files
|
|---|
| 6635 |
|
|---|
| 6636 | * mdatacheck/
|
|---|
| 6637 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
|---|
| 6638 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
|---|
| 6639 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
|---|
| 6640 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
|---|
| 6641 | - added the subdir mdatacheck and this files
|
|---|
| 6642 |
|
|---|
| 6643 |
|
|---|
| 6644 |
|
|---|
| 6645 | 2000/12/28: Thomas Bretz
|
|---|
| 6646 |
|
|---|
| 6647 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
|---|
| 6648 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
|---|
| 6649 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
|---|
| 6650 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
|---|
| 6651 | - Added changes some comments.
|
|---|
| 6652 |
|
|---|
| 6653 | * MLoopEvt.cc, MLoopEvt.h:
|
|---|
| 6654 | - Removed
|
|---|
| 6655 |
|
|---|
| 6656 |
|
|---|
| 6657 |
|
|---|
| 6658 | 2000/12/22 - Thomas Bretz:
|
|---|
| 6659 |
|
|---|
| 6660 | * readraw.cc:
|
|---|
| 6661 | - changed some comments and the Root-Name of the program
|
|---|
| 6662 | - added check for the existance of the file
|
|---|
| 6663 | - changed name of numbers of entries from iEnt to nent
|
|---|
| 6664 |
|
|---|
| 6665 | * dohtml.C:
|
|---|
| 6666 | - changed title of converted macros
|
|---|
| 6667 |
|
|---|
| 6668 | * MRawEvtData.cc:
|
|---|
| 6669 | - added a commet in Draw()
|
|---|
| 6670 |
|
|---|
| 6671 | * MRawEvtPixelIter.[h,cc]:
|
|---|
| 6672 | - Added the comment header of the file
|
|---|
| 6673 | - removed inheritance from TIterator (not needed)
|
|---|
| 6674 | - some changes to get it work (the one in the repository was untested
|
|---|
| 6675 | and not working)
|
|---|
| 6676 | - changed calling style of iterator from do...while to while-loop
|
|---|
| 6677 | - changed some comments
|
|---|
| 6678 |
|
|---|
| 6679 | * MRawRunHeader.cc:
|
|---|
| 6680 | - added some comments
|
|---|
| 6681 |
|
|---|
| 6682 | * Changelog, News: added
|
|---|
| 6683 |
|
|---|
| 6684 | * test.C: removed
|
|---|