CMS 3D CMS Logo

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static
DTCompactMapAbstractHandler
getInstance ()
 get static object

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]

Constructor Destructor

Definition at line 37 of file DTCompactMapAbstractHandler.cc.

                                                          {
}
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler ( ) [protected]

Constructor

Definition at line 33 of file DTCompactMapAbstractHandler.cc.

                                                         {
}
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().

                                                                                          {
  return 0;
}
DTCompactMapAbstractHandler * DTCompactMapAbstractHandler::getInstance ( ) [static]

get static object

Operations

Definition at line 45 of file DTCompactMapAbstractHandler.cc.

References instance.

Referenced by DTReadOutMapping::fullMap().

                                                                      {
  return instance;
}
const DTCompactMapAbstractHandler& DTCompactMapAbstractHandler::operator= ( const DTCompactMapAbstractHandler x) [private]

Member Data Documentation

Definition at line 59 of file DTCompactMapAbstractHandler.h.

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