CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PathTimerInserter.h
Go to the documentation of this file.
1 #ifndef PathTimerInserter_h
2 #define PathTimerInserter_h
3 
4 /*
5  Author: David Lange, LLNL
6 
7 */
8 
12 
13 
15 {
16  public:
17 
18  explicit PathTimerInserter(edm::ParameterSet const& ps);
19 
20  virtual ~PathTimerInserter();
21 
22  virtual void produce(edm::Event& e, edm::EventSetup const& c);
23 
24  private:
25 };
26 
27  // ---------------------
28 
29 #endif
virtual ~PathTimerInserter()
virtual void produce(edm::Event &e, edm::EventSetup const &c)
PathTimerInserter(edm::ParameterSet const &ps)