#include <XANAHadCluster.h>
Inheritance diagram for XANAHadCluster:
Public Methods | |
XANAHadCluster () | |
XANAHadCluster (Float_t energy, HepPoint3D position, float emEnergyFraction, std::string algoName) | |
constructor with data. More... | |
XANAHadCluster (const XANAHadCluster &right) | |
virtual | ~XANAHadCluster () |
std::string | getAlgoName () const |
char * | getCharAlgoName () const |
void | setAlgoName (std::string algoName) |
Protected Attributes | |
Int_t | algoLen_ |
identifies which algo was used. More... | |
char * | algoName_ |
Private Attributes | |
float | emEnergyFraction |
Static Private Attributes | |
const Int_t | strLen_ |
|
|
|
constructor with data.
|
|
|
|
|
|
Definition at line 31 of file XANAHadCluster.h. References algoName_.
00031 {return std::string(algoName_);} |
|
Definition at line 32 of file XANAHadCluster.h. References algoName_.
00032 {return algoName_;} |
|
Definition at line 35 of file XANAHadCluster.h. References algoName_.
00035 {strcpy(algoName_,algoName.c_str());} |
|
identifies which algo was used.
Definition at line 44 of file XANAHadCluster.h. |
|
Definition at line 45 of file XANAHadCluster.h. Referenced by getAlgoName, getCharAlgoName, and setAlgoName. |
|
Definition at line 50 of file XANAHadCluster.h. |
|
Definition at line 49 of file XANAHadCluster.h. |