CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLProcessor::_DBConfig Struct Reference

#include <XMLProcessor.h>

Inheritance diagram for XMLProcessor::_DBConfig:
XMLHTRPatternLoader::_checksumsDBConfig XMLHTRPatternLoader::_datasetDBConfig XMLHTRZeroSuppressionLoader::_datasetDBConfig XMLLUTLoader::_checksumsDBConfig XMLLUTLoader::_lutDBConfig XMLProcessor::_checksumsDBConfig XMLProcessor::_lutDBConfig XMLRBXPedestalsLoader::_datasetDBConfig

List of all members.

Public Member Functions

 _DBConfig ()

Public Attributes

time_t create_timestamp
std::string created_by_user
std::string subversion
std::string version

Detailed Description

Definition at line 127 of file XMLProcessor.h.


Constructor & Destructor Documentation

XMLProcessor::DBConfig::_DBConfig ( )

Definition at line 74 of file XMLProcessor.cc.

References NULL, cond::rpcobgas::time, and BeamSplash_cfg::version.

{
  version = "test:2";
  subversion = "1";
  create_timestamp = time( NULL );
  created_by_user = getpwuid( getuid() ) -> pw_name;
}

Member Data Documentation

Definition at line 132 of file XMLProcessor.h.

Definition at line 133 of file XMLProcessor.h.

Definition at line 131 of file XMLProcessor.h.

Referenced by HcalLutManager::create_lut_loader().

Definition at line 130 of file XMLProcessor.h.

Referenced by HcalLutManager::create_lut_loader().