| 1 | -*-*- END -*-*-
|
|---|
| 2 |
|
|---|
| 3 | 2000/02/22: Thomas Bretz
|
|---|
| 4 |
|
|---|
| 5 | * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
|---|
| 6 | mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
|
|---|
| 7 | mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
|
|---|
| 8 | mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
|
|---|
| 9 | mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
|
|---|
| 10 | mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
|
|---|
| 11 | mraw/MRawRunHeader.cc:
|
|---|
| 12 | exchanged cout with the new logging style (gLog, *fLog)
|
|---|
| 13 |
|
|---|
| 14 | * mraw/MRawEvtData.cc: added 'dec' option to Print
|
|---|
| 15 |
|
|---|
| 16 | * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
|
|---|
| 17 | small changes to the Print funtions
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | 2000/02/21: Thomas Bretz
|
|---|
| 21 |
|
|---|
| 22 | * MRawEvtData.cc: Changed ReadEvt according to the new
|
|---|
| 23 | raw binary format 2001/02/20
|
|---|
| 24 |
|
|---|
| 25 | * Added MLog.[h,cc], MLogManip.[h,cc]
|
|---|
| 26 |
|
|---|
| 27 | * Adde SetStreamer and fLog to the MParContainer base class
|
|---|
| 28 |
|
|---|
| 29 | * Derived MEvtLoop from MParContainer
|
|---|
| 30 |
|
|---|
| 31 | * Makefile: added 'tar'
|
|---|
| 32 |
|
|---|
| 33 | * mbase/BaseIncl.h: added fstream.h, TGListBox.h
|
|---|
| 34 |
|
|---|
| 35 | * mbase/BaseLinkDef.h: added pragma for gLog and MLog
|
|---|
| 36 |
|
|---|
| 37 | * mbase/MAGIC.h: added forward definition for gLog
|
|---|
| 38 |
|
|---|
| 39 | * mbase/MEvtLoop.cc: exchanged cout with *fLog, added statements
|
|---|
| 40 | to provide log-facility to all tasks als parameter containers
|
|---|
| 41 |
|
|---|
| 42 | * mbase/MEvtLoop.h: Small changes
|
|---|
| 43 |
|
|---|
| 44 | * mbase/MParContainer.h: Added definitions necessary for use of Log-Facility
|
|---|
| 45 |
|
|---|
| 46 | * mbase/MParList.[h,cc]: Added SetLogStream
|
|---|
| 47 |
|
|---|
| 48 | * mbase/MTask.h: added fLog
|
|---|
| 49 |
|
|---|
| 50 | * mbase/MTaskList.[h,cc]: added SetLogStream
|
|---|
| 51 |
|
|---|
| 52 | * mbase/Makefile: Added MLog.cc, MLogManip.cc
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 | 2000/02/19: Harald Kornmayer
|
|---|
| 56 |
|
|---|
| 57 | * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
|
|---|
| 58 |
|
|---|
| 59 | * changed the readCT1.C file to show the effects of the image cleaning
|
|---|
| 60 | a la CT1
|
|---|
| 61 |
|
|---|
| 62 | * changed
|
|---|
| 63 | mgui/MCamNeighbor.cc
|
|---|
| 64 | mananlysis/MCerPhotEvt.cc .h
|
|---|
| 65 | macros/readCT1.C
|
|---|
| 66 |
|
|---|
| 67 |
|
|---|
| 68 | 2000/02/19: Thomas Bretz
|
|---|
| 69 |
|
|---|
| 70 | * MParContainer.h added prototypes for AsciiRead/Write
|
|---|
| 71 |
|
|---|
| 72 | * .rootrc: added
|
|---|
| 73 |
|
|---|
| 74 | * MEvtLoop.[h,cc]: split eventloop in its three parts, this should
|
|---|
| 75 | be used for debugging only.
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 | 2000/02/06: Harald Kornmayer
|
|---|
| 79 |
|
|---|
| 80 | * the first running version with a eventdisplay. Now we are able
|
|---|
| 81 | to display an Event on the photo electron level. To do this, run
|
|---|
| 82 | the macro "macros/readCT1.C" after changing the file name.
|
|---|
| 83 |
|
|---|
| 84 | changed:
|
|---|
| 85 | macros/readCT1.C
|
|---|
| 86 | manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
|
|---|
| 87 | analysis/MReadCT1Ascii.cc
|
|---|
| 88 | mgui/MCamDisplay.cc, mgui/MCamDisplay.h
|
|---|
| 89 |
|
|---|
| 90 |
|
|---|
| 91 | 2000/01/23: Harald Kornmayer
|
|---|
| 92 |
|
|---|
| 93 | * the integration of the class FadcDisp in the mars enviroment
|
|---|
| 94 | and further developments in the display
|
|---|
| 95 |
|
|---|
| 96 | changed:
|
|---|
| 97 | meventdisp/MGFadcDisp.h
|
|---|
| 98 | meventdisp/MGFadcDisp.cc
|
|---|
| 99 | mgui/GuiIncl.h
|
|---|
| 100 | mgui/GuiLinkDef.h
|
|---|
| 101 | mgui/MGMarsMain.cc
|
|---|
| 102 | mgui/MGPrototyp.cc
|
|---|
| 103 | mgui/MGPrototyp.h
|
|---|
| 104 | mgui/Makefile
|
|---|
| 105 |
|
|---|
| 106 | added:
|
|---|
| 107 | mgui/MGEventDispMain.h
|
|---|
| 108 | mgui/MGEventDispMain.cc
|
|---|
| 109 |
|
|---|
| 110 |
|
|---|
| 111 | 2000/01/22: Harald Kornmayer
|
|---|
| 112 |
|
|---|
| 113 | * started with the development of a EventDisplay Utitliy.
|
|---|
| 114 | Therefore I added the following files.
|
|---|
| 115 |
|
|---|
| 116 | meventdisp/EvtDispIncl.h
|
|---|
| 117 | meventdisp/EvtDispLinkDef.h
|
|---|
| 118 | meventdisp/MGFadcDisp.cc
|
|---|
| 119 | meventdisp/MGFadcDisp.h
|
|---|
| 120 | meventdisp/Makefile
|
|---|
| 121 |
|
|---|
| 122 | Also a few of the older files where slightly changed.
|
|---|
| 123 | ./Makefile
|
|---|
| 124 | ./Makefile.rules
|
|---|
| 125 | mraw/MRawEvtData.
|
|---|
| 126 |
|
|---|
| 127 |
|
|---|
| 128 | 2000/01/19: Thomas Bretz
|
|---|
| 129 |
|
|---|
| 130 | * mmc/*.hxx:
|
|---|
| 131 | - changed include of MDefineTrigger.h back
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 | 2000/01/19: Oscar Blanch
|
|---|
| 135 |
|
|---|
| 136 | * mmc/MTriggerDefine.h:
|
|---|
| 137 | - added
|
|---|
| 138 |
|
|---|
| 139 |
|
|---|
| 140 | 2000/01/18: Thomas Bretz
|
|---|
| 141 |
|
|---|
| 142 | * Makefile:
|
|---|
| 143 | - mmc-library added
|
|---|
| 144 |
|
|---|
| 145 | * Makefile.conf.general:
|
|---|
| 146 | - Added definition of __MARS__
|
|---|
| 147 |
|
|---|
| 148 | * Makefile.rules:
|
|---|
| 149 | - Added definitions to rootcint
|
|---|
| 150 |
|
|---|
| 151 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
|---|
| 152 |
|
|---|
| 153 | * mmc/MMcEvt.h:
|
|---|
| 154 | - renamed to MMcEvt.hxx
|
|---|
| 155 |
|
|---|
| 156 | * mmc/*.hxx:
|
|---|
| 157 | - added necessary defintions from MDefineTrigger.h
|
|---|
| 158 |
|
|---|
| 159 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
|---|
| 160 | - added
|
|---|
| 161 |
|
|---|
| 162 | * mmc/LinkDef.h:
|
|---|
| 163 | - removed
|
|---|
| 164 |
|
|---|
| 165 |
|
|---|
| 166 | 2000/01/17: Thomas Bretz
|
|---|
| 167 |
|
|---|
| 168 | * Makefile:
|
|---|
| 169 | - Exchanged explicit rules to make library by implicit ones
|
|---|
| 170 | - The shared object works now. I exchanged the libraries with the object
|
|---|
| 171 | files. But I don't know why the libraries don't work.
|
|---|
| 172 |
|
|---|
| 173 | * Makefile.conf.linux-gnu:
|
|---|
| 174 | - replaced CC with gcc (instead of g++)
|
|---|
| 175 |
|
|---|
| 176 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 177 | - removed unused statements
|
|---|
| 178 |
|
|---|
| 179 | * mraw/RawLinkDef.h:
|
|---|
| 180 | - added globals
|
|---|
| 181 |
|
|---|
| 182 | * mraw/MerppLinkDef.h:
|
|---|
| 183 | - removed unused file
|
|---|
| 184 |
|
|---|
| 185 |
|
|---|
| 186 | 2000/01/12: Thomas Bretz
|
|---|
| 187 |
|
|---|
| 188 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
|---|
| 189 | - added
|
|---|
| 190 |
|
|---|
| 191 | * LinkDef.h:
|
|---|
| 192 | - removed
|
|---|
| 193 |
|
|---|
| 194 | * Makefile:
|
|---|
| 195 | - Added CINT, mrproper
|
|---|
| 196 |
|
|---|
| 197 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
|---|
| 198 | - included makefile.general, Makefile.rules,
|
|---|
| 199 | - removes corresponding lines
|
|---|
| 200 |
|
|---|
| 201 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
|---|
| 202 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
|---|
| 203 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
|---|
| 204 | - changed include statements
|
|---|
| 205 |
|
|---|
| 206 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
|---|
| 207 | - changed include statements
|
|---|
| 208 | - move enum from h to cc
|
|---|
| 209 | - removed comma operator from delete statements (nonsense)
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 | 2001/01/11: Harald Kornmayer
|
|---|
| 213 |
|
|---|
| 214 | * ./
|
|---|
| 215 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
|---|
| 216 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
|---|
| 217 | - small changes in this files. Not really critical.
|
|---|
| 218 |
|
|---|
| 219 | * mars.cc
|
|---|
| 220 | - added the main file for the gui
|
|---|
| 221 |
|
|---|
| 222 | * mgui/
|
|---|
| 223 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
|---|
| 224 | Makefile, MGDataCheckMain.h
|
|---|
| 225 | - added the subdir mgui and this files
|
|---|
| 226 |
|
|---|
| 227 | * mdatacheck/
|
|---|
| 228 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
|---|
| 229 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
|---|
| 230 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
|---|
| 231 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
|---|
| 232 | - added the subdir mdatacheck and this files
|
|---|
| 233 |
|
|---|
| 234 |
|
|---|
| 235 | 2000/12/28: Thomas Bretz
|
|---|
| 236 |
|
|---|
| 237 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
|---|
| 238 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
|---|
| 239 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
|---|
| 240 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
|---|
| 241 | - Added changes some comments.
|
|---|
| 242 |
|
|---|
| 243 | * MLoopEvt.cc, MLoopEvt.h:
|
|---|
| 244 | - Removed
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | 2000/12/22 - Thomas Bretz:
|
|---|
| 248 |
|
|---|
| 249 | * readraw.cc:
|
|---|
| 250 | - changed some comments and the Root-Name of the program
|
|---|
| 251 | - added check for the existance of the file
|
|---|
| 252 | - changed name of numbers of entries from iEnt to nent
|
|---|
| 253 |
|
|---|
| 254 | * dohtml.C:
|
|---|
| 255 | - changed title of converted macros
|
|---|
| 256 |
|
|---|
| 257 | * MRawEvtData.cc:
|
|---|
| 258 | - added a commet in Draw()
|
|---|
| 259 |
|
|---|
| 260 | * MRawEvtPixelIter.[h,cc]:
|
|---|
| 261 | - Added the comment header of the file
|
|---|
| 262 | - removed inheritance from TIterator (not needed)
|
|---|
| 263 | - some changes to get it work (the one in the repository was untested
|
|---|
| 264 | and not working)
|
|---|
| 265 | - changed calling style of iterator from do...while to while-loop
|
|---|
| 266 | - changed some comments
|
|---|
| 267 |
|
|---|
| 268 | * MRawRunHeader.cc:
|
|---|
| 269 | - added some comments
|
|---|
| 270 |
|
|---|
| 271 | * Changelog, News: added
|
|---|
| 272 |
|
|---|
| 273 | * test.C: removed
|
|---|