Ignore:
Timestamp:
03/02/04 13:39:02 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCorsikaCT.h

    r2283 r3379  
    1818    Float_t fCTtheta; //
    1919    Float_t fCTphi;   //
    20     Float_t fCTdiam;  // Diamiter where the Cph are stored at MMCs level
     20    Float_t fCTdiam;  // Diameter where the Cph are stored at MMCs level
    2121    Float_t fCTfocal; // Focal of the CT
    2222
     
    2525    MGeomCorsikaCT(const char *name=NULL, const char *title=NULL);
    2626
     27    void Print(Option_t *opt=NULL) const;
     28
    2729    void Fill(Float_t ctx, Float_t cty, Float_t ctz,
    2830              Float_t cttheta, Float_t ctphi,
    2931              Float_t ctdiam, Float_t ctfocal);
     32
     33    Float_t GetCTx() { return fCTx; }
     34    Float_t GetCTy() { return fCTy; }
     35    Float_t GetCTz() { return fCTz; }
    3036
    3137    ClassDef(MGeomCorsikaCT, 1)  // class containing information about CTelescope
Note: See TracChangeset for help on using the changeset viewer.