Changeset 18451


Ignore:
Timestamp:
03/08/16 16:25:41 (9 years ago)
Author:
ftemme
Message:
Added the new program mirrorSimulation which performs the simulation of the reflector. Adapted the Makefiles and added the corresponding mjob MJSimReflector
Location:
trunk/Mars
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Makefile

    r17980 r18451  
    2121#
    2222#PROGRAMS = readraw merpp mars test mona status
    23 PROGRAMS := readdaq readraw readcorsika ceres merpp callisto star ganymed sponde showlog showplot mars mars-config
     23PROGRAMS := readdaq readraw readcorsika ceres merpp callisto star ganymed sponde showlog showplot mars mars-config mirrorSimulation
    2424SOLIB    := libmars.so
    2525
  • trunk/Mars/mjobs/JobsLinkDef.h

    r14909 r18451  
    1616
    1717#pragma link C++ class MJSimulation+;
     18#pragma link C++ class MJSimReflector+;
    1819
    1920#pragma link C++ class MJPedestal+;
  • trunk/Mars/mjobs/Makefile

    r14935 r18451  
    3333           MJob.cc \
    3434           MJSimulation.cc \
     35           MJSimReflector.cc \
    3536           MJPedestal.cc \
    3637           MJCalib.cc \
Note: See TracChangeset for help on using the changeset viewer.