#include <CaloOnlineTools/HcalOnlineDb/interface/LMap.h>
Classes | |
class | impl |
Public Member Functions | |
std::map< int, LMapRow > & | get_map (void) |
LMap () | |
int | read (std::string accessor, std::string type="HBEF") |
~LMap () | |
Private Attributes | |
std::shared_ptr< impl > | p_impl |
Description: interface to the HCAL logical map
Usage: std::shared_ptr<LMap> the_map(new LMap); the_map -> read( "your-accessor-string", "optional map type" );
std::map< int, LMapRow > & LMap::get_map | ( | void | ) |
Definition at line 49 of file LMap.cc.
References p_impl.
Referenced by HcalLutManager::getLinearizationLutXmlFromCoder(), and HcalLutManager::getLutXmlFromAsciiMaster().
int LMap::read | ( | std::string | accessor, |
std::string | type = "HBEF" |
||
) |
Definition at line 47 of file LMap.cc.
References p_impl.
Referenced by edmIntegrityCheck.PublishToFileSystem::get(), HcalLutManager::getLinearizationLutXmlFromCoder(), and HcalLutManager::getLutXmlFromAsciiMaster().