Changeset 15218 for trunk/Mars/mcore


Ignore:
Timestamp:
03/31/13 12:46:09 (11 years ago)
Author:
tbretz
Message:
Added hv(PixelMapEntry\&) as member function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/PixelMap.h

    r15214 r15218  
    307307    }
    308308
     309    const BiasMapEntry &hv(const PixelMapEntry &p) const
     310    {
     311        return hv(p.hv_board, p.hv_channel);
     312    }
     313
    309314    /*
    310315    float Vgapd(int board, int channel) const
Note: See TracChangeset for help on using the changeset viewer.