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 | Friends
L1GtCastorTemplate Class Reference

#include <L1GtCastorTemplate.h>

Inheritance diagram for L1GtCastorTemplate:
L1GtCondition

Public Member Functions

 L1GtCastorTemplate ()
 
 L1GtCastorTemplate (const std::string &)
 
 L1GtCastorTemplate (const std::string &, const L1GtConditionType &)
 
 L1GtCastorTemplate (const L1GtCastorTemplate &)
 
L1GtCastorTemplateoperator= (const L1GtCastorTemplate &)
 
virtual void print (std::ostream &myCout) const
 print the condition More...
 
virtual ~L1GtCastorTemplate ()
 
- 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 L1GtCastorTemplate &cp)
 copy function for copy constructor and operator= More...
 

Friends

std::ostream & operator<< (std::ostream &, const L1GtCastorTemplate &)
 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 CASTOR template.

Implementation: Instantiated L1GtCondition. CASTOR conditions sends a logical result only. No changes are possible at the L1 GT level. CASTOR conditions can be used in physics algorithms in combination with muon, calorimeter, energy sum and jet-counts conditions. It has zero objects.

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 36 of file L1GtCastorTemplate.h.

Constructor & Destructor Documentation

L1GtCastorTemplate::L1GtCastorTemplate ( )

Definition at line 39 of file L1GtCastorTemplate.cc.

References CondCastor, L1GtCondition::m_condCategory, L1GtCondition::m_condType, and TypeCastor.

40  : L1GtCondition()
41 {
42 
45 
46 }
L1GtConditionType m_condType
the type of the condition (1s, etc)
L1GtConditionCategory m_condCategory
the category of the condition
L1GtCastorTemplate::L1GtCastorTemplate ( const std::string &  cName)

Definition at line 48 of file L1GtCastorTemplate.cc.

References CondCastor, L1GtCondition::m_condCategory, L1GtCondition::m_condType, and TypeCastor.

49  : L1GtCondition(cName)
50 {
51 
54 
55 }
L1GtConditionType m_condType
the type of the condition (1s, etc)
L1GtConditionCategory m_condCategory
the category of the condition
L1GtCastorTemplate::L1GtCastorTemplate ( const std::string &  cName,
const L1GtConditionType cType 
)

Definition at line 57 of file L1GtCastorTemplate.cc.

References CondCastor, L1GtCondition::m_condCategory, L1GtCondition::m_condType, L1GtCondition::m_objectType, L1GtCondition::nrObjects(), and TypeCastor.

58  : L1GtCondition(cName, CondEnergySum, cType)
59 {
60 
63 
64  // actually no objects are sent by CASTOR, only the result of the condition
65  int nObjects = nrObjects();
66 
67  if (nObjects > 0) {
68  m_objectType.reserve(nObjects);
69  }
70 
71 }
const int nrObjects() const
get number of trigger objects
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
L1GtCastorTemplate::L1GtCastorTemplate ( const L1GtCastorTemplate cp)

Definition at line 74 of file L1GtCastorTemplate.cc.

References copy().

76 {
77  copy(cp);
78 }
void copy(const L1GtCastorTemplate &cp)
copy function for copy constructor and operator=
std::string m_condName
the name of the condition
L1GtCastorTemplate::~L1GtCastorTemplate ( )
virtual

Definition at line 81 of file L1GtCastorTemplate.cc.

82 {
83  // empty now
84 }

Member Function Documentation

void L1GtCastorTemplate::copy ( const L1GtCastorTemplate cp)
private

copy function for copy constructor and operator=

Definition at line 107 of file L1GtCastorTemplate.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, L1GtCondition::m_objectType, and L1GtCondition::objectType().

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

108 {
109 
110  m_condName = cp.condName();
112  m_condType = cp.condType();
113  m_objectType = cp.objectType();
114  m_condGEq = cp.condGEq();
115  m_condChipNr = cp.condChipNr();
116 
117 }
const std::string & condName() const
get / set condition name
Definition: L1GtCondition.h:55
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:88
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:77
std::string m_condName
the name of the condition
const L1GtConditionCategory & condCategory() const
get / set the category of the condition
Definition: L1GtCondition.h:66
bool m_condGEq
the operator used for the condition (&gt;=, =): true for &gt;=
const bool condGEq() const
get / set condition GEq flag
Definition: L1GtCondition.h:99
int m_condChipNr
condition is located on condition chip m_condChipNr
L1GtCastorTemplate & L1GtCastorTemplate::operator= ( const L1GtCastorTemplate cp)

Definition at line 87 of file L1GtCastorTemplate.cc.

References copy().

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

print the condition

Reimplemented from L1GtCondition.

Definition at line 95 of file L1GtCastorTemplate.cc.

References L1GtCondition::print().

Referenced by operator<<(), L1GtTriggerMenuXmlParser::parseCastor(), and L1GtCastorCondition::print().

96 {
97 
98  myCout << "\n L1GtCastorTemplate print..." << std::endl;
99 
100  L1GtCondition::print(myCout);
101 
102 
103  // reset to decimal output
104  myCout << std::dec << std::endl;
105 }
virtual void print(std::ostream &myCout) const
print condition

Friends And Related Function Documentation

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

output stream operator

Definition at line 120 of file L1GtCastorTemplate.cc.

121 {
122  result.print(os);
123  return os;
124 
125 }
virtual void print(std::ostream &myCout) const
print the condition