test
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 | Public Attributes | Private Member Functions | Private Attributes
CSCFakeGainsConditions Class Reference

#include <CSCFakeGainsConditions.h>

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

Public Types

typedef const CSCGainsReturnType
 
- 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
 

Public Member Functions

 CSCFakeGainsConditions (const edm::ParameterSet &)
 
void prefillGains ()
 
ReturnType produceGains (const CSCGainsRcd &)
 
 ~CSCFakeGainsConditions ()
 
- 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 ()
 

Public Attributes

long int M
 
float mean
 
float min
 
float minchi
 
int seed
 

Private Member Functions

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

Private Attributes

CSCGainscngains
 

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 &)
 
- 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 CSCFakeGainsConditions.h.

Member Typedef Documentation

Definition at line 30 of file CSCFakeGainsConditions.h.

Constructor & Destructor Documentation

CSCFakeGainsConditions::CSCFakeGainsConditions ( const edm::ParameterSet iConfig)

Definition at line 64 of file CSCFakeGainsConditions.cc.

References prefillGains(), produceGains(), and edm::ESProducer::setWhatProduced().

65 {
66  //the following line is needed to tell the framework what
67  // data is being produced
68  prefillGains();
70  findingRecord<CSCGainsRcd>();
71  //now do what ever other initialization is needed
72 }
ReturnType produceGains(const CSCGainsRcd &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
CSCFakeGainsConditions::~CSCFakeGainsConditions ( )

Definition at line 75 of file CSCFakeGainsConditions.cc.

References cngains.

76 {
77 
78  // do anything here that needs to be done at desctruction time
79  // (e.g. close files, deallocate resources etc.)
80  delete cngains;
81 }

Member Function Documentation

void CSCFakeGainsConditions::prefillGains ( )

Definition at line 4 of file CSCFakeGainsConditions.cc.

References cngains, CSCDetId, CSCGains::gains, M, CSCDetId::maxChamberId(), CSCDetId::maxEndcapId(), CSCDetId::maxLayerId(), CSCDetId::maxRingId(), CSCDetId::maxStationId(), mean, min, CSCDetId::minChamberId(), minchi, CSCDetId::minEndcapId(), CSCDetId::minLayerId(), CSCDetId::minRingId(), CSCDetId::minStationId(), rand(), and seed.

Referenced by CSCFakeGainsConditions().

5 {
6  cngains = new CSCGains();
7  const CSCDetId& detId = CSCDetId();
8 
9  int max_istrip,id_layer,max_ring,max_cham;
10  seed = 10000;
11  srand(seed);
12  mean=6.8, min=-10.0, minchi=1.0, M=1000;
13 
14 
15  //endcap=1 to 2,station=1 to 4, ring=1 to 4,chamber=1 to 36,layer=1 to 6
16 
17  for(int iendcap=detId.minEndcapId(); iendcap<=detId.maxEndcapId(); iendcap++){
18  for(int istation=detId.minStationId() ; istation<=detId.maxStationId(); istation++){
19  max_ring=detId.maxRingId();
20  //station 4 ring 4 not there(36 chambers*2 missing)
21  //3 rings max this way of counting (ME1a & b)
22  if(istation==1) max_ring=3;
23  if(istation==2) max_ring=2;
24  if(istation==3) max_ring=2;
25  if(istation==4) max_ring=1;
26 
27  for(int iring=detId.minRingId(); iring<=max_ring; iring++){
28  max_istrip=80;
29  max_cham=detId.maxChamberId();
30  if(istation==1 && iring==1) max_cham=36;
31  if(istation==1 && iring==2) max_cham=36;
32  if(istation==1 && iring==3) max_cham=36;
33  if(istation==2 && iring==1) max_cham=18;
34  if(istation==2 && iring==2) max_cham=36;
35  if(istation==3 && iring==1) max_cham=18;
36  if(istation==3 && iring==2) max_cham=36;
37  if(istation==4 && iring==1) max_cham=18;
38 
39  for(int ichamber=detId.minChamberId(); ichamber<=max_cham; ichamber++){
40  for(int ilayer=detId.minLayerId(); ilayer<=detId.maxLayerId(); ilayer++){
41  //station 1 ring 3 has 64 strips per layer instead of 80
42  if(istation==1 && iring==3) max_istrip=64;
43 
44  std::vector<CSCGains::Item> itemvector;
45  itemvector.resize(max_istrip);
46  id_layer = 100000*iendcap + 10000*istation + 1000*iring + 10*ichamber + ilayer;
47 
48  for(int istrip=0;istrip<max_istrip;istrip++){
49  //itemvector[istrip].gain_slope = 7.55;
50  //itemvector[istrip].gain_intercept= -10.00;
51  //itemvector[istrip].gain_chi2 = 2.00;
52  itemvector[istrip].gain_slope=((double)rand()/((double)(RAND_MAX)+(double)(1)))+mean;
53  itemvector[istrip].gain_intercept=((double)rand()/((double)(RAND_MAX)+(double)(1)))+min;
54  itemvector[istrip].gain_chi2=((double)rand()/((double)(RAND_MAX)+(double)(1)))+minchi;
55  cngains->gains[id_layer]=itemvector;
56  }
57  }
58  }
59  }
60  }
61  }
62 }
static int minRingId()
Definition: CSCDetId.h:253
GainsMap gains
Definition: CSCGains.h:26
static int minEndcapId()
Definition: CSCDetId.h:249
static int maxStationId()
Definition: CSCDetId.h:252
static int maxRingId()
Definition: CSCDetId.h:254
static int minChamberId()
Definition: CSCDetId.h:255
static int minStationId()
Definition: CSCDetId.h:251
static int maxEndcapId()
Definition: CSCDetId.h:250
static int minLayerId()
Definition: CSCDetId.h:257
static int maxChamberId()
Definition: CSCDetId.h:256
Signal rand(Signal arg)
Definition: vlib.cc:442
static int maxLayerId()
Definition: CSCDetId.h:258
CSCFakeGainsConditions::ReturnType CSCFakeGainsConditions::produceGains ( const CSCGainsRcd iRecord)

Definition at line 90 of file CSCFakeGainsConditions.cc.

References cngains.

Referenced by CSCFakeGainsConditions().

91 {
92  return cngains;
93 }
void CSCFakeGainsConditions::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue ,
edm::ValidityInterval oValidity 
)
privatevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 95 of file CSCFakeGainsConditions.cc.

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

97  {
99 
100  }
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

CSCGains* CSCFakeGainsConditions::cngains
private

Definition at line 37 of file CSCFakeGainsConditions.h.

Referenced by prefillGains(), produceGains(), and ~CSCFakeGainsConditions().

long int CSCFakeGainsConditions::M

Definition at line 26 of file CSCFakeGainsConditions.h.

Referenced by prefillGains().

float CSCFakeGainsConditions::mean

Definition at line 25 of file CSCFakeGainsConditions.h.

Referenced by prefillGains().

float CSCFakeGainsConditions::min

Definition at line 25 of file CSCFakeGainsConditions.h.

Referenced by prefillGains().

float CSCFakeGainsConditions::minchi

Definition at line 25 of file CSCFakeGainsConditions.h.

Referenced by prefillGains().

int CSCFakeGainsConditions::seed

Definition at line 26 of file CSCFakeGainsConditions.h.

Referenced by prefillGains().