Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Atlfast::CellDumper Class Reference

#include <CellDumper.h>

List of all members.


Public Methods

 CellDumper (std::vector< ICellWrapper *> c, std::string label)
void sortByEta ()
void dump ()
double totalPt ()
void findShared (const CellDumper &) const
 ~CellDumper ()

Detailed Description

Utility comparison object which dumps Cell information. CellDumper works with cells using the ICellWrapper interface so that attributes of Athena-Atlfast Cells and AtlfastF Cells can be compared.


Constructor & Destructor Documentation

Atlfast::CellDumper::CellDumper std::vector< ICellWrapper *>    c,
std::string    label
[inline]
 

Constructer taking a vector of CellWrappers.

Atlfast::CellDumper::~CellDumper   [inline]
 


Member Function Documentation

void Atlfast::CellDumper::dump  
 

dumps the cells attributes (eta/phi/pT/number of hits) to std::out.

void Atlfast::CellDumper::findShared const CellDumper &    const
 

dumps cells shared with another CellDumper object to std::out.

void Atlfast::CellDumper::sortByEta  
 

Sort cells in ascending eta.

double Atlfast::CellDumper::totalPt   [inline]
 

Gives Pt sum of the cells.


The documentation for this class was generated from the following file:
Generated on Thu Feb 21 14:31:44 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001