 |
Belle II Software
release-05-02-19
|
19 namespace TrackFindingCDC {
23 class CDCWireHitCluster :
public std::vector<CDCWireHit*> {
26 using Super = std::vector<CDCWireHit*>;
38 :
Super(std::move(wireHits))
bool m_backgroundFlag
Memory for the flag marking this cluster as background.
int m_iSuperCluster
Memory for the super cluster id.
std::vector< CDCWireHit * > Super
Type of the base class.
CDCWireHitCluster()=default
Default constructor.
void setBackgroundFlag(bool backgroundFlag=true)
Set whether this cluster is consider as made of background.
Abstract base class for different kinds of events.
int getISuperCluster() const
Get the super cluster id of this cluster.
An aggregation of CDCWireHits.
void setISuperCluster(int iSuperCluster)
Set the super cluster id of this cluster.
bool getBackgroundFlag() const
Return if this was set as background.