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
HcalChannelId Class Reference

#include <HcalQIEManager.h>

Public Member Functions

 HcalChannelId ()
 
bool operator< (const HcalChannelId &other) const
 
 ~HcalChannelId ()
 

Public Attributes

int depth
 
int eta
 
int phi
 
std::string subdetector
 

Detailed Description

Definition at line 20 of file HcalQIEManager.h.

Constructor & Destructor Documentation

HcalChannelId::HcalChannelId ( )
inline

Definition at line 24 of file HcalQIEManager.h.

24 {};
HcalChannelId::~HcalChannelId ( )
inline

Definition at line 25 of file HcalQIEManager.h.

25 {};

Member Function Documentation

bool HcalChannelId::operator< ( const HcalChannelId other) const

Definition at line 36 of file HcalQIEManager.cc.

Member Data Documentation

int HcalChannelId::depth

Definition at line 25 of file HcalQIEManager.h.

int HcalChannelId::eta

Definition at line 25 of file HcalQIEManager.h.

Referenced by Particle.Particle::__str__().

int HcalChannelId::phi

Definition at line 25 of file HcalQIEManager.h.

Referenced by Particle.Particle::__str__().

std::string HcalChannelId::subdetector

Definition at line 28 of file HcalQIEManager.h.