Changeset 354
- Timestamp:
- 02/08/00 15:22:31 (25 years ago)
- Location:
- trunk/MagicSoft/include-Classes
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/LinkDef.h
r306 r354 9 9 #pragma link C++ class MRawPixel; 10 10 #pragma link C++ class MMcEvt; 11 #pragma link C++ class MMcTrig; 11 12 #pragma link C++ class MMcRunHeader; 12 13 #pragma link C++ class MCameraDisplay; -
trunk/MagicSoft/include-Classes/MMcEvt.h
r306 r354 52 52 53 53 54 /* Short_t GetPartId() { return usPartId; } //Get Type of particle */ 55 /* Float_t GetEnergy() { return fEnergy; } //Get Energy */ 54 Short_t GetPartId() const { return usPartId; } //Get Type of particle 55 Float_t GetEnergy() const { return fEnergy; } //Get Energy 56 56 57 /* Float_t GetTheta() { return fTheta; } //Get Theta angle */ 58 /* Float_t GetPhi() { return fPhi ; } //Get Phi angle */ 57 Float_t GetTheta() const { return fTheta; } //Get Theta angle 58 Float_t GetPhi() const { return fPhi ; } //Get Phi angle 59 59 60 60 /* Float_t GetCoreD() { return fCoreD; } //Get Core d pos */ 61 61 /* Float_t GetCoreX() { return fCoreX; } //Get Core x pos */ 62 62 /* Float_t GetCoreY() { return fCoreY; } //Get Core y pos */ 63 /* Float_t GetImpact() { return fImpact;} //Get impact parameter */ 63 Float_t GetImpact() const { return fImpact;} //Get impact parameter 64 64 65 65 /* Short_t GetPhotIni() { return usPhotIni; } //Get Initial photons */ -
trunk/MagicSoft/include-Classes/Mdefine.h
r306 r354 7 7 // Number of the Pixels in the Camera 8 8 9 #define CAMERA_PIXELS 9199 #define CAMERA_PIXELS 577 10 10 11 11 // Number of the Slices of one Fadc. Be carefull this is the number of
Note:
See TracChangeset
for help on using the changeset viewer.