CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DTMapEntry Class Reference

Public Member Functions

 DTMapEntry ()
 
 DTMapEntry (int xk1, int xk2, int xk3, int xk4, int xk5, int xv1, int xv2, int xv3, int xv4, int xv5, int xv6)
 
 ~DTMapEntry ()
 

Public Attributes

int k1
 
int k2
 
int k3
 
int k4
 
int k5
 
int v1
 
int v2
 
int v3
 
int v4
 
int v5
 
int v6
 

Detailed Description

Definition at line 28 of file DTExpandMap.cc.

Constructor & Destructor Documentation

DTMapEntry::DTMapEntry ( )

Definition at line 50 of file DTExpandMap.cc.

50  :
51  k1( 0 ),
52  k2( 0 ),
53  k3( 0 ),
54  k4( 0 ),
55  k5( 0 ),
56  v1( 0 ),
57  v2( 0 ),
58  v3( 0 ),
59  v4( 0 ),
60  v5( 0 ),
61  v6( 0 ) {
62 }
DTMapEntry::DTMapEntry ( int  xk1,
int  xk2,
int  xk3,
int  xk4,
int  xk5,
int  xv1,
int  xv2,
int  xv3,
int  xv4,
int  xv5,
int  xv6 
)

Definition at line 64 of file DTExpandMap.cc.

66  :
67  k1( xk1 ),
68  k2( xk2 ),
69  k3( xk3 ),
70  k4( xk4 ),
71  k5( xk5 ),
72  v1( xv1 ),
73  v2( xv2 ),
74  v3( xv3 ),
75  v4( xv4 ),
76  v5( xv5 ),
77  v6( xv6 ) {
78 }
DTMapEntry::~DTMapEntry ( )

Definition at line 80 of file DTExpandMap.cc.

80  {
81 }

Member Data Documentation

int DTMapEntry::k1

Definition at line 36 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::k2

Definition at line 37 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::k3

Definition at line 38 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::k4

Definition at line 39 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::k5

Definition at line 40 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::v1

Definition at line 41 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::v2

Definition at line 42 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::v3

Definition at line 43 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::v4

Definition at line 44 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::v5

Definition at line 45 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().

int DTMapEntry::v6

Definition at line 46 of file DTExpandMap.cc.

Referenced by DTExpandMap::expandSteering().