CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
reco::HcalHaloData Class Reference

#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< PhiWedgePhiWedgeCollection
 
std::vector< HaloTowerStripproblematicStripCollection
 
std::vector< HaloClusterCandidateHCALthehaloclustercands_hb
 
std::vector< HaloClusterCandidateHCALthehaloclustercands_he
 

Detailed Description

Definition at line 37 of file HcalHaloData.h.

Constructor & Destructor Documentation

HcalHaloData::HcalHaloData ( )

Definition at line 9 of file HcalHaloData.cc.

9 {}
reco::HcalHaloData::~HcalHaloData ( )
inline

Definition at line 42 of file HcalHaloData.h.

42 {}

Member Function Documentation

const std::vector<HaloClusterCandidateHCAL>& reco::HcalHaloData::getHaloClusterCandidatesHB ( ) const
inline

Definition at line 52 of file HcalHaloData.h.

Referenced by GlobalHaloAlgo::Calculate().

52 { return thehaloclustercands_hb; }
std::vector< HaloClusterCandidateHCAL > thehaloclustercands_hb
Definition: HcalHaloData.h:64
std::vector<HaloClusterCandidateHCAL>& reco::HcalHaloData::getHaloClusterCandidatesHB ( )
inline

Definition at line 53 of file HcalHaloData.h.

53 { return thehaloclustercands_hb; }
std::vector< HaloClusterCandidateHCAL > thehaloclustercands_hb
Definition: HcalHaloData.h:64
const std::vector<HaloClusterCandidateHCAL>& reco::HcalHaloData::getHaloClusterCandidatesHE ( ) const
inline

Definition at line 55 of file HcalHaloData.h.

Referenced by GlobalHaloAlgo::Calculate().

55 { return thehaloclustercands_he; }
std::vector< HaloClusterCandidateHCAL > thehaloclustercands_he
Definition: HcalHaloData.h:65
std::vector<HaloClusterCandidateHCAL>& reco::HcalHaloData::getHaloClusterCandidatesHE ( )
inline

Definition at line 56 of file HcalHaloData.h.

56 { return thehaloclustercands_he; }
std::vector< HaloClusterCandidateHCAL > thehaloclustercands_he
Definition: HcalHaloData.h:65
const std::vector<PhiWedge>& reco::HcalHaloData::GetPhiWedges ( ) const
inline
std::vector<PhiWedge>& reco::HcalHaloData::GetPhiWedges ( )
inline

Definition at line 46 of file HcalHaloData.h.

46 { return PhiWedgeCollection; }
std::vector< PhiWedge > PhiWedgeCollection
Definition: HcalHaloData.h:59
const std::vector<HaloTowerStrip>& reco::HcalHaloData::getProblematicStrips ( ) const
inline

Definition at line 49 of file HcalHaloData.h.

Referenced by HcalHaloAlgo::Calculate(), and reco::BeamHaloSummaryProducer::produce().

std::vector< HaloTowerStrip > problematicStripCollection
Definition: HcalHaloData.h:63
std::vector<HaloTowerStrip>& reco::HcalHaloData::getProblematicStrips ( )
inline

Definition at line 50 of file HcalHaloData.h.

std::vector< HaloTowerStrip > problematicStripCollection
Definition: HcalHaloData.h:63
void reco::HcalHaloData::setHaloClusterCandidatesHB ( const std::vector< HaloClusterCandidateHCAL > &  x)
inline

Definition at line 58 of file HcalHaloData.h.

References x.

Referenced by HcalHaloAlgo::Calculate().

std::vector< HaloClusterCandidateHCAL > thehaloclustercands_hb
Definition: HcalHaloData.h:64
void reco::HcalHaloData::setHaloClusterCandidatesHE ( const std::vector< HaloClusterCandidateHCAL > &  x)
inline

Definition at line 59 of file HcalHaloData.h.

References x.

Referenced by HcalHaloAlgo::Calculate().

std::vector< HaloClusterCandidateHCAL > thehaloclustercands_he
Definition: HcalHaloData.h:65

Member Data Documentation

std::vector<PhiWedge> reco::HcalHaloData::PhiWedgeCollection
private

Definition at line 59 of file HcalHaloData.h.

std::vector<HaloTowerStrip> reco::HcalHaloData::problematicStripCollection
private

Definition at line 63 of file HcalHaloData.h.

std::vector<HaloClusterCandidateHCAL> reco::HcalHaloData::thehaloclustercands_hb
private

Definition at line 64 of file HcalHaloData.h.

std::vector<HaloClusterCandidateHCAL> reco::HcalHaloData::thehaloclustercands_he
private

Definition at line 65 of file HcalHaloData.h.