![]() |
AmpTools
|
#include <DataReaderMPI.h>


Public Member Functions | |
| DataReaderMPI () | |
| DataReaderMPI (const vector< string > &args) | |
| virtual | ~DataReaderMPI () |
| Kinematics * | getEvent () |
| void | resetSource () |
| unsigned int | numEvents () const |
| virtual DataReader * | newDataReader (const vector< string > &args) const |
| virtual DataReader * | clone () const |
| virtual vector< string > | arguments () const |
| virtual bool | isDefault () const |
Definition at line 40 of file DataReaderMPI.h.
|
inline |
This is the default constructor.
Definition at line 49 of file DataReaderMPI.h.
| DataReaderMPI< T >::DataReaderMPI | ( | const vector< string > & | args | ) |
This is the constructor for the templated class, which takes as input a vector of arguments (as in the base class).
Definition at line 125 of file DataReaderMPI.h.
|
virtual |
Definition at line 145 of file DataReaderMPI.h.
|
inlinevirtual |
Returns the list of arguments that was passed to the constructor.
Definition at line 87 of file DataReaderMPI.h.
|
inlinevirtual |
This method can create a clone of a data reader (of the derived type).
Definition at line 80 of file DataReaderMPI.h.
| Kinematics * DataReaderMPI< T >::getEvent | ( | ) |
Definition at line 163 of file DataReaderMPI.h.
|
inlinevirtual |
Returns true if this instance was created using the default constructor and returns false otherwise.
Definition at line 93 of file DataReaderMPI.h.
|
inlinevirtual |
This method can create a new data reader (of the derived type).
Definition at line 72 of file DataReaderMPI.h.
| unsigned int DataReaderMPI< T >::numEvents | ( | ) | const |
| void DataReaderMPI< T >::resetSource | ( | ) |
Definition at line 186 of file DataReaderMPI.h.