|
Falaise
4.0.1
SuperNEMO Software Toolkit
|
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... | |
Input data structure.
| typedef std::vector<const hit_type *> TrackerPreClustering::input_data< Hit >::hit_collection_type |
| typedef Hit TrackerPreClustering::input_data< Hit >::hit_type |
| TrackerPreClustering::input_data< Hit >::input_data | ( | ) |
Default constructor.
| bool TrackerPreClustering::input_data< Hit >::check | ( | ) | const |
Check.
| const std::string& TrackerPreClustering::input_data< Hit >::get_last_error_message | ( | ) | const |
Return the last error message.
| void TrackerPreClustering::input_data< Hit >::reset | ( | ) |
Reset.
| void TrackerPreClustering::input_data< Hit >::set_last_error_message | ( | const std::string & | message_ | ) |
Set the last error message.
|
protected |
The last error message at check.
| hit_collection_type TrackerPreClustering::input_data< Hit >::hits |
Collection of Geiger hits.
1.8.15