CMS 3D CMS Logo

defaultCmsRunServices.cc
Go to the documentation of this file.
1 // -*- ++ -*-
2 //
3 // Package: FWCore/Framework
4 // Function: defaultCmsRunServices
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: root
10 // Created: Tue, 06 Sep 2016 16:04:28 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 namespace edm {
19  std::vector<std::string> defaultCmsRunServices() {
20  std::vector<std::string> returnValue = {"MessageLogger",
21  "InitRootHandlers",
22  "UnixSignalService",
23  "AdaptorConfig",
24  "SiteLocalConfigService",
25  "StatisticsSenderService",
26  "ResourceInformationService",
27  "CPU",
28  "CondorStatusService",
29  "XrdStatisticsService"};
30 
31  return returnValue;
32  }
33 
34 } // namespace edm
std::vector< std::string > defaultCmsRunServices()
HLT enums.