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 Attributes
StableParametersTrivialProducer Class Reference

#include <StableParametersTrivialProducer.h>

Inheritance diagram for StableParametersTrivialProducer:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

boost::shared_ptr
< GlobalStableParameters
produceGtStableParameters (const L1TGlobalStableParametersRcd &)
 public methods More...
 
 StableParametersTrivialProducer (const edm::ParameterSet &)
 constructor More...
 
 ~StableParametersTrivialProducer ()
 destructor More...
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
virtual ~ESProducer ()
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
virtual void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval)
 overrides DataProxyProvider method More...
 
virtual ~ESProxyFactoryProducer ()
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider ()
 

Private Attributes

unsigned int m_ifCaloEtaNumberBits
 number of bits for eta of calorimeter objects More...
 
unsigned int m_ifMuEtaNumberBits
 number of bits for eta of muon objects More...
 
unsigned int m_numberConditionChips
 hardware More...
 
unsigned int m_numberL1CenJet
 central, forward and tau jets More...
 
unsigned int m_numberL1ForJet
 
unsigned int m_numberL1IsoEG
 
unsigned int m_numberL1JetCounts
 jet counts More...
 
unsigned int m_numberL1Mu
 trigger objects More...
 
unsigned int m_numberL1NoIsoEG
 e/gamma and isolated e/gamma objects More...
 
unsigned int m_numberL1TauJet
 
unsigned int m_numberPhysTriggers
 trigger decision More...
 
unsigned int m_numberPhysTriggersExtended
 additional number of physics trigger algorithms More...
 
int m_numberPsbBoards
 number of PSB boards in GT More...
 
unsigned int m_numberTechnicalTriggers
 number of technical triggers More...
 
std::vector< int > m_orderConditionChip
 
unsigned int m_pinsOnConditionChip
 number of pins on the GTL condition chips More...
 
int m_unitLength
 one unit in the word is UnitLength bits More...
 
int m_wordLength
 GT DAQ record organized in words of WordLength bits. More...
 

Additional Inherited Members

- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair
< DataKey, boost::shared_ptr
< DataProxy > > > 
KeyedProxies
 
typedef std::vector
< EventSetupRecordKey
Keys
 
typedef std::map
< EventSetupRecordKey,
KeyedProxies
RecordProxies
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
void setWhatProduced (T *iThis, const es::Label &iLabel=es::Label())
 
template<typename T >
void setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
void setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
void setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label())
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string())
 
virtual void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList)
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 

Detailed Description

Description: ESProducer for L1 GT parameters.

Implementation: <TODO: enter implementation details>

Description: ESProducer for L1 GT parameters.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

Definition at line 39 of file StableParametersTrivialProducer.h.

Constructor & Destructor Documentation

StableParametersTrivialProducer::StableParametersTrivialProducer ( const edm::ParameterSet parSet)

constructor

number of bits for eta of calorimeter objects

number of bits for eta of calorimeter objects

Definition at line 37 of file StableParametersTrivialProducer.cc.

References edm::ParameterSet::getParameter(), m_ifCaloEtaNumberBits, m_ifMuEtaNumberBits, m_numberConditionChips, m_numberL1CenJet, m_numberL1ForJet, m_numberL1IsoEG, m_numberL1JetCounts, m_numberL1Mu, m_numberL1NoIsoEG, m_numberL1TauJet, m_numberPhysTriggers, m_numberPhysTriggersExtended, m_numberPsbBoards, m_numberTechnicalTriggers, m_orderConditionChip, m_pinsOnConditionChip, m_unitLength, m_wordLength, produceGtStableParameters(), and edm::ESProducer::setWhatProduced().

