CMS 3D CMS Logo

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

#include <L1GtEnergySumTemplate.h>

Inheritance diagram for L1GtEnergySumTemplate:
L1GtCondition

Classes

struct  ObjectParameter
 typedef for a single object template More...
 

Public Member Functions

 L1GtEnergySumTemplate ()
 
 L1GtEnergySumTemplate (const std::string &)
 
 L1GtEnergySumTemplate (const std::string &, const L1GtConditionType &)
 
 L1GtEnergySumTemplate (const L1GtEnergySumTemplate &)
 
const std::vector
< ObjectParameter > * 
objectParameter () const
 
L1GtEnergySumTemplateoperator= (const L1GtEnergySumTemplate &)
 
virtual void print (std::ostream &myCout) const
 print the condition More...
 
void setConditionParameter (const std::vector< ObjectParameter > &)
 set functions More...
 
virtual ~L1GtEnergySumTemplate ()
 
- Public Member Functions inherited from L1GtCondition
const L1GtConditionCategorycondCategory () const
 get / set the category of the condition More...
 
const int & condChipNr () const
 get / set the condition-chip number the condition is located on More...
 
const bool condGEq () const
 get / set condition GEq flag More...
 
const std::string & condName () const
 get / set condition name More...
 
const L1GtConditionTypecondType () const
 get / set the type of the condition (1s, etc) More...
 
const bool corr () const
 
 L1GtCondition ()
 
 L1GtCondition (const std::string &)
 constructor from condition name More...
 
 L1GtCondition (const std::string &, const L1GtConditionCategory &, const L1GtConditionType &)
 constructor from condition name, category and type More...
 
const int nrObjects () const
 get number of trigger objects More...
 
const std::vector< L1GtObject > & objectType () const
 get / set the trigger object type(s) in the condition More...
 
void setCondCategory (const L1GtConditionCategory &cCategory)
 
void setCondChipNr (const int &cChipNr)
 
void setCondGEq (const bool &cGEq)
 
void setCondName (const std::string &cName)
 
void setCondType (const L1GtConditionType &cType)
 
void setObjectType (const std::vector< L1GtObject > &objType)
 
const bool wsc () const
 
virtual ~L1GtCondition ()
 destructor More...
 

Private Member Functions

void copy (const L1GtEnergySumTemplate &cp)
 copy function for copy constructor and operator= More...
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::vector< ObjectParameterm_objectParameter
 variables containing the parameters More...
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 
std::ostream & operator<< (std::ostream &, const L1GtEnergySumTemplate &)
 output stream operator More...
 

Additional Inherited Members

- Protected Attributes inherited from L1GtCondition
L1GtConditionCategory m_condCategory
 the category of the condition More...
 
int m_condChipNr
 condition is located on condition chip m_condChipNr More...
 
bool m_condGEq
 the operator used for the condition (>=, =): true for >= More...
 
std::string m_condName
 the name of the condition More...
 
L1GtConditionType m_condType
 the type of the condition (1s, etc) More...
 
std::vector< L1GtObjectm_objectType
 the trigger object type(s) More...
 

Detailed Description

Description: L1 Global Trigger energy-sum template.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 36 of file L1GtEnergySumTemplate.h.

Constructor & Destructor Documentation

L1GtEnergySumTemplate::L1GtEnergySumTemplate ( )

Definition at line 35 of file L1GtEnergySumTemplate.cc.

References CondEnergySum, and L1GtCondition::m_condCategory.

36  : L1GtCondition()
37 {
38 
40 
41 }
L1GtConditionCategory m_condCategory
the category of the condition
L1GtEnergySumTemplate::L1GtEnergySumTemplate ( const std::string &  cName)

Definition at line 43 of file L1GtEnergySumTemplate.cc.

References CondEnergySum, and L1GtCondition::m_condCategory.

44  : L1GtCondition(cName)
45 {
46 
48 
49 }
L1GtConditionCategory m_condCategory
the category of the condition
L1GtEnergySumTemplate::L1GtEnergySumTemplate ( const std::string &  cName,
const L1GtConditionType cType 
)

Definition at line 51 of file L1GtEnergySumTemplate.cc.

References CondEnergySum, L1GtCondition::m_condCategory, m_objectParameter, L1GtCondition::m_objectType, and L1GtCondition::nrObjects().

52  : L1GtCondition(cName, CondEnergySum, cType)
53 {
54 
56 
57  // should be always 1 - they are global quantities...
58  int nObjects = nrObjects();
59 
60  if (nObjects > 0) {
61  m_objectParameter.reserve(nObjects);
62  m_objectType.reserve(nObjects);
63  }
64 
65 }
const int nrObjects() const
get number of trigger objects
std::vector< L1GtObject > m_objectType
the trigger object type(s)
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
L1GtConditionCategory m_condCategory
the category of the condition
L1GtEnergySumTemplate::L1GtEnergySumTemplate ( const L1GtEnergySumTemplate cp)

Definition at line 68 of file L1GtEnergySumTemplate.cc.

References copy().

70 {
71  copy(cp);
72 }
std::string m_condName
the name of the condition
void copy(const L1GtEnergySumTemplate &cp)
copy function for copy constructor and operator=
L1GtEnergySumTemplate::~L1GtEnergySumTemplate ( )
virtual

Definition at line 75 of file L1GtEnergySumTemplate.cc.

76 {
77  // empty now
78 }

Member Function Documentation

void L1GtEnergySumTemplate::copy ( const L1GtEnergySumTemplate cp)
private

copy function for copy constructor and operator=

Definition at line 132 of file L1GtEnergySumTemplate.cc.

