#include <utility>
#include <vector>
#include <iostream>
#include <string>
#include <sstream>
Go to the source code of this file.
|
| pftools |
| General option file parser.
|
|
template<class T >
std::string toString |
( |
const std::pair< T, T > & |
aT | ) |
|
Definition at line 72 of file CaloEllipse.h.
Referenced by Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController::centerViewMenuButtonClicked(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::centerViewMenuButtonClicked(), RPCRunIOV::chamberName(), HcalLutManager::get_brickSet_from_oracle(), HcalChannelQualityXml::getBaseLineFromOmds(), HcalQIEManager::getHfQieTable(), HcalChannelQualityXml::getIovsFromOmds(), HcalAssistant::getListOfChannelsFromDb(), HcalO2OManager::getListOfOmdsIovs(), HcalO2OManager::getListOfOmdsTags(), pftools::SpaceVoxel::getName(), HCALConfigDB::getOnlineLUT(), HCALConfigDB::getOnlineLUTFromXML(), HcalQIEManager::getTableFromDb(), HcalChannelQualityXml::getTagsFromOmds(), Vispa.Main.Application.Application::openRecentFileSlot(), pftools::operator<<(), Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin::switchCenterViewSlot(), ora::OId::toOutputStream(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::updateViewMenu().
73 std::ostringstream oss;
74 oss <<
"(" << aT.first <<
", " << aT.second <<
")";