Falaise
4.0.1
SuperNEMO Software Toolkit
|
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_type > | cluster_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... | |
Output data structure.
typedef std::vector<hit_collection_type> TrackerPreClustering::output_data< Hit >::cluster_collection_type |
typedef std::vector<const hit_type *> TrackerPreClustering::output_data< Hit >::hit_collection_type |
typedef Hit TrackerPreClustering::output_data< Hit >::hit_type |
TrackerPreClustering::output_data< Hit >::output_data | ( | ) |
Default constructor.
void TrackerPreClustering::output_data< Hit >::dump | ( | std::ostream & | out_ | ) | const |
Print.
void TrackerPreClustering::output_data< Hit >::reset | ( | ) |
Reset.
cluster_collection_type TrackerPreClustering::output_data< Hit >::delayed_clusters |
Collection of delayed clusters.
hit_collection_type TrackerPreClustering::output_data< Hit >::ignored_hits |
Collection of ignored hits.
cluster_collection_type TrackerPreClustering::output_data< Hit >::prompt_clusters |
Collection of prompt clusters.