Falaise  4.0.1
SuperNEMO Software Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
TrackerPreClustering::output_data< Hit > Struct Template Reference

Output data structure. More...

#include <falaise/TrackerPreClustering/interface.h>

Public Types

typedef Hit hit_type
 
typedef std::vector< const hit_type * > hit_collection_type
 
typedef std::vector< hit_collection_typecluster_collection_type
 

Public Member Functions

 output_data ()
 Default constructor. More...
 
void reset ()
 Reset. More...
 
void dump (std::ostream &out_) const
 Print. More...
 

Public Attributes

hit_collection_type ignored_hits
 Collection of ignored hits. More...
 
cluster_collection_type prompt_clusters
 Collection of prompt clusters. More...
 
cluster_collection_type delayed_clusters
 Collection of delayed clusters. More...
 

Detailed Description

template<class Hit>
struct TrackerPreClustering::output_data< Hit >

Output data structure.

Member Typedef Documentation

◆ cluster_collection_type

template<class Hit>
typedef std::vector<hit_collection_type> TrackerPreClustering::output_data< Hit >::cluster_collection_type

◆ hit_collection_type

template<class Hit>
typedef std::vector<const hit_type *> TrackerPreClustering::output_data< Hit >::hit_collection_type

◆ hit_type

template<class Hit>
typedef Hit TrackerPreClustering::output_data< Hit >::hit_type

Constructor & Destructor Documentation

◆ output_data()

template<class Hit>
TrackerPreClustering::output_data< Hit >::output_data ( )

Default constructor.

Member Function Documentation

◆ dump()

template<class Hit>
void TrackerPreClustering::output_data< Hit >::dump ( std::ostream &  out_) const

Print.

◆ reset()

template<class Hit>
void TrackerPreClustering::output_data< Hit >::reset ( )

Reset.

Member Data Documentation

◆ delayed_clusters

template<class Hit>
cluster_collection_type TrackerPreClustering::output_data< Hit >::delayed_clusters

Collection of delayed clusters.

◆ ignored_hits

template<class Hit>
hit_collection_type TrackerPreClustering::output_data< Hit >::ignored_hits

Collection of ignored hits.

◆ prompt_clusters

template<class Hit>
cluster_collection_type TrackerPreClustering::output_data< Hit >::prompt_clusters

Collection of prompt clusters.


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