CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CalibFormats/CaloTPG/src/CaloTPGTranscoder.cc

Go to the documentation of this file.
00001 #include "CalibFormats/CaloTPG/interface/HcalTPGCompressor.h"
00002 #include "CalibFormats/CaloTPG/interface/EcalTPGCompressor.h"
00003 #include "CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h"
00004 
00005 CaloTPGTranscoder::CaloTPGTranscoder() :
00006   hccompress_(new HcalTPGCompressor(this)),
00007   eccompress_(new EcalTPGCompressor(this)) {
00008 }
00009 
00010 CaloTPGTranscoder::~CaloTPGTranscoder() {
00011 }
00012 
00013 void CaloTPGTranscoder::setup(const edm::EventSetup& es, CaloTPGTranscoder::Mode mode) const {
00014 }
00015 
00016 void CaloTPGTranscoder::releaseSetup() const {
00017 }