CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FilterTrackerOn.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: CalibTracker/SiStripDCS/plugins
4 // Class: SyncDCSO2O
5 //
12 //
13 // Original Author: Marco DE MATTIA
14 // Created: 2010/03/10 10:51:00
15 //
16 //
17 
18 // system include files
19 #include <memory>
20 
21 // user include files
24 
27 
29 
31 {
32  public:
33  explicit FilterTrackerOn(const edm::ParameterSet&);
35 
36  private:
37  virtual void beginJob() ;
38  virtual bool filter(edm::Event&, const edm::EventSetup&);
39  virtual void endJob() ;
40 
42 };
virtual void beginJob()
FilterTrackerOn(const edm::ParameterSet &)
virtual void endJob()
virtual bool filter(edm::Event &, const edm::EventSetup &)