Changeset 3621
- Timestamp:
- 03/31/04 14:26:19 (21 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3620 r3621 27 27 the simulatedlight collection efficiency (light guides + 28 28 plexiglas +...) as a function of incidence angle for outer and 29 inner pixels independently. 29 inner pixels independently. Added getters for this information 30 on light collection efficiency. 30 31 31 32 2004/03/30: Markus Gaug -
trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h
r3619 r3621 41 41 42 42 // 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 46 48 47 49 public: … … 74 76 void SetMissPointingY(Float_t x) {fMissPointingY=x;} 75 77 78 TArrayF GetLightCollectionFactor() const {return fLightCollectionFactor; } 79 TArrayF GetLightCollectionFactorOuter() const 80 {return fLightCollectionFactorOuter; } 81 TArrayF GetIncidentTheta() const {return fIncidentTheta;} 82 76 83 void AddMirror(Int_t id) 77 84 {
Note:
See TracChangeset
for help on using the changeset viewer.