38  {
39 
40  // tell the framework what data is being produced
43 
44  // now do what ever other initialization is needed
45 
46  // trigger decision
47 
48  // number of physics trigger algorithms
50  = parSet.getParameter<unsigned int>("NumberPhysTriggers");
51 
52  // additional number of physics trigger algorithms
54  = parSet.getParameter<unsigned int>("NumberPhysTriggersExtended");
55 
56  // number of technical triggers
58  = parSet.getParameter<unsigned int>("NumberTechnicalTriggers");
59 
60  // trigger objects
61 
62  // muons
63  m_numberL1Mu = parSet.getParameter<unsigned int>("NumberL1Mu");
64 
65  // e/gamma and isolated e/gamma objects
66  m_numberL1NoIsoEG = parSet.getParameter<unsigned int>("NumberL1NoIsoEG");
67  m_numberL1IsoEG = parSet.getParameter<unsigned int>("NumberL1IsoEG");
68 
69  // central, forward and tau jets
70  m_numberL1CenJet = parSet.getParameter<unsigned int>("NumberL1CenJet");
71  m_numberL1ForJet = parSet.getParameter<unsigned int>("NumberL1ForJet");
72  m_numberL1TauJet = parSet.getParameter<unsigned int>("NumberL1TauJet");
73 
74  // jet counts
75  m_numberL1JetCounts = parSet.getParameter<unsigned int>("NumberL1JetCounts");
76 
77  // hardware
78 
79  // number of maximum chips defined in the xml file
81  = parSet.getParameter<unsigned int>("NumberConditionChips");
82 
83  // number of pins on the GTL condition chips
85  = parSet.getParameter<unsigned int>("PinsOnConditionChip");
86 
87  // correspondence "condition chip - GTL algorithm word" in the hardware
88  // e.g.: chip 2: 0 - 95; chip 1: 96 - 128 (191)
90  = parSet.getParameter<std::vector<int> >("OrderConditionChip");
91 
92  // number of PSB boards in GT
93  m_numberPsbBoards = parSet.getParameter<int>("NumberPsbBoards");
94 
97  = parSet.getParameter<unsigned int>("IfCaloEtaNumberBits");
98 
100  m_ifMuEtaNumberBits = parSet.getParameter<unsigned int>("IfMuEtaNumberBits");
101 
102  // GT DAQ record organized in words of WordLength bits
103  m_wordLength = parSet.getParameter<int>("WordLength");
104 
105  // one unit in the word is UnitLength bits
106  m_unitLength = parSet.getParameter<int>("UnitLength");
107 
108 }
T getParameter(std::string const &) const
unsigned int m_ifCaloEtaNumberBits
number of bits for eta of calorimeter objects
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
unsigned int m_numberL1CenJet
central, forward and tau jets
unsigned int m_numberPhysTriggersExtended
additional number of physics trigger algorithms
boost::shared_ptr< GlobalStableParameters > produceGtStableParameters(const L1TGlobalStableParametersRcd &)
public methods
unsigned int m_ifMuEtaNumberBits
number of bits for eta of muon objects
unsigned int m_pinsOnConditionChip
number of pins on the GTL condition chips
int m_unitLength
one unit in the word is UnitLength bits
int m_numberPsbBoards
number of PSB boards in GT
unsigned int m_numberTechnicalTriggers
number of technical triggers
unsigned int m_numberL1NoIsoEG
e/gamma and isolated e/gamma objects
int m_wordLength
GT DAQ record organized in words of WordLength bits.
unsigned int m_numberPhysTriggers
trigger decision
StableParametersTrivialProducer::~StableParametersTrivialProducer ( )

destructor

Definition at line 111 of file StableParametersTrivialProducer.cc.

111  {
112 
113  // empty
114 
115 }

Member Function Documentation

boost::shared_ptr< GlobalStableParameters > StableParametersTrivialProducer::produceGtStableParameters ( const L1TGlobalStableParametersRcd iRecord)

public methods

L1 GT parameters

Definition at line 121 of file StableParametersTrivialProducer.cc.

References m_ifCaloEtaNumberBits, m_ifMuEtaNumberBits, m_numberConditionChips, m_numberL1CenJet, m_numberL1ForJet, m_numberL1IsoEG, m_numberL1JetCounts, m_numberL1Mu, m_numberL1NoIsoEG, m_numberL1TauJet, m_numberPhysTriggers, m_numberPhysTriggersExtended, m_numberPsbBoards, m_numberTechnicalTriggers, m_orderConditionChip, m_pinsOnConditionChip, m_unitLength, and m_wordLength.

Referenced by StableParametersTrivialProducer().

