1 #ifndef HCALConfigDBTools_XMLTools_LMap_h
2 #define HCALConfigDBTools_XMLTools_LMap_h
29 #include <boost/shared_ptr.hpp>
31 #include "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabase.hh"
85 int read( std::string accessor, std::string
type =
"HBEF" );
86 std::map<int,LMapRow> &
get_map(
void );
90 boost::shared_ptr<impl>
p_impl;
138 std::vector<EMap::EMapRow> &
get_map(
void );
150 int test_read( std::string accessor, std::string
type=
"HBEF" );
std::vector< EMapRow > map
int read_map(std::string filename)
boost::shared_ptr< LMap > _lmap
std::map< int, LMapRow > & get_map(void)
int test_read(std::string accessor, std::string type="HBEF")
int read(std::string accessor, std::string type="HBEF")
EMap(std::string filename)
bool operator<(const EMapRow &other) const
boost::shared_ptr< impl > p_impl
int test_read_map(std::string filename)
std::vector< EMap::EMapRow > & get_map(void)