ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
twrs (RawTower *) | |
virtual | ~twrs () |
bool | is_adjacent (twrs &) |
void | set_id (const int i) |
int | get_id () const |
void | set_maxphibin (const int i) |
int | get_maxphibin () const |
int | get_bineta () const |
int | get_binphi () const |
Protected Attributes | |
int | bineta |
int | binphi |
int | maxphibin |
RawTowerDefs::keytype | id |
Definition at line 41 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 41 of file RawClusterBuilderGraph.cc
twrs::twrs | ( | RawTower * | rt | ) |
Definition at line 79 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 79 of file RawClusterBuilderGraph.cc
References bineta, binphi, RawTower::get_bineta(), and RawTower::get_binphi().
|
inlinevirtual |
Definition at line 45 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 45 of file RawClusterBuilderGraph.cc
|
inline |
Definition at line 63 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 63 of file RawClusterBuilderGraph.cc
Referenced by is_adjacent(), and operator<().
|
inline |
Definition at line 67 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 67 of file RawClusterBuilderGraph.cc
Referenced by is_adjacent(), and operator<().
|
inline |
Definition at line 51 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 51 of file RawClusterBuilderGraph.cc
Referenced by RawClusterBuilderGraph::process_event().
|
inline |
Definition at line 59 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 59 of file RawClusterBuilderGraph.cc
bool twrs::is_adjacent | ( | twrs & | tower | ) |
Definition at line 87 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 87 of file RawClusterBuilderGraph.cc
References bineta, binphi, get_bineta(), get_binphi(), and maxphibin.
Definition at line 47 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 47 of file RawClusterBuilderGraph.cc
Referenced by RawClusterBuilderGraph::process_event().
Definition at line 55 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 55 of file RawClusterBuilderGraph.cc
Referenced by RawClusterBuilderGraph::process_event().
|
protected |
Definition at line 73 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 73 of file RawClusterBuilderGraph.cc
Referenced by is_adjacent(), and twrs().
|
protected |
Definition at line 74 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 74 of file RawClusterBuilderGraph.cc
Referenced by is_adjacent(), and twrs().
|
protected |
Definition at line 76 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 76 of file RawClusterBuilderGraph.cc
|
protected |
Definition at line 75 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 75 of file RawClusterBuilderGraph.cc
Referenced by is_adjacent().