Changeset 354 for trunk


Ignore:
Timestamp:
02/08/00 15:22:31 (25 years ago)
Author:
harald
Message:
This is the status of this directory as it was at the time of the general
MAGIC meeting in Barcelona.

A new class MMcTrig is introduced in which the output of the Trigger is stored.
This is the very first attempt of this class.
Location:
trunk/MagicSoft/include-Classes
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/LinkDef.h

    r306 r354  
    99#pragma link C++ class MRawPixel; 
    1010#pragma link C++ class MMcEvt;
     11#pragma link C++ class MMcTrig;
    1112#pragma link C++ class MMcRunHeader;
    1213#pragma link C++ class MCameraDisplay;
  • trunk/MagicSoft/include-Classes/MMcEvt.h

    r306 r354  
    5252
    5353
    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
    5656
    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
    5959
    6060/*    Float_t GetCoreD() { return fCoreD; }          //Get Core d pos */
    6161/*    Float_t GetCoreX() { return fCoreX; }          //Get Core x pos */
    6262/*    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
    6464
    6565/*    Short_t GetPhotIni() { return usPhotIni; }           //Get Initial photons */
  • trunk/MagicSoft/include-Classes/Mdefine.h

    r306 r354  
    77//     Number of the Pixels in the Camera
    88
    9 #define     CAMERA_PIXELS         919
     9#define     CAMERA_PIXELS         577
    1010
    1111//     Number of the Slices of one Fadc. Be carefull this is the number of
Note: See TracChangeset for help on using the changeset viewer.