94 const std::vector<ObjectParameter>& objParameter)
104 myCout <<
"\n L1GtHfBitCountsTemplate print..." << std::endl;
110 for (
int i = 0;
i < nObjects;
i++) {
112 myCout <<
" Template for object " <<
i << std::endl;
113 myCout <<
" countIndex = " 115 myCout <<
" countThreshold = "
const int nrObjects() const
get number of trigger objects
virtual void print(std::ostream &myCout) const
print the condition
const std::string & condName() const
get / set condition name
const int & condChipNr() const
get / set the condition-chip number the condition is located on
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
std::vector< L1GtObject > m_objectType
the trigger object type(s)
virtual void print(std::ostream &myCout) const
print condition
L1GtConditionType m_condType
the type of the condition (1s, etc)
L1GtConditionCategory m_condCategory
the category of the condition
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
const L1GtConditionType & condType() const
get / set the type of the condition (1s, etc)
std::string m_condName
the name of the condition
L1GtHfBitCountsTemplate()
const L1GtConditionCategory & condCategory() const
get / set the category of the condition
friend std::ostream & operator<<(std::ostream &, const L1GtHfBitCountsTemplate &)
output stream operator
L1GtHfBitCountsTemplate & operator=(const L1GtHfBitCountsTemplate &)
virtual ~L1GtHfBitCountsTemplate()
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const bool condGEq() const
get / set condition GEq flag
const std::vector< ObjectParameter > * objectParameter() const
int m_condChipNr
condition is located on condition chip m_condChipNr
void copy(const L1GtHfBitCountsTemplate &cp)
copy function for copy constructor and operator=