51 <<
"\n\n ERROR: The requested condition with tokenName = " << condNameVal
52 <<
"\n does not exists in the operand token vector." 53 <<
"\n Returning zero pointer for getCombinationsInCond\n\n" << std::endl;
72 <<
"\n\n ERROR: The requested condition with tokenNumber = " << condNumberVal
73 <<
"\n does not exists in the operand token vector." 74 <<
"\n Returning zero pointer for getCombinationsInCond\n\n" << std::endl;
91 <<
"\n\n ERROR: The requested condition with name = " << condNameVal
92 <<
"\n does not exists in the operand token vector." 93 <<
"\n Returning false for getConditionResult\n\n" << std::endl;
122 myCout <<
"L1GlobalTriggerObjectMap: print " << std::endl;
124 myCout <<
" Algorithm name: " <<
m_algoName << std::endl;
130 myCout <<
" Operand token vector size: " << operandTokenVectorSize;
132 if (operandTokenVectorSize == 0) {
133 myCout <<
" - not properly initialized! " << std::endl;
138 for (
int i = 0;
i < operandTokenVectorSize; ++
i) {
150 myCout <<
" conditions: " << std::endl;
152 std::vector<CombinationsInCond>::const_iterator itVVV;
160 myCout <<
" Condition " << condName <<
" evaluated to " << condResult
163 myCout <<
" List of combinations passing all requirements for this condition:" 168 if ((*itVVV).size() == 0) {
172 CombinationsInCond::const_iterator itVV;
173 for(itVV = (*itVVV).begin(); itVV != (*itVVV).end(); itVV++) {
177 std::copy((*itVV).begin(), (*itVV).end(),
178 std::ostream_iterator<int> (myCout,
" "));
std::vector< L1GtLogicParser::OperandToken > m_operandTokenVector
const CombinationsInCond * getCombinationsInCond(const std::string &condNameVal) const
return all the combinations passing the requirements imposed in condition condNameVal ...
void print(std::ostream &myCout) const
print the full object map
std::vector< CombinationsInCond > m_combinationVector
std::vector< SingleCombInCond > CombinationsInCond
all the object combinations evaluated to true in the condition
void reset()
reset the object map
const bool getConditionResult(const std::string &condNameVal) const
return the result for the condition condNameVal