CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Private Attributes
Mapper Class Reference
Inheritance diagram for Mapper:

Classes

struct  definition
 

Public Member Functions

MapMakeDouble mapMakeDouble () const
 
MapMakeName mapMakeName () const
 
MapPair mapPair () const
 
 Mapper (DDLMap *iMap)
 

Private Attributes

DDLMapmap_
 

Detailed Description

Definition at line 41 of file DDLMap.cc.

Constructor & Destructor Documentation

◆ Mapper()

Mapper::Mapper ( DDLMap iMap)
inline

Definition at line 43 of file DDLMap.cc.

43 : map_{iMap} {};
DDLMap * map_
Definition: DDLMap.cc:52

Member Function Documentation

◆ mapMakeDouble()

MapMakeDouble Mapper::mapMakeDouble ( ) const
inline

Definition at line 49 of file DDLMap.cc.

References map_.

49 { return MapMakeDouble(map_); }
DDLMap * map_
Definition: DDLMap.cc:52

◆ mapMakeName()

MapMakeName Mapper::mapMakeName ( ) const
inline

Definition at line 48 of file DDLMap.cc.

References map_.

Referenced by Mapper::definition< ScannerT >::definition().

48 { return MapMakeName(map_); }
DDLMap * map_
Definition: DDLMap.cc:52

◆ mapPair()

MapPair Mapper::mapPair ( ) const
inline

Definition at line 47 of file DDLMap.cc.

References map_.

Referenced by Mapper::definition< ScannerT >::definition().

47 { return MapPair(map_); }
DDLMap * map_
Definition: DDLMap.cc:52

Member Data Documentation

◆ map_

DDLMap* Mapper::map_
private

Definition at line 52 of file DDLMap.cc.

Referenced by mapMakeDouble(), mapMakeName(), and mapPair().