CMS 3D CMS Logo

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

#include <CSCBadWiresConditions.h>

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

Public Types

typedef std::unique_ptr
< CSCBadWires
ReturnType
 

Public Member Functions

 CSCBadWiresConditions (const edm::ParameterSet &)
 
ReturnType produceBadWires (const CSCBadWiresRcd &)
 
 ~CSCBadWiresConditions () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ESProducer (const ESProducer &)=delete
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
ESRecordIndex const * getTokenRecordIndices (unsigned int iIndex) const
 
bool hasMayConsumes () const noexcept
 
size_t numberOfTokenIndices (unsigned int iIndex) const
 
ESProducer const & operator= (const ESProducer &)=delete
 
SerialTaskQueueChainqueue ()
 
template<typename Record >
std::optional< std::vector
< ESProxyIndex > > 
updateFromMayConsumes (unsigned int iIndex, const Record &iRecord) const
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
 ESProxyFactoryProducer (const ESProxyFactoryProducer &)=delete
 
const ESProxyFactoryProduceroperator= (const ESProxyFactoryProducer &)=delete
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
void createKeyedProxies (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
 DataProxyProvider ()
 
 DataProxyProvider (const DataProxyProvider &)=delete
 
const ComponentDescriptiondescription () const
 
void fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const
 
virtual void initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
bool isUsingRecord (const EventSetupRecordKey &key) const
 
KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0)
 
const DataProxyProvideroperator= (const DataProxyProvider &)=delete
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 
- Public Member Functions inherited from edm::EventSetupRecordIntervalFinder
bool concurrentFinder () const
 
const
eventsetup::ComponentDescription
descriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
 EventSetupRecordIntervalFinder (const EventSetupRecordIntervalFinder &)=delete
 
std::set
< eventsetup::EventSetupRecordKey
findingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
bool nonconcurrentAndIOVNeedsUpdate (const eventsetup::EventSetupRecordKey &key, const IOVSyncValue &syncValue) const
 
const
EventSetupRecordIntervalFinder
operator= (const EventSetupRecordIntervalFinder &)=delete
 
void resetInterval (const eventsetup::EventSetupRecordKey &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder () noexcept(false)
 

Static Public Member Functions

static CSCBadWiresprefillBadWires ()
 
- 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 &) override
 

Private Attributes

CSCBadWirescndbBadWires
 

Additional Inherited Members

- Protected Types inherited from edm::ESProxyFactoryProducer
using EventSetupRecordKey = eventsetup::EventSetupRecordKey
 
- Protected Types inherited from edm::eventsetup::DataProxyProvider
using KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy >>>
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &iLabel={})
 
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
auto setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord >
auto setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
ESConsumesCollectorT< TRecord > setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={})
 
void usesResources (std::vector< std::string > const &)
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
KeyedProxiesVector registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &key)
 
- 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 CSCBadWiresConditions.h.

Member Typedef Documentation

Definition at line 27 of file CSCBadWiresConditions.h.

Constructor & Destructor Documentation

CSCBadWiresConditions::CSCBadWiresConditions ( const edm::ParameterSet iConfig)

Definition at line 8 of file CSCBadWiresConditions.cc.

References produceBadWires(), and edm::ESProducer::setWhatProduced().

