CMS 3D CMS Logo

JetTracksAssociatorAtCaloFace.h

Go to the documentation of this file.
00001 // \class JetTracksAssociatorAtCaloFace JetTracksAssociatorAtCaloFace.cc 
00002 // Associate jet with tracks extrapolated to CALO face
00003 // Accommodated for Jet Package by: Fedor Ratnikov Sep.7, 2007
00004 // $Id: JetTracksAssociatorAtCaloFace.h,v 1.1 2007/09/19 18:30:01 fedor Exp $
00005 //
00006 //
00007 #ifndef JetTracksAssociatorAtCaloFace_h
00008 #define JetTracksAssociatorAtCaloFace_h
00009 
00010 #include "FWCore/Framework/interface/EDProducer.h"
00011 #include "DataFormats/Common/interface/EDProductfwd.h"
00012 #include "FWCore/ParameterSet/interface/InputTag.h"
00013 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00014 
00015 #include "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRCalo.h"
00016 
00017 class JetTracksAssociatorAtCaloFace : public edm::EDProducer {
00018    public:
00019       JetTracksAssociatorAtCaloFace(const edm::ParameterSet&);
00020       virtual ~JetTracksAssociatorAtCaloFace();
00021 
00022       virtual void produce(edm::Event&, const edm::EventSetup&);
00023 
00024    private:
00025      edm::InputTag mJets;
00026      edm::InputTag mTracks;
00027      JetTracksAssociationDRCalo mAssociator;
00028 };
00029 
00030 #endif

Generated on Tue Jun 9 17:43:41 2009 for CMSSW by  doxygen 1.5.4