Belle II Software development
|
An aggregation of CDCWireHits. More...
#include <CDCWireHitCluster.h>
Public Member Functions | |
CDCWireHitCluster ()=default | |
Default constructor. | |
CDCWireHitCluster (const CDCWireHitCluster &wireHitCluster)=default | |
Default copy constructor. | |
CDCWireHitCluster (std::vector< CDCWireHit * > wireHits) | |
Constructor from a bunch of wire hits. | |
int | getISuperCluster () const |
Get the super cluster id of this cluster. | |
void | setISuperCluster (int iSuperCluster) |
Set the super cluster id of this cluster. | |
bool | getBackgroundFlag () const |
Return if this was set as background. | |
void | setBackgroundFlag (bool backgroundFlag=true) |
Set whether this cluster is consider as made of background. | |
Public Attributes | |
T | elements |
STL member. | |
Private Types | |
using | Super = std::vector< CDCWireHit * > |
Type of the base class. | |
Private Attributes | |
int | m_iSuperCluster = -1 |
Memory for the super cluster id. | |
bool | m_backgroundFlag = false |
Memory for the flag marking this cluster as background. | |
An aggregation of CDCWireHits.
Definition at line 21 of file CDCWireHitCluster.h.
|
private |
Type of the base class.
Definition at line 24 of file CDCWireHitCluster.h.
|
inlineexplicit |
Constructor from a bunch of wire hits.
Definition at line 35 of file CDCWireHitCluster.h.
|
inline |
Return if this was set as background.
Definition at line 53 of file CDCWireHitCluster.h.
|
inline |
Get the super cluster id of this cluster.
Definition at line 41 of file CDCWireHitCluster.h.
|
inline |
Set whether this cluster is consider as made of background.
Definition at line 59 of file CDCWireHitCluster.h.
|
inline |
Set the super cluster id of this cluster.
Definition at line 47 of file CDCWireHitCluster.h.
|
private |
Memory for the flag marking this cluster as background.
Definition at line 69 of file CDCWireHitCluster.h.
|
private |
Memory for the super cluster id.
Definition at line 66 of file CDCWireHitCluster.h.