Go to the documentation of this file. 1 #ifndef L1Trigger_L1TGlobal_GtAlgorithm_h
2 #define L1Trigger_L1TGlobal_GtAlgorithm_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;
void setAlgoChipNumber(const int algoChipNumberValue)
const std::string algoName() const
get / set algorithm name
std::string const & algoAlias() const
get / set algorithm alias
#define COND_SERIALIZABLE
void setAlgoName(const std::string &algoNameValue)
const std::vector< GlobalLogicParser::TokenRPN > & algoRpnVector() const
return the RPN vector
std::string m_algoAlias
algorithm alias
virtual ~GlobalAlgorithm()
destructor
int m_algoChipNumber
chip number (redundant with bit number)
int algoBitNumber() const
get / set algorithm bit number
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
std::string const & algoLogicalExpression() const
get / set the logical expression for the algorithm
std::string m_algoLogicalExpression
algorithm logical expression
void setAlgoAlias(const std::string &algoAliasValue)
std::vector< GlobalLogicParser::TokenRPN > m_algoRpnVector
algorithm RPN vector
virtual void print(std::ostream &myCout) const
print condition
std::string m_algoName
algorithm name
friend std::ostream & operator<<(std::ostream &, const GlobalAlgorithm &)
output stream operator
void setAlgoBitNumber(const int algoBitNumberValue)
void setAlgoLogicalExpresssion(const std::string &logicalExpression)
const int algoChipNumber() const
get / set algorithm bit number