CMS 3D CMS Logo

Public Member Functions | Private Attributes

LMap_test Class Reference

#include <LMap.h>

List of all members.

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 145 of file LMap.h.


Constructor & Destructor Documentation

LMap_test::LMap_test ( )

Definition at line 325 of file LMap.cc.

:_lmap(new LMap){ }
LMap_test::~LMap_test ( ) [inline]

Definition at line 148 of file LMap.h.

{ }

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, and SiPixelLorentzAngle_cfi::read.

{
  _lmap -> read(accessor,type);
  return 0;
}

Member Data Documentation

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

Definition at line 153 of file LMap.h.

Referenced by test_read().