Go to the documentation of this file. 1 #ifndef CondFormats_L1TObjects_L1GtAlgorithm_h
2 #define CondFormats_L1TObjects_L1GtAlgorithm_h
84 const int pinsOnConditionChip,
85 const std::vector<int>& orderConditionChip)
const;
89 const int pinsOnConditionChip,
90 const std::vector<int>& orderConditionChip)
const;
93 virtual void print(std::ostream& myCout)
const;
std::string const & algoLogicalExpression() const
get / set the logical expression for the algorithm
void setAlgoAlias(const std::string &algoAliasValue)
void setAlgoLogicalExpresssion(const std::string &logicalExpression)
std::vector< L1GtLogicParser::TokenRPN > m_algoRpnVector
algorithm RPN vector
#define COND_SERIALIZABLE
virtual ~L1GtAlgorithm()
destructor
int m_algoChipNumber
chip number (redundant with bit number)
const std::string algoName() const
get / set algorithm name
std::string m_algoAlias
algorithm alias
int algoBitNumber() const
get / set algorithm bit number
const int algoChipNumber() const
get / set algorithm bit number
friend std::ostream & operator<<(std::ostream &, const L1GtAlgorithm &)
output stream operator
const int algoOutputPin(const int numberConditionChips, const int pinsOnConditionChip, const std::vector< int > &orderConditionChip) const
get the output pin on the condition chip for the algorithm
const std::vector< L1GtLogicParser::TokenRPN > & algoRpnVector() const
return the RPN vector
std::string m_algoLogicalExpression
algorithm logical expression
virtual void print(std::ostream &myCout) const
print condition
void setAlgoName(const std::string &algoNameValue)
void setAlgoChipNumber(const int algoChipNumberValue)
std::string m_algoName
algorithm name
void setAlgoBitNumber(const int algoBitNumberValue)
std::string const & algoAlias() const
get / set algorithm alias