CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
L1GtHfRingEtSumsCondition Class Reference

#include <L1GtHfRingEtSumsCondition.h>

Inheritance diagram for L1GtHfRingEtSumsCondition:
L1GtConditionEvaluation

Public Member Functions

const bool evaluateCondition () const
 the core function to check if the condition matches More...
 
const L1GtHfRingEtSumsTemplategtHfRingEtSumsTemplate () const
 get / set the pointer to a L1GtCondition More...
 
const L1GlobalTriggerPSBgtPSB () const
 get / set the pointer to PSB More...
 
 L1GtHfRingEtSumsCondition ()
 
 L1GtHfRingEtSumsCondition (const L1GtCondition *, const L1GlobalTriggerPSB *)
 from base template condition (from event setup usually) More...
 
 L1GtHfRingEtSumsCondition (const L1GtHfRingEtSumsCondition &)
 
L1GtHfRingEtSumsConditionoperator= (const L1GtHfRingEtSumsCondition &)
 
void print (std::ostream &myCout) const
 print condition More...
 
void setGtHfRingEtSumsTemplate (const L1GtHfRingEtSumsTemplate *)
 
void setGtPSB (const L1GlobalTriggerPSB *)
 set the pointer to PSB More...
 
virtual ~L1GtHfRingEtSumsCondition ()
 
- 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 L1GtHfRingEtSumsCondition &cp)
 copy function for copy constructor and operator= More...
 

Private Attributes

const L1GtHfRingEtSumsTemplatem_gtHfRingEtSumsTemplate
 pointer to a L1GtHfRingEtSumsTemplate More...
 
const L1GlobalTriggerPSBm_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
 
CombinationsInCondcombinationsInCond () 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...
 

Detailed Description

Description: evaluation of a CondHfRingEtSums condition.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 34 of file L1GtHfRingEtSumsCondition.h.

Constructor & Destructor Documentation

L1GtHfRingEtSumsCondition::L1GtHfRingEtSumsCondition ( )

constructors default

Definition at line 39 of file L1GtHfRingEtSumsCondition.cc.

39  :
41 
42  //empty
43 
44 }
L1GtHfRingEtSumsCondition::L1GtHfRingEtSumsCondition ( const L1GtCondition etTemplate,
const L1GlobalTriggerPSB ptrPSB 
)

from base template condition (from event setup usually)

Definition at line 47 of file L1GtHfRingEtSumsCondition.cc.

References L1GtConditionEvaluation::m_condMaxNumberObjects.

48  :
50  static_cast<const L1GtHfRingEtSumsTemplate*> (etTemplate)), m_gtPSB(
51  ptrPSB)
52 {
53 
54  // maximum number of objects received for the evaluation of the condition
55  // no objects, in fact, just a number
57 
58 }
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects
L1GtHfRingEtSumsCondition::L1GtHfRingEtSumsCondition ( const L1GtHfRingEtSumsCondition cp)

Definition at line 74 of file L1GtHfRingEtSumsCondition.cc.

References copy().

74  :
76 
77  copy(cp);
78 
79 }
void copy(const L1GtHfRingEtSumsCondition &cp)
copy function for copy constructor and operator=
L1GtHfRingEtSumsCondition::~L1GtHfRingEtSumsCondition ( )
virtual

Definition at line 82 of file L1GtHfRingEtSumsCondition.cc.

82  {
83 
84  // empty
85 
86 }

Member Function Documentation

void L1GtHfRingEtSumsCondition::copy ( const L1GtHfRingEtSumsCondition cp)
private

copy function for copy constructor and operator=

Definition at line 61 of file L1GtHfRingEtSumsCondition.cc.

References L1GtConditionEvaluation::condLastResult(), L1GtConditionEvaluation::condMaxNumberObjects(), L1GtConditionEvaluation::getCombinationsInCond(), gtHfRingEtSumsTemplate(), gtPSB(), L1GtConditionEvaluation::m_combinationsInCond, L1GtConditionEvaluation::m_condLastResult, L1GtConditionEvaluation::m_condMaxNumberObjects, m_gtHfRingEtSumsTemplate, m_gtPSB, and L1GtConditionEvaluation::m_verbosity.

Referenced by L1GtHfRingEtSumsCondition(), and operator=().

61  {
62 
64  m_gtPSB = cp.gtPSB();
65 
69 
71 
72 }
bool m_condLastResult
the last result of evaluateCondition()
CombinationsInCond m_combinationsInCond
store all the object combinations evaluated to true in the condition
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects
const L1GlobalTriggerPSB * gtPSB() const
get / set the pointer to PSB
CombinationsInCond const & getCombinationsInCond() const
get all the object combinations evaluated to true in the condition
const L1GtHfRingEtSumsTemplate * gtHfRingEtSumsTemplate() const
get / set the pointer to a L1GtCondition
bool condLastResult() const
get the latest result for the condition
const bool L1GtHfRingEtSumsCondition::evaluateCondition ( ) const
virtual

the core function to check if the condition matches

Implements L1GtConditionEvaluation.

Definition at line 110 of file L1GtHfRingEtSumsCondition.cc.

References L1GtConditionEvaluation::checkThreshold(), hitfit::clear(), L1GtConditionEvaluation::combinationsInCond(), L1GtCondition::condGEq(), L1GctHFRingEtSums::etSum(), L1GtHfRingEtSumsTemplate::ObjectParameter::etSumIndex, L1GtHfRingEtSumsTemplate::ObjectParameter::etSumThreshold, L1GlobalTriggerPSB::getCandL1HfRingEtSums(), m_gtHfRingEtSumsTemplate, m_gtPSB, and L1GtHfRingEtSumsTemplate::objectParameter().

