Changeset 8024 for trunk/MagicSoft/include-Classes
- Timestamp:
- 10/08/06 15:36:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h
r7880 r8024 84 84 void SetMissPointingY(Float_t x) {fMissPointingY=x;} 85 85 86 TArrayF GetLightCollectionFactor() const {return fLightCollectionFactor; } 87 TArrayF GetLightCollectionFactorOuter() const 88 {return fLightCollectionFactorOuter; } 86 const TArrayF &GetLightCollectionFactor() const {return fLightCollectionFactor; } 87 const TArrayF &GetLightCollectionFactorOuter() const {return fLightCollectionFactorOuter; } 89 88 90 89 Float_t GetMirrorFraction() const { return fMirrorFraction; } 91 90 92 TArrayFGetIncidentTheta() const {return fIncidentTheta;}91 const TArrayF &GetIncidentTheta() const {return fIncidentTheta;} 93 92 94 93 void AddMirror(Int_t id)
Note:
See TracChangeset
for help on using the changeset viewer.