CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLHTRPatternLoader::_checksumsDBConfig Struct Reference

#include <XMLHTRPatternLoader.h>

Inheritance diagram for XMLHTRPatternLoader::_checksumsDBConfig:
XMLProcessor::_DBConfig

List of all members.

Public Member Functions

 _checksumsDBConfig ()

Public Attributes

std::string comment_description
int crate
std::string htr_data_patterns_data_file
std::string name_label

Detailed Description

Definition at line 49 of file XMLHTRPatternLoader.h.


Constructor & Destructor Documentation

XMLHTRPatternLoader::checksumsDBConfig::_checksumsDBConfig ( )

Definition at line 56 of file XMLHTRPatternLoader.cc.

References comment_description, crate, htr_data_patterns_data_file, and name_label.

                                                         : XMLProcessor::DBConfig()
{
  comment_description = "checksum for all crates version test:2";
  name_label = "CMS-HCAL-ROOT";
  htr_data_patterns_data_file = "./testHTRPattern_checksums.xml";
  crate = -1;
}

Member Data Documentation

Definition at line 52 of file XMLHTRPatternLoader.h.

Referenced by _checksumsDBConfig().

Definition at line 55 of file XMLHTRPatternLoader.h.

Referenced by _checksumsDBConfig().

Definition at line 54 of file XMLHTRPatternLoader.h.

Referenced by _checksumsDBConfig().

Definition at line 53 of file XMLHTRPatternLoader.h.

Referenced by _checksumsDBConfig().