WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::ICluster Class Referenceabstract

#include <ICluster.h>

Inheritance diagram for WireCell::ICluster:
Collaboration diagram for WireCell::ICluster:

Public Member Functions

virtual ~ICluster ()
 
virtual int ident () const =0
 Return an identifying number. More...
 
virtual const cluster_graph_tgraph () const =0
 
- Public Member Functions inherited from WireCell::IData< ICluster >
virtual ~IData ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IData< ICluster >
typedef ICluster value_type
 
typedef std::shared_ptr< const IClusterpointer
 
typedef std::vector< pointervector
 
typedef std::shared_ptr< const vectorshared_vector
 

Detailed Description

Definition at line 93 of file ICluster.h.

Constructor & Destructor Documentation

◆ ~ICluster()

ICluster::~ICluster ( )
virtual

Definition at line 106 of file IfaceDesctructors.cxx.

Member Function Documentation

◆ graph()

virtual const cluster_graph_t& WireCell::ICluster::graph ( ) const
pure virtual

Implemented in WireCell::SimpleCluster.

◆ ident()

virtual int WireCell::ICluster::ident ( ) const
pure virtual

Return an identifying number.

Implemented in WireCell::SimpleCluster.


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