CMS 3D CMS Logo

HcalHaloDataProducer.h
Go to the documentation of this file.
1 #ifndef RECOMET_METPRODUCERS_HCALHALODATAPRODUCER_H
2 #define RECOMET_METPRODUCERS_HCALHALODATAPRODUCER_H
3 
4 /*
5  [class]: HcalHaloDataProducer
6  [authors]: R. Remington, The University of Florida
7  [description]: EDProducer which runs HcalHaloAlgo and stores HcalHaloData object to the event.
8  [date]: October 15, 2009
9 */
10 
11 //Standard C++ classes
12 #include <iostream>
13 #include <string>
14 #include <map>
15 #include <vector>
16 #include <utility>
17 #include <ostream>
18 #include <fstream>
19 #include <algorithm>
20 #include <cmath>
21 #include <memory>
22 #include <iomanip>
23 #include <cstdlib>
24 
25 // user include files
33 
36 //Included Classes (semi-alphabetical)
61 
68 
72 
79 
84 
85 namespace reco {
87  public:
88  explicit HcalHaloDataProducer(const edm::ParameterSet&);
89  ~HcalHaloDataProducer() override;
90 
91  private:
92  void produce(edm::Event&, const edm::EventSetup&) override;
93 
94  //RecHit Level
101 
109 
114  };
115 } // namespace reco
116 
117 #endif
reco::HcalHaloDataProducer::IT_HBHERecHit
edm::InputTag IT_HBHERecHit
Definition: HcalHaloDataProducer.h:95
Propagator.h
Handle.h
MessageLogger.h
Cylinder.h
SteppingHelixPropagator.h
ESHandle.h
TriggerResults.h
AlgebraicObjects.h
reco::HcalHaloDataProducer::calotower_token_
edm::EDGetTokenT< CaloTowerCollection > calotower_token_
Definition: HcalHaloDataProducer.h:106
edm::EDGetTokenT
Definition: EDGetToken.h:33
reco::HcalHaloDataProducer
Definition: HcalHaloDataProducer.h:86
reco::HcalHaloDataProducer::HcalAlgo
HcalHaloAlgo HcalAlgo
Definition: HcalHaloDataProducer.h:108
reco::HcalHaloDataProducer::eerechit_token_
edm::EDGetTokenT< EERecHitCollection > eerechit_token_
Definition: HcalHaloDataProducer.h:103
reco::HcalHaloDataProducer::ebrechit_token_
edm::EDGetTokenT< EBRecHitCollection > ebrechit_token_
Definition: HcalHaloDataProducer.h:102
EDProducer.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:46
TransientTrack.h
ESGetToken.h
reco::HcalHaloDataProducer::IT_HORecHit
edm::InputTag IT_HORecHit
Definition: HcalHaloDataProducer.h:96
CandidateFwd.h
Plane.h
MakerMacros.h
HcalHaloAlgo.h
reco::HcalHaloDataProducer::IT_EBRecHit
edm::InputTag IT_EBRecHit
Definition: HcalHaloDataProducer.h:99
reco::HcalHaloDataProducer::HcalHaloDataProducer
HcalHaloDataProducer(const edm::ParameterSet &)
Definition: HcalHaloDataProducer.cc:15
HFRecHit.h
reco::HcalHaloDataProducer::SumHcalEnergyThreshold
float SumHcalEnergyThreshold
Definition: HcalHaloDataProducer.h:112
IdealMagneticFieldRecord.h
EDGetToken.h
reco::HcalHaloDataProducer::~HcalHaloDataProducer
~HcalHaloDataProducer() override
Definition: HcalHaloDataProducer.cc:74
CaloGeometryRecord.h
reco::HcalHaloDataProducer::hfrechit_token_
edm::EDGetTokenT< HFRecHitCollection > hfrechit_token_
Definition: HcalHaloDataProducer.h:105
Cone.h
CaloSubdetectorGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:47
HcalHaloData.h
Event.h
HcalDetId.h
reco::HcalHaloDataProducer::HBRecHitEnergyThreshold
float HBRecHitEnergyThreshold
Definition: HcalHaloDataProducer.h:110
ModuleDef.h
edm::stream::EDProducer
Definition: EDProducer.h:36
MagneticField.h
CaloTowerDetId.h
edm::EventSetup
Definition: EventSetup.h:58
AnalyticalPropagator.h
HcalSubdetector.h
reco::HcalHaloDataProducer::IT_CaloTowers
edm::InputTag IT_CaloTowers
Definition: HcalHaloDataProducer.h:98
edm::ESGetToken< CaloGeometry, CaloGeometryRecord >
CaloTowerCollection.h
HBHERecHit.h
reco::HcalHaloDataProducer::hbherechit_token_
edm::EDGetTokenT< HBHERecHitCollection > hbherechit_token_
Definition: HcalHaloDataProducer.h:104
reco::HcalHaloDataProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: HcalHaloDataProducer.cc:39
CaloCellGeometry.h
reco::HcalHaloDataProducer::IT_HFRecHit
edm::InputTag IT_HFRecHit
Definition: HcalHaloDataProducer.h:97
DetId.h
Frameworkfwd.h
LocalPoint.h
reco::HcalHaloDataProducer::IT_EERecHit
edm::InputTag IT_EERecHit
Definition: HcalHaloDataProducer.h:100
CaloGeometry.h
GlobalVector.h
EventSetup.h
HcalRecHitCollections.h
HORecHit.h
reco::HcalHaloDataProducer::calogeometry_token_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > calogeometry_token_
Definition: HcalHaloDataProducer.h:107
reco::HcalHaloDataProducer::NHitsHcalThreshold
int NHitsHcalThreshold
Definition: HcalHaloDataProducer.h:113
Candidate.h
View.h
ParameterSet.h
edm::Event
Definition: Event.h:73
LocalVector.h
reco::HcalHaloDataProducer::HERecHitEnergyThreshold
float HERecHitEnergyThreshold
Definition: HcalHaloDataProducer.h:111
GlobalPoint.h
HcalHaloAlgo
Definition: HcalHaloAlgo.h:41
edm::InputTag
Definition: InputTag.h:15