Go to the source code of this file.
|
static void | clean (char *s) |
|
static const std::string | keyFile ("/nfshome0/hcalsw/.ReadOMDSKey") |
|
◆ clean()
static void clean |
( |
char * |
s | ) |
|
|
static |
Definition at line 13 of file ConnectionManager.cc.
References alignCSCRings::s, and x.
Referenced by reco::tau::cleanOverlaps(), ConnectionManager::connect(), RedundantSeedCleaner::define(), l1HPSPFTauEmu::emulateEvent(), PFRecHitQTestHCALChannel::test(), PFRecHitQTestHCALTimeVsDepth::test(), PFRecHitQTestHCALThresholdVsDepth::test(), PFRecHitQTestECAL::test(), PFRecHitQTestES::test(), and CaloSD::update().
14 for (
int x = strlen(
s) - 1;
x >= 0;
x--) {
◆ keyFile()
static const std::string keyFile |
( |
"/nfshome0/hcalsw/.ReadOMDSKey" |
| ) |
|
|
static |