#include <L1Trigger/L1GctConfigProducers/interface/L1GctConfigProducers.h>
Public Types | |
typedef boost::shared_ptr < L1GctChannelMask > | ChanMaskReturnType |
typedef boost::shared_ptr < L1GctJetFinderParams > | JfParamsReturnType |
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 |
Private Attributes | |
double | m_CenJetSeed |
bool | m_convertToEnergy |
unsigned | m_corrFunType |
unsigned | m_EtaBoundry |
double | m_FwdJetSeed |
double | m_htJetThresh |
double | m_htLsb |
std::vector< std::vector < double > > | m_jetCalibFunc |
unsigned | m_metEtaMask |
unsigned | m_mhtEtaMask |
double | m_mhtJetThresh |
double | m_rgnEtLsb |
std::vector< std::vector < double > > | m_tauCalibFunc |
double | m_tauIsoThresh |
double | m_TauJetSeed |
unsigned | m_tetEtaMask |
unsigned | m_thtEtaMask |
Additional Inherited Members | |
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: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 51 of file L1GctConfigProducers.h.
typedef boost::shared_ptr<L1GctChannelMask> L1GctConfigProducers::ChanMaskReturnType |
Definition at line 57 of file L1GctConfigProducers.h.
typedef boost::shared_ptr<L1GctJetFinderParams> L1GctConfigProducers::JfParamsReturnType |
Definition at line 56 of file L1GctConfigProducers.h.
L1GctConfigProducers::L1GctConfigProducers | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 25 of file L1GctConfigProducers.cc.
References edm::ParameterSet::getParameter(), i, m_corrFunType, m_jetCalibFunc, m_tauCalibFunc, L1GctJetFinderParams::N_CENTRAL_ETA_VALUES, L1GctJetFinderParams::NUMBER_ETA_VALUES, produceChanMask(), produceJfParams(), and edm::ESProducer::setWhatProduced().
L1GctConfigProducers::~L1GctConfigProducers | ( | ) |
Definition at line 113 of file L1GctConfigProducers.cc.
std::vector< double > L1GctConfigProducers::etToEnergyConversion | ( | const L1CaloGeometry * | geom | ) | const |
Legacy nonsense.
Calculate Et-to-energy conversion factors for eta bins
Definition at line 173 of file L1GctConfigProducers.cc.
References L1CaloGeometry::etaBinCenter(), create_public_lumi_plots::exp, and query::result.
Referenced by produceJfParams().
L1GctConfigProducers::ChanMaskReturnType L1GctConfigProducers::produceChanMask | ( | const L1GctChannelMaskRcd & | ) |
Definition at line 153 of file L1GctConfigProducers.cc.
References m_metEtaMask, m_mhtEtaMask, m_tetEtaMask, m_thtEtaMask, L1GctChannelMask::maskMissingEt(), L1GctChannelMask::maskMissingHt(), L1GctChannelMask::maskTotalEt(), and L1GctChannelMask::maskTotalHt().
Referenced by L1GctConfigProducers().
L1GctConfigProducers::JfParamsReturnType L1GctConfigProducers::produceJfParams | ( | const L1GctJetFinderParamsRcd & | aRcd | ) |
Definition at line 124 of file L1GctConfigProducers.cc.
References etToEnergyConversion(), relativeConstraints::geom, edm::eventsetup::EventSetupRecord::get(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::getRecord(), m_CenJetSeed, m_convertToEnergy, m_corrFunType, m_EtaBoundry, m_FwdJetSeed, m_htJetThresh, m_htLsb, m_jetCalibFunc, m_mhtJetThresh, m_rgnEtLsb, m_tauCalibFunc, m_tauIsoThresh, and m_TauJetSeed.
Referenced by L1GctConfigProducers().
|
private |
Definition at line 68 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 76 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 75 of file L1GctConfigProducers.h.
Referenced by L1GctConfigProducers(), and produceJfParams().
|
private |
Definition at line 74 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 69 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 72 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 67 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 78 of file L1GctConfigProducers.h.
Referenced by L1GctConfigProducers(), and produceJfParams().
|
private |
Definition at line 81 of file L1GctConfigProducers.h.
Referenced by produceChanMask().
|
private |
Definition at line 83 of file L1GctConfigProducers.h.
Referenced by produceChanMask().
|
private |
Definition at line 73 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 66 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 79 of file L1GctConfigProducers.h.
Referenced by L1GctConfigProducers(), and produceJfParams().
|
private |
Definition at line 71 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 70 of file L1GctConfigProducers.h.
Referenced by produceJfParams().
|
private |
Definition at line 82 of file L1GctConfigProducers.h.
Referenced by produceChanMask().
|
private |
Definition at line 84 of file L1GctConfigProducers.h.
Referenced by produceChanMask().