|  | OpenMS
    2.6.0
    | 
#include <OpenMS/ANALYSIS/ID/FIAMSScheduler.h>
| Public Member Functions | |
| FIAMSScheduler ()=default | |
| FIAMSScheduler (String filename, String base_dir="/", bool load_cached_=true) | |
| Default constructor.  More... | |
| ~FIAMSScheduler ()=default | |
| Default desctructor.  More... | |
| FIAMSScheduler (const FIAMSScheduler &cp)=default | |
| Copy constructor.  More... | |
| FIAMSScheduler & | operator= (const FIAMSScheduler &fdp)=default | 
| Assignment.  More... | |
| void | run () | 
| Run the FIA-MS data analysis for the batch defined in the @filename_.  More... | |
| const std::vector< std::map< String, String > > & | getSamples () | 
| Get the batch.  More... | |
| const String & | getBaseDir () | 
| Get the base directory for the relevant paths from the csv file.  More... | |
| Private Member Functions | |
| void | loadSamples_ () | 
| Load the batch from the csv file and store as the vector of maps.  More... | |
| Private Attributes | |
| String | filename_ | 
| String | base_dir_ | 
| bool | load_cached_ | 
| std::vector< std::map< String, String > > | samples_ | 
| 
 | default | 
| FIAMSScheduler | ( | String | filename, | 
| String | base_dir = "/", | ||
| bool | load_cached_ = true | ||
| ) | 
Default constructor.
| 
 | default | 
Default desctructor.
| 
 | default | 
Copy constructor.
| const String& getBaseDir | ( | ) | 
Get the base directory for the relevant paths from the csv file.
| 
 | private | 
Load the batch from the csv file and store as the vector of maps.
| 
 | default | 
Assignment.
| void run | ( | ) | 
Run the FIA-MS data analysis for the batch defined in the @filename_.
| 
 | private | 
| 
 | private | 
| 
 | private | 
 1.8.16
 1.8.16