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 | Protected Member Functions | Static Protected Attributes | Private Member Functions
DTCompactMapAbstractHandler Class Reference

#include <DTCompactMapAbstractHandler.h>

Inheritance diagram for DTCompactMapAbstractHandler:
DTCompactMapPluginHandler

Public Member Functions

virtual DTReadOutMappingexpandMap (const DTReadOutMapping &compMap)
 expand compact map More...
 
virtual ~DTCompactMapAbstractHandler ()
 

Static Public Member Functions

static
DTCompactMapAbstractHandler
getInstance ()
 get static object More...
 

Protected Member Functions

 DTCompactMapAbstractHandler ()
 

Static Protected Attributes

static
DTCompactMapAbstractHandler
instance = 0
 

Private Member Functions

 DTCompactMapAbstractHandler (const DTCompactMapAbstractHandler &x)
 
const DTCompactMapAbstractHandleroperator= (const DTCompactMapAbstractHandler &x)
 

Detailed Description

Description: Abstract class to hold configuration identifier for chambers

Date:
2011/02/08 15:48:27
Revision:
1.1
Author
Paolo Ronchese INFN Padova

Definition at line 34 of file DTCompactMapAbstractHandler.h.

Constructor & Destructor Documentation

DTCompactMapAbstractHandler::~DTCompactMapAbstractHandler ( )
virtual

ConstructorDestructor

Definition at line 37 of file DTCompactMapAbstractHandler.cc.

37  {
38 }
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler ( )
protected

Constructor

Definition at line 33 of file DTCompactMapAbstractHandler.cc.

33  {
34 }
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler ( const DTCompactMapAbstractHandler x)
private

Constructor

Member Function Documentation

DTReadOutMapping * DTCompactMapAbstractHandler::expandMap ( const DTReadOutMapping compMap)
virtual

expand compact map

Reimplemented in DTCompactMapPluginHandler.

Definition at line 50 of file DTCompactMapAbstractHandler.cc.

Referenced by DTReadOutMapping::fullMap().

50  {
51  return 0;
52 }
DTCompactMapAbstractHandler * DTCompactMapAbstractHandler::getInstance ( )
static

get static object

Operations

Definition at line 45 of file DTCompactMapAbstractHandler.cc.

References instance.

Referenced by DTReadOutMapping::fullMap().

45  {
46  return instance;
47 }
static DTCompactMapAbstractHandler * instance
const DTCompactMapAbstractHandler& DTCompactMapAbstractHandler::operator= ( const DTCompactMapAbstractHandler x)
private

Member Data Documentation

DTCompactMapAbstractHandler * DTCompactMapAbstractHandler::instance = 0
staticprotected

Definition at line 59 of file DTCompactMapAbstractHandler.h.

Referenced by DTCompactMapPluginHandler::build(), and getInstance().