CMS 3D CMS Logo

Public Member Functions | Public Attributes

_HcalPart Struct Reference

#include <HcalHardwareXml.h>

List of all members.

Public Member Functions

 _HcalPart ()

Public Attributes

std::string attr_name
std::string attr_value
std::string barcode
std::string comment
std::string kind_of_part
std::string mode
std::string name_label

Detailed Description

Definition at line 23 of file HcalHardwareXml.h.


Constructor & Destructor Documentation

_HcalPart::_HcalPart ( ) [inline]

Definition at line 25 of file HcalHardwareXml.h.

{ mode=""; kind_of_part=""; name_label=""; barcode=""; comment=""; attr_name=""; attr_value=""; };

Member Data Documentation

std::string _HcalPart::attr_name

Definition at line 31 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addPart().

std::string _HcalPart::attr_value

Definition at line 32 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addPart().

std::string _HcalPart::barcode

Definition at line 29 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addHardware(), and HcalHardwareXml::addPart().

std::string _HcalPart::comment

Definition at line 30 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addPart().

Definition at line 27 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addPart().

std::string _HcalPart::mode

Definition at line 25 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addPart().

std::string _HcalPart::name_label

Definition at line 28 of file HcalHardwareXml.h.

Referenced by HcalHardwareXml::addPart().