| Line |  | 
|---|
| 1 | inline int KtEvent::getNJets() const {return m_jets.size();} | 
|---|
| 2 | inline KtFloat KtEvent::getDMerge(int nJets) const {return m_dMerge[nJets];} | 
|---|
| 3 | inline KtFloat KtEvent::getYMerge(int nJets) const {return m_dMerge[nJets] * m_etsq;} | 
|---|
| 4 | inline int KtEvent::getNConstituents() const {return m_constituents.size();} | 
|---|
| 5 | inline  void KtEvent::setECut(KtFloat eCut) { | 
|---|
| 6 | m_eCut = eCut; | 
|---|
| 7 | m_etsq = 1/(eCut*eCut); | 
|---|
| 8 | } | 
|---|
| 9 | inline KtFloat KtEvent::getECut() const {return m_eCut;} | 
|---|
| 10 | inline KtFloat KtEvent::getETot() const {return m_eTot;} | 
|---|
| 11 | inline int KtEvent::getType() const {return m_type;} | 
|---|
| 12 | inline int KtEvent::getAngle() const {return m_angle;} | 
|---|
| 13 | inline int KtEvent::getRecom() const {return m_recom;} | 
|---|
| 14 | inline bool KtEvent::isInclusive() const {return m_inclusive;} | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.