References L1GtCondition::condCategory(), L1GtCondition::condChipNr(), L1GtCondition::condGEq(), L1GtCondition::condName(), L1GtCondition::condType(), L1GtCondition::m_condCategory, L1GtCondition::m_condChipNr, L1GtCondition::m_condGEq, L1GtCondition::m_condName, L1GtCondition::m_condType, m_objectParameter, L1GtCondition::m_objectType, objectParameter(), and L1GtCondition::objectType().

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

133 {
134 
135  m_condName = cp.condName();
137  m_condType = cp.condType();
138  m_objectType = cp.objectType();
139  m_condGEq = cp.condGEq();
140  m_condChipNr = cp.condChipNr();
141 
143 
144 }
const std::string & condName() const
get / set condition name
Definition: L1GtCondition.h:57
const int & condChipNr() const
get / set the condition-chip number the condition is located on
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
Definition: L1GtCondition.h:90
std::vector< L1GtObject > m_objectType
the trigger object type(s)
L1GtConditionType m_condType
the type of the condition (1s, etc)
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
L1GtConditionCategory m_condCategory
the category of the condition
const std::vector< ObjectParameter > * objectParameter() const
const L1GtConditionType & condType() const
get / set the type of the condition (1s, etc)
Definition: L1GtCondition.h:79
std::string m_condName
the name of the condition
const L1GtConditionCategory & condCategory() const
get / set the category of the condition
Definition: L1GtCondition.h:68
bool m_condGEq
the operator used for the condition (&gt;=, =): true for &gt;=
const bool condGEq() const
get / set condition GEq flag
int m_condChipNr
condition is located on condition chip m_condChipNr
const std::vector<ObjectParameter>* L1GtEnergySumTemplate::objectParameter ( ) const
inline

Definition at line 80 of file L1GtEnergySumTemplate.h.

References m_objectParameter.

Referenced by copy(), L1GtEnergySumCondition::evaluateCondition(), L1GtVhdlWriterCore::getEsumsSetupContentFromTriggerMenu(), L1TMenuHelper::getLUSOTrigger(), and L1GtVmeWriterCore::writeVME().

80  {
81  return &m_objectParameter;
82  }
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
L1GtEnergySumTemplate & L1GtEnergySumTemplate::operator= ( const L1GtEnergySumTemplate cp)

Definition at line 81 of file L1GtEnergySumTemplate.cc.

References copy().

82 {
83 
84  copy(cp);
85  return *this;
86 }
void copy(const L1GtEnergySumTemplate &cp)
copy function for copy constructor and operator=
void L1GtEnergySumTemplate::print ( std::ostream &  myCout) const
virtual

print the condition

Reimplemented from L1GtCondition.

Definition at line 98 of file L1GtEnergySumTemplate.cc.

References TauDecayModes::dec, i, L1GtCondition::m_condType, m_objectParameter, L1GtCondition::nrObjects(), L1GtCondition::print(), TypeETM, and TypeHTM.

Referenced by operator<<(), L1GtTriggerMenuXmlParser::parseEnergySum(), and L1GtEnergySumCondition::print().

99 {
100 
101  myCout << "\n L1GtEnergySumTemplate print..." << std::endl;
102 
103  L1GtCondition::print(myCout);
104 
105  int nObjects = nrObjects();
106 
107  for (int i = 0; i < nObjects; i++) {
108  myCout << std::endl;
109  myCout << " Template for object " << i << " [ hex ]" << std::endl;
110  myCout << " etThreshold = "
111  << std::hex << m_objectParameter[i].etThreshold << std::endl;
112  myCout << " energyOverflow = "
113  << std::hex << m_objectParameter[0].energyOverflow << std::endl;
114 
115  if (m_condType == TypeETM) {
116  myCout << " phi = "
117  << std::hex << m_objectParameter[i].phiRange1Word
118  << std::hex << m_objectParameter[i].phiRange0Word
119  << std::endl;
120  } else if (m_condType == TypeHTM) {
121  myCout << " phi = "
122  << std::hex << m_objectParameter[i].phiRange0Word
123  << std::endl;
124  }
125 
126  }
127 
128  // reset to decimal output
129  myCout << std::dec << std::endl;
130 }
int i
Definition: DBlmapReader.cc:9
const int nrObjects() const
get number of trigger objects
virtual void print(std::ostream &myCout) const
print condition
L1GtConditionType m_condType
the type of the condition (1s, etc)
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
template<class Archive >
void L1GtEnergySumTemplate::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void L1GtEnergySumTemplate::setConditionParameter ( const std::vector< ObjectParameter > &  objParameter)

set functions

Definition at line 90 of file L1GtEnergySumTemplate.cc.

References m_objectParameter.

Referenced by L1GtTriggerMenuConfigOnlineProd::addCorrelationCondition(), L1GtTriggerMenuConfigOnlineProd::addEnergySumCondition(), and L1GtTriggerMenuXmlParser::parseEnergySum().

92 {
93 
94  m_objectParameter = objParameter;
95 
96 }
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 104 of file L1GtEnergySumTemplate.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 104 of file L1GtEnergySumTemplate.h.

std::ostream& operator<< ( std::ostream &  os,
const L1GtEnergySumTemplate result 
)
friend

output stream operator

Definition at line 147 of file L1GtEnergySumTemplate.cc.

148 {
149  result.print(os);
150  return os;
151 
152 }
virtual void print(std::ostream &myCout) const
print the condition

Member Data Documentation

std::vector<ObjectParameter> L1GtEnergySumTemplate::m_objectParameter
private

variables containing the parameters

Definition at line 101 of file L1GtEnergySumTemplate.h.

Referenced by copy(), L1GtEnergySumTemplate(), objectParameter(), print(), and setConditionParameter().