CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/DTObjects/src/DTCompactMapAbstractHandler.cc

Go to the documentation of this file.
00001 /*
00002  *  See header file for a description of this class.
00003  *
00004  *  $Date: 2011/02/08 15:49:03 $
00005  *  $Revision: 1.1 $
00006  *  \author Paolo Ronchese INFN Padova
00007  *
00008  */
00009 
00010 //-----------------------
00011 // This Class' Header --
00012 //-----------------------
00013 #include "CondFormats/DTObjects/interface/DTCompactMapAbstractHandler.h"
00014 
00015 //-------------------------------
00016 // Collaborating Class Headers --
00017 //-------------------------------
00018 
00019 
00020 //---------------
00021 // C++ Headers --
00022 //---------------
00023 #include <iostream>
00024 
00025 //-------------------
00026 // Initializations --
00027 //-------------------
00028 DTCompactMapAbstractHandler* DTCompactMapAbstractHandler::instance = 0;
00029 
00030 //----------------
00031 // Constructors --
00032 //----------------
00033 DTCompactMapAbstractHandler::DTCompactMapAbstractHandler() {
00034 }
00035 
00036 
00037 DTCompactMapAbstractHandler::~DTCompactMapAbstractHandler() {
00038 }
00039 
00040 
00041 //--------------
00042 // Operations --
00043 //--------------
00045 DTCompactMapAbstractHandler* DTCompactMapAbstractHandler::getInstance() {
00046   return instance;
00047 }
00048 
00049 
00050 DTReadOutMapping* DTCompactMapAbstractHandler::expandMap( const DTReadOutMapping& compMap ) {
00051   return 0;
00052 }
00053