test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
< HaloClusterCandidateHCAL
thehaloclustercands_hb
 
std::vector
< HaloClusterCandidateHCAL
thehaloclustercands_he
 

Detailed Description

Definition at line 37 of file HcalHaloData.h.

Constructor & Destructor Documentation

HcalHaloData::HcalHaloData ( )

Definition at line 9 of file HcalHaloData.cc.

10 {
11 
12 
13 }
reco::HcalHaloData::~HcalHaloData ( )
inline

Definition at line 43 of file HcalHaloData.h.

43 {}

Member Function Documentation

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

Definition at line 55 of file HcalHaloData.h.

References thehaloclustercands_hb.

Referenced by GlobalHaloAlgo::Calculate().

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

Definition at line 56 of file HcalHaloData.h.

References thehaloclustercands_hb.

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

Definition at line 58 of file HcalHaloData.h.

References thehaloclustercands_he.

Referenced by GlobalHaloAlgo::Calculate().

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

Definition at line 59 of file HcalHaloData.h.

References thehaloclustercands_he.

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

Definition at line 49 of file HcalHaloData.h.

References PhiWedgeCollection.

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

Definition at line 52 of file HcalHaloData.h.

References problematicStripCollection.

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

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

Definition at line 53 of file HcalHaloData.h.

References problematicStripCollection.

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

Definition at line 61 of file HcalHaloData.h.

References thehaloclustercands_hb.

Referenced by HcalHaloAlgo::Calculate().

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

Definition at line 62 of file HcalHaloData.h.

References thehaloclustercands_he.

Referenced by HcalHaloAlgo::Calculate().

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

Member Data Documentation

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

Definition at line 62 of file HcalHaloData.h.

Referenced by GetPhiWedges().

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

Definition at line 66 of file HcalHaloData.h.

Referenced by getProblematicStrips().

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

Definition at line 67 of file HcalHaloData.h.

Referenced by getHaloClusterCandidatesHB(), and setHaloClusterCandidatesHB().

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

Definition at line 68 of file HcalHaloData.h.

Referenced by getHaloClusterCandidatesHE(), and setHaloClusterCandidatesHE().