Changeset 9565 for trunk/MagicSoft/Mars/msimreflector/MMirror.h
- Timestamp:
- 03/30/10 14:47:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimreflector/MMirror.h
r9564 r9565 25 25 Double_t fSigmaPSF; 26 26 27 Int_t fShape; // Spherical=0, Parabolic=1 28 27 29 // MMirror *fNeighbors[964]; 28 30 29 31 public: 30 MMirror() : fSigmaPSF(-1) 32 MMirror() : fSigmaPSF(-1), fShape(0) 31 33 { 32 34 } … … 48 50 fTilt.Rotate(-n.Theta(), TVector3(-n.Y(), n.X(), 0)); 49 51 } 52 void SetShape(Char_t c); 50 53 51 54 void SetZ(Double_t z) { fPos.SetZ(z); } … … 95 98 } 96 99 */ 97 ClassDef(MMirror, 1) // Base class to describe a mirror100 ClassDef(MMirror, 2) // Base class to describe a mirror 98 101 }; 99 102
Note:
See TracChangeset
for help on using the changeset viewer.