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
CSCChamberIndexValues Class Reference

#include <CSCChamberIndexValues.h>

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

Public Types

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

 CSCChamberIndexValues (const edm::ParameterSet &)
 
ReturnType produceChamberIndex (const CSCChamberIndexRcd &)
 
 ~CSCChamberIndexValues ()
 
- 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 CSCChamberIndexfillChamberIndex ()
 
- 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

CSCChamberIndexmapObj
 

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 22 of file CSCChamberIndexValues.h.

Member Typedef Documentation

Definition at line 29 of file CSCChamberIndexValues.h.

Constructor & Destructor Documentation

CSCChamberIndexValues::CSCChamberIndexValues ( const edm::ParameterSet iConfig)

Definition at line 10 of file CSCChamberIndexValues.cc.

References fillChamberIndex(), mapObj, produceChamberIndex(), and edm::ESProducer::setWhatProduced().

11 {
12  //the following line is needed to tell the framework what
13  // data is being produced
16  findingRecord<CSCChamberIndexRcd>();
17  //now do what ever other initialization is needed
18 }
ReturnType produceChamberIndex(const CSCChamberIndexRcd &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
static CSCChamberIndex * fillChamberIndex()
CSCChamberIndexValues::~CSCChamberIndexValues ( )

Definition at line 21 of file CSCChamberIndexValues.cc.

References mapObj.

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

Member Function Documentation

CSCChamberIndex * CSCChamberIndexValues::fillChamberIndex ( )
inlinestatic

Definition at line 45 of file CSCChamberIndexValues.h.

References trackerHits::c, CSCChamberIndex::ch_index, cscmap1::chamber(), prof2calltree::count, CSCMapItem::MapItem::cscIndex, i, j, gen::k, prof2calltree::l, python.multivaluedict::map(), and alignCSCRings::r.

Referenced by CSCChamberIndexValues().

46 {
47  CSCChamberIndex * mapobj = new CSCChamberIndex();
48  cscmap1 *map = new cscmap1();
50  int chamberid;
51 
52  int i,j,k,l; //i - endcap, j - station, k - ring, l - chamber.
53  int r,c; //r - number of rings, c - number of chambers.
54  int count=0;
55 
56  mapobj->ch_index.resize(540);
57  /* This is version for 540 chambers. */
58  for(i=1;i<=2;++i){
59  for(j=1;j<=4;++j){
60  if(j==1) r=3;
61  //else if(j==4) r=1;
62  else r=2;
63  for(k=1;k<=r;++k){
64  if(j>1 && k==1) c=18;
65  else c=36;
66  for(l=1;l<=c;++l){
67  chamberid=i*100000+j*10000+k*1000+l*10;
68  map->chamber(chamberid,&item);
69  mapobj->ch_index[item.cscIndex-1]=item;
70  count=count+1;
71  }
72  }
73  }
74  }
75  return mapobj;
76 }
int i
Definition: DBlmapReader.cc:9
CSCVector ch_index
void chamber(int chamberid, CSCMapItem::MapItem *item)
Definition: CSCMap1.cc:29
int j
Definition: DBlmapReader.cc:9
int k[5][pyjets_maxn]
Definition: CSCMap1.h:9
CSCChamberIndexValues::ReturnType CSCChamberIndexValues::produceChamberIndex ( const CSCChamberIndexRcd iRecord)

Definition at line 36 of file CSCChamberIndexValues.cc.

References mapObj.

Referenced by CSCChamberIndexValues().

37 {
38  //need a new object so to not be deleted at exit
39  CSCChamberIndex* mydata=new CSCChamberIndex( *mapObj );
40  return mydata;
41 
42 }
void CSCChamberIndexValues::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue ,
edm::ValidityInterval oValidity 
)
privatevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 44 of file CSCChamberIndexValues.cc.

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

46  {
48 
49  }
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

CSCChamberIndex* CSCChamberIndexValues::mapObj
private