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
32 
35 //Included Classes (semi-alphabetical)
60 
67 
71 
78 
83 
84 namespace reco {
86  public:
87  explicit HcalHaloDataProducer(const edm::ParameterSet&);
88  ~HcalHaloDataProducer() override;
89 
90  private:
91  void produce(edm::Event&, const edm::EventSetup&) override;
92 
93  //RecHit Level
100 
106 
111  };
112 } // namespace reco
113 
114 #endif
reco::HcalHaloDataProducer::IT_HBHERecHit
edm::InputTag IT_HBHERecHit
Definition: HcalHaloDataProducer.h:94
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:105
edm::EDGetTokenT
Definition: EDGetToken.h:33
reco::HcalHaloDataProducer
Definition: HcalHaloDataProducer.h:85
reco::HcalHaloDataProducer::eerechit_token_
edm::EDGetTokenT< EERecHitCollection > eerechit_token_
Definition: HcalHaloDataProducer.h:102
reco::HcalHaloDataProducer::ebrechit_token_
edm::EDGetTokenT< EBRecHitCollection > ebrechit_token_
Definition: HcalHaloDataProducer.h:101
EDProducer.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
TransientTrack.h
reco::HcalHaloDataProducer::IT_HORecHit
edm::InputTag IT_HORecHit
Definition: HcalHaloDataProducer.h:95
CandidateFwd.h
Plane.h
MakerMacros.h
HcalHaloAlgo.h
reco::HcalHaloDataProducer::IT_EBRecHit
edm::InputTag IT_EBRecHit
Definition: HcalHaloDataProducer.h:98
reco::HcalHaloDataProducer::HcalHaloDataProducer
HcalHaloDataProducer(const edm::ParameterSet &)
Definition: HcalHaloDataProducer.cc:15
HFRecHit.h
reco::HcalHaloDataProducer::SumHcalEnergyThreshold
float SumHcalEnergyThreshold
Definition: HcalHaloDataProducer.h:109
IdealMagneticFieldRecord.h
EDGetToken.h
reco::HcalHaloDataProducer::~HcalHaloDataProducer
~HcalHaloDataProducer() override
Definition: HcalHaloDataProducer.cc:75
CaloGeometryRecord.h
reco::HcalHaloDataProducer::hfrechit_token_
edm::EDGetTokenT< HFRecHitCollection > hfrechit_token_
Definition: HcalHaloDataProducer.h:104
Cone.h
CaloSubdetectorGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:36
HcalHaloData.h
Event.h
HcalDetId.h
reco::HcalHaloDataProducer::HBRecHitEnergyThreshold
float HBRecHitEnergyThreshold
Definition: HcalHaloDataProducer.h:107
ModuleDef.h
edm::stream::EDProducer
Definition: EDProducer.h:38
MagneticField.h
CaloTowerDetId.h
edm::EventSetup
Definition: EventSetup.h:57
AnalyticalPropagator.h
HcalSubdetector.h
reco::HcalHaloDataProducer::IT_CaloTowers
edm::InputTag IT_CaloTowers
Definition: HcalHaloDataProducer.h:97
CaloTowerCollection.h
HBHERecHit.h
reco::HcalHaloDataProducer::hbherechit_token_
edm::EDGetTokenT< HBHERecHitCollection > hbherechit_token_
Definition: HcalHaloDataProducer.h:103
reco::HcalHaloDataProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: HcalHaloDataProducer.cc:38
CaloCellGeometry.h
reco::HcalHaloDataProducer::IT_HFRecHit
edm::InputTag IT_HFRecHit
Definition: HcalHaloDataProducer.h:96
DetId.h
Frameworkfwd.h
LocalPoint.h
reco::HcalHaloDataProducer::IT_EERecHit
edm::InputTag IT_EERecHit
Definition: HcalHaloDataProducer.h:99
CaloGeometry.h
GlobalVector.h
EventSetup.h
HcalRecHitCollections.h
HORecHit.h
reco::HcalHaloDataProducer::NHitsHcalThreshold
int NHitsHcalThreshold
Definition: HcalHaloDataProducer.h:110
Candidate.h
View.h
ParameterSet.h
edm::Event
Definition: Event.h:73
LocalVector.h
reco::HcalHaloDataProducer::HERecHitEnergyThreshold
float HERecHitEnergyThreshold
Definition: HcalHaloDataProducer.h:108
GlobalPoint.h
edm::InputTag
Definition: InputTag.h:15