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 #ifdef linux
23  "EnableFloatingPointExceptions",
24 #endif
25  "UnixSignalService",
26  "AdaptorConfig",
27  "SiteLocalConfigService",
28  "StatisticsSenderService",
29  "CondorStatusService"};
30 
31  return returnValue;
32  }
33 
34 }
std::vector< std::string > defaultCmsRunServices()
HLT enums.