Ignore:
Timestamp:
03/04/04 09:59:10 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomPix.cc

    r2470 r3392  
    4444//  - added fA
    4545//
     46// Version 3:
     47// ----------
     48//  - added fAidx
     49//
    4650//
    4751// FIXME: According to an agreement we have to change the name 'Id' to 'idx'
     
    6771// Initializes one pixel
    6872//
    69 MGeomPix::MGeomPix(Float_t x, Float_t y, Float_t r, UInt_t s)
     73MGeomPix::MGeomPix(Float_t x, Float_t y, Float_t r, UInt_t s, UInt_t a)
    7074{
    7175    //  default constructor
    72     Set(x, y, r, s);
     76    Set(x, y, r, s, a);
    7377}
    7478
Note: See TracChangeset for help on using the changeset viewer.