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 | Private Member Functions | Friends
DTTtrigId Class Reference

#include <DTTtrig.h>

Public Member Functions

 DTTtrigId ()
 
 ~DTTtrigId ()
 

Public Attributes

int cellId
 
int layerId
 
int sectorId
 
int slId
 
int stationId
 
int wheelId
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 41 of file DTTtrig.h.

Constructor & Destructor Documentation

DTTtrigId::DTTtrigId ( )

Definition at line 51 of file DTTtrig.cc.

51  :
52  wheelId( 0 ),
53  stationId( 0 ),
54  sectorId( 0 ),
55  slId( 0 ),
56  layerId( 0 ),
57  cellId( 0 ) {
58 }
int wheelId
Definition: DTTtrig.h:48
int stationId
Definition: DTTtrig.h:49
int sectorId
Definition: DTTtrig.h:50
int cellId
Definition: DTTtrig.h:53
int slId
Definition: DTTtrig.h:51
int layerId
Definition: DTTtrig.h:52
DTTtrigId::~DTTtrigId ( )

Definition at line 75 of file DTTtrig.cc.

75  {
76 }

Member Function Documentation

template<class Archive >
void DTTtrigId::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 56 of file DTTtrig.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 56 of file DTTtrig.h.

Member Data Documentation

int DTTtrigId::cellId

Definition at line 53 of file DTTtrig.h.

int DTTtrigId::layerId

Definition at line 52 of file DTTtrig.h.

int DTTtrigId::sectorId

Definition at line 50 of file DTTtrig.h.

int DTTtrigId::slId

Definition at line 51 of file DTTtrig.h.

int DTTtrigId::stationId

Definition at line 49 of file DTTtrig.h.

Referenced by DTTtrig::initialize(), and DTTtrig::set().

int DTTtrigId::wheelId

Definition at line 48 of file DTTtrig.h.