| 1 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 2 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 3 |
|
|---|
| 4 | For your entries please follow EXACTLY this style:
|
|---|
| 5 |
|
|---|
| 6 | _yyyy/mm/dd_[Your Name]
|
|---|
| 7 | _
|
|---|
| 8 | ___*_filename:
|
|---|
| 9 | _____-_description
|
|---|
| 10 | _
|
|---|
| 11 | ___*_filename2, filename3:
|
|---|
| 12 | _____-_description
|
|---|
| 13 | _
|
|---|
| 14 | _
|
|---|
| 15 | _
|
|---|
| 16 |
|
|---|
| 17 | While an underscore is a placeholder for a white-space or an empty line.
|
|---|
| 18 |
|
|---|
| 19 | -*-*- END OF LINE -*-*-
|
|---|
| 20 |
|
|---|
| 21 | 2011/02/10 Daniela Dorner
|
|---|
| 22 |
|
|---|
| 23 | * resmc/:
|
|---|
| 24 | - uncommented line of 950nm to take into account the changes of the
|
|---|
| 25 | range of the transmission curve
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | 2011/02/09 Reiner Rohlfs
|
|---|
| 30 |
|
|---|
| 31 | * mcorsika/MCorsikaFormat.cc:
|
|---|
| 32 | - replace the selection of the blockType from a string comparison
|
|---|
| 33 | to a switch - statement.
|
|---|
| 34 |
|
|---|
| 35 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 36 | - Redesign of the Process() - method: Read after the processing of
|
|---|
| 37 | one block the header of the next block to be able do decide to
|
|---|
| 38 | process the next block in the same the same call or to return
|
|---|
| 39 | from the method.
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | 2011/01/24 Thomas Bretz
|
|---|
| 43 |
|
|---|
| 44 | * melectronics/MAvalanchePhotoDiode.h:
|
|---|
| 45 | - shifted the Afterpulse class behind the APD class to make it
|
|---|
| 46 | compile
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | 2011/01/07 Thomas Bretz
|
|---|
| 51 |
|
|---|
| 52 | * msimcamera/MSimAPD.[h,cc]:
|
|---|
| 53 | - added setting of the afterpulse probabilities
|
|---|
| 54 | - handle afterpulses in processing
|
|---|
| 55 |
|
|---|
| 56 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
|---|
| 57 | - restructured header file
|
|---|
| 58 | - added treatment of afterpulses in HitCellImp
|
|---|
| 59 | - added time constants and afterpulse probability
|
|---|
| 60 | data memebers
|
|---|
| 61 | - added TSortedList to hold the afterpulses
|
|---|
| 62 | - added afterpulses to calculation of relaxation time
|
|---|
| 63 | - added call to Relax to Init
|
|---|
| 64 | - added treatment of afterpulses to FillEmpty, FillRandom and
|
|---|
| 65 | Evolve
|
|---|
| 66 | - added member functions to process the afterpulses
|
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 | 2011/01/06 Thomas Bretz
|
|---|
| 71 |
|
|---|
| 72 | * mimage/MNewImagePar2.cc:
|
|---|
| 73 | - use GetL() instead of GetT() for fBorderLinePixel
|
|---|
| 74 |
|
|---|
| 75 | * mgeom/MGeomRectangle.h:
|
|---|
| 76 | - added GetL member-function
|
|---|
| 77 |
|
|---|
| 78 | * mgeom/MGeomPix.h:
|
|---|
| 79 | - fixed the comment of GetT
|
|---|
| 80 |
|
|---|
| 81 | * mgeom/MGeom.h:
|
|---|
| 82 | - added abstract function GetL
|
|---|
| 83 |
|
|---|
| 84 | * mgeom/MGeomRectangle.cc:
|
|---|
| 85 | - fixed the comment for GetT
|
|---|
| 86 | - added GetL
|
|---|
| 87 |
|
|---|
| 88 | * mgeom/MGeomCamDwarf.cc:
|
|---|
| 89 | - use the HitFrame from the base class with a slightly
|
|---|
| 90 | increased radius (no change in behaviour)
|
|---|
| 91 |
|
|---|
| 92 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 93 | - added HitFrame
|
|---|
| 94 |
|
|---|
| 95 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 96 | - implemented the possibility to overwrite the absorbing
|
|---|
| 97 | size of the detector
|
|---|
| 98 | - added fDetectorFrame
|
|---|
| 99 |
|
|---|
| 100 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 101 | - updated comments
|
|---|
| 102 |
|
|---|
| 103 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 104 | - fixed a mistake in the log-output
|
|---|