| 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 | 2007/01/26 Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mpedestal/MExtractPedestal.cc:
|
|---|
| 24 | - fixed a bug which caused the pedestal to be set to 0 if the
|
|---|
| 25 | AB-flag is invalid
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | 2007/01/25 Thomas Bretz
|
|---|
| 30 |
|
|---|
| 31 | * mreflector/MRflSinglePhoton.h:
|
|---|
| 32 | - added copy constructor
|
|---|
| 33 | - added a function to fill a TH2
|
|---|
| 34 |
|
|---|
| 35 | * mreflector/MRflEvtData.[h,cc]:
|
|---|
| 36 | - added copy costructor
|
|---|
| 37 | - added Clone function
|
|---|
| 38 | - added a function to fill a TH2
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | 2007/01/24 Thomas Bretz
|
|---|
| 43 |
|
|---|
| 44 | * mhflux/MHCollectionArea.cc:
|
|---|
| 45 | - fixed a typo in the last change
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 | 2007/01/24 Daniel Hoehne
|
|---|
| 50 |
|
|---|
| 51 | * msignal/*.dat:
|
|---|
| 52 | - inserted missing third column (0) in all weights files
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | 2007/01/18 Thomas Bretz
|
|---|
| 57 |
|
|---|
| 58 | * mhflux/MHCollectionArea.cc:
|
|---|
| 59 | - another fix for the error calculation of the collection area.
|
|---|
| 60 | The totalarea was inluded in the error calculation as it would
|
|---|
| 61 | be a wait, but actually it is not.
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | 2007/01/16 Thomas Bretz
|
|---|
| 66 |
|
|---|
| 67 | * mfileio/MReadMarsFile.cc:
|
|---|
| 68 | - fixed two "comparison between signed and unsigned integer" warnings
|
|---|
| 69 |
|
|---|
| 70 | * mhbase/MFillH.cc:
|
|---|
| 71 | - small update to comments
|
|---|
| 72 |
|
|---|
| 73 | * mimage/MHHillasExt.cc:
|
|---|
| 74 | - call SetDirectory(NULL) after SetName
|
|---|
| 75 |
|
|---|
| 76 | * mjobs/MSequence.[h,cc]:
|
|---|
| 77 | - commented out obsolete GetFileNames
|
|---|
| 78 |
|
|---|
| 79 | * msignal/MExtractor.[h,cc]:
|
|---|
| 80 | - Some small updates
|
|---|
| 81 | - removed code from Process function
|
|---|
| 82 | - increased version number to 7
|
|---|
| 83 |
|
|---|
| 84 | * msignal/MExtractedSignalPix.h:
|
|---|
| 85 | - some simple reordering in the class header
|
|---|
| 86 |
|
|---|
| 87 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 88 | - simplified the checks in SetWindowSize
|
|---|
| 89 |
|
|---|
| 90 | * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
|
|---|
| 91 | - added third column with zeros
|
|---|
| 92 |
|
|---|
| 93 |
|
|---|
| 94 |
|
|---|
| 95 | 2007/01/16 Daniela Dorner
|
|---|
| 96 |
|
|---|
| 97 | * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
|
|---|
| 98 | datacenter/db/magicdefs.php:
|
|---|
| 99 | - implemented new variables for datasets
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 |
|
|---|
| 103 | 2007/01/15 Thomas Bretz
|
|---|
| 104 |
|
|---|
| 105 | * mpedestal/MPedestalSubtract.cc:
|
|---|
| 106 | - added a sanity check tomake sure that the pixel array has the
|
|---|
| 107 | correct size when filled
|
|---|
| 108 | - made sure the the number of pixels in the camera nd not the
|
|---|
| 109 | number of connected pixels is used to initialize the size of
|
|---|
| 110 | the arrays.
|
|---|
| 111 |
|
|---|
| 112 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
|---|
| 113 | - allow the initialization of nuber of pixels and samples
|
|---|
| 114 | independanly.
|
|---|
| 115 |
|
|---|
| 116 |
|
|---|
| 117 | 2007/01/15 Daniela Dorner
|
|---|
| 118 |
|
|---|
| 119 | * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
|
|---|
| 120 | datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
|
|---|
| 121 | datacenter/db/plotdb.php, datacenter/db/menu.php,
|
|---|
| 122 | datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
|
|---|
| 123 | datacenter/db/datasetinfo.php:
|
|---|
| 124 | - fixed bug in init of $_GET
|
|---|
| 125 |
|
|---|
| 126 |
|
|---|
| 127 |
|
|---|
| 128 | 2007/01/12 Stefan Ruegamer
|
|---|
| 129 |
|
|---|
| 130 | * datacenter/macros/writedatasetfile.C:
|
|---|
| 131 | - addded #include <errno.h>
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 |
|
|---|
| 135 | 2007/01/11 Thomas Bretz
|
|---|
| 136 |
|
|---|
| 137 | * mbase/MLogManip.cc:
|
|---|
| 138 | - removed the obsolete include of MLog.h
|
|---|
| 139 |
|
|---|
| 140 | * mbase/MLogManip.h:
|
|---|
| 141 | - encapsulated an include in ifdefs
|
|---|
| 142 |
|
|---|
| 143 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 144 | - updated log-output
|
|---|
| 145 |
|
|---|
| 146 | * mhflux/MHEnergyEst.cc:
|
|---|
| 147 | - replaced difficult to see green by blue
|
|---|
| 148 |
|
|---|
| 149 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 150 | - added datat members for path of sequences and path of data files
|
|---|
| 151 | to be able to store overwritten defaults
|
|---|
| 152 | - check completeness of dataset files
|
|---|
| 153 | - store a MSequence object in the list instead of the name and dir
|
|---|
| 154 | (this is necessary to have all important information for a dataset
|
|---|
| 155 | file, including the sequence number! - available)
|
|---|
| 156 | - some changes to the output
|
|---|
| 157 | - allow to print a perfect copy of the read dataset file to the console
|
|---|
| 158 | just from the contents of the object
|
|---|
| 159 |
|
|---|
| 160 | * mjobs/MJStar.cc:
|
|---|
| 161 | - updated to use MSequence::GetFileName instead of MSequence:GetName
|
|---|
| 162 |
|
|---|
| 163 | * mjobs/MSequence.[h,cc]:
|
|---|
| 164 | - keep filename and datapath in header, this has some advantages
|
|---|
| 165 | for sanity checks
|
|---|
| 166 | - many improvements of sanity checking in case of missing or
|
|---|
| 167 | unaccessible files
|
|---|
| 168 | - Fixed "lightConditions" (was "LightCondition")
|
|---|
| 169 | - Fixed "No_Moon" (was "NoMoon")
|
|---|
| 170 | - allow to set the data path as second argument in the constructor
|
|---|
| 171 | - implemented a check whether the sequence file is complete
|
|---|
| 172 |
|
|---|
| 173 | * mjobs/MJCut.[h,cc]:
|
|---|
| 174 | - added some code (still commented out) to display the excess rate
|
|---|
| 175 | - with the other changes we can now store the original dataset in
|
|---|
| 176 | the output
|
|---|
| 177 |
|
|---|
| 178 | * mjoptim/MJOptimize.cc:
|
|---|
| 179 | - Keep the sequence files in the file list instead of just the
|
|---|
| 180 | filename and the directory
|
|---|
| 181 |
|
|---|
| 182 | * mjtrain/MJTrainDisp.cc:
|
|---|
| 183 | - use return value of MDataSet::AddFilesOn/Off for a sanity check
|
|---|
| 184 |
|
|---|
| 185 | * mjobs/MJob.[h,cc]:
|
|---|
| 186 | - removed obsolete fPathData and stuff
|
|---|
| 187 |
|
|---|
| 188 | * callisto.cc, star.cc:
|
|---|
| 189 | - removed obsolete calls to MJob::SetPathData
|
|---|
| 190 |
|
|---|
| 191 | * callisto.rc, star.rc:
|
|---|
| 192 | - removed obsolete examples for "PathData"-resource
|
|---|
| 193 |
|
|---|
| 194 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
|---|
| 195 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
|
|---|
| 196 | - removed obsolete reference to fPathData
|
|---|
| 197 |
|
|---|
| 198 |
|
|---|
| 199 |
|
|---|
| 200 | 2007/01/11 Daniela Dorner
|
|---|
| 201 |
|
|---|
| 202 | * datacenter/db/builddatasets.php:
|
|---|
| 203 | - implemented username (the one who inserts the dataset has to give
|
|---|
| 204 | his/her username now)
|
|---|
| 205 | - fixed password query in case user inserted something wrong
|
|---|
| 206 | - implemented check, if on-sequences have different observations
|
|---|
| 207 | modes
|
|---|
| 208 | - implemented check, if user has chosen one sequences as on and off
|
|---|
| 209 | - adapted text of password prompt
|
|---|
| 210 |
|
|---|
| 211 | * datacenter/db/builddatasets.php, datasetinfo-aio.php,
|
|---|
| 212 | runinfo-aio.php, sequinfo-aio.php:
|
|---|
| 213 | - minor changes in formatting
|
|---|
| 214 | - added 'alt' for +/- images
|
|---|
| 215 |
|
|---|
| 216 | * datacenter/db/menu.js:
|
|---|
| 217 | - added 'alt' for +/- images
|
|---|
| 218 |
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | 2007/01/10 Thomas Bretz
|
|---|
| 222 |
|
|---|
| 223 | * mhbase/MH.cc:
|
|---|
| 224 | - fixed a bug in SetBinomialErrors. The errors of the two
|
|---|
| 225 | histograms were exchanged in the calculation
|
|---|
| 226 |
|
|---|
| 227 | * mbase/MEnv.[h,cc]:
|
|---|
| 228 | - added new member function GetNumUntouched
|
|---|
| 229 |
|
|---|