#include <DTCompactMapAbstractHandler.h>
Public Member Functions | |
virtual DTReadOutMapping * | expandMap (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 DTCompactMapAbstractHandler & | operator= (const DTCompactMapAbstractHandler &x) |
Description: Abstract class to hold configuration identifier for chambers
Definition at line 34 of file DTCompactMapAbstractHandler.h.
|
virtual |
|
protected |
|
private |
Constructor
|
virtual |
expand compact map
Reimplemented in DTCompactMapPluginHandler.
Definition at line 50 of file DTCompactMapAbstractHandler.cc.
Referenced by DTReadOutMapping::fullMap().
|
static |
get static object
Operations
Definition at line 45 of file DTCompactMapAbstractHandler.cc.
References instance.
Referenced by DTReadOutMapping::fullMap().
|
private |
|
staticprotected |
Definition at line 59 of file DTCompactMapAbstractHandler.h.
Referenced by DTCompactMapPluginHandler::build(), and getInstance().