#include <L1GtHfBitCountsCondition.h>
Public Member Functions | |
const bool | evaluateCondition () const override |
the core function to check if the condition matches More... | |
const L1GtHfBitCountsTemplate * | gtHfBitCountsTemplate () const |
get / set the pointer to a L1GtCondition More... | |
const L1GlobalTriggerPSB * | gtPSB () const |
get / set the pointer to PSB More... | |
L1GtHfBitCountsCondition () | |
L1GtHfBitCountsCondition (const L1GtCondition *, const L1GlobalTriggerPSB *) | |
from base template condition (from event setup usually) More... | |
L1GtHfBitCountsCondition (const L1GtHfBitCountsCondition &) | |
L1GtHfBitCountsCondition & | operator= (const L1GtHfBitCountsCondition &) |
void | print (std::ostream &myCout) const override |
print condition More... | |
void | setGtHfBitCountsTemplate (const L1GtHfBitCountsTemplate *) |
void | setGtPSB (const L1GlobalTriggerPSB *) |
set the pointer to PSB More... | |
~L1GtHfBitCountsCondition () override | |
Public Member Functions inherited from L1GtConditionEvaluation | |
bool | condLastResult () const |
get the latest result for the condition More... | |
int | condMaxNumberObjects () const |
void | evaluateConditionStoreResult () |
call evaluateCondition and save last result More... | |
CombinationsInCond const & | getCombinationsInCond () const |
get all the object combinations evaluated to true in the condition More... | |
virtual std::string | getNumericExpression () const |
get numeric expression More... | |
L1GtConditionEvaluation () | |
constructor More... | |
void | setCondMaxNumberObjects (int condMaxNumberObjectsValue) |
void | setVerbosity (const int verbosity) |
virtual | ~L1GtConditionEvaluation () |
destructor More... | |
Private Member Functions | |
void | copy (const L1GtHfBitCountsCondition &cp) |
copy function for copy constructor and operator= More... | |
Private Attributes | |
const L1GtHfBitCountsTemplate * | m_gtHfBitCountsTemplate |
pointer to a L1GtHfBitCountsTemplate More... | |
const L1GlobalTriggerPSB * | m_gtPSB |
pointer to PSB, to be able to get the trigger objects More... | |
Additional Inherited Members | |
Protected Member Functions inherited from L1GtConditionEvaluation | |
template<class Type1 > | |
const bool | checkBit (const Type1 &mask, const unsigned int bitNumber) const |
check if a bit with a given number is set in a mask More... | |
template<class Type1 , class Type2 > | |
const bool | checkThreshold (const Type1 &threshold, const Type2 &value, const bool condGEqValue) const |
CombinationsInCond & | combinationsInCond () const |
get all the object combinations (to fill it...) More... | |
Protected Attributes inherited from L1GtConditionEvaluation | |
CombinationsInCond | m_combinationsInCond |
store all the object combinations evaluated to true in the condition More... | |
bool | m_condLastResult |
the last result of evaluateCondition() More... | |
int | m_condMaxNumberObjects |
int | m_verbosity |
verbosity level More... | |
Description: evaluation of a CondHfBitCounts condition.
Implementation: <TODO: enter implementation details>
Definition at line 32 of file L1GtHfBitCountsCondition.h.
L1GtHfBitCountsCondition::L1GtHfBitCountsCondition | ( | ) |
constructors default
Definition at line 37 of file L1GtHfBitCountsCondition.cc.
L1GtHfBitCountsCondition::L1GtHfBitCountsCondition | ( | const L1GtCondition * | bcTemplate, |
const L1GlobalTriggerPSB * | ptrPSB | ||
) |
from base template condition (from event setup usually)
Definition at line 44 of file L1GtHfBitCountsCondition.cc.
References L1GtConditionEvaluation::m_condMaxNumberObjects.
L1GtHfBitCountsCondition::L1GtHfBitCountsCondition | ( | const L1GtHfBitCountsCondition & | cp | ) |
Definition at line 69 of file L1GtHfBitCountsCondition.cc.
References copy().
|
override |
Definition at line 77 of file L1GtHfBitCountsCondition.cc.
References operator=().
|
private |
copy function for copy constructor and operator=
Definition at line 57 of file L1GtHfBitCountsCondition.cc.
References L1GtConditionEvaluation::condLastResult(), L1GtConditionEvaluation::condMaxNumberObjects(), L1GtConditionEvaluation::getCombinationsInCond(), gtHfBitCountsTemplate(), gtPSB(), L1GtConditionEvaluation::m_combinationsInCond, L1GtConditionEvaluation::m_condLastResult, L1GtConditionEvaluation::m_condMaxNumberObjects, m_gtHfBitCountsTemplate, m_gtPSB, and L1GtConditionEvaluation::m_verbosity.
Referenced by gtPSB(), L1GtHfBitCountsCondition(), and operator=().
|
overridevirtual |
the core function to check if the condition matches
Implements L1GtConditionEvaluation.
Definition at line 103 of file L1GtHfBitCountsCondition.cc.
References L1GctHFBitCounts::bitCount(), L1GtConditionEvaluation::checkThreshold(), hitfit::clear(), L1GtConditionEvaluation::combinationsInCond(), L1GtCondition::condGEq(), L1GtHfBitCountsTemplate::ObjectParameter::countIndex, L1GtHfBitCountsTemplate::ObjectParameter::countThreshold, L1GlobalTriggerPSB::getCandL1HfBitCounts(), m_gtHfBitCountsTemplate, m_gtPSB, and L1GtHfBitCountsTemplate::objectParameter().
|
inline |
get / set the pointer to a L1GtCondition
Definition at line 60 of file L1GtHfBitCountsCondition.h.
References m_gtHfBitCountsTemplate, and setGtHfBitCountsTemplate().
Referenced by copy().
|
inline |
get / set the pointer to PSB
Definition at line 67 of file L1GtHfBitCountsCondition.h.
References copy(), SimDataFormats::CaloAnalysis::cp, m_gtPSB, and setGtPSB().
Referenced by copy().
L1GtHfBitCountsCondition & L1GtHfBitCountsCondition::operator= | ( | const L1GtHfBitCountsCondition & | cp | ) |
Definition at line 84 of file L1GtHfBitCountsCondition.cc.
References copy().
Referenced by ~L1GtHfBitCountsCondition().
|
overridevirtual |
print condition
Reimplemented from L1GtConditionEvaluation.
Definition at line 166 of file L1GtHfBitCountsCondition.cc.
References m_gtHfBitCountsTemplate, L1GtConditionEvaluation::print(), and L1GtHfBitCountsTemplate::print().
Referenced by L1GlobalTriggerGTL::run().
void L1GtHfBitCountsCondition::setGtHfBitCountsTemplate | ( | const L1GtHfBitCountsTemplate * | bcTemplate | ) |
Definition at line 90 of file L1GtHfBitCountsCondition.cc.
References m_gtHfBitCountsTemplate.
Referenced by gtHfBitCountsTemplate().
void L1GtHfBitCountsCondition::setGtPSB | ( | const L1GlobalTriggerPSB * | ptrPSB | ) |
set the pointer to PSB
Definition at line 97 of file L1GtHfBitCountsCondition.cc.
References m_gtPSB.
Referenced by gtPSB().
|
private |
pointer to a L1GtHfBitCountsTemplate
Definition at line 77 of file L1GtHfBitCountsCondition.h.
Referenced by copy(), evaluateCondition(), gtHfBitCountsTemplate(), print(), and setGtHfBitCountsTemplate().
|
private |
pointer to PSB, to be able to get the trigger objects
Definition at line 80 of file L1GtHfBitCountsCondition.h.
Referenced by copy(), evaluateCondition(), gtPSB(), and setGtPSB().