CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
XMLProcessor::_DBConfig Struct Reference

#include <XMLProcessor.h>

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

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 125 of file XMLProcessor.h.

Constructor & Destructor Documentation

XMLProcessor::DBConfig::_DBConfig ( )

Definition at line 73 of file XMLProcessor.cc.

References ntuplemaker::time, and jets_cff::version.

74 {
75  version = "test:2";
76  subversion = "1";
77  create_timestamp = time( nullptr );
78  created_by_user = getpwuid( getuid() ) -> pw_name;
79 }
std::string created_by_user
Definition: XMLProcessor.h:131

Member Data Documentation

time_t XMLProcessor::_DBConfig::create_timestamp

Definition at line 130 of file XMLProcessor.h.

std::string XMLProcessor::_DBConfig::created_by_user

Definition at line 131 of file XMLProcessor.h.

std::string XMLProcessor::_DBConfig::subversion

Definition at line 129 of file XMLProcessor.h.

Referenced by HcalLutManager::create_lut_loader().

std::string XMLProcessor::_DBConfig::version