Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
twrs Class Reference

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
 

Detailed Description

Definition at line 40 of file RawClusterBuilderGraph.cc.

View newest version in sPHENIX GitHub at line 40 of file RawClusterBuilderGraph.cc

Constructor & Destructor Documentation

twrs::twrs ( RawTower rt)
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().

+ Here is the call graph for this function:

virtual twrs::~twrs ( )
virtualdefault

Member Function Documentation

int twrs::get_bineta ( ) const
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<().

+ Here is the caller graph for this function:

int twrs::get_binphi ( ) const
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<().

+ Here is the caller graph for this function:

int twrs::get_id ( ) const
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().

+ Here is the caller graph for this function:

int twrs::get_maxphibin ( ) const
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.

+ Here is the call graph for this function:

void twrs::set_id ( const int  i)
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().

+ Here is the caller graph for this function:

void twrs::set_maxphibin ( const int  i)
inline

Definition at line 54 of file RawClusterBuilderGraph.cc.

View newest version in sPHENIX GitHub at line 54 of file RawClusterBuilderGraph.cc

References i, and maxphibin.

Referenced by RawClusterBuilderGraph::process_event().

+ Here is the caller graph for this function:

Member Data Documentation

int twrs::bineta
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().

int twrs::binphi
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().

RawTowerDefs::keytype twrs::id
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().

int twrs::maxphibin
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().


The documentation for this class was generated from the following file: