SND@LHC Software
Loading...
Searching...
No Matches
ecalClusterSortProcess Struct Reference

#include <ecalCluster.h>

Inheritance diagram for ecalClusterSortProcess:
Collaboration diagram for ecalClusterSortProcess:

Public Member Functions

Bool_t operator() (const ecalCell *left, const ecalCell *right) const
 

Detailed Description

Definition at line 13 of file ecalCluster.h.

Member Function Documentation

◆ operator()()

Bool_t ecalClusterSortProcess::operator() ( const ecalCell left,
const ecalCell right 
) const
inline

Definition at line 15 of file ecalCluster.h.

16 {
17 if (left->GetEnergy()<right->GetEnergy())
18 return kTRUE;
19 return kFALSE;
20 }
Float_t GetEnergy() const
Definition ecalCell.h:42

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