#include <ScanOptions.h>
Public Member Functions | |
ScanOptions (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
~ScanOptions () | |
Public Attributes | |
bool | fIncludeMCInfo |
std::string | fScanFileBase |
More... | |
std::vector< std::string > | fCategories |
More... | |
std::vector< unsigned int > | fFieldsPerCategory |
More... | |
std::vector< std::string > | fFieldTypes |
More... | |
std::vector< std::string > | fFieldLabels |
More... | |
Definition at line 24 of file ScanOptions.h.
evdb::ScanOptions::ScanOptions | ( | fhicl::ParameterSet const & | pset, |
art::ActivityRegistry & | reg | ||
) |
Definition at line 17 of file ScanOptions_service.cc.
evdb::ScanOptions::~ScanOptions | ( | ) |
Definition at line 28 of file ScanOptions_service.cc.
std::vector<std::string> evdb::ScanOptions::fCategories |
base file name for scanning
Definition at line 40 of file ScanOptions.h.
std::vector<std::string> evdb::ScanOptions::fFieldLabels |
types of the fields, ie TextEntry, Buttons, NumberEntry, etc
Definition at line 43 of file ScanOptions.h.
std::vector<unsigned int> evdb::ScanOptions::fFieldsPerCategory |
names of the various categories for the scan
Definition at line 41 of file ScanOptions.h.
std::vector<std::string> evdb::ScanOptions::fFieldTypes |
number of fields in each category
Definition at line 42 of file ScanOptions.h.
bool evdb::ScanOptions::fIncludeMCInfo |
Definition at line 30 of file ScanOptions.h.
std::string evdb::ScanOptions::fScanFileBase |
true if MC information is to be included in scan output
Definition at line 31 of file ScanOptions.h.