#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
std::vector< int > | dbl_to_int (const std::vector< double > &vecdbl) |
Converts a std::vector of doubles to a std::vector of int. More... | |
std::string | dbl_to_string (const double &in) |
Converts only the integer part of a double to a string. More... | |
std::string | int_to_string (const int &in) |
std::vector<int> dbl_to_int | ( | const std::vector< double > & | vecdbl | ) |
Converts a std::vector of doubles to a std::vector of int.
Definition at line 4 of file DDutils.cc.
Referenced by HcalParametersFromDD::build(), TrackerParametersFromDD::build(), DDHCalForwardAlgo::initialize(), DDHCalFibreBundle::initialize(), DDHGCalHEAlgo::initialize(), DDHCalEndcapModuleAlgo::initialize(), DDHGCalEEAlgo::initialize(), DDHCalBarrelAlgo::initialize(), DDHCalEndcapAlgo::initialize(), FastTimeDDDConstants::loadSpecPars(), HGCalDDDConstants::loadSpecPars(), and TrackerGeometricDetESModule::produce().
std::string dbl_to_string | ( | const double & | in | ) |
Converts only the integer part of a double to a string.
Definition at line 12 of file DDutils.cc.
References int_to_string().
Referenced by DDHCalBarrelAlgo::constructGeneralVolume(), DDHCalEndcapAlgo::constructGeneralVolume(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHGCalNoTaperEndcap::createQuarter(), DDAngular::execute(), DDTIDModulePosAlgo::execute(), DDHCalForwardAlgo::execute(), DDGEMAngular::execute(), DDMuonAngular::execute(), DDHCalTBCableAlgo::execute(), DDPixBarTPGStackLayerAlgo::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDPixBarStackTrigLayerAlgo::execute(), DDHCalTBZposAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDHCalAngular::execute(), DDTECOptoHybAlgo::execute(), DDPixBarLayerUpgradeAlgoCoverage::execute(), DDTIBLayerAlgo::execute(), DDPixBarStackLayerAlgo::execute(), DDTIBLayerAlgo_MTCC::execute(), DDTIBRadCableAlgo_MTCC::execute(), DDTIDAxialCableAlgo::execute(), DDTrackerAngular::execute(), DDTrackerPhiAlgo::execute(), DDTECPhiAlgo::execute(), DDTrackerPhiAltAlgo::execute(), DDTIDRingAlgo::execute(), DDTECAxialCableAlgo::execute(), DDHCalFibreBundle::execute(), DDTECPhiAltAlgo::execute(), DDTrackerAngularV1::execute(), DDEcalBarrelNewAlgo::execute(), DDEcalBarrelAlgo::execute(), and DDTrackerRingAlgo::execute().
std::string int_to_string | ( | const int & | in | ) |
Definition at line 16 of file DDutils.cc.
References recoMuon::in.
Referenced by DDEcalEndcapAlgo::alvName(), dbl_to_string(), DDEcalEndcapAlgo::EECreateSC(), DDEcalEndcapAlgo::EEPositionCRs(), DDEcalEndcapAlgo::envName(), DDTBH4Algo::execute(), DDEcalBarrelAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDEcalEndcapAlgo::execute(), DDPixFwdBlades::execute(), DDEcalEndcapAlgo::intName(), DDEcalBarrelAlgo::web(), and DDEcalBarrelNewAlgo::web().