Ignore:
Timestamp:
03/30/10 13:52:57 (14 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimreflector/MSimReflector.h

    r9307 r9564  
    3131
    3232    TString fNameGeomCam;        // Name of the geometry container storing the APD gemeotry
     33    TString fNameReflector;      // Name of the container storing the reflector geometry
    3334
    3435    Double_t fDetectorMargin;    // A margin around the detector (MGeomCam::HitCamera) in which photons are also stored
     
    4546
    4647    // MSimReflector
    47     void SetNameGeomCam(const char *name="MGeomCam") { fNameGeomCam = name; }
     48    void SetNameGeomCam(const char *name="MGeomCam")     { fNameGeomCam   = name; }
     49    void SetNameReflector(const char *name="MReflector") { fNameReflector = name; }
    4850
    4951    ClassDef(MSimReflector, 0) // Task to calculate reflection on a mirror
Note: See TracChangeset for help on using the changeset viewer.