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
L1GtMuonTemplate Class Reference

#include <L1GtMuonTemplate.h>

Inheritance diagram for L1GtMuonTemplate:
L1GtCondition

Classes

struct  CorrelationParameter
 
struct  ObjectParameter
 

Public Member Functions

const CorrelationParametercorrelationParameter () const
 
 L1GtMuonTemplate ()
 
 L1GtMuonTemplate (const std::string &)
 
 L1GtMuonTemplate (const std::string &, const L1GtConditionType &)
 
 L1GtMuonTemplate (const L1GtMuonTemplate &)
 
const std::vector
< ObjectParameter > * 
objectParameter () const
 
L1GtMuonTemplateoperator= (const L1GtMuonTemplate &)
 
virtual void print (std::ostream &myCout) const
 print the condition More...
 
void setConditionParameter (const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
 set functions More...
 
virtual ~L1GtMuonTemplate ()
 
- 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 L1GtMuonTemplate &cp)
 copy function for copy constructor and operator= More...
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

CorrelationParameter m_correlationParameter
 
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 L1GtMuonTemplate &)
 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 muon template.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 34 of file L1GtMuonTemplate.h.

Constructor & Destructor Documentation

L1GtMuonTemplate::L1GtMuonTemplate ( )

Definition at line 35 of file L1GtMuonTemplate.cc.

References CondMuon, and L1GtCondition::m_condCategory.

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

Definition at line 43 of file L1GtMuonTemplate.cc.

References CondMuon, and L1GtCondition::m_condCategory.

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

Definition at line 51 of file L1GtMuonTemplate.cc.

References m_objectParameter, L1GtCondition::m_objectType, Mu, and L1GtCondition::nrObjects().

52  : L1GtCondition(cName, CondMuon, cType)
53 {
54 
55  int nObjects = nrObjects();
56 
57  if (nObjects > 0) {
58  m_objectParameter.reserve(nObjects);
59 
60  m_objectType.reserve(nObjects);
61  m_objectType.assign(nObjects, Mu);
62  }
63 
64 }
const int nrObjects() const
get number of trigger objects
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
std::vector< L1GtObject > m_objectType
the trigger object type(s)
Definition: L1GtObject.h:30
L1GtMuonTemplate::L1GtMuonTemplate ( const L1GtMuonTemplate cp)

Definition at line 67 of file L1GtMuonTemplate.cc.

References copy().

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

Definition at line 74 of file L1GtMuonTemplate.cc.

75 {
76  // empty now
77 }

Member Function Documentation

void L1GtMuonTemplate::copy ( const L1GtMuonTemplate cp)
private

copy function for copy constructor and operator=

Definition at line 170 of file L1GtMuonTemplate.cc.

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

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

171 {
172 
173  m_condName = cp.condName();
175  m_condType = cp.condType();
176  m_objectType = cp.objectType();
177  m_condGEq = cp.condGEq();
178  m_condChipNr = cp.condChipNr();
179 
182 
183 }
const CorrelationParameter * correlationParameter() const
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
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)
L1GtConditionCategory m_condCategory
the category of the condition
const L1GtConditionType & condType() const
get / set the type of the condition (1s, etc)
Definition: L1GtCondition.h:79
const std::vector< ObjectParameter > * objectParameter() const
std::string m_condName
the name of the condition
CorrelationParameter m_correlationParameter
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 CorrelationParameter* L1GtMuonTemplate::correlationParameter ( ) const
inline
const std::vector<ObjectParameter>* L1GtMuonTemplate::objectParameter ( ) const
inline

Definition at line 92 of file L1GtMuonTemplate.h.

References m_objectParameter.

Referenced by L1GtMuonCondition::checkObjectParameter(), copy(), L1TMenuHelper::getLUSOTrigger(), L1GtVhdlWriterCore::getMuonSetupContentFromTriggerMenu(), and L1GtVmeWriterCore::writeVME().

93  {
94  return &m_objectParameter;
95  }
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
L1GtMuonTemplate & L1GtMuonTemplate::operator= ( const L1GtMuonTemplate cp)

Definition at line 80 of file L1GtMuonTemplate.cc.

References copy().

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

print the condition

Reimplemented from L1GtCondition.

Definition at line 99 of file L1GtMuonTemplate.cc.

References L1GtMuonTemplate::CorrelationParameter::chargeCorrelation, TauDecayModes::dec, L1GtMuonTemplate::CorrelationParameter::deltaEtaRange, L1GtMuonTemplate::CorrelationParameter::deltaPhiMaxbits, L1GtMuonTemplate::CorrelationParameter::deltaPhiRange0Word, L1GtMuonTemplate::CorrelationParameter::deltaPhiRange1Word, i, L1GtCondition::m_condType, m_correlationParameter, m_objectParameter, L1GtCondition::nrObjects(), L1GtCondition::print(), Type1s, and L1GtCondition::wsc().

