#include <L1CSCTriggerPrimitivesConfigProducer.h>
Private Attributes | |
unsigned int | m_alct_accel_mode |
unsigned int | m_alct_drift_delay |
unsigned int | m_alct_fifo_pretrig |
unsigned int | m_alct_fifo_tbins |
unsigned int | m_alct_l1a_window_width |
unsigned int | m_alct_nplanes_hit_accel_pattern |
unsigned int | m_alct_nplanes_hit_accel_pretrig |
unsigned int | m_alct_nplanes_hit_pattern |
unsigned int | m_alct_nplanes_hit_pretrig |
unsigned int | m_alct_trig_mode |
unsigned int | m_clct_drift_delay |
unsigned int | m_clct_fifo_pretrig |
unsigned int | m_clct_fifo_tbins |
unsigned int | m_clct_hit_persist |
unsigned int | m_clct_min_separation |
unsigned int | m_clct_nplanes_hit_pattern |
unsigned int | m_clct_nplanes_hit_pretrig |
unsigned int | m_clct_pid_thresh_pretrig |
unsigned int | m_tmb_alct_trig_enable |
unsigned int | m_tmb_clct_trig_enable |
unsigned int | m_tmb_match_trig_enable |
unsigned int | m_tmb_match_trig_window_size |
unsigned int | m_tmb_mpc_block_me1a |
unsigned int | m_tmb_tmb_l1a_window_size |
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 &) |
Description: Produce configuration parameters for the Level-1 CSC Trigger Primitives emulator.
Definition at line 26 of file L1CSCTriggerPrimitivesConfigProducer.h.
L1CSCTriggerPrimitivesConfigProducer::L1CSCTriggerPrimitivesConfigProducer | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 20 of file L1CSCTriggerPrimitivesConfigProducer.cc.
References edm::ParameterSet::getParameter(), m_alct_accel_mode, m_alct_drift_delay, m_alct_fifo_pretrig, m_alct_fifo_tbins, m_alct_l1a_window_width, m_alct_nplanes_hit_accel_pattern, m_alct_nplanes_hit_accel_pretrig, m_alct_nplanes_hit_pattern, m_alct_nplanes_hit_pretrig, m_alct_trig_mode, m_clct_drift_delay, m_clct_fifo_pretrig, m_clct_fifo_tbins, m_clct_hit_persist, m_clct_min_separation, m_clct_nplanes_hit_pattern, m_clct_nplanes_hit_pretrig, m_clct_pid_thresh_pretrig, m_tmb_alct_trig_enable, m_tmb_clct_trig_enable, m_tmb_match_trig_enable, m_tmb_match_trig_window_size, m_tmb_mpc_block_me1a, m_tmb_tmb_l1a_window_size, and edm::ESProducer::setWhatProduced().
L1CSCTriggerPrimitivesConfigProducer::~L1CSCTriggerPrimitivesConfigProducer | ( | ) |
Definition at line 109 of file L1CSCTriggerPrimitivesConfigProducer.cc.
std::auto_ptr< CSCDBL1TPParameters > L1CSCTriggerPrimitivesConfigProducer::produce | ( | const CSCDBL1TPParametersRcd & | iRecord | ) |
Definition at line 118 of file L1CSCTriggerPrimitivesConfigProducer.cc.
References m_alct_accel_mode, m_alct_drift_delay, m_alct_fifo_pretrig, m_alct_fifo_tbins, m_alct_l1a_window_width, m_alct_nplanes_hit_accel_pattern, m_alct_nplanes_hit_accel_pretrig, m_alct_nplanes_hit_pattern, m_alct_nplanes_hit_pretrig, m_alct_trig_mode, m_clct_drift_delay, m_clct_fifo_pretrig, m_clct_fifo_tbins, m_clct_hit_persist, m_clct_min_separation, m_clct_nplanes_hit_pattern, m_clct_nplanes_hit_pretrig, m_clct_pid_thresh_pretrig, m_tmb_alct_trig_enable, m_tmb_clct_trig_enable, m_tmb_match_trig_enable, m_tmb_match_trig_window_size, m_tmb_mpc_block_me1a, and m_tmb_tmb_l1a_window_size.
|
private |
Definition at line 41 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 38 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 37 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
ALCT configuration parameters.
Definition at line 37 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 41 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 40 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 39 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 40 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 39 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 41 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 45 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 44 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
CLCT configuration parameters.
Definition at line 44 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 45 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 48 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 46 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 46 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 47 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 52 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 52 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 53 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 54 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
TMB configuration parameters.
Definition at line 51 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().
|
private |
Definition at line 54 of file L1CSCTriggerPrimitivesConfigProducer.h.
Referenced by L1CSCTriggerPrimitivesConfigProducer(), and produce().