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

std::shared_ptr< LMap_lmap
 

Detailed Description

Definition at line 127 of file LMap.h.

Constructor & Destructor Documentation

◆ LMap_test()

LMap_test::LMap_test ( )

Definition at line 327 of file LMap.cc.

327 : _lmap(new LMap) {}
std::shared_ptr< LMap > _lmap
Definition: LMap.h:135
Definition: LMap.h:66

◆ ~LMap_test()

LMap_test::~LMap_test ( )
inline

Definition at line 130 of file LMap.h.

130 {}

Member Function Documentation

◆ test_read()

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

Definition at line 329 of file LMap.cc.

References _lmap.

329  {
330  _lmap->read(accessor, type);
331  return 0;
332 }
std::shared_ptr< LMap > _lmap
Definition: LMap.h:135

Member Data Documentation

◆ _lmap

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

Definition at line 135 of file LMap.h.

Referenced by test_read().