CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
HaloTowerStrip Struct Reference

#include <HcalHaloData.h>

Public Member Functions

 HaloTowerStrip ()
 
 HaloTowerStrip (const HaloTowerStrip &strip)
 

Public Attributes

std::vector< std::pair
< uint8_t, CaloTowerDetId > > 
cellTowerIds
 
float hadEt
 

Detailed Description

Definition at line 14 of file HcalHaloData.h.

Constructor & Destructor Documentation

HaloTowerStrip::HaloTowerStrip ( )
inline

Definition at line 17 of file HcalHaloData.h.

References cellTowerIds, and hadEt.

17  {
18  hadEt = 0.0;
19  cellTowerIds.clear();
20  }
std::vector< std::pair< uint8_t, CaloTowerDetId > > cellTowerIds
Definition: HcalHaloData.h:15
HaloTowerStrip::HaloTowerStrip ( const HaloTowerStrip strip)
inline

Definition at line 21 of file HcalHaloData.h.

References cellTowerIds, and hadEt.

21  {
22  cellTowerIds = strip.cellTowerIds;
23  hadEt = strip.hadEt;
24  }
std::vector< std::pair< uint8_t, CaloTowerDetId > > cellTowerIds
Definition: HcalHaloData.h:15

Member Data Documentation

std::vector<std::pair<uint8_t, CaloTowerDetId> > HaloTowerStrip::cellTowerIds

Definition at line 15 of file HcalHaloData.h.

Referenced by HaloTowerStrip().

float HaloTowerStrip::hadEt

Definition at line 16 of file HcalHaloData.h.

Referenced by HaloTowerStrip().