CMS 3D CMS Logo

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

#include <DTPosNeg.h>

Public Member Functions

 DTPosNeg ()
 
virtual ~DTPosNeg ()
 

Static Public Member Functions

static void dump ()
 dump map More...
 
static int getCT (int whe, int sec, int sta)
 
static int getCT (const DTChamberId &cha)
 
static int getPN (int whe, int sec, int sta)
 
static int getPN (const DTChamberId &cha)
 

Static Private Member Functions

static void decode (int code, int &whe, int &sec, int &sta)
 
static void decode (int code, int &p, int &t)
 
static void fillMap ()
 
static int getData (int whe, int sec, int sta)
 
static int idCode (int whe, int sec, int sta)
 
static int pnCode (int p, int t)
 

Static Private Attributes

static std::map< int, int > geomMap
 
static bool initRequest = true
 

Detailed Description

Description:

Date:
2008-08-15 12:52:44
Revision:
1.1
Author
Paolo Ronchese INFN Padova

Definition at line 41 of file DTPosNeg.h.

Constructor & Destructor Documentation

DTPosNeg::DTPosNeg ( )

Constructor

Definition at line 34 of file DTPosNeg.cc.

DTPosNeg::~DTPosNeg ( )
virtual

Destructor

Definition at line 40 of file DTPosNeg.cc.

Member Function Documentation

void DTPosNeg::decode ( int  code,
int &  whe,
int &  sec,
int &  sta 
)
staticprivate

Definition at line 391 of file DTPosNeg.cc.

Referenced by ztail.Decoder::follow(), and ztail.Decoder::initial_synchronize().

void DTPosNeg::decode ( int  code,
int &  p,
int &  t 
)
staticprivate

Definition at line 399 of file DTPosNeg.cc.

Referenced by ztail.Decoder::follow(), and ztail.Decoder::initial_synchronize().

void DTPosNeg::dump ( void  )
static

dump map

Operations

Definition at line 54 of file DTPosNeg.cc.

void DTPosNeg::fillMap ( )
staticprivate

Definition at line 118 of file DTPosNeg.cc.

int DTPosNeg::getCT ( int  whe,
int  sec,
int  sta 
)
static

Definition at line 103 of file DTPosNeg.cc.

int DTPosNeg::getCT ( const DTChamberId cha)
static

Definition at line 111 of file DTPosNeg.cc.

int DTPosNeg::getData ( int  whe,
int  sec,
int  sta 
)
staticprivate

Definition at line 405 of file DTPosNeg.cc.

int DTPosNeg::getPN ( int  whe,
int  sec,
int  sta 
)
static

Definition at line 88 of file DTPosNeg.cc.

int DTPosNeg::getPN ( const DTChamberId cha)
static

Definition at line 96 of file DTPosNeg.cc.

int DTPosNeg::idCode ( int  whe,
int  sec,
int  sta 
)
staticprivate

Definition at line 381 of file DTPosNeg.cc.

int DTPosNeg::pnCode ( int  p,
int  t 
)
staticprivate

Definition at line 386 of file DTPosNeg.cc.

Member Data Documentation

std::map< int, int > DTPosNeg::geomMap
staticprivate

Definition at line 65 of file DTPosNeg.h.

bool DTPosNeg::initRequest = true
staticprivate

Definition at line 64 of file DTPosNeg.h.