CMS 3D CMS Logo

EcalHaloDataProducer.h
Go to the documentation of this file.
1 #ifndef RECOMET_METPRODUCERS_ECALHALODATAPRODUCER_H
2 #define RECOMET_METPRODUCERS_ECALHALODATAPRODUCER_H
3 
4 /*
5  [class]: EcalHaloDataProducer
6  [authors]: R. Remington, The University of Florida
7  [description]: EDProducer which runs EcalHaloAlgo and store the EcalHaloData 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)
69 
76 
80 
88 
92 
93 namespace reco {
95  public:
96  explicit EcalHaloDataProducer(const edm::ParameterSet&);
97  ~EcalHaloDataProducer() override;
98 
99  private:
100  void produce(edm::Event&, const edm::EventSetup&) override;
101 
102  //RecHit Level
107 
108  //Higher Level Reco
111 
120 
126 
127  double RoundnessCut;
128  double AngleCut;
129  };
130 } // namespace reco
131 
132 #endif
Handle.h
MessageLogger.h
Cylinder.h
SteppingHelixPropagator.h
ESHandle.h
TriggerResults.h
AlgebraicObjects.h
reco::EcalHaloDataProducer::AngleCut
double AngleCut
Definition: EcalHaloDataProducer.h:128
edm::EDGetTokenT
Definition: EDGetToken.h:33
reco::EcalHaloDataProducer::ESRecHitEnergyThreshold
float ESRecHitEnergyThreshold
Definition: EcalHaloDataProducer.h:123
EBDetId.h
EEDetId.h
EDProducer.h
reco::EcalHaloDataProducer::hbherechit_token_
edm::EDGetTokenT< HBHERecHitCollection > hbherechit_token_
Definition: EcalHaloDataProducer.h:115
PhotonFwd.h
ESDetId.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
TransientTrack.h
reco::EcalHaloDataProducer::IT_Photon
edm::InputTag IT_Photon
Definition: EcalHaloDataProducer.h:110
ConversionFwd.h
ESGetToken.h
reco::EcalHaloDataProducer::SumEcalEnergyThreshold
float SumEcalEnergyThreshold
Definition: EcalHaloDataProducer.h:124
reco::EcalHaloDataProducer::EcalAlgo
EcalHaloAlgo EcalAlgo
Definition: EcalHaloDataProducer.h:119
EcalRecHitCollections.h
reco::EcalHaloDataProducer::IT_HBHERecHit
edm::InputTag IT_HBHERecHit
Definition: EcalHaloDataProducer.h:106
CandidateFwd.h
ESDataFrame.h
Plane.h
reco::EcalHaloDataProducer::NHitsEcalThreshold
int NHitsEcalThreshold
Definition: EcalHaloDataProducer.h:125
EcalHaloAlgo.h
MakerMacros.h
Photon.h
Track.h
TrackFwd.h
reco::EcalHaloDataProducer::EERecHitEnergyThreshold
float EERecHitEnergyThreshold
Definition: EcalHaloDataProducer.h:122
reco::EcalHaloDataProducer::~EcalHaloDataProducer
~EcalHaloDataProducer() override
Definition: EcalHaloDataProducer.cc:96
IdealMagneticFieldRecord.h
EDGetToken.h
reco::EcalHaloDataProducer::ebrechit_token_
edm::EDGetTokenT< EBRecHitCollection > ebrechit_token_
Definition: EcalHaloDataProducer.h:112
EcalHaloAlgo
Definition: EcalHaloAlgo.h:44
CaloGeometryRecord.h
HcalRecHitDefs.h
EcalSubdetector.h
Cone.h
reco::EcalHaloDataProducer::eerechit_token_
edm::EDGetTokenT< EERecHitCollection > eerechit_token_
Definition: EcalHaloDataProducer.h:113
CaloSubdetectorGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:47
EcalHaloData.h
Event.h
reco::EcalHaloDataProducer::RoundnessCut
double RoundnessCut
Definition: EcalHaloDataProducer.h:127
ModuleDef.h
reco::EcalHaloDataProducer::IT_EBRecHit
edm::InputTag IT_EBRecHit
Definition: EcalHaloDataProducer.h:103
reco::EcalHaloDataProducer::EBRecHitEnergyThreshold
float EBRecHitEnergyThreshold
Definition: EcalHaloDataProducer.h:121
PdfInfo.h
edm::stream::EDProducer
Definition: EDProducer.h:38
MagneticField.h
CaloTowerDetId.h
edm::EventSetup
Definition: EventSetup.h:57
AnalyticalPropagator.h
reco::EcalHaloDataProducer::photon_token_
edm::EDGetTokenT< reco::PhotonCollection > photon_token_
Definition: EcalHaloDataProducer.h:117
TrajectorySeedCollection.h
edm::ESGetToken< CaloGeometry, CaloGeometryRecord >
EcalRecHit.h
reco::EcalHaloDataProducer::IT_ESRecHit
edm::InputTag IT_ESRecHit
Definition: EcalHaloDataProducer.h:105
EEDataFrame.h
reco::EcalHaloDataProducer::supercluster_token_
edm::EDGetTokenT< reco::SuperClusterCollection > supercluster_token_
Definition: EcalHaloDataProducer.h:116
GeomDet.h
CaloCellGeometry.h
reco::EcalHaloDataProducer::IT_EERecHit
edm::InputTag IT_EERecHit
Definition: EcalHaloDataProducer.h:104
reco::EcalHaloDataProducer::calogeometry_token_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > calogeometry_token_
Definition: EcalHaloDataProducer.h:118
DetId.h
Frameworkfwd.h
reco::EcalHaloDataProducer
Definition: EcalHaloDataProducer.h:94
LocalPoint.h
CaloGeometry.h
reco::EcalHaloDataProducer::EcalHaloDataProducer
EcalHaloDataProducer(const edm::ParameterSet &)
Definition: EcalHaloDataProducer.cc:15
reco::EcalHaloDataProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: EcalHaloDataProducer.cc:51
GlobalVector.h
EventSetup.h
reco::EcalHaloDataProducer::IT_SuperCluster
edm::InputTag IT_SuperCluster
Definition: EcalHaloDataProducer.h:109
Candidate.h
View.h
ParameterSet.h
edm::Event
Definition: Event.h:73
LocalVector.h
GlobalPoint.h
edm::InputTag
Definition: InputTag.h:15
reco::EcalHaloDataProducer::esrechit_token_
edm::EDGetTokenT< ESRecHitCollection > esrechit_token_
Definition: EcalHaloDataProducer.h:114
Conversion.h