source: trunk/Mars/Changelog@ 10188

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