CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
DTTrackFinderConfig Class Reference

#include <DTTrackFinderConfig.h>

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

Public Member Functions

 DTTrackFinderConfig (const edm::ParameterSet &)
 
std::auto_ptr
< L1MuDTEtaPatternLut
produceL1MuDTEtaPatternLut (const L1MuDTEtaPatternLutRcd &)
 
std::auto_ptr< L1MuDTExtLutproduceL1MuDTExtLut (const L1MuDTExtLutRcd &)
 
std::auto_ptr< L1MuDTPhiLutproduceL1MuDTPhiLut (const L1MuDTPhiLutRcd &)
 
std::auto_ptr< L1MuDTPtaLutproduceL1MuDTPtaLut (const L1MuDTPtaLutRcd &)
 
std::auto_ptr
< L1MuDTQualPatternLut
produceL1MuDTQualPatternLut (const L1MuDTQualPatternLutRcd &)
 
std::auto_ptr< L1MuDTTFMasksproduceL1MuDTTFMasks (const L1MuDTTFMasksRcd &)
 
std::auto_ptr< L1MuDTTFParametersproduceL1MuDTTFParameters (const L1MuDTTFParametersRcd &)
 
 ~DTTrackFinderConfig ()
 
- 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 ()
 

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

L1 DT Track Finder ESProducer

J. Troconiz UAM Madrid

Definition at line 41 of file DTTrackFinderConfig.h.

Constructor & Destructor Documentation

DTTrackFinderConfig::DTTrackFinderConfig ( const edm::ParameterSet pset)

Definition at line 21 of file DTTrackFinderConfig.cc.

References produceL1MuDTEtaPatternLut(), produceL1MuDTExtLut(), produceL1MuDTPhiLut(), produceL1MuDTPtaLut(), produceL1MuDTQualPatternLut(), produceL1MuDTTFMasks(), and produceL1MuDTTFParameters().

