CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlCaIsoTracksProducer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 // user include files
10 
13 
21 
24 //#include "DataFormats/CaloTowers/interface/CaloTowerDetId.h"
25 
29 
34 
39 
42 
44 
45 #include "TH1F.h"
46 class TFile;
47 
48 //
49 // class declaration
50 //
51 
53 public:
56 
57  virtual void produce(edm::Event &, const edm::EventSetup&);
58  void endJob(void);
59 
60 private:
61 
64 
65 
66  const CaloGeometry* geo;
67  std::vector<edm::InputTag> ecalLabels_;
68 
71  double m_dvCut;
72  double m_ddirCut;
74  double m_pCut;
75  double m_ptCut;
76  double m_ecalCut;
77 
78  double taECALCone_;
79  double taHCALCone_;
80 
83  std::vector<std::string> hltFiltTag_;
85 
86  double isolE_;
87  double etaMax_;
88  double cluRad_;
89  double ringOutRad_;
90  double ringInnRad_;
91 
96 
99 
104 
105  std::vector<edm::EDGetTokenT<EcalRecHitCollection> > toks_ecal_;
107 
108 };
109 
std::vector< std::string > hltFiltTag_
AlCaIsoTracksProducer(const edm::ParameterSet &)
TrackDetectorAssociator trackAssociator_
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::TrackCollection > tok_track_
const CaloGeometry * geo
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
std::vector< edm::InputTag > ecalLabels_
TrackAssociatorParameters parameters_
edm::EDGetTokenT< trigger::TriggerEvent > tok_hlt_
edm::EDGetTokenT< EcalRecHitCollection > tok_ps_
edm::EDGetTokenT< HORecHitCollection > tok_ho_
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > toks_ecal_