CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTTauRefProducer.h
Go to the documentation of this file.
1 /*HLTTauRefProducer
2 Producer that creates LorentzVector Collections
3 from offline reconstructed quantities to be used
4 in Offline Trigger DQM etc
5 */
6 
7 #ifndef HLTTauRefProducer_h
8 #define HLTTauRefProducer_h
9 
18 
19 #include "TLorentzVector.h"
20 // TAU includes
24 
25 // ELECTRON includes
34 // MUON includes
38 #include "TLorentzVector.h"
40 
41 //Photon Includes
44 
45 #include <vector>
46 #include <string>
47 
49 
50 public:
51  explicit HLTTauRefProducer(const edm::ParameterSet&);
53 
54  virtual void produce(edm::Event&, const edm::EventSetup&);
55 
56  private:
58  typedef std::vector<LorentzVector> LorentzVectorCollection;
59 
61  std::vector<edm::InputTag> PFTauDis_;
62  bool doPFTaus_;
63  double ptMinPFTau_;
64 
65 
71  bool e_doID_;
73  double e_trackMinPt_;
74  double e_lipCut_;
75  double e_minIsoDR_;
76  double e_maxIsoDR_;
80  double e_FromZet_;
81 
83  bool doPhotons_;
85  double ptMinPhoton_;
86 
87 
89  bool doMuons_;
90  double ptMinMuon_;
91 
92 
94  bool doJets_;
95  double ptMinJet_;
96 
98  bool doTowers_;
99  double ptMinTower_;
100  double towerIsol_;
101 
102  double etaMax;
103 
104  void doPFTaus(edm::Event&,const edm::EventSetup&);
105  void doMuons(edm::Event&,const edm::EventSetup&);
106  void doElectrons(edm::Event&,const edm::EventSetup&);
107  void doElectronsFromZ(edm::Event&,const edm::EventSetup&,std::auto_ptr<LorentzVectorCollection>&);
109  void doJets(edm::Event&,const edm::EventSetup&);
110  void doPhotons(edm::Event&,const edm::EventSetup&);
111  void doTowers(edm::Event&,const edm::EventSetup&);
112 
113 };
114 
115 #endif
edm::InputTag Photons_
void doPFTaus(edm::Event &, const edm::EventSetup &)
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< double > > XYZTLorentzVectorD
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:15
virtual void produce(edm::Event &, const edm::EventSetup &)
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:10
edm::InputTag Towers_
HLTTauRefProducer(const edm::ParameterSet &)
void doTowers(edm::Event &, const edm::EventSetup &)
double ElectronTrkIsolation(const reco::TrackCollection *, const reco::GsfElectron &)
void doJets(edm::Event &, const edm::EventSetup &)
math::XYZTLorentzVectorD LorentzVector
edm::InputTag Muons_
void doElectronsFromZ(edm::Event &, const edm::EventSetup &, std::auto_ptr< LorentzVectorCollection > &)
edm::InputTag e_idAssocProd_
edm::InputTag PFTaus_
void doMuons(edm::Event &, const edm::EventSetup &)
edm::InputTag Electrons_
std::vector< LorentzVector > LorentzVectorCollection
void doPhotons(edm::Event &, const edm::EventSetup &)
void doElectrons(edm::Event &, const edm::EventSetup &)
edm::InputTag e_ctfTrackCollection_
std::vector< edm::InputTag > PFTauDis_
edm::InputTag Jets_