| 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 | 2010/10/28 Daniela Dorner
|
|---|
| 22 |
|
|---|
| 23 | * datacenter/scripts/writemcsequencefile:
|
|---|
| 24 | - bug fix (every run was listed several times)
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | 2010/10/27 Daniela Dorner
|
|---|
| 29 |
|
|---|
| 30 | * datacenter/scripts/jobmanager:
|
|---|
| 31 | - imlemented new algorithm / rewritten
|
|---|
| 32 | - queries status of queue less often
|
|---|
| 33 | - one can select algorithm to determine number of jobs to be
|
|---|
| 34 | submitted
|
|---|
| 35 | - one can submit more than one job at the same time
|
|---|
| 36 | - no waiting time between scripts, but only between loops number of
|
|---|
| 37 | jobs
|
|---|
| 38 | - number of jobs for steps is not given absolute anymore, but in a
|
|---|
| 39 | ratio
|
|---|
| 40 | - maximum number of jobs for one step can be given
|
|---|
| 41 |
|
|---|
| 42 | * datacenter/scripts/setup.phido.fact.mc,
|
|---|
| 43 | datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 44 | - adapted variables for settings of jobmanager to implement the new
|
|---|
| 45 | algorithm
|
|---|
| 46 |
|
|---|
| 47 | * datacenter/scripts/runstar_mc, datacenter/scripts/runcallisto_mc
|
|---|
| 48 | datacenter/scripts/runceres, datacenter/scripts/runcorsika,
|
|---|
| 49 | datacenter/scripts/sourcefile:
|
|---|
| 50 | - implemented usage of lock in db instead of function checklock
|
|---|
| 51 | which uses lock-file
|
|---|
| 52 | - in sourcefile: adapted function setstatus to take care of locking
|
|---|
| 53 |
|
|---|
| 54 | * datacenter/scripts/run.condor:
|
|---|
| 55 | - adapted to allow submission of several jobs with one submit
|
|---|
| 56 |
|
|---|
| 57 | * datacenter/scripts/copyoutput:
|
|---|
| 58 | - included output of info if nothing has to be copied
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | 2010/10/19 Daniela Dorner
|
|---|
| 63 |
|
|---|
| 64 | * datacenter/scripts/insertmc:
|
|---|
| 65 | - added reminder to start writemcsequencefile
|
|---|
| 66 |
|
|---|
| 67 | * datacenter/scripts/writemcsequencefile:
|
|---|
| 68 | - added check if there are runs in the DB
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 | 2010/10/18 Daniela Dorner
|
|---|
| 73 |
|
|---|
| 74 | * datacenter/db/menu.php, datacenter/db/mcdefs.php:
|
|---|
| 75 | - added number of events to include the difference between number
|
|---|
| 76 | of showers and number of events introduced by implementing
|
|---|
| 77 | fNumReUseShowers
|
|---|
| 78 |
|
|---|
| 79 | * datacenter/db/include.php, datacenter/db/mcinfo.php:
|
|---|
| 80 | - added 'done and avail' to status pull-down
|
|---|
| 81 | - added 'done and avail' to status group-by
|
|---|
| 82 |
|
|---|
| 83 | * datacenter/scripts/insertmc:
|
|---|
| 84 | - added fAvailable
|
|---|
| 85 | - new values for numfile with CSCAT 20
|
|---|
| 86 |
|
|---|
| 87 | * datacenter/scripts/jobmanager:
|
|---|
| 88 | - updated setting for pbs
|
|---|
| 89 |
|
|---|
| 90 | * datacenter/scripts/setup.phido.fact.mc:
|
|---|
| 91 | - added setup for copying
|
|---|
| 92 |
|
|---|
| 93 | * datacenter/scripts/copyoutput:
|
|---|
| 94 | - added (script to copy output from one site to the main site,
|
|---|
| 95 | currently working and used for copying corsika files from
|
|---|
| 96 | Dortmund to Wuerzburg
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | 2010/10/06 Daniela Dorner
|
|---|
| 101 |
|
|---|
| 102 | * datacenter/scripts/sourcefile:
|
|---|
| 103 | - updated status queries to implemented new DB columns fAvailable
|
|---|
| 104 | and fProcessingSiteKEY for the status tables to allow for storing
|
|---|
| 105 | the information where the process is/was running and whether it
|
|---|
| 106 | is already available in the main data center, i.e. whether it has
|
|---|
| 107 | been already copied
|
|---|
| 108 | This ensures that the next step is only started when the job is
|
|---|
| 109 | done AND the file is available
|
|---|
| 110 |
|
|---|
| 111 | * datacenter/scripts/setup.wue.fact.mc,
|
|---|
| 112 | datacenter/scripts/setup.phido.fact.mc:
|
|---|
| 113 | - implemented variables for the processing and main data center
|
|---|
| 114 | site
|
|---|
| 115 |
|
|---|
| 116 |
|
|---|
| 117 |
|
|---|
| 118 | 2010/10/05 Daniela Dorner
|
|---|
| 119 |
|
|---|
| 120 | * datacenter/scripts/jobmanager:
|
|---|
| 121 | - implemented pbs as third queueing system: implemented variable
|
|---|
| 122 | $SOURCEFILEPATH as pbs copies script locally; implemented
|
|---|
| 123 | walltime and mem
|
|---|
| 124 |
|
|---|
| 125 | * datacenter/scripts/setup.phido.fact.mc:
|
|---|
| 126 | - added (setup file for cluster in Dortmund); includes array for
|
|---|
| 127 | walltime and mem
|
|---|
| 128 |
|
|---|
| 129 | * datacenter/scripts/runcorsika, datacenter/scripts/sourcefile:
|
|---|
| 130 | - implemented variable $SOURCEFILEPATH
|
|---|
| 131 |
|
|---|
| 132 | * datacenter/db/menu.php, datacenter/db/mcdefs.php,
|
|---|
| 133 | datacenter/scripts/runcorsika, datacenter/scripts/insertmc:
|
|---|
| 134 | - implemented fNumReUseShowers (parameter how often a shower is
|
|---|
| 135 | reused in Corsika)
|
|---|
| 136 |
|
|---|
| 137 |
|
|---|
| 138 |
|
|---|
| 139 | 2010/09/30 Thomas Bretz
|
|---|
| 140 |
|
|---|
| 141 | * msimreflector/MMirrorSquare.[h,cc]:
|
|---|
| 142 | - implemented WriteM
|
|---|
| 143 |
|
|---|
| 144 | * mcorsika/MCorsikaEvtHeader.cc, mcorsika/MCorsikaFormat.[h,cc],
|
|---|
| 145 | mcorsika/MCorsikaRunHeader.cc:
|
|---|
| 146 | - fixed a problem with reading the RUNE section in corsikas
|
|---|
| 147 | raw format
|
|---|
| 148 |
|
|---|
| 149 | * readcorsika.cc:
|
|---|
| 150 | - speed up reading by ot printing the single photons if debug
|
|---|
| 151 | level less than 3
|
|---|
| 152 |
|
|---|
| 153 | * msim/MPhotonEvent.cc:
|
|---|
| 154 | - don't loop over all (mostly empty) slots in Print()
|
|---|
| 155 |
|
|---|
| 156 | * msimcamera/MSimRandomPhotons.[h,cc]:
|
|---|
| 157 | - changed again the checks to also allow pedestal and calibration
|
|---|
| 158 | runs to be produced without having a MCorsikaRunHeader available
|
|---|
| 159 |
|
|---|
| 160 |
|
|---|
| 161 |
|
|---|
| 162 | 2010/09/29 Thomas Bretz
|
|---|
| 163 |
|
|---|
| 164 | * msimreflector/MMirrorHex.[h,cc]:
|
|---|
| 165 | - implemented WriteM
|
|---|
| 166 | - implemented new class MMirrorHex90
|
|---|
| 167 |
|
|---|
| 168 | * msimreflector/SimReflectorLinkDef.h:
|
|---|
| 169 | - added MMirrorHex90
|
|---|
| 170 |
|
|---|
| 171 | * msimreflector/MMirrorDisk.[h,cc]:
|
|---|
| 172 | - implemented WriteM
|
|---|
| 173 |
|
|---|
| 174 | * msimreflector/MReflector.[h,cc]:
|
|---|
| 175 | - added function to write a file with a reflector definition
|
|---|
| 176 |
|
|---|
| 177 | * msimreflector/MMirror.h:
|
|---|
| 178 | - added virtual WriteM
|
|---|
| 179 | - added several Getter for Z, Nx, Ny, Nz and Shape
|
|---|
| 180 |
|
|---|
| 181 |
|
|---|
| 182 |
|
|---|
| 183 | 2010/09/28 Thomas Bretz
|
|---|
| 184 |
|
|---|
| 185 | * mcorsika/MCorsikaFormat.[h,cc]:
|
|---|
| 186 | - added Read function to allow MCorsikaRead to read
|
|---|
| 187 | object 1203
|
|---|
| 188 | - added Rewind function to allow MCorsikaRead to jump back
|
|---|
| 189 | in file
|
|---|
| 190 | - added a lot of debug output
|
|---|
| 191 | - make GetNextEvent read one telescope data from one array after
|
|---|
| 192 | the other
|
|---|
| 193 |
|
|---|
| 194 | * mcorsika/MCorsikaEvtHeader.h:
|
|---|
| 195 | - added AddXY which allows MCorsikaRead to add the telescope
|
|---|
| 196 | position to the showers impact parameter
|
|---|
| 197 |
|
|---|
| 198 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 199 | - commented out obsolete use of fIn
|
|---|
| 200 | - added reading of telescope positions (object 1201) in
|
|---|
| 201 | eventio format
|
|---|
| 202 | - added number of telescopes to the calculation of the
|
|---|
| 203 | total number of events
|
|---|
| 204 | - added a working ReadEvent for eventio format
|
|---|
| 205 | - added ReadEnv to be able to set the requested telscope index
|
|---|
| 206 | - added new data members to hold the telescope positions
|
|---|
| 207 | - removed obsolete OpenStream
|
|---|
| 208 | - added member function to set telescope index
|
|---|
| 209 |
|
|---|
| 210 | * msim/MHPhotonEvent.cc:
|
|---|
| 211 | - changed the number of bins to an odd value to get a bin at zero
|
|---|
| 212 | for the 2D histograms
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 |
|
|---|
| 216 | 2010/09/24 Thomas Bretz
|
|---|
| 217 |
|
|---|
| 218 | * mcorsika/MCorsikaEvtHeader.cc:
|
|---|
| 219 | - store impact parameters persistent for further use (because in
|
|---|
| 220 | eventio format the header is not repeated this is needed)
|
|---|
| 221 |
|
|---|
| 222 | * mcorsika/MCorsikaFormat.[h,cc]:
|
|---|
| 223 | - adapted to be able to read all telescopes and all reused shower
|
|---|
| 224 | events in eventio
|
|---|
| 225 | - a lot of cosmetics
|
|---|
| 226 | - many more comments
|
|---|
| 227 | - PRELIMINARY
|
|---|
| 228 |
|
|---|
| 229 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 230 | - implemented variable for selection of the telescope in eventio format
|
|---|
| 231 | - implemented eventio format (PRELIMINARY)
|
|---|
| 232 |
|
|---|
| 233 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc]:
|
|---|
| 234 | - implemented function to calculate mean event time
|
|---|
| 235 | - implemented function to simulate the wavelength (lambda^-2)
|
|---|
| 236 | - implemented function to shift all photons by a certain xy
|
|---|
| 237 | - adapted ReadCorsikaEvt to changes in MCorsikaFormat
|
|---|
| 238 |
|
|---|
| 239 |
|
|---|
| 240 |
|
|---|
| 241 | 2010/09/24 Daniela Dorner
|
|---|
| 242 |
|
|---|
| 243 | * datacenter/scripts/insertmc:
|
|---|
| 244 | - fixed typo
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 |
|
|---|
| 248 | 2010/09/22 Thomas Bretz
|
|---|
| 249 |
|
|---|
| 250 | * mjobs/MJSimulation.cc:
|
|---|
| 251 | - slight improvement of debug output
|
|---|
| 252 | - call SetAllowEmpty for the three ContEmpty filters
|
|---|
| 253 | - changed binning of camera histograms
|
|---|
| 254 |
|
|---|
| 255 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 256 | - improved output in case of failure
|
|---|
| 257 |
|
|---|
| 258 | * readcorsika.cc:
|
|---|
| 259 | - added RunHeaders
|
|---|
| 260 | - fixed usage-info
|
|---|
| 261 |
|
|---|
| 262 | * mbase/MContinue.cc:
|
|---|
| 263 | - no need to call MTask::GetFilter(), GetFilter() is enough
|
|---|
| 264 |
|
|---|
| 265 | * mfbase/MF.cc:
|
|---|
| 266 | - accept = as a conditional sign
|
|---|
| 267 | - make sure the return code of the evaluated filter is corectly returned
|
|---|
| 268 |
|
|---|
| 269 | * msim/MHPhotonEvent.cc:
|
|---|
| 270 | - implemented types 6-8
|
|---|
| 271 |
|
|---|
| 272 | * mcorsika/MCorsikaEvtHeader.[h,cc]:
|
|---|
| 273 | - added fNumReuse
|
|---|
| 274 | - added member functions to increase and reset the number of reusages
|
|---|
| 275 | - increased class version number accordingly
|
|---|
| 276 |
|
|---|
| 277 | * mcorsika/MCorsikaRead.[h,cc]:
|
|---|
| 278 | - count the number of showers (events) times its reusage
|
|---|
| 279 | for fNumTotalEvents
|
|---|
| 280 | - adapted ReadEvent to re-usage of showers (still needs to be tested for
|
|---|
| 281 | EventIO)
|
|---|
| 282 | - Fixed return type (should be Int_t) of ReadEvent
|
|---|
| 283 | - take the number of reusages in PostProcess into account
|
|---|
| 284 |
|
|---|
| 285 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
|---|
| 286 | - added total number of reusages fNumReuse
|
|---|
| 287 | - increased class version number accordingly
|
|---|
| 288 |
|
|---|
| 289 | * mmc/MMcEvt.hxx:
|
|---|
| 290 | - added setter for the reuse counter
|
|---|
| 291 |
|
|---|
| 292 | * msim/MPhotonData.[h,cc]:
|
|---|
| 293 | - removed fNumPhotons (we allow 1-photon bunches only anyway and MMCS
|
|---|
| 294 | doesn't even distribute this number)
|
|---|
| 295 | - increased class version number accordingly
|
|---|
| 296 |
|
|---|
| 297 | * msim/MSimMMCS.cc:
|
|---|
| 298 | - correctly propagate the number of events (number of showers times reusage)
|
|---|
| 299 | - propagate counter for reusage to MMcEvt
|
|---|
| 300 |
|
|---|
| 301 | * msim/MPhotonEvent.[h,cc]:
|
|---|
| 302 | - added functions to calculate mean x and mean y
|
|---|
| 303 | - propagate re-usage counter through ReadEvent
|
|---|
| 304 |
|
|---|
| 305 | * mcorsika/MCorsikaFormat.[h,cc]:
|
|---|
| 306 | - a few clean-ups to the code
|
|---|
| 307 | - added standard file header
|
|---|
| 308 | - a few minor simplifications
|
|---|
| 309 | - replaced local logging stream with gLog
|
|---|
| 310 | - added some empty comments
|
|---|
| 311 |
|
|---|
| 312 |
|
|---|
| 313 |
|
|---|
| 314 | 2010/09/21 Thomas Bretz
|
|---|
| 315 |
|
|---|
| 316 | * mjobs/MJSimulation.cc:
|
|---|
| 317 | - correctly propagated run-number to the file-name
|
|---|
| 318 | - fixed a problem with the tab-title in the ps-files
|
|---|
| 319 | - fixed the histogram size for the camera (should be 5 instead
|
|---|
| 320 | of 3, I hope)
|
|---|
| 321 | - fixed the tab-title for the MedDev tab
|
|---|
| 322 | - do not write image-files in dev-null mode
|
|---|
| 323 |
|
|---|
| 324 |
|
|---|
| 325 |
|
|---|
| 326 | 2010/09/14 Daniela Dorner
|
|---|
| 327 |
|
|---|
| 328 | * datacenter/scripts/runcorsika:
|
|---|
| 329 | - removed STEPFC from inputcard as anyhow default of 1 was used
|
|---|
| 330 | instead of 0.1
|
|---|
| 331 |
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 | 2010/09/06 Thomas Bretz
|
|---|
| 335 |
|
|---|
| 336 | * msimreflector/MSimRays.cc:
|
|---|
| 337 | - included TMath for newer root versions
|
|---|
| 338 |
|
|---|
| 339 |
|
|---|
| 340 |
|
|---|
| 341 | 2010/09/03 Daniela Dorner
|
|---|
| 342 |
|
|---|
| 343 | * datacenter/scripts/insertmc:
|
|---|
| 344 | - added new standard setup runs
|
|---|
| 345 |
|
|---|
| 346 | * datacenter/scripts/runceres:
|
|---|
| 347 | - fixed queries for change from file based to run based processing
|
|---|
| 348 |
|
|---|
| 349 | * datacenter/scripts/runcallisto_mc:
|
|---|
| 350 | - changed setup path: implemented ceres setup, as different
|
|---|
| 351 | callisto.rc are needed for different ceres setup
|
|---|
| 352 |
|
|---|
| 353 |
|
|---|
| 354 |
|
|---|
| 355 | 2010/08/31 Thomas Bretz
|
|---|
| 356 |
|
|---|
| 357 | * msimcamera/MSimRandomPhotons.[h,cc]:
|
|---|
| 358 | - improved the range checks. All ranges are now aligned on the
|
|---|
| 359 | range of simulated wavlengths
|
|---|
| 360 |
|
|---|
| 361 |
|
|---|
| 362 |
|
|---|
| 363 | 2010/08/30 Daniela Dorner
|
|---|
| 364 |
|
|---|
| 365 | * datacenter/db/mcdefs.php:
|
|---|
| 366 | - adapted joins for processing of ceres on run basis
|
|---|
| 367 |
|
|---|
| 368 | * datacenter/scripts/insertmc:
|
|---|
| 369 | - bugfix for insert of rows for new ceres key(s)
|
|---|
| 370 |
|
|---|
| 371 |
|
|---|
| 372 |
|
|---|
| 373 | 2010/08/30 Thomas Bretz
|
|---|
| 374 |
|
|---|
| 375 | * mhist/MHCamera.cc:
|
|---|
| 376 | - added options to display contents as int and float
|
|---|
| 377 |
|
|---|
| 378 | * mgeom/MGeomCamFACT.cc:
|
|---|
| 379 | - changed default distance from 4.8887 to 4.90
|
|---|
| 380 |
|
|---|
| 381 | * mbase/MLut.cc:
|
|---|
| 382 | - added possibility to have comment (ignored) lines
|
|---|
| 383 |
|
|---|
| 384 | * msim/MHPhotonEvent.cc:
|
|---|
| 385 | - fixed Type==5
|
|---|
| 386 |
|
|---|
| 387 | * msimreflector/MSimRays.[h,cc]:
|
|---|
| 388 | - added
|
|---|
| 389 |
|
|---|
| 390 | * msimreflector/SimReflectorLinkDef.h
|
|---|
| 391 | - added MSimRays
|
|---|
| 392 |
|
|---|
| 393 | * msimreflector/Makefile
|
|---|
| 394 | - added MSimRays
|
|---|
| 395 |
|
|---|
| 396 |
|
|---|
| 397 |
|
|---|
| 398 | 2010/08/27 Daniela Dorner
|
|---|
| 399 |
|
|---|
| 400 | * datacenter/scripts/insertmc:
|
|---|
| 401 | - updated some default values
|
|---|
| 402 |
|
|---|
| 403 | * datacenter/scripts/runceres, datacenter/scripts/insertmc,
|
|---|
| 404 | resources/step_fact.rc:
|
|---|
| 405 | - changed processing of ceres from file- to run-basis
|
|---|
| 406 |
|
|---|
| 407 |
|
|---|
| 408 |
|
|---|
| 409 | 2010/08/26 Daniela Dorner
|
|---|
| 410 |
|
|---|
| 411 | * datacenter/db/mcinfo.php:
|
|---|
| 412 | - implemented status 'crashed' also for display of list of runs
|
|---|
| 413 |
|
|---|
| 414 | * datacenter/db/mcdefs.php, datacenter/db/menu.php:
|
|---|
| 415 | - implemented CeresSetupKEY for mcinfo.php
|
|---|
| 416 |
|
|---|
| 417 |
|
|---|
| 418 |
|
|---|
| 419 | 2010/08/26 Reiner Rohlfs
|
|---|
| 420 |
|
|---|
| 421 | * mcorsika/MCorsikaFormat.[h,cc]
|
|---|
| 422 | - fixed a problem in comparing fRunePos with position 0
|
|---|
| 423 |
|
|---|
| 424 |
|
|---|
| 425 |
|
|---|
| 426 | 2010/08/25 Thomas Bretz
|
|---|
| 427 |
|
|---|
| 428 | * mjtrain/MJTrainCuts.cc:
|
|---|
| 429 | - fixed the SetDrawOption for the 2D histogram
|
|---|
| 430 |
|
|---|
| 431 |
|
|---|
| 432 |
|
|---|
| 433 | 2010/08/24 Thomas Bretz
|
|---|
| 434 |
|
|---|
| 435 | * mjtrain/MJTrainCuts.cc:
|
|---|
| 436 | - removed the SetDrawOption from the 1D histogram
|
|---|
| 437 |
|
|---|
| 438 |
|
|---|
| 439 |
|
|---|
| 440 | 2010/08/24 Reiner Rohlfs
|
|---|
| 441 |
|
|---|
| 442 | * mcorsika/MCorsikaFormat.[h,cc]
|
|---|
| 443 | - in method MCorsikaFormatEventIO::SeekEvtEnd() the RUNE block
|
|---|
| 444 | is first searched at the end of the file. It it is not found
|
|---|
| 445 | the whole file is scanned for the RUNE block. Once it is
|
|---|
| 446 | found it can be accessed directly at the next call of this
|
|---|
| 447 | function.
|
|---|
| 448 |
|
|---|
| 449 |
|
|---|
| 450 |
|
|---|
| 451 | 2010/08/20 Daniela Dorner
|
|---|
| 452 |
|
|---|
| 453 | * datacenter/scripts/sourcefile:
|
|---|
| 454 | - bugfix in query for influenced steps
|
|---|
| 455 |
|
|---|
| 456 |
|
|---|
| 457 |
|
|---|
| 458 | 2010/08/19 Thomas Bretz
|
|---|
| 459 |
|
|---|
| 460 | * mjobs/MSequence.cc:
|
|---|
| 461 | - fixed treatment of file number 0 in InflateFileName and
|
|---|
| 462 | PrintRuns
|
|---|
| 463 |
|
|---|
| 464 |
|
|---|
| 465 |
|
|---|
| 466 | 2010/08/17 Thomas Bretz
|
|---|
| 467 |
|
|---|
| 468 | * resmc/fact-trigger-sum.txt, resmc/fact-trigger-all.txt,
|
|---|
| 469 | macros/fact/fact_trigger.C:
|
|---|
| 470 | - added
|
|---|
| 471 |
|
|---|
| 472 |
|
|---|
| 473 |
|
|---|
| 474 | 2010/08/17 Daniela Dorner
|
|---|
| 475 |
|
|---|
| 476 | * datacenter/scripts/insertmc:
|
|---|
| 477 | - added (script to insert mc runs and sequences to the FACT MC DB)
|
|---|
| 478 |
|
|---|
| 479 |
|
|---|
| 480 |
|
|---|
| 481 | 2010/08/16 Thomas Bretz
|
|---|
| 482 |
|
|---|
| 483 | * mgeom/GeomLinkDef.h, mgeom/Makefile:
|
|---|
| 484 | - added MGeomCamFACT
|
|---|
| 485 |
|
|---|
| 486 | * mgeom/MGeomCamFACT.[h,cc]:
|
|---|
| 487 | - added
|
|---|
| 488 |
|
|---|
| 489 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomPix.[h,cc]:
|
|---|
| 490 | - moved CalcXY to MGeomPix
|
|---|
| 491 | - removed obsolete includes
|
|---|
| 492 |
|
|---|
| 493 | * mgeom/MGeomCamFact.cc:
|
|---|
| 494 | - removed obsolete includes
|
|---|
| 495 |
|
|---|
| 496 | * mranforest/MRanForestCalc.h:
|
|---|
| 497 | - added new function Train which either calls TrainRegression
|
|---|
| 498 | or TrainSingleRF
|
|---|
| 499 |
|
|---|
| 500 | * mranforest/MHRanForestGini.cc:
|
|---|
| 501 | - improved display
|
|---|
| 502 |
|
|---|
| 503 | * mfileio/MReadMarsFile.cc:
|
|---|
| 504 | - evaluate return code of fRun->Process()
|
|---|
| 505 | - print return code in case of failure
|
|---|
| 506 |
|
|---|
| 507 | * mjoptim/MJOptimizeBase.[h,cc]:
|
|---|
| 508 | - improved existing comments
|
|---|
| 509 | - added a full class description
|
|---|
| 510 | - print a warning if TRandom is used a random number generator
|
|---|
| 511 |
|
|---|
| 512 | * mtools/MTFillMatrix.cc:
|
|---|
| 513 | - improved handling of negative number of events
|
|---|
| 514 |
|
|---|
| 515 | * mjtrain/MJTrainSeparation.cc:
|
|---|
| 516 | - added names to test- and train-dataset for storage
|
|---|
| 517 |
|
|---|
| 518 | * mjtrain/TrainLinkDef.h, mjtrain/Makefile:
|
|---|
| 519 | - added MJTrainCuts
|
|---|
| 520 |
|
|---|
| 521 | * macros/train/traincuts.C:
|
|---|
| 522 | - added
|
|---|
| 523 |
|
|---|
| 524 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 525 | - added a comment about the last lut update
|
|---|
| 526 |
|
|---|
| 527 |
|
|---|
| 528 |
|
|---|
| 529 | 2010/08/13 Thomas Bretz
|
|---|
| 530 |
|
|---|
| 531 | * mimage/MHHillasExt.[h,cc]:
|
|---|
| 532 | - added new histograms to display new variables
|
|---|
| 533 | - increased class version number
|
|---|
| 534 |
|
|---|
| 535 | * mimage/MHillasExt.cc:
|
|---|
| 536 | - fixed claculation of the weighted time spreads
|
|---|
| 537 | - fixed a bug in the calculation of the third moments!
|
|---|
| 538 |
|
|---|
| 539 | * mhist/MHHadronness.cc:
|
|---|
| 540 | - fixed min/max of the intgral histogram
|
|---|
| 541 |
|
|---|
| 542 | * mfbase/MFEventSelector.cc:
|
|---|
| 543 | - if the number of events to be selected is negative select all events
|
|---|
| 544 |
|
|---|
| 545 | * mhbase/MHn.[h,cc]:
|
|---|
| 546 | - fixed the complex display for five histograms
|
|---|
| 547 |
|
|---|
| 548 | * mhbase/MHn.[h,cc], mhbase/MH3.[h,cc]:
|
|---|
| 549 | - implemented a TProfile3D
|
|---|
| 550 | - implemented an option to skip reset of the histograms in a new
|
|---|
| 551 | eventloop
|
|---|
| 552 |
|
|---|
| 553 | * mhbase/MH3.[h,cc]:
|
|---|
| 554 | - moved the addition weight to a new data meber fWeight
|
|---|
| 555 | - increased class version number
|
|---|
| 556 |
|
|---|
| 557 |
|
|---|
| 558 |
|
|---|
| 559 | 2010/08/13 Daniela Dorner
|
|---|
| 560 |
|
|---|
| 561 | * datacenter/scripts/sourcefile:
|
|---|
| 562 | - implemented faster queries for the dependencies of the steps
|
|---|
| 563 | - simplified code
|
|---|
| 564 | - introduced new level for printprocesslog: DEBUG
|
|---|
| 565 |
|
|---|
| 566 | * resources/steps_fact.rc:
|
|---|
| 567 | - adapted to change in queries in sourcefile
|
|---|
| 568 |
|
|---|
| 569 |
|
|---|
| 570 |
|
|---|
| 571 | 2010/08/12 Thomas Bretz
|
|---|
| 572 |
|
|---|
| 573 | * mimage/MHillasExt.[h,cc]:
|
|---|
| 574 | - added Getter for fSlope*
|
|---|
| 575 | - added new data members to Print() output
|
|---|
| 576 | - adapted Set() member function
|
|---|
| 577 | - fixed code for calculating weighted spreads
|
|---|
| 578 | - added new data members to Clear function
|
|---|
| 579 |
|
|---|
| 580 | * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHNewImagePar.cc,
|
|---|
| 581 | mimage/MHVsSize.cc, mimage/MHHillasSrc.cc, mimage/MHImagePar.cc,
|
|---|
| 582 | mhcalib/MHGausEvents.cc, mhflux/MHThetaSq.cc, mhflux/MHAlpha.cc,
|
|---|
| 583 | mhflux/MHFalseSource.cc, mhflux/MHEffectiveOnTime.cc,
|
|---|
| 584 | mhflux/MHCollectionArea.cc, mhflux/MHThetaSqN.cc, mhflux/MHDisp.cc,
|
|---|
| 585 | mhflux/MHThreshold.cc, mhflux/MHEnergyEst.cc, mjtrain/MJTrainDisp.cc,
|
|---|
| 586 | mtools/MHSimulatedAnnealing.cc, mmuon/MHSingleMuon.cc,
|
|---|
| 587 | mmuon/MHMuonPar.cc, mpointing/MHSrcPosCam.cc,
|
|---|
| 588 | mpedestal/MHPedestalCor.cc, mhist/MHCamEventRot.cc,
|
|---|
| 589 | mhist/MHStarMap.cc, mjobs/MJSpectrum.cc, mbadpixels/MHBadPixels.cc,
|
|---|
| 590 | mfbase/MFEventSelector2.cc, mhbase/MBinning.cc, mhbase/MH.[h,cc],
|
|---|
| 591 | mhbase/MH3.cc, mhbase/MHMatrix.cc, msim/MHPhotonEvent.cc:
|
|---|
| 592 | - changes MH::SetBinning and similar functions to take references
|
|---|
| 593 | instead of pointers
|
|---|
| 594 | - for the time being wrappers are kept not to break macros
|
|---|
| 595 |
|
|---|
| 596 |
|
|---|
| 597 |
|
|---|
| 598 | 2010/08/11 Thomas Bretz
|
|---|
| 599 |
|
|---|
| 600 | * mhbase/MH3.[h,cc]:
|
|---|
| 601 | - added another type to be able to setup a standard profile and
|
|---|
| 602 | one which display the spread as error
|
|---|
| 603 | - improved/fixed error calculation/display
|
|---|
| 604 |
|
|---|
| 605 | * mimage/MHillasExt.[h,cc]:
|
|---|
| 606 | - added new data members fTimeSpread and fTimeSpreadWeighted
|
|---|
| 607 | - added new data members fSlopeSpread and fSlopeSpreadWeighted
|
|---|
| 608 | - implemented code to calculate the time spreads and slope spreads
|
|---|
| 609 | - increased class version id by 1
|
|---|
| 610 |
|
|---|
| 611 | * mjtrain/TrainLinkDef.h:
|
|---|
| 612 | - added MJTrainImpact
|
|---|
| 613 |
|
|---|
| 614 | * mjtrain/MJTrainImpact.[h,cc]:
|
|---|
| 615 | - added
|
|---|
| 616 |
|
|---|
| 617 | * mjtrain/MJTrainEnergy.h:
|
|---|
| 618 | - added SetTrainExpSize member function
|
|---|
| 619 |
|
|---|
| 620 | * mjtrain/MJTrainDisp.cc:
|
|---|
| 621 | - made the display of the cut-lines a bit more flexible
|
|---|
| 622 | - slightly changed the meaning of the plots
|
|---|
| 623 |
|
|---|
| 624 |
|
|---|
| 625 |
|
|---|
| 626 | 2010/08/10 Thomas Bretz
|
|---|
| 627 |
|
|---|
| 628 | * msim/MPhotonData.cc:
|
|---|
| 629 | - fixed two warnings in FillEventIO (implicit conversion
|
|---|
| 630 | from float to int)
|
|---|
| 631 |
|
|---|
| 632 | * mhbase/MHn.[h,cc]:
|
|---|
| 633 | - added SetConversion to allow for setting a conversion function
|
|---|
| 634 |
|
|---|
| 635 | * mhbase/MH3.[h,cc]:
|
|---|
| 636 | - added conversion function for displaying the histogram
|
|---|
| 637 | - added new data member fConversion
|
|---|
| 638 | - added new member functions Convert and SetConversion
|
|---|
| 639 | - implemented conversion before displaying
|
|---|
| 640 |
|
|---|
| 641 | * mjtrain/MJTrainEnergy.cc:
|
|---|
| 642 | - display resolution directly (sqrt)
|
|---|
| 643 | - changed default binning
|
|---|
| 644 | - don't use build in conversion from mm to degree but
|
|---|
| 645 | MGeomCam.fConvMm2Deg instead.
|
|---|
| 646 |
|
|---|
| 647 | * Makefile.rules:
|
|---|
| 648 | - replaced cvs by svn in diff
|
|---|
| 649 |
|
|---|
| 650 | * mjtrain/MJTrainDisp.cc:
|
|---|
| 651 | - don't use build in conversion from mm to degree but
|
|---|
| 652 | MGeomCam.fConvMm2Deg instead.
|
|---|
| 653 |
|
|---|
| 654 |
|
|---|
| 655 |
|
|---|
| 656 | 2010/08/06 Thomas Bretz
|
|---|
| 657 |
|
|---|
| 658 | * msimcamera/MSimCamera.[h,cc]:
|
|---|
| 659 | - added the possibility to set an overall baseline, baseline-noise
|
|---|
| 660 | and gain.
|
|---|
| 661 |
|
|---|
| 662 | * ceres.rc:
|
|---|
| 663 | - added entries for the new values
|
|---|
| 664 |
|
|---|
| 665 |
|
|---|
| 666 |
|
|---|
| 667 | 2010/07/28 Daniela Dorner
|
|---|
| 668 |
|
|---|
| 669 | * datacenter/db/menu.php:
|
|---|
| 670 | - updated initial parameter selection for mcinfo.php
|
|---|
| 671 | - changed table for GetMin/Max to CeresInfo
|
|---|
| 672 |
|
|---|
| 673 | * datacenter/db/mcinfo.php:
|
|---|
| 674 | - bugfix for removing WHERE or AND at end of queries
|
|---|
| 675 | - added fStopTime to status-column in case of failure
|
|---|
| 676 | - bugfix for correct joins in case of group-by
|
|---|
| 677 |
|
|---|
| 678 | * datacenter/db/mcdefs.php:
|
|---|
| 679 | - updated runtime of ceres
|
|---|
| 680 | - updated joins for status tables
|
|---|
| 681 |
|
|---|
| 682 | * datacenter/scripts/insertmc:
|
|---|
| 683 | - added (script to add runs to the database)
|
|---|
| 684 |
|
|---|
| 685 | * datacenter/scripts/runcorsika:
|
|---|
| 686 | - added check if 'END OF FILE' is contained in logfile
|
|---|
| 687 | - added check if file number > 999 and change filename if it is
|
|---|
| 688 |
|
|---|
| 689 | * datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 690 | - removed cprun
|
|---|
| 691 | - added callisto and star in scripts-array
|
|---|
| 692 |
|
|---|
| 693 | * datacenter/scripts/sourcefile:
|
|---|
| 694 | - removed variables for fProgramId
|
|---|
| 695 |
|
|---|
| 696 | * resources/steps_fact.rc:
|
|---|
| 697 | - added missing needs
|
|---|
| 698 |
|
|---|
| 699 |
|
|---|
| 700 |
|
|---|
| 701 | 2010/07/23 Reiner Rohlfs
|
|---|
| 702 |
|
|---|
| 703 | * mcorsika/MCorsikaFormat.[h,cc]
|
|---|
| 704 | - new files
|
|---|
| 705 | All the differences between EventIo files and coriska files
|
|---|
| 706 | are implemented in these files.
|
|---|
| 707 |
|
|---|
| 708 | * mcoriska/MCorsikaRead.[h,cc]
|
|---|
| 709 | - the file handler fIn is replaced by the MCorsikaFormat class.
|
|---|
| 710 | - every access to the input file is replaces by calling
|
|---|
| 711 | methods of MCorsikaFormat.
|
|---|
| 712 |
|
|---|
| 713 | * mcoriska/MCorsikaRunHeader.[h,cc]
|
|---|
| 714 | - the file handler fIn is replaced by the MCorsikaFormat class.
|
|---|
| 715 | - every access to the input file is replaces by calling
|
|---|
| 716 | methods of MCorsikaFormat.
|
|---|
| 717 |
|
|---|
| 718 | * mcoriska/MCorsikaEvtHeader.[h,cc]
|
|---|
| 719 | - the file handler fIn is replaced by the MCorsikaFormat class.
|
|---|
| 720 | - every access to the input file is replaces by calling
|
|---|
| 721 | methods of MCorsikaFormat.
|
|---|
| 722 |
|
|---|
| 723 | * msim/MPhotonEvent.cc
|
|---|
| 724 | - method ReadCorsikaEvt distinguish between Corsika and EventIo
|
|---|
| 725 | input files and calls either FillEventIO() or FillCorsika().
|
|---|
| 726 |
|
|---|
| 727 | * msim/MPhotonData.[h,cc]
|
|---|
| 728 | - new method: FillEventIO, which is similar as FillCorsika
|
|---|
| 729 |
|
|---|
| 730 |
|
|---|
| 731 | 2010/07/09 Thomas Bretz
|
|---|
| 732 |
|
|---|
| 733 | * mpointing/MSrcPosCam.[h,cc]:
|
|---|
| 734 | - now the particle position is stored in any case in the headers
|
|---|
| 735 | so in case we have a view cone we must keep the position fixed
|
|---|
| 736 | - added the fix for the MC monte carlos (for them X needs to
|
|---|
| 737 | change its sign due to a bug in the reflector program)
|
|---|
| 738 |
|
|---|
| 739 | * mars.rc, star.rc:
|
|---|
| 740 | - changed time contraint in cleaning from aboslute values
|
|---|
| 741 | to relative values (units now ns/deg)
|
|---|
| 742 |
|
|---|
| 743 | * mimage/MImgCleanStd.cc:
|
|---|
| 744 | - changed time contraint in cleaning from aboslute values
|
|---|
| 745 | to relative values (units now ns/deg)
|
|---|
| 746 |
|
|---|
| 747 |
|
|---|
| 748 |
|
|---|
| 749 | 2010/07/07 Daniela Dorner
|
|---|
| 750 |
|
|---|
| 751 | * datacenter/scripts/runceres:
|
|---|
| 752 | - fixed typo
|
|---|
| 753 |
|
|---|
| 754 |
|
|---|
| 755 |
|
|---|
| 756 | 2010/07/06 Daniela Dorner
|
|---|
| 757 |
|
|---|
| 758 | * datacenter/scripts/runstar_mc:
|
|---|
| 759 | - fixed typo
|
|---|
| 760 | - added inpath to command line
|
|---|
| 761 |
|
|---|
| 762 |
|
|---|
| 763 |
|
|---|
| 764 | 2010/07/05 Daniela Dorner
|
|---|
| 765 |
|
|---|
| 766 | * datacenter/scripts/runceres:
|
|---|
| 767 | - added path for C and P run (was not the same like for D run)
|
|---|
| 768 |
|
|---|
| 769 | * datacenter/scripts/sourcefile:
|
|---|
| 770 | - fixed joins in subquerypart()
|
|---|
| 771 |
|
|---|
| 772 | * datacenter/scripts/runcallisto_mc:
|
|---|
| 773 | - added inpath to command line
|
|---|
| 774 |
|
|---|
| 775 | * datacenter/db/mcinfo.php:
|
|---|
| 776 | - removed FailMenu
|
|---|
| 777 | - fixed bug (group by did not work in case statusvalue was not
|
|---|
| 778 | selected)
|
|---|
| 779 |
|
|---|
| 780 | * datacenter/db/mcdefs.php:
|
|---|
| 781 | - removed FailMenu columns
|
|---|
| 782 |
|
|---|
| 783 |
|
|---|
| 784 |
|
|---|
| 785 | 2010/07/05 Thomas Bretz
|
|---|
| 786 |
|
|---|
| 787 | * mraw/MRawRunHeader.h:
|
|---|
| 788 | - added missing SetFileNumber
|
|---|
| 789 |
|
|---|
| 790 | * mjobs/MSequence.cc:
|
|---|
| 791 | - added the missing file number to teh MC file names
|
|---|
| 792 |
|
|---|
| 793 | * msimcamera/MSimCalibrationSignal.h:
|
|---|
| 794 | - changed virtual file name from 000000 to 000001 to force file
|
|---|
| 795 | number to be 1.
|
|---|
| 796 |
|
|---|
| 797 | * mjobs/MJSimulation.[h,cc]:
|
|---|
| 798 | - added run-number to ceres.root filename
|
|---|
| 799 |
|
|---|
| 800 |
|
|---|
| 801 |
|
|---|
| 802 | 2010/07/02 Daniela Dorner
|
|---|
| 803 |
|
|---|
| 804 | * datacenter/scripts/runcorsika:
|
|---|
| 805 | - removed $com
|
|---|
| 806 | - updated logging
|
|---|
| 807 |
|
|---|
| 808 | * datacenter/scripts/runceres:
|
|---|
| 809 | - fixed path
|
|---|
| 810 | - added error handling
|
|---|
| 811 |
|
|---|
| 812 | * resources/steps_fact.rc:
|
|---|
| 813 | - update joins to new scheme to include further steps in the chain
|
|---|
| 814 |
|
|---|
| 815 | * datacenter/scripts/sourcefile:
|
|---|
| 816 | - adapted queries to new scheme of joins
|
|---|
| 817 |
|
|---|
| 818 | * datacenter/scripts/runstar_mc:
|
|---|
| 819 | - added (script to run star for mc)
|
|---|
| 820 |
|
|---|
| 821 |
|
|---|
| 822 |
|
|---|
| 823 | 2010/07/02 Daniela Dorner, Christian Farnier
|
|---|
| 824 |
|
|---|
| 825 | * datacenter/scripts/runcallisto_mc:
|
|---|
| 826 | - added (script to callibrate mc)
|
|---|
| 827 |
|
|---|
| 828 |
|
|---|
| 829 |
|
|---|
| 830 | 2010/06/30 Daniela Dorner
|
|---|
| 831 |
|
|---|
| 832 | * datacenter/db/mcinfo.php:
|
|---|
| 833 | - added output to step column in case job is running
|
|---|
| 834 | - fixed typo
|
|---|
| 835 |
|
|---|
| 836 | * datacenter/scripts/runcorsika:
|
|---|
| 837 | - small bugfix (new version of 'cut' gives error for '-c 0-4')
|
|---|
| 838 |
|
|---|
| 839 | * datacenter/scripts/runceres:
|
|---|
| 840 | - added (script to run telescope simulation of file basis)
|
|---|
| 841 |
|
|---|
| 842 | * datacenter/scripts/setup.wue.magic.data,
|
|---|
| 843 | datacenter/scripts/setup.wue.magic.mc,
|
|---|
| 844 | datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 845 | - added condorpath
|
|---|
| 846 |
|
|---|
| 847 | * datacenter/scripts/jobmanager,
|
|---|
| 848 | datacenter/scripts/scriptlauncher:
|
|---|
| 849 | - implemented condorpath
|
|---|
| 850 |
|
|---|
| 851 | * datacenter/scripts/sourcefile:
|
|---|
| 852 | - changed log and error file name for jobmanager
|
|---|
| 853 |
|
|---|
| 854 | * resources/steps_fact.rc:
|
|---|
| 855 | - fixed typo
|
|---|
| 856 |
|
|---|
| 857 |
|
|---|
| 858 |
|
|---|
| 859 | 2010/06/29 Daniela Dorner
|
|---|
| 860 |
|
|---|
| 861 | * datacenter/db/mcinfo.php:
|
|---|
| 862 | - added duration to step column in case of 'failed' and 'done'
|
|---|
| 863 |
|
|---|
| 864 |
|
|---|
| 865 |
|
|---|
| 866 | 2010/06/28 Daniela Dorner
|
|---|
| 867 |
|
|---|
| 868 | * datacenter/db/include.php:
|
|---|
| 869 | - adapted status query for new db layout
|
|---|
| 870 |
|
|---|
| 871 | * datacenter/db/menu.php:
|
|---|
| 872 | - added and exchanged menu points and init elements for the new
|
|---|
| 873 | layout of the FACT mc db
|
|---|
| 874 | - bugfix that menu items can be switched off
|
|---|
| 875 |
|
|---|
| 876 | * datacenter/db/mcinfo.php:
|
|---|
| 877 | - adapted the queries for the new layout of the FACT mc db
|
|---|
| 878 | (different table names, structures and content)
|
|---|
| 879 | - adapted query for the status group by
|
|---|
| 880 |
|
|---|
| 881 | * datacenter/db/mcdefs.php:
|
|---|
| 882 | - adapted the arrays for the new layout of the FACT mc db
|
|---|
| 883 |
|
|---|
| 884 |
|
|---|
| 885 |
|
|---|
| 886 | 2010/06/28 Thomas Bretz
|
|---|
| 887 |
|
|---|
| 888 | * mbase/MStatusDisplay.cc:
|
|---|
| 889 | - Status displays where stored as MStatusArray instead of
|
|---|
| 890 | MStatusDisplay
|
|---|
| 891 | - Read now also can read other StatusDisplays if a key is found in
|
|---|
| 892 | the file
|
|---|
| 893 |
|
|---|
| 894 |
|
|---|
| 895 |
|
|---|
| 896 | 2010/06/25 Thomas Bretz
|
|---|
| 897 |
|
|---|
| 898 | * mjobs/MJSimulation.[h,cc]:
|
|---|
| 899 | - added data member fRunNumber
|
|---|
| 900 | - changed the rules to create the output file names
|
|---|
| 901 | - set default run-numbers for different run-ytpes
|
|---|
| 902 | - apply run-number
|
|---|
| 903 | - added IntendedPulsePosition to output
|
|---|
| 904 |
|
|---|
| 905 | * mraw/MRawRunHeader.h:
|
|---|
| 906 | - added SetFileNumber member function
|
|---|
| 907 |
|
|---|
| 908 |
|
|---|
| 909 |
|
|---|
| 910 | 2010/06/24 Thomas Bretz
|
|---|
| 911 |
|
|---|
| 912 | * mgeom/MGeomCam.h:
|
|---|
| 913 | - call constructor of base class in copy-constructor
|
|---|
| 914 |
|
|---|
| 915 | * mhbase/MH.h:
|
|---|
| 916 | - remove argument name where obsolete
|
|---|
| 917 |
|
|---|
| 918 | * mjobs/MJSimulation.cc:
|
|---|
| 919 | - fixed some axis labels
|
|---|
| 920 |
|
|---|
| 921 | * msimreflector/MMirrorDisk.cc:
|
|---|
| 922 | - changed interpretation from file from radius to diameter
|
|---|
| 923 |
|
|---|
| 924 | * ceres.cc:
|
|---|
| 925 | - added option --run-number
|
|---|
| 926 |
|
|---|
| 927 | * showplot.cc:
|
|---|
| 928 | - set default palette to pretty palette
|
|---|
| 929 |
|
|---|
| 930 | * mcorsika/MCorsikaRunHeader.h:
|
|---|
| 931 | - added getter for ViewConeInnerAngle
|
|---|
| 932 |
|
|---|
| 933 | * mmc/MMcCorsikaRunHeader.h:
|
|---|
| 934 | - added HasViewCone
|
|---|
| 935 | - added SetViewCone
|
|---|
| 936 |
|
|---|
| 937 | * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
|
|---|
| 938 | - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
|
|---|
| 939 | - increased class version number accordingly
|
|---|
| 940 | - moved setter
|
|---|
| 941 | - moved getter
|
|---|
| 942 | - adapted Clean()
|
|---|
| 943 | - adapter copy-constructor
|
|---|
| 944 |
|
|---|
| 945 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 946 | - added some comments
|
|---|
| 947 |
|
|---|
| 948 | * msim/MSimMMCS.cc:
|
|---|
| 949 | - transfer view cone data
|
|---|
| 950 | - set run-info (run/file-number) according to new scheme
|
|---|
| 951 | - always set MMcEvt::fPhi/fTheta to particle direction
|
|---|
| 952 |
|
|---|
| 953 |
|
|---|
| 954 |
|
|---|
| 955 | 2010/06/24 Daniela Dorner
|
|---|
| 956 |
|
|---|
| 957 | * datacenter/scripts/sourcefile, resources/steps_fact.rc:
|
|---|
| 958 | - bugfixes: changed joins to get correct queries for all cases
|
|---|
| 959 |
|
|---|
| 960 | * datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 961 | - changed path for setup files
|
|---|
| 962 | - added runceres to jobmanager settings
|
|---|
| 963 |
|
|---|
| 964 |
|
|---|
| 965 |
|
|---|
| 966 | 2010/06/22 Daniela Dorner
|
|---|
| 967 |
|
|---|
| 968 | * datacenter/scripts/writemcsequencefile:
|
|---|
| 969 | - improved logging
|
|---|
| 970 |
|
|---|
| 971 | * datacenter/scripts/sourcefile:
|
|---|
| 972 | - adapted greps in rc-files to grep only lines which are no
|
|---|
| 973 | comments
|
|---|
| 974 |
|
|---|
| 975 |
|
|---|
| 976 |
|
|---|
| 977 | 2010/06/17 Daniela Dorner
|
|---|
| 978 |
|
|---|
| 979 | * resources/steps_fact.rc:
|
|---|
| 980 | - removed step CPRun
|
|---|
| 981 | - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
|
|---|
| 982 | whether the join is with a different table
|
|---|
| 983 |
|
|---|
| 984 | * datacenter/scripts/sourcefile:
|
|---|
| 985 | - bugfix in query
|
|---|
| 986 | - included new type of join from steps.rc
|
|---|
| 987 | - added comments
|
|---|
| 988 |
|
|---|
| 989 |
|
|---|
| 990 |
|
|---|
| 991 | 2010/06/16 Daniela Dorner
|
|---|
| 992 |
|
|---|
| 993 | * resources/steps_fact.rc:
|
|---|
| 994 | - removed step CPRun
|
|---|
| 995 | - added step SequenceFile
|
|---|
| 996 |
|
|---|
| 997 | * datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 998 | - added path for mc sequences
|
|---|
| 999 |
|
|---|
| 1000 | * datacenter/scripts/writemcsequencefile:
|
|---|
| 1001 | - added (script to write mc sequencefiles)
|
|---|
| 1002 |
|
|---|
| 1003 |
|
|---|
| 1004 |
|
|---|
| 1005 | 2010/06/15 Daniela Dorner
|
|---|
| 1006 |
|
|---|
| 1007 | * resources/steps_fact.rc:
|
|---|
| 1008 | - added (file containing the dependencies for the steps of the
|
|---|
| 1009 | automatic production of MC for FACT)
|
|---|
| 1010 |
|
|---|
| 1011 |
|
|---|
| 1012 |
|
|---|
| 1013 | 2010/06/14 Daniela Dorner
|
|---|
| 1014 |
|
|---|
| 1015 | * datacenter/scripts/sourcefile:
|
|---|
| 1016 | - bugfix in query
|
|---|
| 1017 |
|
|---|
| 1018 | * datacenter/scripts/runcorsika:
|
|---|
| 1019 | - added output of command to processlog
|
|---|
| 1020 |
|
|---|
| 1021 | * datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 1022 | - changed setup to be used by user montecarlo to reproduce some
|
|---|
| 1023 | corsikas
|
|---|
| 1024 |
|
|---|
| 1025 |
|
|---|
| 1026 |
|
|---|
| 1027 | 2010/06/11 Daniela Dorner
|
|---|
| 1028 |
|
|---|
| 1029 | * datacenter/scripts/sourcefile:
|
|---|
| 1030 | - changed functions and queries to new db layout
|
|---|
| 1031 | - added functions to get values from steps.rc
|
|---|
| 1032 | - new function for part of query which is identical for the
|
|---|
| 1033 | functions getstatus() and gettodo()
|
|---|
| 1034 | - removed $reset (was only needed for MerppUpdate)
|
|---|
| 1035 | - improved and added comments
|
|---|
| 1036 |
|
|---|
| 1037 | * datacenter/scripts/jobmanager:
|
|---|
| 1038 | - implemented changes for new db layout
|
|---|
| 1039 | - fix in function nextscript(): wrong variable was used
|
|---|
| 1040 |
|
|---|
| 1041 | * datacenter/scripts/runcorsika:
|
|---|
| 1042 | - implemented changes for new db layout
|
|---|
| 1043 | - merged uncommitted changes of Thomas Bretz
|
|---|
| 1044 | - Observatory values and atmosphere now read from DB
|
|---|
| 1045 | - implemented new seeds
|
|---|
| 1046 | - removed $reused
|
|---|
| 1047 | - wavelength range now read from DB
|
|---|
| 1048 |
|
|---|
| 1049 | * datacenter/scripts/setup.wue.fact.mc:
|
|---|
| 1050 | - added (setup for fact mc production)
|
|---|
| 1051 |
|
|---|
| 1052 |
|
|---|
| 1053 |
|
|---|
| 1054 | 2010/06/11 Stefan Ruegamer
|
|---|
| 1055 |
|
|---|
| 1056 | * mjobs/MJSpectrum.cc
|
|---|
| 1057 | - corrected the flux of the published MAGIC spectrum
|
|---|
| 1058 |
|
|---|
| 1059 |
|
|---|
| 1060 |
|
|---|
| 1061 | 2010/06/03 Thomas Bretz
|
|---|
| 1062 |
|
|---|
| 1063 | * mranforest/MRanForestCalc.cc:
|
|---|
| 1064 | - added stdlib.h to make Dominik happy ;)
|
|---|
| 1065 |
|
|---|
| 1066 |
|
|---|
| 1067 |
|
|---|
| 1068 | 2010/05/05 Thomas Bretz
|
|---|
| 1069 |
|
|---|
| 1070 | * mastro/MAstro.cc:
|
|---|
| 1071 | - fixed AngularDistance (called a non existing function and
|
|---|
| 1072 | the compiler didn't complain)
|
|---|
| 1073 |
|
|---|
| 1074 | * mbase/MParContainer.[h,cc]:
|
|---|
| 1075 | - added static function Overwrites (previously in MTask)
|
|---|
| 1076 |
|
|---|
| 1077 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 1078 | - allow writing a MStatusDisplay without writing a MStatusArray
|
|---|
| 1079 | (therefore added SeveAsPlainRoot)
|
|---|
| 1080 | - improved reading of files just containing canvases and objects
|
|---|
| 1081 |
|
|---|
| 1082 | * mbase/MTask.[h,cc]:
|
|---|
| 1083 | - moved code from Overwrites to a static function in MParContainer
|
|---|
| 1084 |
|
|---|
| 1085 | * msimcamera/MSimCalibrationSignal.cc:
|
|---|
| 1086 | - changed distribution of signal from Gauss to Poissonian
|
|---|
| 1087 |
|
|---|
| 1088 | * showplot.cc:
|
|---|
| 1089 | - removed nonsense "-q" option
|
|---|
| 1090 |
|
|---|
| 1091 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 1092 | - fixed/improved (once again) deleting of the array
|
|---|
| 1093 |
|
|---|
| 1094 | * mbase/MStatusDisplay.cc:
|
|---|
| 1095 | - removed the MAstroCatalog workaround - is it still necessary?
|
|---|
| 1096 | (needs testing)
|
|---|
| 1097 | - added UpdateMemory every here and there to get the memory
|
|---|
| 1098 | consumption is more circumstances
|
|---|
| 1099 |
|
|---|
| 1100 |
|
|---|
| 1101 |
|
|---|
| 1102 | 2010/04/22 Thomas Bretz
|
|---|
| 1103 |
|
|---|
| 1104 | * showplot.cc:
|
|---|
| 1105 | - added --debug-mem option
|
|---|
| 1106 |
|
|---|
| 1107 | * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
|
|---|
| 1108 | mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
|
|---|
| 1109 | - added missing call to the RecursiveRemove of the base class
|
|---|
| 1110 |
|
|---|
| 1111 | * mfileio/MReadTree.cc:
|
|---|
| 1112 | - In the case Notify failed since about two years accidentaly
|
|---|
| 1113 | kTRUE instead of kERROR was returned
|
|---|
| 1114 |
|
|---|
| 1115 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1116 | - added some more debug output
|
|---|
| 1117 |
|
|---|
| 1118 | * mhflux/MAlphaFitter.cc:
|
|---|
| 1119 | - Return if fit failed
|
|---|
| 1120 |
|
|---|
| 1121 | * mhflux/MHPhi.cc:
|
|---|
| 1122 | - avoid inf and nan when producing histogram (the divisor could
|
|---|
| 1123 | have been zero in case of the inetgral of an empty histogram)
|
|---|
| 1124 |
|
|---|
| 1125 |
|
|---|
| 1126 |
|
|---|
| 1127 | 2010/04/21 Thomas Bretz
|
|---|
| 1128 |
|
|---|
| 1129 | * macros/rootlogon.C:
|
|---|
| 1130 | - a small fix which gets rid of the annoying error about an
|
|---|
| 1131 | unlocked mutex when starting the MStatusDisplay in the
|
|---|
| 1132 | interpreter. It makes sure that fGThreadFactory gets initialized
|
|---|
| 1133 | from the main thread.
|
|---|
| 1134 |
|
|---|
| 1135 | * mbase/MStatusDisplay.cc:
|
|---|
| 1136 | - added a console output if TryLock fails
|
|---|
| 1137 | - the return value of TString::Index was misinterpreted
|
|---|
| 1138 |
|
|---|
| 1139 | * mmuon/MHSingleMuon.cc:
|
|---|
| 1140 | - removed another reference to gMinuit
|
|---|
| 1141 |
|
|---|
| 1142 | * msimcamera/MSimRandomPhotons.cc:
|
|---|
| 1143 | - re-did the output
|
|---|
| 1144 | - choose the other rate f2 instead of f1
|
|---|
| 1145 |
|
|---|
| 1146 | * msimcamera/MSimTrigger.[h,cc]:
|
|---|
| 1147 | - keep the index of the trigger channel which finnaly issued
|
|---|
| 1148 | the trigger and propagate it to the event header
|
|---|
| 1149 |
|
|---|
| 1150 | * mraw/MrawEvtHeader.h:
|
|---|
| 1151 | - implementd setter for fNumTriggerLvl1
|
|---|
| 1152 |
|
|---|
| 1153 |
|
|---|
| 1154 |
|
|---|
| 1155 | 2010/04/20 Thomas Bretz
|
|---|
| 1156 |
|
|---|
| 1157 | * mfileio/MReadTree.cc:
|
|---|
| 1158 | - no error was returned anymore when Notify() failed. Fixed.
|
|---|
| 1159 |
|
|---|
| 1160 |
|
|---|
| 1161 |
|
|---|
| 1162 | 2010/04/19 Thomas Bretz
|
|---|
| 1163 |
|
|---|
| 1164 | * mbase/MStatusArray.cc:
|
|---|
| 1165 | - added a workaround to prevent crashes in case of double
|
|---|
| 1166 | deleteion of the fHistogram in TGraphs
|
|---|
| 1167 |
|
|---|
| 1168 | * mcorsika/MCorsikaEvtHeader.cc:
|
|---|
| 1169 | - replaced special characters by UTF8 characters
|
|---|
| 1170 |
|
|---|
| 1171 | * mgeom/MGeom.[h,cc]:
|
|---|
| 1172 | - implemented function to return the distance squared
|
|---|
| 1173 |
|
|---|
| 1174 | * mjobs/MJSimulation.cc:
|
|---|
| 1175 | - display degree symbol correctly in plots
|
|---|
| 1176 | - added artificial star-files to output
|
|---|
| 1177 | - for the moment the output of the reflector files is suppressed
|
|---|
| 1178 |
|
|---|
| 1179 | * mmuon/MHSingleMuon.cc:
|
|---|
| 1180 | - catch if the fit failed
|
|---|
| 1181 | - replaced use of gMinuit by direct access to the function
|
|---|
| 1182 |
|
|---|
| 1183 | * mpointing/MPointing.cc:
|
|---|
| 1184 | - replaced deg-symbol by UTF8 character
|
|---|
| 1185 |
|
|---|
| 1186 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 1187 | - added more information
|
|---|
| 1188 |
|
|---|
| 1189 | * msignal/MSignalCam.[h,cc]:
|
|---|
| 1190 | - made the data members describing the image persistent.
|
|---|
| 1191 | they are not guranteed to have correct contents. Use
|
|---|
| 1192 | MNewImagePar instead.
|
|---|
| 1193 | - increased class version number accordingly
|
|---|
| 1194 |
|
|---|
| 1195 | * msimreflector/MMirrorHex.h:
|
|---|
| 1196 | - added Getter for fD
|
|---|
| 1197 |
|
|---|
| 1198 |
|
|---|
| 1199 |
|
|---|
| 1200 | 2010/04/13 Daniela Dorner
|
|---|
| 1201 |
|
|---|
| 1202 | * datacenter/db/builddatasets.php:
|
|---|
| 1203 | - updated check for observation mode: allowed 'N/A', as there is
|
|---|
| 1204 | else an error for old data
|
|---|
| 1205 |
|
|---|
| 1206 |
|
|---|
| 1207 |
|
|---|
| 1208 | 2010/04/13 Thomas Bretz
|
|---|
| 1209 |
|
|---|
| 1210 | * msim/MHPhotonEvent.cc:
|
|---|
| 1211 | - automatic binning for case 3
|
|---|
| 1212 | - new case 5
|
|---|
| 1213 |
|
|---|
| 1214 | * msim/MHPhotonEvent.h:
|
|---|
| 1215 | - this can be a huge memory consumption and we don't need double
|
|---|
| 1216 | precision (range) accordingly changed all TH*D to TH*F.
|
|---|
| 1217 | consequently increased class version number
|
|---|
| 1218 |
|
|---|
| 1219 |
|
|---|
| 1220 |
|
|---|
| 1221 | 2010/03/30 Thomas Bretz
|
|---|
| 1222 |
|
|---|
| 1223 | * Makefile.conf.general:
|
|---|
| 1224 | - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
|
|---|
| 1225 | ignored
|
|---|
| 1226 |
|
|---|
| 1227 | * mbase/MQuaternion.h:
|
|---|
| 1228 | - added member-function to normalize vector part of quaternion
|
|---|
| 1229 |
|
|---|
| 1230 | * mbase/MTime.cc:
|
|---|
| 1231 | - issue an error if __LINUX__ is not set
|
|---|
| 1232 |
|
|---|
| 1233 | * mjobs/MJSimulation.cc:
|
|---|
| 1234 | - set name of reflector explicitly to "Reflector"
|
|---|
| 1235 |
|
|---|
| 1236 | * msimreflector/MMirror.h:
|
|---|
| 1237 | - added member function to set z position (for optimization purpose)
|
|---|
| 1238 | - added SimPSF(TVector3&)
|
|---|
| 1239 |
|
|---|
| 1240 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 1241 | - added name of reflector as data member
|
|---|
| 1242 |
|
|---|
| 1243 | * melectronics/MAvalanchePhotoDiode.cc:
|
|---|
| 1244 | - scale the crosstalk probability as the height of the emitted
|
|---|
| 1245 | signal with the recovery time.
|
|---|
| 1246 |
|
|---|
| 1247 | * mhflux/MHEnergyEst.cc:
|
|---|
| 1248 | - added a workaround to get rid of some root-warnings
|
|---|
| 1249 |
|
|---|
| 1250 | * mjtrain/MJTrainEnergy.cc:
|
|---|
| 1251 | - improved axis labels
|
|---|
| 1252 |
|
|---|
| 1253 | * mpointing/MPointingDevCalc.cc:
|
|---|
| 1254 | - added some more comments
|
|---|
| 1255 |
|
|---|
| 1256 | * msimreflector/MMirror.[h,cc]:
|
|---|
| 1257 | - added fShape to allow for parabolic mirrors
|
|---|
| 1258 |
|
|---|
| 1259 | * msimreflector/MReflector.cc:
|
|---|
| 1260 | - implemented the option of parabolic mirrors into the
|
|---|
| 1261 | reflector defintion file
|
|---|
| 1262 |
|
|---|
| 1263 | * msimreflector/MSimReflector.[h,cc]:
|
|---|
| 1264 | - implemented (and fixed) the calculation of the reflection at
|
|---|
| 1265 | parabolic surfaces
|
|---|
| 1266 | - implemented the possibility to switch off the early check for
|
|---|
| 1267 | "photon can hit the camera" (fDetectorMargin<0)
|
|---|
| 1268 | - added setter for fDetectorMargin
|
|---|
| 1269 |
|
|---|
| 1270 |
|
|---|
| 1271 |
|
|---|
| 1272 |
|
|---|
| 1273 | 2010/03/01 Stefan Ruegamer
|
|---|
| 1274 |
|
|---|
| 1275 | * resources/hilocalib.rc:
|
|---|
| 1276 | - added df factors for p23-25, using the same as for p22. Sequences
|
|---|
| 1277 | are not running with df in these periods, therefore the correct
|
|---|
| 1278 | factors cannot be determined, and it doesn't matter anyway.
|
|---|
| 1279 |
|
|---|
| 1280 | * datacenter/read_lapalma-tapes:
|
|---|
| 1281 | - added automationsetup before movingrawfiles
|
|---|
| 1282 |
|
|---|
| 1283 |
|
|---|
| 1284 |
|
|---|
| 1285 | 2010/02/23 Thomas Bretz
|
|---|
| 1286 |
|
|---|
| 1287 | * mbase/MAGIC.cc:
|
|---|
| 1288 | - projections are supposed to work again in root 5.26
|
|---|
| 1289 | (not tested yet)
|
|---|
| 1290 |
|
|---|
| 1291 | * mbase/MGMap.cc, mbase/MObjLookup.cc:
|
|---|
| 1292 | - key and val are Long64 in newer root versions
|
|---|
| 1293 |
|
|---|
| 1294 | * mdata/MDataPhrase.cc:
|
|---|
| 1295 | - need inclusion of TFormulaPrimitive in root 5.26
|
|---|
| 1296 |
|
|---|
| 1297 | * mhflux/MMcSpectrumWeight.cc:
|
|---|
| 1298 | - root 5.26 has a different calling convention for TH1::Intgeral
|
|---|
| 1299 |
|
|---|
| 1300 | * mjobs/MJob.cc:
|
|---|
| 1301 | - added a suggested parenthesis
|
|---|
| 1302 |
|
|---|
| 1303 | * mjtrain/MJTrainDisp.cc:
|
|---|
| 1304 | - cast the MH3 histogram correctly to a TH2
|
|---|
| 1305 |
|
|---|
| 1306 |
|
|---|
| 1307 |
|
|---|
| 1308 | 2010/02/22 Daniela Dorner
|
|---|
| 1309 |
|
|---|
| 1310 | * datacenter/db/menu.php:
|
|---|
| 1311 | - added ObsLevel and download link column for cta pages
|
|---|
| 1312 |
|
|---|
| 1313 | * datacenter/db/ctadefs.php:
|
|---|
| 1314 | - added observation level
|
|---|
| 1315 |
|
|---|
| 1316 | * datacenter/db/ctamcinfo.php:
|
|---|
| 1317 | - added column with download link for the files
|
|---|
| 1318 |
|
|---|
| 1319 | * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
|
|---|
| 1320 | datacenter/db/culminating.php, datacenter/db/datacheck.php,
|
|---|
| 1321 | datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
|
|---|
| 1322 | datacenter/db/include.php, datacenter/db/mcinfo.php,
|
|---|
| 1323 | datacenter/db/opticaldata.php, datacenter/db/printtable.php,
|
|---|
| 1324 | datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
|
|---|
| 1325 | datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
|
|---|
| 1326 | datacenter/db/sources.php, datacenter/db/statussbs.php:
|
|---|
| 1327 | - bugfix for get.txt
|
|---|
| 1328 |
|
|---|
| 1329 | * datacenter/db/datasetinfo-aio.php:
|
|---|
| 1330 | - bugfix calling PrintPage()
|
|---|
| 1331 |
|
|---|
| 1332 |
|
|---|
| 1333 |
|
|---|
| 1334 | 2010/02/01 Daniela Dorner
|
|---|
| 1335 |
|
|---|
| 1336 | * datacenter/scripts/fillmcdb:
|
|---|
| 1337 | - added observation level
|
|---|
| 1338 |
|
|---|
| 1339 | * datacenter/scripts/sourcefile:
|
|---|
| 1340 | - added comment concerning $0 problem
|
|---|
| 1341 | - added 'ERROR' in processlog message of makedir
|
|---|
| 1342 |
|
|---|
| 1343 |
|
|---|
| 1344 |
|
|---|
| 1345 | 2010/02/04 Stefan Ruegamer
|
|---|
| 1346 |
|
|---|
| 1347 | * mraw/MRawRunHeader.cc
|
|---|
| 1348 | - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
|
|---|
| 1349 | so that the new 5xxxxxx sequences can be processed
|
|---|
| 1350 | - adapted error message
|
|---|
| 1351 | - inserted Domino calibration run
|
|---|
| 1352 |
|
|---|
| 1353 | * mraw/MRawRunHeader.cc
|
|---|
| 1354 | - inserted Domino calibration run
|
|---|
| 1355 |
|
|---|
| 1356 |
|
|---|
| 1357 |
|
|---|
| 1358 | 2010/02/01 Daniela Dorner
|
|---|
| 1359 |
|
|---|
| 1360 | * datacenter/scripts/runsimtel
|
|---|
| 1361 | - fixes typo
|
|---|
| 1362 | - replaced path in disk-check by variable
|
|---|
| 1363 |
|
|---|
| 1364 |
|
|---|
| 1365 |
|
|---|
| 1366 | 2010/01/15 Stefan Ruegamer
|
|---|
| 1367 |
|
|---|
| 1368 | * datacenter/scripts/dowebplots, jobmanager
|
|---|
| 1369 | - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
|
|---|
| 1370 |
|
|---|
| 1371 | * datacenter/scripts/scriptlauncher
|
|---|
| 1372 | - added automationsetup variable in condor command
|
|---|
| 1373 |
|
|---|
| 1374 | * datacenter/macros/buildsequenceentries.C
|
|---|
| 1375 | - where necessary changed Int to Long to account for the high value
|
|---|
| 1376 | of the stereo runs
|
|---|
| 1377 |
|
|---|
| 1378 | * resources/sequences.rc
|
|---|
| 1379 | - added two transition conditions for the calibration scripts
|
|---|
| 1380 | 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
|
|---|