CMS 3D CMS Logo

DataCardFileWriter.h
Go to the documentation of this file.
1 #ifndef Gen_DataCardFileWriter_H
2 #define Gen_DataCardFileWriter_H
3 
4 // I. M. Nugent
5 
6 // system include files
7 #include <memory>
8 
9 // user include files
12 
17 
18 namespace gen {
19 
21  public:
23  ~DataCardFileWriter() override{};
24 
25  void analyze(const edm::Event&, const edm::EventSetup&) override{};
26  };
27 
28 }; // namespace gen
29 
30 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
DataCardFileWriter(const edm::ParameterSet &)