Changeset 1632 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 11/18/02 11:18:47 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgeom
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc
r1604 r1632 23 23 \* ======================================================================== */ 24 24 25 /////////////////////////////////////////////////////////////////////// 25 ///////////////////////////////////////////////////////////////////////////// 26 26 // 27 27 // MGeomMirror … … 29 29 // This is the base class of the Mirror geometry. 30 30 // 31 /////////////////////////////////////////////////////////////////////// 31 ///////////////////////////////////////////////////////////////////////////// 32 32 33 33 #include "MGeomMirror.h" … … 71 71 // -------------------------------------------------------------------------- 72 72 // 73 // DESCRIPTION MISSING 73 // DESCRIPTION MISSING: Please contact Oscar 74 74 // 75 75 void MGeomMirror::SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x, -
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r1600 r1632 42 42 Float_t dev_x, Float_t dev_y); 43 43 44 ClassDef(MGeomMirror, 1) // class containing information about the Cerenkov Photons in a pixel44 ClassDef(MGeomMirror, 1) // geometry class describing one mirror 45 45 }; 46 46 -
trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc
r1605 r1632 23 23 \* ======================================================================== */ 24 24 25 /////////////////////////////////////////////////////////////////////// 25 ///////////////////////////////////////////////////////////////////////////// 26 26 // 27 27 // MGeomPMT … … 29 29 // This is the base class of the PMT characteristics. 30 30 // 31 /////////////////////////////////////////////////////////////////////// 31 //////////////////////////////////////////////////////////////////////////// 32 32 #include "MGeomPMT.h" 33 33 … … 50 50 // -------------------------------------------------------------------------- 51 51 // 52 // DESCRIPTION MISSING 52 // DESCRIPTION MISSING Please contact Oscar 53 53 // 54 54 void MGeomPMT::SetPMTContent(Int_t pmt, const TArrayF &wav, const TArrayF &qe)
Note:
See TracChangeset
for help on using the changeset viewer.