122  {
123 
124  boost::shared_ptr<GlobalStableParameters> pL1uGtStableParameters =
125  boost::shared_ptr<GlobalStableParameters>(new GlobalStableParameters());
126 
127  // set the number of physics trigger algorithms
128  pL1uGtStableParameters->setGtNumberPhysTriggers(m_numberPhysTriggers);
129 
130  // set the additional number of physics trigger algorithms
131  pL1uGtStableParameters->setGtNumberPhysTriggersExtended(m_numberPhysTriggersExtended);
132 
133  // set the number of technical triggers
134  pL1uGtStableParameters->setGtNumberTechnicalTriggers(m_numberTechnicalTriggers);
135 
136  // set the number of L1 muons received by GT
137  pL1uGtStableParameters->setGtNumberL1Mu(m_numberL1Mu);
138 
139  // set the number of L1 e/gamma objects received by GT
140  pL1uGtStableParameters->setGtNumberL1NoIsoEG(m_numberL1NoIsoEG);
141 
142  // set the number of L1 isolated e/gamma objects received by GT
143  pL1uGtStableParameters->setGtNumberL1IsoEG(m_numberL1IsoEG);
144 
145  // set the number of L1 central jets received by GT
146  pL1uGtStableParameters->setGtNumberL1CenJet(m_numberL1CenJet);
147 
148  // set the number of L1 forward jets received by GT
149  pL1uGtStableParameters->setGtNumberL1ForJet(m_numberL1ForJet);
150 
151  // set the number of L1 tau jets received by GT
152  pL1uGtStableParameters->setGtNumberL1TauJet(m_numberL1TauJet);
153 
154  // set the number of L1 jet counts received by GT
155  pL1uGtStableParameters->setGtNumberL1JetCounts(m_numberL1JetCounts);
156 
157  // hardware stuff
158 
159  // set the number of condition chips in GTL
160  pL1uGtStableParameters->setGtNumberConditionChips(m_numberConditionChips);
161 
162  // set the number of pins on the GTL condition chips
163  pL1uGtStableParameters->setGtPinsOnConditionChip(m_pinsOnConditionChip);
164 
165  // set the correspondence "condition chip - GTL algorithm word"
166  // in the hardware
167  pL1uGtStableParameters->setGtOrderConditionChip(m_orderConditionChip);
168 
169  // set the number of PSB boards in GT
170  pL1uGtStableParameters->setGtNumberPsbBoards(m_numberPsbBoards);
171 
172  // set the number of bits for eta of calorimeter objects
173  pL1uGtStableParameters->setGtIfCaloEtaNumberBits(m_ifCaloEtaNumberBits);
174 
175  // set the number of bits for eta of muon objects
176  pL1uGtStableParameters->setGtIfMuEtaNumberBits(m_ifMuEtaNumberBits);
177 
178  // set WordLength
179  pL1uGtStableParameters->setGtWordLength(m_wordLength);
180 
181  // set one UnitLength
182  pL1uGtStableParameters->setGtUnitLength(m_unitLength);
183 
184  //
185  //
186  return pL1uGtStableParameters;
187 
188 }
unsigned int m_ifCaloEtaNumberBits
number of bits for eta of calorimeter objects
unsigned int m_numberL1CenJet
central, forward and tau jets
unsigned int m_numberPhysTriggersExtended
additional number of physics trigger algorithms
unsigned int m_ifMuEtaNumberBits
number of bits for eta of muon objects
unsigned int m_pinsOnConditionChip
number of pins on the GTL condition chips
int m_unitLength
one unit in the word is UnitLength bits
int m_numberPsbBoards
number of PSB boards in GT
unsigned int m_numberTechnicalTriggers
number of technical triggers
unsigned int m_numberL1NoIsoEG
e/gamma and isolated e/gamma objects
int m_wordLength
GT DAQ record organized in words of WordLength bits.
unsigned int m_numberPhysTriggers
trigger decision

Member Data Documentation

unsigned int StableParametersTrivialProducer::m_ifCaloEtaNumberBits
private

number of bits for eta of calorimeter objects

Definition at line 104 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_ifMuEtaNumberBits
private

number of bits for eta of muon objects

Definition at line 107 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberConditionChips
private

hardware

number of maximum chips defined in the xml file

Definition at line 91 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberL1CenJet
private

central, forward and tau jets

Definition at line 79 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberL1ForJet
private
unsigned int StableParametersTrivialProducer::m_numberL1IsoEG
private
unsigned int StableParametersTrivialProducer::m_numberL1JetCounts
private

jet counts

Definition at line 84 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberL1Mu
private

trigger objects

muons

Definition at line 72 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberL1NoIsoEG
private

e/gamma and isolated e/gamma objects

Definition at line 75 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberL1TauJet
private
unsigned int StableParametersTrivialProducer::m_numberPhysTriggers
private

trigger decision

number of physics trigger algorithms

Definition at line 61 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberPhysTriggersExtended
private

additional number of physics trigger algorithms

Definition at line 64 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

int StableParametersTrivialProducer::m_numberPsbBoards
private

number of PSB boards in GT

Definition at line 101 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_numberTechnicalTriggers
private

number of technical triggers

Definition at line 67 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

std::vector<int> StableParametersTrivialProducer::m_orderConditionChip
private

correspondence "condition chip - GTL algorithm word" in the hardware e.g.: chip 2: 0 - 95; chip 1: 96 - 128 (191)

Definition at line 98 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

unsigned int StableParametersTrivialProducer::m_pinsOnConditionChip
private

number of pins on the GTL condition chips

Definition at line 94 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

int StableParametersTrivialProducer::m_unitLength
private

one unit in the word is UnitLength bits

Definition at line 115 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().

int StableParametersTrivialProducer::m_wordLength
private

GT DAQ record organized in words of WordLength bits.

Definition at line 112 of file StableParametersTrivialProducer.h.

Referenced by produceGtStableParameters(), and StableParametersTrivialProducer().