#include <DTCompactMapAbstractHandler.h>
Public Member Functions | |
virtual DTReadOutMapping * | expandMap (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 DTCompactMapAbstractHandler & | operator= (const DTCompactMapAbstractHandler &x) |
Description: Abstract class to hold configuration identifier for chambers
Definition at line 34 of file DTCompactMapAbstractHandler.h.
DTCompactMapAbstractHandler::~DTCompactMapAbstractHandler | ( | ) | [virtual] |
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler | ( | ) | [protected] |
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler | ( | const DTCompactMapAbstractHandler & | x | ) | [private] |
Constructor
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] |
DTCompactMapAbstractHandler * DTCompactMapAbstractHandler::instance = 0 [static, protected] |
Definition at line 59 of file DTCompactMapAbstractHandler.h.
Referenced by DTCompactMapPluginHandler::build(), and getInstance().