Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:37

0001 // -*- C++ -*-
0002 //
0003 // Package:     test
0004 // Class  :     ValueExample
0005 //
0006 // Implementation:
0007 //     <Notes on implementation>
0008 //
0009 // Original Author:  Chris Jones
0010 //         Created:  Mon Sep  5 19:52:01 EDT 2005
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "ValueExample.h"
0017 #include "FWCore/ServiceRegistry/interface/ServiceMaker.h"
0018 using namespace edm::serviceregistry;
0019 DEFINE_FWK_SERVICE_MAKER(ValueExample, ParameterSetMaker<ValueExample>);