CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
LMap_test Class Reference

#include <LMap.h>

Public Member Functions

 LMap_test ()
 
int test_read (std::string accessor, std::string type="HBEF")
 
 ~LMap_test ()
 

Private Attributes

boost::shared_ptr< LMap_lmap
 

Detailed Description

Definition at line 144 of file LMap.h.

Constructor & Destructor Documentation

LMap_test::LMap_test ( )

Definition at line 325 of file LMap.cc.

325 :_lmap(new LMap){ }
boost::shared_ptr< LMap > _lmap
Definition: LMap.h:152
Definition: LMap.h:75
LMap_test::~LMap_test ( )
inline

Definition at line 147 of file LMap.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

147 { }

Member Function Documentation

int LMap_test::test_read ( std::string  accessor,
std::string  type = "HBEF" 
)

Definition at line 327 of file LMap.cc.

References _lmap.

328 {
329  _lmap -> read(accessor,type);
330  return 0;
331 }
type
Definition: HCALResponse.h:21
boost::shared_ptr< LMap > _lmap
Definition: LMap.h:152

Member Data Documentation

boost::shared_ptr<LMap> LMap_test::_lmap
private

Definition at line 152 of file LMap.h.

Referenced by test_read().