FairRoot/PandaRoot
Public Member Functions | List of all members
Ascend Struct Reference

Public Member Functions

bool operator() (const map_ele &a, const map_ele &b)
 

Detailed Description

Definition at line 307 of file PndEmcCluster.cxx.

Member Function Documentation

bool Ascend::operator() ( const map_ele a,
const map_ele b 
)
inline

Definition at line 309 of file PndEmcCluster.cxx.

309  {
310  //std::cout<<"a = "<<a.second<<", b = "<<b.second<<std::endl;
311  return a.second > b.second;
312  }
TTree * b
Int_t a
Definition: anaLmdDigi.C:126

The documentation for this struct was generated from the following file: