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
_HcalPart Struct Reference

#include <HcalHardwareXml.h>

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.

25 { mode=""; kind_of_part=""; name_label=""; barcode=""; comment=""; attr_name=""; attr_value=""; };
std::string mode
std::string kind_of_part
std::string barcode
std::string name_label
std::string comment
std::string attr_value
std::string attr_name

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().

std::string _HcalPart::kind_of_part

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().