#include "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseImplOracle.hh"
#include <iostream>
#include "CaloOnlineTools/HcalOnlineDb/interface/xdaq_compat.h"
Go to the source code of this file.
static int cvtChar |
( |
int |
c | ) |
|
|
inlinestatic |
Definition at line 83 of file ConfigurationDatabaseImplOracle.cc.
References edmScanValgrind::buffer, gather_cfg::cout, data, runTauDisplay::dtype, Reconstruction_hiPF_cff::enable, benchmark_cfg::fc, mps_fire::i, triggerObjects_cff::id, mps_monitormerge::items, lumiPlot::lut, genParticles_cff::map, noexcept, das::query(), submit::rm, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, particleFlowZeroSuppressionECAL_cff::thresholds, and toolbox::toString().
84 if (
c>=
'0' &&
c<=
'9')
c-=
'0';
85 if ((
c>=
'a' &&
c<=
'f')||(
c>=
'A' &&
c<=
'F'))
c-=
'A'+10;
static hcal::PluginFactoryTemplate< ConfigurationDatabaseImplOracle > hcal_plugin_ConfigurationDatabaseImplOracle |
( |
"hcal::ConfigurationDatabaseImpl" |
, |
|
|
"ConfigurationDatabaseImplOracle" |
|
|
) |
| |
|
static |