Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:03:53

0001 // -*- C++ -*-
0002 //
0003 // Package:     Subsystem/Package
0004 // Class  :     CPUServiceBase
0005 //
0006 // Implementation:
0007 //     Stub class information for CPU service.
0008 //
0009 // Original Author:  Brian Bockelman
0010 //         Created:  Wed Sep  7 12:05:13 CDT 2016
0011 //
0012 
0013 #include "FWCore/Utilities/interface/CPUServiceBase.h"
0014 
0015 using namespace edm;
0016 
0017 CPUServiceBase::CPUServiceBase() {}
0018 
0019 CPUServiceBase::~CPUServiceBase() {}