CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Attributes
stor::DiskWritingParams Struct Reference

#include <Configuration.h>

Public Types

typedef std::vector< std::string > OtherDiskPaths
 

Public Attributes

bool checkAdler32_
 
std::string dbFilePath_
 
double failHighWaterMark_
 
std::string faultyEventsStream_
 
utils::Duration_t fileClosingTestInterval_
 
std::string fileName_
 
std::string filePath_
 
double fileSizeTolerance_
 
double highWaterMark_
 
std::string hostName_
 
int initialSafetyLevel_
 
utils::Duration_t lumiSectionTimeOut_
 
int maxFileSizeMB_
 
int nLogicalDisk_
 
OtherDiskPaths otherDiskPaths_
 
std::string setupLabel_
 
std::string smInstanceString_
 
std::string streamConfiguration_
 

Detailed Description

Data structure to hold configuration parameters that are relevant for writing data to disk.

Definition at line 30 of file Configuration.h.

Member Typedef Documentation

typedef std::vector<std::string> stor::DiskWritingParams::OtherDiskPaths

Definition at line 47 of file Configuration.h.

Member Data Documentation

bool stor::DiskWritingParams::checkAdler32_
std::string stor::DiskWritingParams::dbFilePath_
double stor::DiskWritingParams::failHighWaterMark_
std::string stor::DiskWritingParams::faultyEventsStream_
utils::Duration_t stor::DiskWritingParams::fileClosingTestInterval_
std::string stor::DiskWritingParams::fileName_
std::string stor::DiskWritingParams::filePath_
double stor::DiskWritingParams::fileSizeTolerance_
double stor::DiskWritingParams::highWaterMark_
std::string stor::DiskWritingParams::hostName_
int stor::DiskWritingParams::initialSafetyLevel_
utils::Duration_t stor::DiskWritingParams::lumiSectionTimeOut_
int stor::DiskWritingParams::maxFileSizeMB_
int stor::DiskWritingParams::nLogicalDisk_
OtherDiskPaths stor::DiskWritingParams::otherDiskPaths_
std::string stor::DiskWritingParams::setupLabel_
std::string stor::DiskWritingParams::smInstanceString_
std::string stor::DiskWritingParams::streamConfiguration_