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/03/03 Reiner Rohlfs
|
---|
22 |
|
---|
23 | * mcorsika/MCorsikaFormat.[h,cc]:
|
---|
24 | - accept an "EVTH" only after an "EVTE" and after a "RUNH"
|
---|
25 |
|
---|
26 | * mcorsika/MCorsikaRead.cc:
|
---|
27 | - parameter change in function MCorsikaFormat::NextBlock()
|
---|
28 | from "Bool_t subBlock" to "Int_t readState".
|
---|
29 |
|
---|
30 |
|
---|
31 | 2011/02/21 Reiner Rohlfs
|
---|
32 |
|
---|
33 | * mcorsika/MCorsikaRead.[h,cc]:
|
---|
34 | - Remove debug output and not used code
|
---|
35 |
|
---|
36 |
|
---|
37 | 2011/02/21 Daniela Dorner
|
---|
38 |
|
---|
39 | * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
|
---|
40 | mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
|
---|
41 | mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
|
---|
42 | mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
|
---|
43 | mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
|
---|
44 | mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
|
---|
45 | mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
|
---|
46 | mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
|
---|
47 | mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
|
---|
48 | mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
|
---|
49 | mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
|
---|
50 | msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
51 | msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
|
---|
52 | mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
|
---|
53 | mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
|
---|
54 | mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
|
---|
55 | mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
|
---|
56 | mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
|
---|
57 | - removed the old obsolete cvs header line
|
---|
58 |
|
---|
59 | * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
|
---|
60 | msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
|
---|
61 | - treat kArtificial in addition to kNightSky
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 | 2011/02/10 Daniela Dorner
|
---|
66 |
|
---|
67 | * resmc/:
|
---|
68 | - uncommented line of 950nm to take into account the changes of the
|
---|
69 | range of the transmission curve
|
---|
70 |
|
---|
71 |
|
---|
72 |
|
---|
73 | 2011/02/09 Reiner Rohlfs
|
---|
74 |
|
---|
75 | * mcorsika/MCorsikaFormat.cc:
|
---|
76 | - replace the selection of the blockType from a string comparison
|
---|
77 | to a switch - statement.
|
---|
78 |
|
---|
79 | * mcorsika/MCorsikaRead.[h,cc]:
|
---|
80 | - Redesign of the Process() - method: Read after the processing of
|
---|
81 | one block the header of the next block to be able do decide to
|
---|
82 | process the next block in the same the same call or to return
|
---|
83 | from the method.
|
---|
84 |
|
---|
85 |
|
---|
86 | 2011/01/24 Thomas Bretz
|
---|
87 |
|
---|
88 | * melectronics/MAvalanchePhotoDiode.h:
|
---|
89 | - shifted the Afterpulse class behind the APD class to make it
|
---|
90 | compile
|
---|
91 |
|
---|
92 |
|
---|
93 |
|
---|
94 | 2011/01/07 Thomas Bretz
|
---|
95 |
|
---|
96 | * msimcamera/MSimAPD.[h,cc]:
|
---|
97 | - added setting of the afterpulse probabilities
|
---|
98 | - handle afterpulses in processing
|
---|
99 |
|
---|
100 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
101 | - restructured header file
|
---|
102 | - added treatment of afterpulses in HitCellImp
|
---|
103 | - added time constants and afterpulse probability
|
---|
104 | data memebers
|
---|
105 | - added TSortedList to hold the afterpulses
|
---|
106 | - added afterpulses to calculation of relaxation time
|
---|
107 | - added call to Relax to Init
|
---|
108 | - added treatment of afterpulses to FillEmpty, FillRandom and
|
---|
109 | Evolve
|
---|
110 | - added member functions to process the afterpulses
|
---|
111 |
|
---|
112 |
|
---|
113 |
|
---|
114 | 2011/01/06 Thomas Bretz
|
---|
115 |
|
---|
116 | * mimage/MNewImagePar2.cc:
|
---|
117 | - use GetL() instead of GetT() for fBorderLinePixel
|
---|
118 |
|
---|
119 | * mgeom/MGeomRectangle.h:
|
---|
120 | - added GetL member-function
|
---|
121 |
|
---|
122 | * mgeom/MGeomPix.h:
|
---|
123 | - fixed the comment of GetT
|
---|
124 |
|
---|
125 | * mgeom/MGeom.h:
|
---|
126 | - added abstract function GetL
|
---|
127 |
|
---|
128 | * mgeom/MGeomRectangle.cc:
|
---|
129 | - fixed the comment for GetT
|
---|
130 | - added GetL
|
---|
131 |
|
---|
132 | * mgeom/MGeomCamDwarf.cc:
|
---|
133 | - use the HitFrame from the base class with a slightly
|
---|
134 | increased radius (no change in behaviour)
|
---|
135 |
|
---|
136 | * mgeom/MGeomCam.[h,cc]:
|
---|
137 | - added HitFrame
|
---|
138 |
|
---|
139 | * msimreflector/MSimReflector.[h,cc]:
|
---|
140 | - implemented the possibility to overwrite the absorbing
|
---|
141 | size of the detector
|
---|
142 | - added fDetectorFrame
|
---|
143 |
|
---|
144 | * mpointing/MPointingDevCalc.cc:
|
---|
145 | - updated comments
|
---|
146 |
|
---|
147 | * msimcamera/MSimRandomPhotons.cc:
|
---|
148 | - fixed a mistake in the log-output
|
---|