Ignore:
Timestamp:
03/31/04 14:26:19 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h

    r3619 r3621  
    4141
    4242    // Light Collection Information (guides , plexiglas, 1st dynode)
    43     TArrayF fIncidentTheta;    // [deg]
    44     TArrayF fLightCollectionFactor;// []
    45     TArrayF fLightCollectionFactorOuter;// []
     43
     44    TArrayF fIncidentTheta;    // [deg] Angle (0-180 deg) between light
     45                               // direction and camera plane.
     46    TArrayF fLightCollectionFactor;//   Inner pixels
     47    TArrayF fLightCollectionFactorOuter;//  Outer pixels
    4648
    4749public:
     
    7476    void    SetMissPointingY(Float_t x) {fMissPointingY=x;}
    7577
     78    TArrayF GetLightCollectionFactor() const {return fLightCollectionFactor; }
     79    TArrayF GetLightCollectionFactorOuter() const
     80      {return fLightCollectionFactorOuter; }
     81    TArrayF GetIncidentTheta() const {return fIncidentTheta;}
     82
    7683    void   AddMirror(Int_t id)
    7784    {
Note: See TracChangeset for help on using the changeset viewer.