CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
CSCL1TPParametersConditions Class Reference

#include <CSCL1TPParametersConditions.h>

Inheritance diagram for CSCL1TPParametersConditions:
edm::ESProducer edm::EventSetupRecordIntervalFinder edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef const CSCL1TPParametersReturnType
 
- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair
< DataKey,
edm::propagate_const
< std::shared_ptr< DataProxy > > > > 
KeyedProxies
 
typedef std::vector
< EventSetupRecordKey
Keys
 
typedef std::map
< EventSetupRecordKey,
KeyedProxies
RecordProxies
 

Public Member Functions

 CSCL1TPParametersConditions (const edm::ParameterSet &)
 
ReturnType produceCSCL1TPParameters (const CSCL1TPParametersRcd &)
 
 ~CSCL1TPParametersConditions ()
 
- 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 ()
 
- Public Member Functions inherited from edm::EventSetupRecordIntervalFinder
const
eventsetup::ComponentDescription
descriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
std::set
< eventsetup::EventSetupRecordKey
findingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder ()
 

Static Public Member Functions

static CSCL1TPParametersprefillCSCL1TPParameters ()
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Private Member Functions

void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
 

Private Attributes

CSCL1TPParametersCSCl1TPParameters
 

Additional Inherited Members

- 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 &)
 
- Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder
template<class T >
void findingRecord ()
 
void findingRecordWithKey (const eventsetup::EventSetupRecordKey &)
 

Detailed Description

Definition at line 20 of file CSCL1TPParametersConditions.h.

Member Typedef Documentation

Definition at line 28 of file CSCL1TPParametersConditions.h.

Constructor & Destructor Documentation

CSCL1TPParametersConditions::CSCL1TPParametersConditions ( const edm::ParameterSet iConfig)

Definition at line 10 of file CSCL1TPParameters.cc.

References CSCl1TPParameters, prefillCSCL1TPParameters(), produceCSCL1TPParameters(), and edm::ESProducer::setWhatProduced().

11 {
12  //the following line is needed to tell the framework what
13  // data is being produced
15  // added by Zhen (changed since 1_2_0)
17  findingRecord<CSCL1TPParametersRcd>();
18  //now do what ever other initialization is needed
19 }
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
static CSCL1TPParameters * prefillCSCL1TPParameters()
ReturnType produceCSCL1TPParameters(const CSCL1TPParametersRcd &)
CSCL1TPParametersConditions::~CSCL1TPParametersConditions ( )

Definition at line 22 of file CSCL1TPParameters.cc.

References CSCl1TPParameters.

23 {
24 
25  // do anything here that needs to be done at desctruction time
26  // (e.g. close files, deallocate resources etc.)
27  delete CSCl1TPParameters;
28 }

Member Function Documentation

CSCL1TPParameters * CSCL1TPParametersConditions::prefillCSCL1TPParameters ( )
inlinestatic

Definition at line 44 of file CSCL1TPParametersConditions.h.

References CSCL1TPParameters::setAlctAccelMode(), CSCL1TPParameters::setAlctDriftDelay(), CSCL1TPParameters::setAlctFifoPretrig(), CSCL1TPParameters::setAlctFifoTbins(), CSCL1TPParameters::setAlctL1aWindowWidth(), CSCL1TPParameters::setAlctNplanesHitAccelPattern(), CSCL1TPParameters::setAlctNplanesHitAccelPretrig(), CSCL1TPParameters::setAlctNplanesHitPattern(), CSCL1TPParameters::setAlctNplanesHitPretrig(), CSCL1TPParameters::setAlctTrigMode(), CSCL1TPParameters::setClctDriftDelay(), CSCL1TPParameters::setClctFifoPretrig(), CSCL1TPParameters::setClctFifoTbins(), CSCL1TPParameters::setClctHitPersist(), CSCL1TPParameters::setClctMinSeparation(), CSCL1TPParameters::setClctNplanesHitPattern(), CSCL1TPParameters::setClctNplanesHitPretrig(), and CSCL1TPParameters::setClctPidThreshPretrig().

Referenced by CSCL1TPParametersConditions().

45 {
46 
47  CSCL1TPParameters * cnl1tp = new CSCL1TPParameters();
48 
49  cnl1tp->setAlctFifoTbins(16);
50  cnl1tp->setAlctFifoPretrig(10);
51  cnl1tp->setAlctDriftDelay(2);
52  cnl1tp->setAlctNplanesHitPretrig(3);//was 2, new is 3
53  cnl1tp->setAlctNplanesHitPattern(4);
54  cnl1tp->setAlctNplanesHitAccelPretrig(3);//was 2, new is 3
56  cnl1tp->setAlctTrigMode(2);
57  cnl1tp->setAlctAccelMode(0);
58  cnl1tp->setAlctL1aWindowWidth(7);
59 
60  cnl1tp->setClctFifoTbins(12);
61  cnl1tp->setClctFifoPretrig(7);
62  cnl1tp->setClctHitPersist(4);//was 6, new is 4
63  cnl1tp->setClctDriftDelay(2);
64  cnl1tp->setClctNplanesHitPretrig(3);//was 2, new is 3
65  cnl1tp->setClctNplanesHitPattern(4);
66  cnl1tp->setClctPidThreshPretrig(2);
67  cnl1tp->setClctMinSeparation(10);
68 
69  return cnl1tp;
70 }
void setAlctFifoTbins(const unsigned int theValue)
void setClctNplanesHitPattern(const unsigned int theValue)
void setClctHitPersist(const unsigned int theValue)
void setAlctL1aWindowWidth(const unsigned int theValue)
void setAlctTrigMode(const unsigned int theValue)
void setClctFifoTbins(const unsigned int theValue)
void setAlctNplanesHitAccelPretrig(const unsigned int theValue)
void setClctNplanesHitPretrig(const unsigned int theValue)
void setAlctNplanesHitPretrig(const unsigned int theValue)
void setAlctFifoPretrig(const unsigned int theValue)
void setAlctNplanesHitAccelPattern(const unsigned int theValue)
void setClctFifoPretrig(const unsigned int theValue)
void setAlctAccelMode(const unsigned int theValue)
void setClctPidThreshPretrig(const unsigned int theValue)
void setAlctDriftDelay(const unsigned int theValue)
void setAlctNplanesHitPattern(const unsigned int theValue)
void setClctDriftDelay(const unsigned int theValue)
void setClctMinSeparation(const unsigned int theValue)
CSCL1TPParametersConditions::ReturnType CSCL1TPParametersConditions::produceCSCL1TPParameters ( const CSCL1TPParametersRcd iRecord)

Definition at line 37 of file CSCL1TPParameters.cc.

References CSCl1TPParameters.

Referenced by CSCL1TPParametersConditions().

38 {
39  //need a new object so to not be deleted at exit
41  return mydata;
42 
43 }
void CSCL1TPParametersConditions::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue ,
edm::ValidityInterval oValidity 
)
privatevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 45 of file CSCL1TPParameters.cc.

References edm::IOVSyncValue::beginOfTime(), and edm::IOVSyncValue::endOfTime().

47  {
49 
50  }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:97
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
static const IOVSyncValue & beginOfTime()

Member Data Documentation

CSCL1TPParameters* CSCL1TPParametersConditions::CSCl1TPParameters
private