1 #ifndef CondFormats_L1TObjects_L1GtCondition_h 2 #define CondFormats_L1TObjects_L1GtCondition_h 129 const bool wsc()
const;
133 const bool corr()
const;
136 virtual void print(std::ostream& myCout)
const;
const int nrObjects() const
get number of trigger objects
void setCondCategory(const L1GtConditionCategory &cCategory)
const std::string & condName() const
get / set condition name
const int & condChipNr() const
get / set the condition-chip number the condition is located on
void setCondGEq(const bool &cGEq)
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
friend std::ostream & operator<<(std::ostream &, const L1GtCondition &)
output stream operator
void setCondName(const std::string &cName)
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
void setObjectType(const std::vector< L1GtObject > &objType)
const L1GtConditionType & condType() const
get / set the type of the condition (1s, etc)
L1GtConditionCategory
condition categories
std::string m_condName
the name of the condition
const L1GtConditionCategory & condCategory() const
get / set the category of the condition
void setCondChipNr(const int &cChipNr)
#define COND_SERIALIZABLE
void setCondType(const L1GtConditionType &cType)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const bool condGEq() const
get / set condition GEq flag
int m_condChipNr
condition is located on condition chip m_condChipNr
virtual ~L1GtCondition()
destructor