CMS 3D CMS Logo

MTCCHLTrigger.h

Go to the documentation of this file.
00001 #ifndef MTCCHLTrigger_H
00002 #define MTCCHLTrigger_H 
00003 
00004 #include "FWCore/Framework/interface/EDFilter.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006 #include "FWCore/Framework/interface/Event.h"
00007 #include "FWCore/Framework/interface/EventSetup.h"
00008 // #include "SimDataFormats/TrackingHit/interface/PSimHit.h"
00009 // #include "SimDataFormats/TrackingHit/interface/PSimHitContainer.h"
00010 
00011 namespace cms
00012 {
00013  class MTCCHLTrigger : public edm::EDFilter {
00014   public:
00015     MTCCHLTrigger(const edm::ParameterSet& ps);
00016     virtual ~MTCCHLTrigger() {}
00017 
00018     virtual bool filter(edm::Event & e, edm::EventSetup const& c);
00019 
00020   private:
00021    //   bool selOnClusterCharge;
00022    bool selOnDigiCharge;
00023    uint ChargeThreshold;
00024    //   uint digiChargeThreshold;
00025    //   std::string rawtodigiProducer;
00026    //   std::string zsdigiProducer;
00027    std::string clusterProducer;
00028   };
00029 }
00030 #endif

Generated on Tue Jun 9 17:34:50 2009 for CMSSW by  doxygen 1.5.4