#include "marlin/Processor.h"#include <set>#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | marlin |
Classes | |
| class | marlin::CCProcessor |
Defines | |
| #define | MAX_ERRORS 3 |
| #define | ACTIVE true |
| #define | INACTIVE false |
| #define | NO_PARAMETERS 0 |
| #define | NOT_INSTALLED 1 |
| #define | COL_ERRORS 2 |
| #define | INPUT "lcioInType" |
| #define | OUTPUT "lcioOutType" |
| #define | UNAVAILABLE "lcioUnavailableType" |
| #define | DUPLICATE "lcioDuplicate" |
Typedefs | |
| typedef std::set< std::string > | sSet |
| typedef std::vector< CCCollection * > | ColVec |
| typedef std::map< std::string, std::string > | ssMap |
| typedef std::map< std::string, ssMap > | sssMap |
| typedef std::map< std::string, ColVec > | sColVecMap |
| typedef std::map< std::string, sColVecMap > | ssColVecMap |
|
|
Definition at line 20 of file CCProcessor.h. Referenced by marlin::MarlinSteerCheck::addLCIOFile(), marlin::MarlinSteerCheck::getColsSet(), and marlin::MarlinSteerCheck::parseXMLFile(). |
|
|
Definition at line 24 of file CCProcessor.h. Referenced by marlin::CCProcessor::addDCol(), marlin::CCProcessor::addUCol(), marlin::CCProcessor::changeStatus(), marlin::CCProcessor::clearError(), and marlin::MarlinSteerCheck::consistencyCheck(). |
|
|
Definition at line 28 of file CCProcessor.h. Referenced by marlin::CCProcessor::clearError(), marlin::MarlinSteerCheck::dumpColErrors(), and marlin::CCProcessor::isErrorCol(). |
|
|
Definition at line 21 of file CCProcessor.h. Referenced by marlin::MarlinSteerCheck::parseXMLFile(). |
|
|
Definition at line 25 of file CCProcessor.h. Referenced by marlin::CCProcessor::addColsFromParam(), marlin::CCProcessor::clearParameters(), marlin::MarlinSteerCheck::consistencyCheck(), and marlin::MarlinSteerCheck::getColsSet(). |
|
|
Definition at line 19 of file CCProcessor.h. |
|
|
Definition at line 22 of file CCProcessor.h. Referenced by marlin::CCProcessor::addColsFromParam(), and marlin::CCProcessor::CCProcessor(). |
|
|
Definition at line 23 of file CCProcessor.h. Referenced by marlin::CCProcessor::setMarlinProc(). |
|
|
|
Definition at line 27 of file CCProcessor.h. Referenced by marlin::CCProcessor::clearError(), marlin::MarlinSteerCheck::dumpColErrors(), marlin::CCProcessor::isErrorCol(), marlin::CCProcessor::writeToXML(), and marlin::CCProcessor::~CCProcessor(). |
|
|
|
Definition at line 38 of file CCProcessor.h. |
|
|
Definition at line 39 of file CCProcessor.h. |
|
|
|
Definition at line 36 of file CCProcessor.h. Referenced by marlin::CCProcessor::getColHeaders(), and marlin::CMProcessor::getProcDesc(). |
|
|
Definition at line 37 of file CCProcessor.h. |
1.3.9.1