ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/CaloReco/BEmcCluster.h>
Public Member Functions | |
EmcModule () | |
EmcModule (int ich_, float amp_, float tof_) | |
virtual | ~EmcModule () |
Public Attributes | |
int | ich |
float | amp |
float | tof |
One tower information for internal clustering use.
Definition at line 21 of file BEmcCluster.h.
View newest version in sPHENIX GitHub at line 21 of file BEmcCluster.h
EmcModule::EmcModule | ( | ) |
Definition at line 24 of file BEmcCluster.cc.
View newest version in sPHENIX GitHub at line 24 of file BEmcCluster.cc
EmcModule::EmcModule | ( | int | ich_, |
float | amp_, | ||
float | tof_ | ||
) |
Definition at line 32 of file BEmcCluster.cc.
View newest version in sPHENIX GitHub at line 32 of file BEmcCluster.cc
|
inlinevirtual |
Definition at line 27 of file BEmcCluster.h.
View newest version in sPHENIX GitHub at line 27 of file BEmcCluster.h
float EmcModule::amp |
Definition at line 30 of file BEmcCluster.h.
View newest version in sPHENIX GitHub at line 30 of file BEmcCluster.h
Referenced by EmcCluster::GetMaxTower(), EmcCluster::GetSubClusters(), RawClusterBuilderTemplate::process_event(), and BEmcRec::ZeroVector().
int EmcModule::ich |
Definition at line 29 of file BEmcCluster.h.
View newest version in sPHENIX GitHub at line 29 of file BEmcCluster.h
Referenced by BEmcRec::FindClusters(), EmcCluster::GetMaxTower(), EmcCluster::GetSubClusters(), RawClusterBuilderTemplate::process_event(), and BEmcRec::ZeroVector().
float EmcModule::tof |
Definition at line 31 of file BEmcCluster.h.
View newest version in sPHENIX GitHub at line 31 of file BEmcCluster.h
Referenced by EmcCluster::GetMaxTower(), EmcCluster::GetSubClusters(), RawClusterBuilderTemplate::process_event(), and BEmcRec::ZeroVector().