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

Constructor & Destructor Documentation

LMap_test::LMap_test ( )

Definition at line 324 of file LMap.cc.

324 :_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.

147 { }

Member Function Documentation

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

Definition at line 326 of file LMap.cc.

References _lmap, and SiPixelLorentzAngle_cfi::read.

327 {
328  _lmap -> read(accessor,type);
329  return 0;
330 }
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().