21  {
22 
30 
31 }
std::auto_ptr< L1MuDTEtaPatternLut > produceL1MuDTEtaPatternLut(const L1MuDTEtaPatternLutRcd &)
std::auto_ptr< L1MuDTTFMasks > produceL1MuDTTFMasks(const L1MuDTTFMasksRcd &)
std::auto_ptr< L1MuDTPhiLut > produceL1MuDTPhiLut(const L1MuDTPhiLutRcd &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
std::auto_ptr< L1MuDTTFParameters > produceL1MuDTTFParameters(const L1MuDTTFParametersRcd &)
std::auto_ptr< L1MuDTExtLut > produceL1MuDTExtLut(const L1MuDTExtLutRcd &)
std::auto_ptr< L1MuDTPtaLut > produceL1MuDTPtaLut(const L1MuDTPtaLutRcd &)
std::auto_ptr< L1MuDTQualPatternLut > produceL1MuDTQualPatternLut(const L1MuDTQualPatternLutRcd &)
DTTrackFinderConfig::~DTTrackFinderConfig ( )

Definition at line 34 of file DTTrackFinderConfig.cc.

34 {}

Member Function Documentation

auto_ptr< L1MuDTEtaPatternLut > DTTrackFinderConfig::produceL1MuDTEtaPatternLut ( const L1MuDTEtaPatternLutRcd iRecord)

Definition at line 70 of file DTTrackFinderConfig.cc.

References gather_cfg::cout, and L1DTTrackFinderConfig_cff::etalut.

Referenced by DTTrackFinderConfig().

70  {
71 
72  auto_ptr<L1MuDTEtaPatternLut> etalut = auto_ptr<L1MuDTEtaPatternLut>( new L1MuDTEtaPatternLut() );
73 
74  if ( etalut->load() != 0 ) {
75  cout << "Can not open files to load eta track finder look-up tables for DTTrackFinder!" << endl;
76  }
77 
78  return etalut;
79 }
tuple cout
Definition: gather_cfg.py:121
auto_ptr< L1MuDTExtLut > DTTrackFinderConfig::produceL1MuDTExtLut ( const L1MuDTExtLutRcd iRecord)

Definition at line 37 of file DTTrackFinderConfig.cc.

References gather_cfg::cout, and L1DTTrackFinderConfig_cff::extlut.

Referenced by DTTrackFinderConfig().

37  {
38 
39  auto_ptr<L1MuDTExtLut> extlut = auto_ptr<L1MuDTExtLut>( new L1MuDTExtLut() );
40 
41  if ( extlut->load() != 0 ) {
42  cout << "Can not open files to load extrapolation look-up tables for DTTrackFinder!" << endl;
43  }
44 
45  return extlut;
46 }
tuple cout
Definition: gather_cfg.py:121
auto_ptr< L1MuDTPhiLut > DTTrackFinderConfig::produceL1MuDTPhiLut ( const L1MuDTPhiLutRcd iRecord)

Definition at line 48 of file DTTrackFinderConfig.cc.

References gather_cfg::cout, and L1DTTrackFinderConfig_cff::philut.

Referenced by DTTrackFinderConfig().

48  {
49 
50  auto_ptr<L1MuDTPhiLut> philut = auto_ptr<L1MuDTPhiLut>( new L1MuDTPhiLut() );
51 
52  if ( philut->load() != 0 ) {
53  cout << "Can not open files to load phi-assignment look-up tables for DTTrackFinder!" << endl;
54  }
55 
56  return philut;
57 }
tuple cout
Definition: gather_cfg.py:121
auto_ptr< L1MuDTPtaLut > DTTrackFinderConfig::produceL1MuDTPtaLut ( const L1MuDTPtaLutRcd iRecord)

Definition at line 59 of file DTTrackFinderConfig.cc.

References gather_cfg::cout, and L1DTTrackFinderConfig_cff::ptalut.

Referenced by DTTrackFinderConfig().

59  {
60 
61  auto_ptr<L1MuDTPtaLut> ptalut = auto_ptr<L1MuDTPtaLut>( new L1MuDTPtaLut() );
62 
63  if ( ptalut->load() != 0 ) {
64  cout << "Can not open files to load pt-assignment look-up tables for DTTrackFinder!" << endl;
65  }
66 
67  return ptalut;
68 }
tuple cout
Definition: gather_cfg.py:121
auto_ptr< L1MuDTQualPatternLut > DTTrackFinderConfig::produceL1MuDTQualPatternLut ( const L1MuDTQualPatternLutRcd iRecord)

Definition at line 81 of file DTTrackFinderConfig.cc.

References gather_cfg::cout, and L1DTTrackFinderConfig_cff::qualut.

Referenced by DTTrackFinderConfig().

81  {
82 
83  auto_ptr<L1MuDTQualPatternLut> qualut = auto_ptr<L1MuDTQualPatternLut>( new L1MuDTQualPatternLut() );
84 
85  if ( qualut->load() != 0 ) {
86  cout << "Can not open files to load eta matching look-up tables for DTTrackFinder!" << endl;
87  }
88 
89  return qualut;
90 }
tuple cout
Definition: gather_cfg.py:121
auto_ptr< L1MuDTTFMasks > DTTrackFinderConfig::produceL1MuDTTFMasks ( const L1MuDTTFMasksRcd iRecord)

Definition at line 101 of file DTTrackFinderConfig.cc.

References L1DTTrackFinderConfig_cff::dttfmsk.

Referenced by DTTrackFinderConfig().

101  {
102 
103  auto_ptr<L1MuDTTFMasks> dttfmsk = auto_ptr<L1MuDTTFMasks>( new L1MuDTTFMasks() );
104 
105  dttfmsk->reset();
106 
107  return dttfmsk;
108 }
auto_ptr< L1MuDTTFParameters > DTTrackFinderConfig::produceL1MuDTTFParameters ( const L1MuDTTFParametersRcd iRecord)

Definition at line 92 of file DTTrackFinderConfig.cc.

References L1DTTrackFinderConfig_cff::dttfpar.

Referenced by DTTrackFinderConfig().

92  {
93 
94  auto_ptr<L1MuDTTFParameters> dttfpar = auto_ptr<L1MuDTTFParameters>( new L1MuDTTFParameters() );
95 
96  dttfpar->reset();
97 
98  return dttfpar;
99 }