CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTauTag/HLTProducers/interface/IsolatedTauJetsSelector.h

Go to the documentation of this file.
00001 #ifndef IsolatedTauJetSelector_H
00002 #define IsolatedTauJetSelector_H
00003 
00004 // user include files
00005 #include "FWCore/Framework/interface/Frameworkfwd.h"
00006 #include "FWCore/Framework/interface/EDProducer.h"
00007 
00008 #include "FWCore/Framework/interface/Event.h"
00009 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00010 #include "FWCore/Utilities/interface/InputTag.h"
00011 #include "DataFormats/Common/interface/Handle.h"
00012 #include "DataFormats/JetReco/interface/CaloJetCollection.h"
00013 #include "DataFormats/BTauReco/interface/IsolatedTauTagInfo.h"
00014 #include "DataFormats/JetReco/interface/JetTracksAssociation.h"
00015 
00016 
00017 class IsolatedTauJetsSelector: public edm::EDProducer {
00018  public:
00019   explicit IsolatedTauJetsSelector(const edm::ParameterSet&);
00020   ~IsolatedTauJetsSelector();
00021   virtual void produce(edm::Event&, const edm::EventSetup&);
00022 
00023  private:
00024   typedef std::vector<edm::InputTag> vtag;
00025   vtag jetSrc;
00026  double pt_min_leadTrack;
00027  bool useInHLTOpen;
00028  bool useIsolationDiscriminator;
00029   
00030 
00031 };
00032 #endif