1 #ifndef L1Trigger_L1TGlobal_GtCondition_h
2 #define L1Trigger_L1TGlobal_GtCondition_h
70 return m_condCategory;
75 m_condCategory = cCategory;
90 inline const std::vector<GlobalObject>&
objectType()
const
97 m_objectType = objType;
119 m_condChipNr = cChipNr;
125 return m_condRelativeBx;
130 m_condRelativeBx = cRelativeBx;
137 const int nrObjects()
const;
141 const bool wsc()
const;
145 const bool corr()
const;
148 virtual void print(std::ostream& myCout)
const;
void setCondGEq(const bool &cGEq)
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.
void setCondType(const l1t::GtConditionType &cType)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
std::vector< GlobalObject > m_objectType
the trigger object type(s)
const bool condGEq() const
get / set condition GEq flag
void setCondRelativeBx(const int &cRelativeBx)
const l1t::GtConditionCategory & condCategory() const
get / set the category of the condition
const l1t::GtConditionType & condType() const
get / set the type of the condition (1s, etc)
void setCondChipNr(const int &cChipNr)
GtConditionCategory
condition categories
const int & condRelativeBx() const
get / set the condition relative bx
const std::vector< GlobalObject > & objectType() const
get / set the trigger object type(s) in the condition
void setCondCategory(const l1t::GtConditionCategory &cCategory)
std::string m_condName
the name of the condition
void setObjectType(const std::vector< GlobalObject > &objType)
const int & condChipNr() const
get / set the condition-chip number the condition is located on
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
const std::string & condName() const
get / set condition name
std::ostream & operator<<(std::ostream &os, const l1t::CaloParamsHelper &p)
void setCondName(const std::string &cName)
l1t::GtConditionType m_condType
the type of the condition (1s, etc)