Fork me on GitHub

Changeset 391 in svn for trunk/interface


Ignore:
Timestamp:
May 18, 2009, 6:49:32 PM (15 years ago)
Author:
Xavier Rouby
Message:

new 'D_CaloTower::getElement() const' method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/CaloUtil.h

    r264 r391  
    125125    D_CaloTower& operator[](const unsigned int i) {return _calotowers[i];}
    126126    const D_CaloTower& getElement(const float eta, const float phi) ;
     127    const D_CaloTower& getElement(const float eta, const float phi) const;
    127128    void addTower(const D_CaloTower& tower);
    128129    // sorts the elements with respect to their eta
Note: See TracChangeset for help on using the changeset viewer.