CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLLUTLoader::_lutDBConfig Struct Reference

#include <XMLLUTLoader.h>

Inheritance diagram for XMLLUTLoader::_lutDBConfig:
XMLProcessor::_DBConfig

List of all members.

Public Member Functions

 _lutDBConfig ()

Public Attributes

int crate
std::string kind_of_part
std::string name_label
std::string trig_prim_lookuptbl_data_file

Detailed Description

Definition at line 40 of file XMLLUTLoader.h.


Constructor & Destructor Documentation

XMLLUTLoader::lutDBConfig::_lutDBConfig ( )

Definition at line 32 of file XMLLUTLoader.cc.

References crate, kind_of_part, name_label, and trig_prim_lookuptbl_data_file.

                                      : XMLProcessor::DBConfig()
{
  kind_of_part = "HCAL HTR Crate";
  name_label = "CRATE17";
  trig_prim_lookuptbl_data_file = "testLUT_17.xml";
  crate = 17;
}

Member Data Documentation

Definition at line 46 of file XMLLUTLoader.h.

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

Definition at line 43 of file XMLLUTLoader.h.

Referenced by _lutDBConfig().

Definition at line 44 of file XMLLUTLoader.h.

Referenced by _lutDBConfig().

Definition at line 45 of file XMLLUTLoader.h.

Referenced by _lutDBConfig().