CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackMTCCFilter.h
Go to the documentation of this file.
1 #ifndef TrackMTCCFilter_H
2 #define TrackMTCCFilter_H
3 
4 // -*- C++ -*-
5 //
6 // Package: SiStripChannelChargeFilter
7 // Class : TrackMTCCFilter
8 //
9 //
10 // Original Author: dkcira
11 
16 
17 namespace cms
18 {
19  class TrackMTCCFilter : public edm::EDFilter {
20  public:
22  virtual ~TrackMTCCFilter() {}
23  virtual bool filter(edm::Event & e, edm::EventSetup const& c);
24 
25  private:
28  unsigned int MinNrOfTracks;
29  };
30 }
31 #endif
TrackMTCCFilter(const edm::ParameterSet &ps)
virtual bool filter(edm::Event &e, edm::EventSetup const &c)
unsigned int MinNrOfTracks
std::string TrackProducer