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

Input data structure. More...

#include <falaise/TrackerPreClustering/interface.h>

Public Types

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

Public Member Functions

const std::string & get_last_error_message () const
 Return the last error message. More...
 
void set_last_error_message (const std::string &message_)
 Set the last error message. More...
 
 input_data ()
 Default constructor. More...
 
void reset ()
 Reset. More...
 
bool check () const
 Check. More...
 

Public Attributes

hit_collection_type hits
 Collection of Geiger hits. More...
 

Protected Attributes

std::string _last_error_message
 The last error message at check. More...
 

Detailed Description

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

Input data structure.

Member Typedef Documentation

◆ hit_collection_type

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

◆ hit_type

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

Constructor & Destructor Documentation

◆ input_data()

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

Default constructor.

Member Function Documentation

◆ check()

template<class Hit>
bool TrackerPreClustering::input_data< Hit >::check ( ) const

Check.

◆ get_last_error_message()

template<class Hit>
const std::string& TrackerPreClustering::input_data< Hit >::get_last_error_message ( ) const

Return the last error message.

◆ reset()

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

Reset.

◆ set_last_error_message()

template<class Hit>
void TrackerPreClustering::input_data< Hit >::set_last_error_message ( const std::string &  message_)

Set the last error message.

Member Data Documentation

◆ _last_error_message

template<class Hit>
std::string TrackerPreClustering::input_data< Hit >::_last_error_message
protected

The last error message at check.

◆ hits

template<class Hit>
hit_collection_type TrackerPreClustering::input_data< Hit >::hits

Collection of Geiger hits.


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