8  {
9  // the following line is needed to tell the framework what
10  // data is being produced
12  findingRecord<CSCBadWiresRcd>();
13  // now do what ever other initialization is needed
14 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
ReturnType produceBadWires(const CSCBadWiresRcd &)
CSCBadWiresConditions::~CSCBadWiresConditions ( )
override

Definition at line 16 of file CSCBadWiresConditions.cc.

16  {
17  // do anything here that needs to be done at desctruction time
18  // (e.g. close files, deallocate resources etc.)
19 }

Member Function Documentation

CSCBadWires * CSCBadWiresConditions::prefillBadWires ( )
inlinestatic

Definition at line 44 of file CSCBadWiresConditions.h.

References EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, CSCBadWires::chambers, CSCBadWires::channels, beamvalidation::exit(), mps_fire::i, recoMuon::in, dqmiolumiharvest::j, and CSCBadWires::numberOfBadChannels.

Referenced by produceBadWires().

44  {
45  CSCBadWires *cndbbadwires = new CSCBadWires();
46 
47  int new_index, new_chan;
48  int new_layer, new_channel, new_flag1, new_flag2, new_flag3, new_pointer;
49  std::vector<int> new_index_id;
50  std::vector<short int> new_layer_id;
51  std::vector<short int> new_chan_id;
52  std::vector<int> new_badchannels;
53  std::vector<short int> new_flag1_id;
54  std::vector<short int> new_flag2_id;
55  std::vector<short int> new_flag3_id;
56  std::vector<int> new_cham_id;
57  std::vector<int> new_point;
58 
59  // when bad channels exist use the following
60  int new_nrlines1 = 0;
61  int new_nrlines2 = 0;
62  // when empty
63  // int new_nrlines1=-1;
64  // int new_nrlines2=-1;
65 
66  std::ifstream newdata1;
67  std::ifstream newdata2;
68 
69  newdata1.open("badwires1.dat", std::ios::in);
70  if (!newdata1) {
71  std::cerr << "Error: badwires1.dat -> no such file!" << std::endl;
72  exit(1);
73  }
74  newdata2.open("badwires2.dat", std::ios::in); // channelcontainer
75  if (!newdata2) {
76  std::cerr << "Error: badwires2.dat -> no such file!" << std::endl;
77  exit(1);
78  }
79 
80  while (!newdata1.eof()) {
81  newdata1 >> new_index >> new_pointer >> new_chan;
82  new_index_id.push_back(new_index);
83  new_point.push_back(new_pointer);
84  new_badchannels.push_back(new_chan);
85  new_nrlines1++;
86  }
87  newdata1.close();
88 
89  while (!newdata2.eof()) {
90  newdata2 >> new_layer >> new_channel >> new_flag1 >> new_flag2 >> new_flag3;
91  new_layer_id.push_back(new_layer);
92  new_chan_id.push_back(new_channel);
93  new_flag1_id.push_back(new_flag1);
94  new_flag2_id.push_back(new_flag2);
95  new_flag3_id.push_back(new_flag3);
96  new_nrlines2++;
97  }
98  newdata2.close();
99 
100  CSCBadWires::BadChamberContainer &itemvector1 = cndbbadwires->chambers;
101  itemvector1.resize(new_nrlines1);
102 
103  CSCBadWires::BadChannelContainer &itemvector2 = cndbbadwires->channels;
104  itemvector2.resize(new_nrlines2);
105 
106  cndbbadwires->numberOfBadChannels = new_nrlines2;
107 
108  for (int i = 0; i < new_nrlines1; i++) {
109  itemvector1[i].chamber_index = new_index_id[i];
110  itemvector1[i].pointer = new_point[i];
111  itemvector1[i].bad_channels = new_badchannels[i];
112  }
113 
114  for (int j = 0; j < new_nrlines2; ++j) {
115  itemvector2[j].layer = new_layer_id[j];
116  itemvector2[j].channel = new_chan_id[j];
117  itemvector2[j].flag1 = new_flag1_id[j];
118  itemvector2[j].flag2 = new_flag2_id[j];
119  itemvector2[j].flag3 = new_flag3_id[j];
120  }
121 
122  return cndbbadwires;
123 }
std::vector< BadChamber > BadChamberContainer
Definition: CSCBadWires.h:32
BadChamberContainer chambers
Definition: CSCBadWires.h:35
BadChannelContainer channels
Definition: CSCBadWires.h:36
int numberOfBadChannels
Definition: CSCBadWires.h:30
std::vector< BadChannel > BadChannelContainer
Definition: CSCBadWires.h:33
CSCBadWiresConditions::ReturnType CSCBadWiresConditions::produceBadWires ( const CSCBadWiresRcd iRecord)

Definition at line 26 of file CSCBadWiresConditions.cc.

References prefillBadWires().

Referenced by CSCBadWiresConditions().

26  {
27  // need a new object so to not be deleted at exit
29 }
static CSCBadWires * prefillBadWires()
std::unique_ptr< CSCBadWires > ReturnType
void CSCBadWiresConditions::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue ,
edm::ValidityInterval oValidity 
)
overrideprivatevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 31 of file CSCBadWiresConditions.cc.

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

33  {
35 }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:17
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88

Member Data Documentation

CSCBadWires* CSCBadWiresConditions::cndbBadWires
private

Definition at line 36 of file CSCBadWiresConditions.h.