CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
corrGains Class Reference
Inheritance diagram for corrGains:
edm::one::EDAnalyzer< edm::one::WatchRuns > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 corrGains (const edm::ParameterSet &)
 
 ~corrGains () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns >
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (edm::Event const &, edm::EventSetup const &) override
 
void beginRun (edm::Run const &iEvent, edm::EventSetup const &) override
 
void endRun (edm::Run const &iEvent, edm::EventSetup const &) override
 

Private Attributes

std::string fileCorr
 
std::string fileIn
 
std::string fileOut
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 19 of file corrGains.cc.

Constructor & Destructor Documentation

corrGains::corrGains ( const edm::ParameterSet iConfig)
explicit

Definition at line 31 of file corrGains.cc.

References fileCorr, fileIn, fileOut, edm::ParameterSet::getUntrackedParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.

31  {
32  fileIn = iConfig.getUntrackedParameter<std::string>("FileIn");
33  fileOut = iConfig.getUntrackedParameter<std::string>("FileOut");
34  fileCorr = iConfig.getUntrackedParameter<std::string>("FileCorr");
35 }
std::string fileIn
Definition: corrGains.cc:28
T getUntrackedParameter(std::string const &, T const &) const
std::string fileCorr
Definition: corrGains.cc:28
std::string fileOut
Definition: corrGains.cc:28
corrGains::~corrGains ( )
override

Definition at line 37 of file corrGains.cc.

37 {}

Member Function Documentation

void corrGains::analyze ( edm::Event const &  ,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 39 of file corrGains.cc.

References HcalCondObjectContainer< Item >::addValues(), ewkTauDQM_cfi::channels, DEFINE_FWK_MODULE, HcalDbASCIIIO::dumpObject(), HcalCondObjectContainer< Item >::exists(), fileCorr, fileIn, fileOut, edm::EventSetup::get(), HcalCondObjectContainer< Item >::getAllChannels(), HcalDbASCIIIO::getObject(), HcalRespCorr::getValue(), HcalGain::getValue(), HcalCondObjectContainer< Item >::getValues(), mps_fire::i, B2GTnPMonitor_cfi::item, and Scenarios_cff::scale.

Referenced by beginRun().

39  {
41  iSetup.get<HcalRecNumberingRecord>().get(htopo);
42  HcalTopology topo = (*htopo);
43 
44  HcalGains gainsIn(&topo);
45  ;
46  std::ifstream inStream(fileIn.c_str());
47  HcalDbASCIIIO::getObject(inStream, &gainsIn);
48  inStream.close();
49 
50  HcalRespCorrs corrsIn(&topo);
51  ;
52  std::ifstream inCorr(fileCorr.c_str());
53  HcalDbASCIIIO::getObject(inCorr, &corrsIn);
54  inCorr.close();
55 
56  HcalGains gainsOut(&topo);
57  ;
58  std::vector<DetId> channels = gainsIn.getAllChannels();
59  for (unsigned int i = 0; i < channels.size(); i++) {
60  DetId id = channels[i];
61  float scale = 1.;
62  if (corrsIn.exists(id))
63  scale = corrsIn.getValues(id)->getValue();
64  HcalGain item(id,
65  gainsIn.getValues(id)->getValue(0) * scale,
66  gainsIn.getValues(id)->getValue(1) * scale,
67  gainsIn.getValues(id)->getValue(2) * scale,
68  gainsIn.getValues(id)->getValue(3) * scale);
69  gainsOut.addValues(item);
70  }
71  std::ofstream outStream(fileOut.c_str());
72  HcalDbASCIIIO::dumpObject(outStream, gainsOut);
73  outStream.close();
74 }
std::string fileIn
Definition: corrGains.cc:28
std::string fileCorr
Definition: corrGains.cc:28
std::string fileOut
Definition: corrGains.cc:28
Definition: DetId.h:17
bool getObject(std::istream &fInput, HcalPedestals *fObject)
bool dumpObject(std::ostream &fOutput, const HcalPedestals &fObject)
void corrGains::beginRun ( edm::Run const &  iEvent,
edm::EventSetup const &   
)
inlineoverrideprivate

Definition at line 25 of file corrGains.cc.

References analyze().

25 {}
void corrGains::endRun ( edm::Run const &  iEvent,
edm::EventSetup const &   
)
inlineoverrideprivate

Definition at line 27 of file corrGains.cc.

27 {}

Member Data Documentation

std::string corrGains::fileCorr
private

Definition at line 28 of file corrGains.cc.

Referenced by analyze(), and corrGains().

std::string corrGains::fileIn
private

Definition at line 28 of file corrGains.cc.

Referenced by analyze(), and corrGains().

std::string corrGains::fileOut
private

Definition at line 28 of file corrGains.cc.

Referenced by analyze(), and corrGains().