#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 PTrackerParametersDBBuilder::beginRun(), DDHCalForwardAlgo::initialize(), DDHCalFibreBundle::initialize(), DDHCalBarrelAlgo::initialize(), and DDHCalEndcapAlgo::initialize().
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(), DDAngular::execute(), DDTIDModulePosAlgo::execute(), DDPixBarStackLayerAlgo::execute(), DDPixBarLayerUpgradeAlgoCoverage::execute(), DDPixBarStackTrigLayerAlgo::execute(), DDHCalForwardAlgo::execute(), DDTECOptoHybAlgo::execute(), DDPixBarTPGStackLayerAlgo::execute(), DDHCalTBCableAlgo::execute(), DDHCalTBZposAlgo::execute(), DDTIBLayerAlgo::execute(), DDHCalAngular::execute(), DDTIBLayerAlgo_MTCC::execute(), DDPixFwdDiskAlgo::execute(), DDTIBRadCableAlgo_MTCC::execute(), DDGEMAngular::execute(), DDMuonAngular::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDPixBarLayerAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTrackerAngularV1::execute(), DDTIDRingAlgo::execute(), DDTrackerPhiAltAlgo::execute(), DDHCalFibreBundle::execute(), DDTrackerPhiAlgo::execute(), DDTECAxialCableAlgo::execute(), DDTrackerAngular::execute(), DDTIDAxialCableAlgo::execute(), DDTECPhiAlgo::execute(), DDEcalBarrelNewAlgo::execute(), and DDEcalBarrelAlgo::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().