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

#include <IStripeSet.h>

Inheritance diagram for WireCell::IStripeSet:
Collaboration diagram for WireCell::IStripeSet:

Public Member Functions

virtual ~IStripeSet ()
 
virtual int ident () const =0
 Return some identifier number that is unique to this set. More...
 
virtual IStripe::vector stripes () const =0
 Return the stripes in this set. There is no ordering requirement. More...
 
- Public Member Functions inherited from WireCell::IData< IStripeSet >
virtual ~IData ()
 

Additional Inherited Members

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

Detailed Description

An interface to information about a collection of IStripe.

Definition at line 10 of file IStripeSet.h.

Constructor & Destructor Documentation

◆ ~IStripeSet()

IStripeSet::~IStripeSet ( )
virtual

Definition at line 164 of file IfaceDesctructors.cxx.

Member Function Documentation

◆ ident()

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

Return some identifier number that is unique to this set.

◆ stripes()

virtual IStripe::vector WireCell::IStripeSet::stripes ( ) const
pure virtual

Return the stripes in this set. There is no ordering requirement.


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