SND@LHC Software
|
#include <ecalPreCluster.h>
Public Member Functions | |
ecalPreCluster (const std::list< ecalCell * > cells, ecalCell *max, Double_t energy=-1111.0) | |
ecalPreCluster (const std::list< ecalCell * > cells, ecalMaximum *max, Double_t energy=-1111.0) | |
ecalPreCluster (ecalCell **cells, Int_t size, ecalCell *max, Double_t energy=-1111.0) | |
ecalPreCluster (ecalCell **cells, Int_t size, ecalMaximum *max, Double_t energy=-1111.0) | |
Public Attributes | |
std::list< ecalCell * > | fCells |
ecalCell * | fMaximum |
Double_t | fEnergy |
ecalMaximum * | fMax |
Int_t | fMark |
Private Member Functions | |
ecalPreCluster (const ecalPreCluster &) | |
ecalPreCluster & | operator= (const ecalPreCluster &) |
A helper class for cluster finder Need refactoring. April 2011 //Dr.Sys
Definition at line 12 of file ecalPreCluster.h.
|
inline |
Definition at line 15 of file ecalPreCluster.h.
|
inline |
Definition at line 20 of file ecalPreCluster.h.
|
inline |
|
private |
|
private |
std::list<ecalCell*> ecalPreCluster::fCells |
Definition at line 42 of file ecalPreCluster.h.
Double_t ecalPreCluster::fEnergy |
Definition at line 44 of file ecalPreCluster.h.
Int_t ecalPreCluster::fMark |
Definition at line 46 of file ecalPreCluster.h.
ecalMaximum* ecalPreCluster::fMax |
Definition at line 45 of file ecalPreCluster.h.
ecalCell* ecalPreCluster::fMaximum |
Definition at line 43 of file ecalPreCluster.h.