CMS 3D CMS Logo

List of all members | Public Member Functions
EMap_test Class Reference

#include <LMap.h>

Public Member Functions

 EMap_test ()
 
int test_read_map (std::string filename)
 
 ~EMap_test ()
 

Detailed Description

Definition at line 138 of file LMap.h.

Constructor & Destructor Documentation

◆ EMap_test()

EMap_test::EMap_test ( )
inline

Definition at line 140 of file LMap.h.

140 {}

◆ ~EMap_test()

EMap_test::~EMap_test ( )
inline

Definition at line 141 of file LMap.h.

141 {}

Member Function Documentation

◆ test_read_map()

int EMap_test::test_read_map ( std::string  filename)

Definition at line 321 of file LMap.cc.

321  {
322  EMap map(filename);
323  return 0;
324 }

References corrVsCorr::filename, and genParticles_cff::map.

corrVsCorr.filename
filename
Definition: corrVsCorr.py:123
EMap
Definition: LMap.h:80
genParticles_cff.map
map
Definition: genParticles_cff.py:11