CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InitRootHandlers.h
Go to the documentation of this file.
1 #ifndef FWCore_Services_InitRootHandlers_h
2 #define FWCore_Services_InitRootHandlers_h
3 
5 
6 namespace edm {
8  class ParameterSet;
9 
10  namespace service {
11  class InitRootHandlers : public RootHandlers {
12 
13  public:
14  explicit InitRootHandlers(ParameterSet const& pset);
15  virtual ~InitRootHandlers();
16 
17  static void fillDescriptions(ConfigurationDescriptions& descriptions);
18 
19  private:
20  virtual void enableWarnings_() override;
21  virtual void ignoreWarnings_() override;
25  };
26 
27  inline
29  return true;
30  }
31 
32  } // end of namespace service
33 } // end of namespace edm
34 
35 #endif // InitRootHandlers_H
virtual void enableWarnings_() override
bool isProcessWideService(TFileService const *)
Definition: TFileService.h:99
virtual void ignoreWarnings_() override
InitRootHandlers(ParameterSet const &pset)
static void fillDescriptions(ConfigurationDescriptions &descriptions)