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 
43 
45 
46 #include "TH1F.h"
47 class TFile;
48 
49 //
50 // class declaration
51 //
52 
54 public:
57 
58  virtual void produce(edm::Event &, const edm::EventSetup&);
59  void endJob(void);
60 
61 private:
62 
65 
66 
67  const CaloGeometry* geo;
68  std::vector<edm::InputTag> ecalLabels_;
69 
72  double m_dvCut;
73  double m_ddirCut;
75  double m_pCut;
76  double m_ptCut;
77  double m_ecalCut;
78 
79  double taECALCone_;
80  double taHCALCone_;
81 
84  std::vector<std::string> hltFiltTag_;
86 
87  double isolE_;
88  double etaMax_;
89  double cluRad_;
90  double ringOutRad_;
91  double ringInnRad_;
92 
97 
100 
105 
106  std::vector<edm::EDGetTokenT<EcalRecHitCollection> > toks_ecal_;
108 
109 };
110 
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_