Changeset 6265 for trunk/MagicSoft


Ignore:
Timestamp:
02/04/05 17:39:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6264 r6265  
    3636
    3737
     38
    3839 2005/02/04 Thomas Bretz
    39 
    4040
    4141   * Makefile.rules:
     
    6565     - removed some obsolete debug comments
    6666     - simplified HasABFlag
     67
     68   * manalysis/MCerPhotPix.h:
     69     - removed the `!` again. It gave problems with the Mars
     70       display. We agreed that this is a minor problem because
     71       the structure of MCerPhot* will chnage soon in any case.
    6772
    6873
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h

    r6078 r6265  
    1515    Int_t    fPixId;         // the pixel Id
    1616
    17     Bool_t   fIsCore;        //! the pixel is a Core pixel -> kTRUE
    18     Short_t  fRing;          //! NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters)
    19     Short_t  fIdxIsland;     //! the pixel is a Core pixel -> kTRUE
     17    Bool_t   fIsCore;        // the pixel is a Core pixel -> kTRUE
     18    Short_t  fRing;          // NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters)
     19    Short_t  fIdxIsland;     // the pixel is a Core pixel -> kTRUE
    2020
    2121    Float_t  fPhot;          // The number of Cerenkov photons
     
    2323
    2424    Bool_t   fIsSaturated;   // the pixel's low gain is saturated
    25     Bool_t   fIsHGSaturated; //! the pixel's high gain is saturated
     25    Bool_t   fIsHGSaturated; // the pixel's high gain is saturated
    2626
    2727    // FIXME: arrival time t, and it's error sigma t
Note: See TracChangeset for help on using the changeset viewer.