CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
XMLLUTLoader::_checksumsDBConfig Struct Reference

#include <XMLLUTLoader.h>

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

Public Member Functions

 _checksumsDBConfig ()
 
- Public Member Functions inherited from XMLProcessor::_DBConfig
 _DBConfig ()
 

Public Attributes

std::string comment_description
 
int crate
 
std::string name_label
 
std::string trig_prim_lookuptbl_data_file
 
- Public Attributes inherited from XMLProcessor::_DBConfig
time_t create_timestamp
 
std::string created_by_user
 
std::string subversion
 
std::string version
 

Detailed Description

Definition at line 42 of file XMLLUTLoader.h.

Constructor & Destructor Documentation

◆ _checksumsDBConfig()

XMLLUTLoader::checksumsDBConfig::_checksumsDBConfig ( )

Definition at line 39 of file XMLLUTLoader.cc.

References comment_description, crate, name_label, and trig_prim_lookuptbl_data_file.

40  comment_description = "checksum for all crates version test:2";
41  name_label = "CMS-HCAL-ROOT";
42  trig_prim_lookuptbl_data_file = "./testLUT_checksums.xml";
43  crate = -1;
44 }
struct XMLProcessor::_DBConfig DBConfig

Member Data Documentation

◆ comment_description

std::string XMLLUTLoader::_checksumsDBConfig::comment_description

Definition at line 44 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig(), and HcalLutManager::create_lut_loader().

◆ crate

int XMLLUTLoader::_checksumsDBConfig::crate

Definition at line 47 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

◆ name_label

std::string XMLLUTLoader::_checksumsDBConfig::name_label

Definition at line 45 of file XMLLUTLoader.h.

Referenced by _checksumsDBConfig().

◆ trig_prim_lookuptbl_data_file

std::string XMLLUTLoader::_checksumsDBConfig::trig_prim_lookuptbl_data_file