CMS 3D CMS Logo

SerializationHelperFactory.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: CondFormats/SerializationHelper
4 // Class : SerializationHelperFactory
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Christopher Jones
10 // Created: Wed, 31 May 2023 19:44:20 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 using namespace cond::serialization;
19 
20 EDM_REGISTER_PLUGINFACTORY(SerializationHelperFactory, "CMS Conditions SerializationHelper");
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)
Definition: PluginFactory.h:88