#include <CellDumper.h>
Public Methods | |
CellDumper (std::vector< ICellWrapper *> c, std::string label) | |
void | sortByEta () |
void | dump () |
double | totalPt () |
void | findShared (const CellDumper &) const |
~CellDumper () |
|
Constructer taking a vector of CellWrappers. |
|
|
|
dumps the cells attributes (eta/phi/pT/number of hits) to std::out. |
|
dumps cells shared with another CellDumper object to std::out. |
|
Sort cells in ascending eta. |
|
Gives Pt sum of the cells. |