Ignore:
Timestamp:
04/07/14 15:03:34 (11 years ago)
Author:
ftemme
Message:
Added the new MTruePhotonsPerPixelCont MParContainer to store the mctruth of the number of cherenkov photons and so on. Also made the necessary changes in SimCameraLinkDef and Makefile
Location:
trunk/Mars/msimcamera
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimcamera/Makefile

    r9518 r17662  
    3333           MSimTrigger.cc \
    3434           MSimReadout.cc \
    35            MSimSignalCam.cc
     35           MSimSignalCam.cc \
     36           MTruePhotonsPerPixelCont.cc
    3637
    3738############################################################
  • trunk/Mars/msimcamera/SimCameraLinkDef.h

    r9256 r17662  
    1818#pragma link C++ class MSimCalibrationSignal+;
    1919
     20#pragma link C++ class MTruePhotonsPerPixelCont+;
     21
    2022#endif
Note: See TracChangeset for help on using the changeset viewer.