CMS 3D CMS Logo

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

Public Member Functions

 scaleGains (const edm::ParameterSet &)
 
 ~scaleGains () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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 fileIn
 
std::string fileOut
 
double scale
 
edm::ESGetToken< HcalTopology, HcalRecNumberingRecordtok_htopo_
 

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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 16 of file scaleGains.cc.

Constructor & Destructor Documentation

◆ scaleGains()

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

Definition at line 30 of file scaleGains.cc.

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

30  {
31  fileIn = iConfig.getUntrackedParameter<std::string>("FileIn");
32  fileOut = iConfig.getUntrackedParameter<std::string>("FileOut");
33  scale = iConfig.getUntrackedParameter<double>("Scale");
34  tok_htopo_ = esConsumes<HcalTopology, HcalRecNumberingRecord>();
35 }
T getUntrackedParameter(std::string const &, T const &) const
std::string fileOut
Definition: scaleGains.cc:25
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > tok_htopo_
Definition: scaleGains.cc:27
std::string fileIn
Definition: scaleGains.cc:25
double scale
Definition: scaleGains.cc:26

◆ ~scaleGains()

scaleGains::~scaleGains ( )
override

Definition at line 37 of file scaleGains.cc.

37 {}

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 39 of file scaleGains.cc.

References HcalCondObjectContainer< Item >::addValues(), ewkTauDQM_cfi::channels, HcalDbASCIIIO::dumpObject(), fileIn, fileOut, HcalCondObjectContainer< Item >::getAllChannels(), edm::EventSetup::getData(), HcalDbASCIIIO::getObject(), HcalGain::getValue(), HcalCondObjectContainer< Item >::getValues(), mps_fire::i, B2GTnPMonitor_cfi::item, scale, and tok_htopo_.

39  {
40  HcalTopology topo = iSetup.getData(tok_htopo_);
41 
42  HcalGains gainsIn(&topo);
43  ;
44  std::ifstream inStream(fileIn.c_str());
45  HcalDbASCIIIO::getObject(inStream, &gainsIn);
46  inStream.close();
47 
48  HcalGains gainsOut(&topo);
49  ;
50  std::vector<DetId> channels = gainsIn.getAllChannels();
51  for (unsigned i = 0; i < channels.size(); i++) {
52  DetId id = channels[i];
53  HcalGain item(id,
54  gainsIn.getValues(id)->getValue(0) * scale,
55  gainsIn.getValues(id)->getValue(1) * scale,
56  gainsIn.getValues(id)->getValue(2) * scale,
57  gainsIn.getValues(id)->getValue(3) * scale);
58  gainsOut.addValues(item);
59  }
60 
61  std::ofstream outStream(fileOut.c_str());
62  HcalDbASCIIIO::dumpObject(outStream, gainsOut);
63  outStream.close();
64 }
std::string fileOut
Definition: scaleGains.cc:25
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > tok_htopo_
Definition: scaleGains.cc:27
std::string fileIn
Definition: scaleGains.cc:25
double scale
Definition: scaleGains.cc:26
Definition: DetId.h:17
bool getObject(std::istream &fInput, HcalPedestals *fObject)
bool dumpObject(std::ostream &fOutput, const HcalPedestals &fObject)

◆ beginRun()

void scaleGains::beginRun ( edm::Run const &  iEvent,
edm::EventSetup const &   
)
inlineoverrideprivate

Definition at line 22 of file scaleGains.cc.

22 {}

◆ endRun()

void scaleGains::endRun ( edm::Run const &  iEvent,
edm::EventSetup const &   
)
inlineoverrideprivate

Definition at line 24 of file scaleGains.cc.

24 {}

Member Data Documentation

◆ fileIn

std::string scaleGains::fileIn
private

Definition at line 25 of file scaleGains.cc.

Referenced by analyze(), and scaleGains().

◆ fileOut

std::string scaleGains::fileOut
private

Definition at line 25 of file scaleGains.cc.

Referenced by analyze(), and scaleGains().

◆ scale

double scaleGains::scale
private

Definition at line 26 of file scaleGains.cc.

Referenced by python.rootplot.rootmath.Target::__repr__(), analyze(), and scaleGains().

◆ tok_htopo_

edm::ESGetToken<HcalTopology, HcalRecNumberingRecord> scaleGains::tok_htopo_
private

Definition at line 27 of file scaleGains.cc.

Referenced by analyze(), and scaleGains().