![]() |
![]() |
#include <CaloOnlineTools/HcalOnlineDb/interface/LMap.h>
Public Member Functions | |
std::map< int, LMapRow > & | get_map (void) |
LMap () | |
int | read (string accessor, string type="HBEF") |
~LMap () | |
Private Attributes | |
shared_ptr< impl > | p_impl |
Classes | |
class | impl |
Usage: include <boost/shared_ptr.hpp>
shared_ptr<LMap> the_map(new LMap); the_map -> read( "your-accessor-string", "optional map type" );
Definition at line 76 of file LMap.h.
int LMap::read | ( | string | accessor, | |
string | type = "HBEF" | |||
) |
shared_ptr<impl> LMap::p_impl [private] |