CMS 3D CMS Logo

HLTTauProducer.h

Go to the documentation of this file.
00001 #ifndef HLTTauProducer_H
00002 #define HLTTauProducer_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/ParameterSet/interface/InputTag.h"
00011 #include "DataFormats/Common/interface/Handle.h"
00012 #include "DataFormats/BTauReco/interface/IsolatedTauTagInfo.h"
00013 #include "DataFormats/TauReco/interface/L2TauInfoAssociation.h"
00014 #include "DataFormats/TauReco/interface/HLTTau.h"
00015 
00016 
00017 
00018 class HLTTauProducer: public edm::EDProducer {
00019  public:
00020   explicit HLTTauProducer(const edm::ParameterSet&);
00021   ~HLTTauProducer();
00022   virtual void produce(edm::Event&, const edm::EventSetup&);
00023 
00024  private:
00025   edm::InputTag emIsolatedJetsL2_;
00026   edm::InputTag trackIsolatedJetsL25_;
00027   edm::InputTag trackIsolatedJetsL3_;
00028   double rmin_,rmax_,matchingCone_ ,ptMinLeadTk_, signalCone_, isolationCone_;
00029 
00030 };
00031 #endif

Generated on Tue Jun 9 17:44:58 2009 for CMSSW by  doxygen 1.5.4