#include <HcalHaloData.h>
Public Member Functions | |
const std::vector< HaloClusterCandidateHCAL > & | getHaloClusterCandidatesHB () const |
std::vector< HaloClusterCandidateHCAL > & | getHaloClusterCandidatesHB () |
const std::vector< HaloClusterCandidateHCAL > & | getHaloClusterCandidatesHE () const |
std::vector< HaloClusterCandidateHCAL > & | getHaloClusterCandidatesHE () |
const std::vector< PhiWedge > & | GetPhiWedges () const |
std::vector< PhiWedge > & | GetPhiWedges () |
const std::vector< HaloTowerStrip > & | getProblematicStrips () const |
std::vector< HaloTowerStrip > & | getProblematicStrips () |
HcalHaloData () | |
void | setHaloClusterCandidatesHB (const std::vector< HaloClusterCandidateHCAL > &x) |
void | setHaloClusterCandidatesHE (const std::vector< HaloClusterCandidateHCAL > &x) |
~HcalHaloData () | |
Private Attributes | |
std::vector< PhiWedge > | PhiWedgeCollection |
std::vector< HaloTowerStrip > | problematicStripCollection |
std::vector< HaloClusterCandidateHCAL > | thehaloclustercands_hb |
std::vector< HaloClusterCandidateHCAL > | thehaloclustercands_he |
Definition at line 38 of file HcalHaloData.h.
HcalHaloData::HcalHaloData | ( | ) |
Definition at line 9 of file HcalHaloData.cc.
|
inline |
Definition at line 43 of file HcalHaloData.h.
|
inline |
Definition at line 53 of file HcalHaloData.h.
References thehaloclustercands_hb.
Referenced by GlobalHaloAlgo::Calculate().
|
inline |
Definition at line 54 of file HcalHaloData.h.
References thehaloclustercands_hb.
|
inline |
Definition at line 56 of file HcalHaloData.h.
References thehaloclustercands_he.
Referenced by GlobalHaloAlgo::Calculate().
|
inline |
Definition at line 57 of file HcalHaloData.h.
References thehaloclustercands_he.
|
inline |
Definition at line 46 of file HcalHaloData.h.
References PhiWedgeCollection.
Referenced by BeamHaloAnalyzer::analyze(), HcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), and reco::BeamHaloSummaryProducer::produce().
|
inline |
Definition at line 47 of file HcalHaloData.h.
References PhiWedgeCollection.
|
inline |
Definition at line 50 of file HcalHaloData.h.
References problematicStripCollection.
Referenced by HcalHaloAlgo::Calculate(), and reco::BeamHaloSummaryProducer::produce().
|
inline |
Definition at line 51 of file HcalHaloData.h.
References problematicStripCollection.
|
inline |
Definition at line 59 of file HcalHaloData.h.
References thehaloclustercands_hb, and x.
Referenced by HcalHaloAlgo::Calculate().
|
inline |
Definition at line 60 of file HcalHaloData.h.
References thehaloclustercands_he, and x.
Referenced by HcalHaloAlgo::Calculate().
|
private |
Definition at line 60 of file HcalHaloData.h.
Referenced by GetPhiWedges().
|
private |
Definition at line 64 of file HcalHaloData.h.
Referenced by getProblematicStrips().
|
private |
Definition at line 65 of file HcalHaloData.h.
Referenced by getHaloClusterCandidatesHB(), and setHaloClusterCandidatesHB().
|
private |
Definition at line 66 of file HcalHaloData.h.
Referenced by getHaloClusterCandidatesHE(), and setHaloClusterCandidatesHE().