Belle II Software  release-08-01-10
CDCWireHitCluster Class Reference

An aggregation of CDCWireHits. More...

#include <CDCWireHitCluster.h>

Inheritance diagram for CDCWireHitCluster:
Collaboration diagram for CDCWireHitCluster:

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

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.
 

Detailed Description

An aggregation of CDCWireHits.

Definition at line 21 of file CDCWireHitCluster.h.


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