Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
twrs (RawTower *) | |
virtual | ~twrs ()=default |
bool | is_adjacent (const 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 |
Private Attributes | |
int | bineta |
int | binphi |
int | maxphibin |
RawTowerDefs::keytype | id |
Definition at line 40 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 40 of file RawClusterBuilderGraph.cc
|
explicit |
Definition at line 78 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 78 of file RawClusterBuilderGraph.cc
References bineta, binphi, RawTower::get_bineta(), and RawTower::get_binphi().
|
virtualdefault |
|
inline |
Definition at line 62 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 62 of file RawClusterBuilderGraph.cc
References bineta.
Referenced by is_adjacent(), and operator<().
|
inline |
Definition at line 66 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 66 of file RawClusterBuilderGraph.cc
References binphi.
Referenced by is_adjacent(), and operator<().
|
inline |
Definition at line 50 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 50 of file RawClusterBuilderGraph.cc
References id.
Referenced by RawClusterBuilderGraph::process_event().
|
inline |
Definition at line 58 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 58 of file RawClusterBuilderGraph.cc
References maxphibin.
bool twrs::is_adjacent | ( | const twrs & | tower | ) |
Definition at line 86 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 86 of file RawClusterBuilderGraph.cc
References bineta, binphi, get_bineta(), get_binphi(), and maxphibin.
|
inline |
Definition at line 46 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 46 of file RawClusterBuilderGraph.cc
References i.
Referenced by RawClusterBuilderGraph::process_event().
|
inline |
Definition at line 54 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 54 of file RawClusterBuilderGraph.cc
Referenced by RawClusterBuilderGraph::process_event().
|
private |
Definition at line 72 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 72 of file RawClusterBuilderGraph.cc
Referenced by get_bineta(), is_adjacent(), and twrs().
|
private |
Definition at line 73 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 73 of file RawClusterBuilderGraph.cc
Referenced by get_binphi(), is_adjacent(), and twrs().
|
private |
Definition at line 75 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 75 of file RawClusterBuilderGraph.cc
Referenced by get_id().
|
private |
Definition at line 74 of file RawClusterBuilderGraph.cc.
View newest version in sPHENIX GitHub at line 74 of file RawClusterBuilderGraph.cc
Referenced by get_maxphibin(), is_adjacent(), and set_maxphibin().