CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLLUTLoader::_checksumsDBConfig Struct Reference

#include <XMLLUTLoader.h>

Inheritance diagram for XMLLUTLoader::_checksumsDBConfig:
XMLProcessor::_DBConfig

List of all members.

Public Member Functions

 _checksumsDBConfig ()

Public Attributes

std::string comment_description
int crate
std::string name_label
std::string trig_prim_lookuptbl_data_file

Detailed Description

Definition at line 49 of file XMLLUTLoader.h.


Constructor & Destructor Documentation

XMLLUTLoader::checksumsDBConfig::_checksumsDBConfig ( )

Definition at line 40 of file XMLLUTLoader.cc.

References comment_description, crate, name_label, and trig_prim_lookuptbl_data_file.

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

Member Data Documentation

Definition at line 52 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

Definition at line 55 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

Definition at line 53 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

Definition at line 54 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().