Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
DTObjects
src
DTCompactMapAbstractHandler.cc
Go to the documentation of this file.
1
/*
2
* See header file for a description of this class.
3
*
4
* $Date: 2010/05/14 11:42:56 $
5
* $Revision: 1.2 $
6
* \author Paolo Ronchese INFN Padova
7
*
8
*/
9
10
//-----------------------
11
// This Class' Header --
12
//-----------------------
13
#include "
CondFormats/DTObjects/interface/DTCompactMapAbstractHandler.h
"
14
15
//-------------------------------
16
// Collaborating Class Headers --
17
//-------------------------------
18
19
20
//---------------
21
// C++ Headers --
22
//---------------
23
#include <iostream>
24
25
//-------------------
26
// Initializations --
27
//-------------------
28
DTCompactMapAbstractHandler
*
DTCompactMapAbstractHandler::instance
= 0;
29
30
//----------------
31
// Constructors --
32
//----------------
33
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler
() {
34
}
35
36
37
DTCompactMapAbstractHandler::~DTCompactMapAbstractHandler
() {
38
}
39
40
41
//--------------
42
// Operations --
43
//--------------
45
DTCompactMapAbstractHandler
*
DTCompactMapAbstractHandler::getInstance
() {
46
return
instance
;
47
}
48
49
50
DTReadOutMapping
*
DTCompactMapAbstractHandler::expandMap
(
const
DTReadOutMapping
& compMap ) {
51
return
0;
52
}
53
DTCompactMapAbstractHandler::DTCompactMapAbstractHandler
DTCompactMapAbstractHandler()
Definition:
DTCompactMapAbstractHandler.cc:33
DTCompactMapAbstractHandler::getInstance
static DTCompactMapAbstractHandler * getInstance()
get static object
Definition:
DTCompactMapAbstractHandler.cc:45
DTReadOutMapping
Definition:
DTReadOutMapping.h:57
DTCompactMapAbstractHandler
Definition:
DTCompactMapAbstractHandler.h:34
DTCompactMapAbstractHandler::~DTCompactMapAbstractHandler
virtual ~DTCompactMapAbstractHandler()
Definition:
DTCompactMapAbstractHandler.cc:37
DTCompactMapAbstractHandler.h
DTCompactMapAbstractHandler::expandMap
virtual DTReadOutMapping * expandMap(const DTReadOutMapping &compMap)
expand compact map
Definition:
DTCompactMapAbstractHandler.cc:50
DTCompactMapAbstractHandler::instance
static DTCompactMapAbstractHandler * instance
Definition:
DTCompactMapAbstractHandler.h:59
Generated for CMSSW Reference Manual by
1.8.5