Referenced by operator<<(), L1GtTriggerMenuXmlParser::parseMuon(), and L1GtMuonCondition::print().

100 {
101 
102  myCout << "\n L1GtMuonTemplate print..." << std::endl;
103 
104  L1GtCondition::print(myCout);
105 
106  int nObjects = nrObjects();
107 
108  for (int i = 0; i < nObjects; i++) {
109  myCout << std::endl;
110  myCout << " Template for object " << i << " [ hex ]" << std::endl;
111  myCout << " ptHighThreshold = "
112  << std::hex << m_objectParameter[i].ptHighThreshold << std::endl;
113  myCout << " ptLowThreshold = "
114  << std::hex << m_objectParameter[i].ptLowThreshold << std::endl;
115  myCout << " enableMip = "
116  << std::hex << m_objectParameter[i].enableMip << std::endl;
117  myCout << " enableIso = "
118  << std::hex << m_objectParameter[i].enableIso << std::endl;
119  myCout << " requestIso = "
120  << std::hex << m_objectParameter[i].requestIso << std::endl;
121  myCout << " qualityRange = "
122  << std::hex << m_objectParameter[i].qualityRange << std::endl;
123  myCout << " etaRange = "
124  << std::hex << m_objectParameter[i].etaRange << std::endl;
125  myCout << " phiHigh = "
126  << std::hex << m_objectParameter[i].phiHigh << std::endl;
127  myCout << " phiLow = "
128  << std::hex << m_objectParameter[i].phiLow << std::endl;
129  }
130 
131 
132  if ( wsc() ) {
133  myCout << " Correlation parameters " << "[ hex ]" << std::endl;
134 
135  myCout << " chargeCorrelation = "
137  << std::endl;
138 
139  myCout << " deltaEtaRange = "
140  << std::hex << m_correlationParameter.deltaEtaRange << std::endl;
141  myCout << " deltaPhiRange1Word = "
142  << std::hex << m_correlationParameter.deltaPhiRange1Word << std::endl;
143  myCout << " deltaPhiRange0Word = "
144  << std::hex << m_correlationParameter.deltaPhiRange0Word << std::endl;
145  myCout << " deltaPhiMaxbits = "
146  << std::hex << m_correlationParameter.deltaPhiMaxbits << std::endl;
147  } else {
148 
149  if (m_condType == Type1s) {
150  myCout << " Correlation parameters " << "[ hex ]" << std::endl;
151 
152  myCout << " chargeCorrelation = "
154  << " (charge sign) " << std::endl;
155 
156  } else {
157 
158  myCout << "\n Correlation parameters " << "[ hex ]" << std::endl;
159 
160  myCout << " chargeCorrelation = "
162  << std::endl;
163  }
164  }
165 
166  // reset to decimal output
167  myCout << std::dec << std::endl;
168 }
int i
Definition: DBlmapReader.cc:9
const int nrObjects() const
get number of trigger objects
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
virtual void print(std::ostream &myCout) const
print condition
L1GtConditionType m_condType
the type of the condition (1s, etc)
const bool wsc() const
CorrelationParameter m_correlationParameter
template<class Archive >
void L1GtMuonTemplate::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void L1GtMuonTemplate::setConditionParameter ( const std::vector< ObjectParameter > &  objParameter,
const CorrelationParameter corrParameter 
)

set functions

Definition at line 89 of file L1GtMuonTemplate.cc.

References m_correlationParameter, and m_objectParameter.

Referenced by L1GtTriggerMenuConfigOnlineProd::addCorrelationCondition(), L1GtTriggerMenuConfigOnlineProd::addMuonCondition(), and L1GtTriggerMenuXmlParser::parseMuon().

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 128 of file L1GtMuonTemplate.h.

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

Definition at line 128 of file L1GtMuonTemplate.h.

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

output stream operator

Definition at line 186 of file L1GtMuonTemplate.cc.

187 {
188  result.print(os);
189  return os;
190 
191 }
virtual void print(std::ostream &myCout) const
print the condition

Member Data Documentation

CorrelationParameter L1GtMuonTemplate::m_correlationParameter
private

Definition at line 125 of file L1GtMuonTemplate.h.

Referenced by copy(), correlationParameter(), print(), and setConditionParameter().

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

variables containing the parameters

Definition at line 124 of file L1GtMuonTemplate.h.

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