CMS 3D CMS Logo

XMLLUTLoader::_checksumsDBConfig Struct Reference

#include <CaloOnlineTools/HcalOnlineDb/interface/XMLLUTLoader.h>

Inheritance diagram for XMLLUTLoader::_checksumsDBConfig:

XMLProcessor::_DBConfig

List of all members.

Public Member Functions

 _checksumsDBConfig ()

Public Attributes

string comment_description
int crate
string name_label
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.

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


Member Data Documentation

string XMLLUTLoader::_checksumsDBConfig::comment_description

Definition at line 52 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

int XMLLUTLoader::_checksumsDBConfig::crate

Definition at line 55 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

string XMLLUTLoader::_checksumsDBConfig::name_label

Definition at line 53 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

string XMLLUTLoader::_checksumsDBConfig::trig_prim_lookuptbl_data_file

Definition at line 54 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().


The documentation for this struct was generated from the following files:
Generated on Tue Jun 9 18:35:55 2009 for CMSSW by  doxygen 1.5.4