CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
FastTimerService::LuminosityDescription Struct Reference

Public Member Functions

 LuminosityDescription (std::string const &_name, std::string const &_title, std::string const &_label, double _range, double _resolution)
 
 LuminosityDescription (std::string &&_name, std::string &&_title, std::string const &_label, double _range, double _resolution)
 

Public Attributes

std::string label
 
std::string name
 
double range
 
double resolution
 
std::string title
 

Detailed Description

Definition at line 158 of file FastTimerService.h.

Constructor & Destructor Documentation

FastTimerService::LuminosityDescription::LuminosityDescription ( std::string const &  _name,
std::string const &  _title,
std::string const &  _label,
double  _range,
double  _resolution 
)
inline

Definition at line 165 of file FastTimerService.h.

FastTimerService::LuminosityDescription::LuminosityDescription ( std::string &&  _name,
std::string &&  _title,
std::string const &  _label,
double  _range,
double  _resolution 
)
inline

Definition at line 173 of file FastTimerService.h.

Member Data Documentation

std::string FastTimerService::LuminosityDescription::label
std::string FastTimerService::LuminosityDescription::name
double FastTimerService::LuminosityDescription::range

Definition at line 162 of file FastTimerService.h.

double FastTimerService::LuminosityDescription::resolution

Definition at line 163 of file FastTimerService.h.

std::string FastTimerService::LuminosityDescription::title