Changeset 9275 for trunk/MagicSoft


Ignore:
Timestamp:
01/27/09 11:16:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9274 r9275  
    4444
    4545   * msimcamera/MSimGeomCam.[h,cc]:
    46      - Fixed the time window for random photons (Maybe move to a later step
    47        in the analysis?)
     46     - Fixed the time window for random photons (Maybe move to a later
     47       step in the analysis?)
    4848
    4949   * msimcamera/MSimReadout.cc:
     
    5656   * msimcamera/MSimTrigger.cc:
    5757     - some changes to the debug output
     58
     59   * mjobs/MJSimulation.[h,cc]:
     60     - added
     61
     62   * mjobs/Makefile, mjobs/JobsLinkDef.h:
     63     - added MJSimulation
    5864
    5965
  • trunk/MagicSoft/Mars/Makefile

    r9266 r9275  
    2020#
    2121#PROGRAMS = readraw merpp mars test mona status
    22 PROGRAMS := readdaq merpp readraw readcorsika callisto star ganymed sponde showlog showplot mars mars-config
     22PROGRAMS := readdaq readraw readcorsika ceres merpp callisto star ganymed sponde showlog showplot mars mars-config
    2323SOLIB    := libmars.so
    2424
  • trunk/MagicSoft/Mars/mjobs/JobsLinkDef.h

    r9018 r9275  
    1515#pragma link C++ class MJCalibrateSignal+;
    1616
     17#pragma link C++ class MJSimulation+;
     18
    1719#pragma link C++ class MJPedestal+;
    1820#pragma link C++ class MJStar+;
  • trunk/MagicSoft/Mars/mjobs/Makefile

    r9273 r9275  
    2424           -I../mtools -I../mimage -I../mpointing -I../mastro -I../mfbase \
    2525           -I../mhvstime -I../mtrigger -I../mmuon -I../mmc -I../mmovie \
    26            -I../mextralgo -I../mhflux -I../msql -I../mreport \
    27            -I../mcorsika -I../msim -I../msimreflector -I../msimcamera
     26           -I../mextralgo -I../mhflux -I../msql -I../mreport -I../mcorsika \
     27           -I../msim -I../msimreflector -I../msimcamera -I../melectronics
    2828
    2929SRCFILES = MSequence.cc \
     
    3131           MDataSet.cc \
    3232           MJob.cc \
     33           MJSimulation.cc \
    3334           MJPedestal.cc \
    3435           MJCalib.cc \
Note: See TracChangeset for help on using the changeset viewer.