110  {
111 
112  // number of trigger objects in the condition
113  // no objects, in fact, just a number
114  int iCondition = 0;
115 
116  // condition result condResult will be set to true if the HF Ring Et sums
117  // passes the requirement
118  bool condResult = false;
119 
120  // store the index of the HfRingEtSums object
121  // from the combination evaluated in the condition
122  SingleCombInCond objectsInComb;
123 
124  // clear the m_combinationsInCond vector
126 
127  // get the HF Ring Et sums (event / condition)
128  const L1GctHFRingEtSums* etSumCand = m_gtPSB->getCandL1HfRingEtSums();
129 
130  // protection against missing HF Ring Et sums collection
131  if (etSumCand == 0) {
132  return false;
133  }
134 
136  ( *(m_gtHfRingEtSumsTemplate->objectParameter()) )[iCondition];
137 
138  // FIXME ask GCT to provide a method to retrieve it
139  const unsigned int numberL1HfRingEtSums = 4;
140 
141  const unsigned int cIndex = objPar.etSumIndex;
142  if (cIndex >= numberL1HfRingEtSums) {
143 
144  edm::LogError("L1GlobalTrigger") << "\nL1GtHfRingEtSumsCondition error: etSumIndex "
145  << cIndex << "greater than GCT maximum index = " << numberL1HfRingEtSums
146  << "\n ==> condResult = false " << std::endl;
147  return false;
148 
149  }
150 
151  const unsigned int etSumValue = etSumCand->etSum(cIndex);
152 
153  // check countThreshold
154  if ( !checkThreshold(objPar.etSumThreshold, etSumValue, m_gtHfRingEtSumsTemplate->condGEq()) ) {
155 
156  return false;
157  }
158 
159  // index is always zero - the object is in fact a count
160  int indexObj = 0;
161 
162  objectsInComb.push_back(indexObj);
163  (combinationsInCond()).push_back(objectsInComb);
164 
165  // if we get here all checks were successful for this combination
166  // set the general result for evaluateCondition to "true"
167 
168  condResult = true;
169  return condResult;
170 
171 }
typedef for a single object template
CombinationsInCond & combinationsInCond() const
get all the object combinations (to fill it...)
const L1GctHFRingEtSums * getCandL1HfRingEtSums() const
pointer to HfRingEtSums data list
std::vector< int > SingleCombInCond
typedefs
void clear(CLHEP::HepGenMatrix &m)
Helper function: Reset all elements of a matrix to 0.
Definition: matutil.cc:168
const bool checkThreshold(const Type1 &threshold, const Type2 &value, const bool condGEqValue) const
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
L1 GCT HF ring Et sums.
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects
uint16_t etSum(unsigned const i) const
const bool condGEq() const
get / set condition GEq flag
Definition: L1GtCondition.h:99
const std::vector< ObjectParameter > * objectParameter() const
const L1GtHfRingEtSumsTemplate* L1GtHfRingEtSumsCondition::gtHfRingEtSumsTemplate ( ) const
inline

get / set the pointer to a L1GtCondition

Definition at line 66 of file L1GtHfRingEtSumsCondition.h.

References m_gtHfRingEtSumsTemplate.

Referenced by copy().

66  {
68  }
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
const L1GlobalTriggerPSB* L1GtHfRingEtSumsCondition::gtPSB ( ) const
inline

get / set the pointer to PSB

Definition at line 73 of file L1GtHfRingEtSumsCondition.h.

References m_gtPSB.

Referenced by copy().

73  {
74  return m_gtPSB;
75  }
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects
L1GtHfRingEtSumsCondition & L1GtHfRingEtSumsCondition::operator= ( const L1GtHfRingEtSumsCondition cp)

Definition at line 89 of file L1GtHfRingEtSumsCondition.cc.

References copy().

90 {
91  copy(cp);
92  return *this;
93 }
void copy(const L1GtHfRingEtSumsCondition &cp)
copy function for copy constructor and operator=
void L1GtHfRingEtSumsCondition::print ( std::ostream &  myCout) const
virtual

print condition

Reimplemented from L1GtConditionEvaluation.

Definition at line 173 of file L1GtHfRingEtSumsCondition.cc.

References m_gtHfRingEtSumsTemplate, L1GtHfRingEtSumsTemplate::print(), and L1GtConditionEvaluation::print().

Referenced by L1GlobalTriggerGTL::run().

173  {
174 
177 
178 }
virtual void print(std::ostream &myCout) const
print the condition
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
virtual void print(std::ostream &myCout) const
print condition
void L1GtHfRingEtSumsCondition::setGtHfRingEtSumsTemplate ( const L1GtHfRingEtSumsTemplate etTemplate)

Definition at line 96 of file L1GtHfRingEtSumsCondition.cc.

References m_gtHfRingEtSumsTemplate.

96  {
97 
98  m_gtHfRingEtSumsTemplate = etTemplate;
99 
100 }
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
void L1GtHfRingEtSumsCondition::setGtPSB ( const L1GlobalTriggerPSB ptrPSB)

set the pointer to PSB

Definition at line 103 of file L1GtHfRingEtSumsCondition.cc.

References m_gtPSB.

103  {
104 
105  m_gtPSB = ptrPSB;
106 
107 }
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects

Member Data Documentation

const L1GtHfRingEtSumsTemplate* L1GtHfRingEtSumsCondition::m_gtHfRingEtSumsTemplate
private
const L1GlobalTriggerPSB* L1GtHfRingEtSumsCondition::m_gtPSB
private

pointer to PSB, to be able to get the trigger objects

Definition at line 90 of file L1GtHfRingEtSumsCondition.h.

Referenced by copy(), evaluateCondition(), gtPSB(), and setGtPSB().