CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 145 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:153
Definition: LMap.h:76
LMap_test::~LMap_test ( )
inline

Definition at line 148 of file LMap.h.

148 { }

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.

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

Member Data Documentation

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

Definition at line 153 of file LMap.h.

Referenced by test_read().