#include <iostream>
#include "FWCore/Framework/interface/DataProxyTemplate.h"
#include "CondCore/DBCommon/interface/PoolTransaction.h"
#include "CondCore/DBCommon/interface/Connection.h"
#include "CondCore/DBCommon/interface/Exception.h"
#include "DataSvc/Ref.h"
#include "CondCore/PluginSystem/interface/DataProxy.h"
#include "CondFormats/IdealGeometryObjects/interface/PersistentDDDObjects.h"
#include "DetectorDescription/Core/interface/DDCompactView.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
Go to the source code of this file.
Classes | |
class | DataProxy< IdealGeometryRecord, DDCompactView > |
This specialization of DataProxy is requred so that we are able to retrieve PIdealGeometry and yet return DDCompactView via the ESSource. More... |