37 std::string
label()
const;
41 const std::string&
result()
const {
return m_result; }
42 const std::string&
midresult()
const {
return m_midMark; }
45 std::vector<HltCriteria*> m_criteriaVec;
46 int m_SignaturePrescale;
47 float m_SignatureForcedRate;
49 std::string m_Sig_label;
51 std::string m_midMark;
void setForcedAccept(float)
Set the forced accept rate. //.
const std::string & result() const
bool isVeto() const
Get veto or not. //.
void setSigLabel(std::string label)
float forcedAccept() const
Get the forced accept rate. //.
void setPredecessorId(int)
const std::string & midresult() const
int isCriteriaMatched()
For trigger.
void makeVectors(HltCriteria *criteria)
int prescale() const
Get prescale. //.
int id() const
Returns the id //.
Signature()
Constructors //.
std::string label() const
virtual ~Signature()
Destructor //.
void setVeto(bool)
set veto. //
void print()
Print method. //.
void setPrescale(int)
Set prescale. //.
void setId(int)
set the id //
Class that provides message services. Add to any classes that need message services.