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
DTTMax::TMax Struct Reference

Information on each of the four TMax values in a SL. More...

#include <DTTMax.h>

Public Member Functions

 TMax (float t_, TMaxCells cells_, std::string type_, SigmaFactor sigma_, unsigned t0Factor_, unsigned hSubGroup_)
 

Public Attributes

TMaxCells cells
 
unsigned hSubGroup
 
SigmaFactor sigma
 
float t
 
unsigned t0Factor
 
std::string type
 

Detailed Description

Information on each of the four TMax values in a SL.

Definition at line 48 of file DTTMax.h.

Constructor & Destructor Documentation

DTTMax::TMax::TMax ( float  t_,
TMaxCells  cells_,
std::string  type_,
SigmaFactor  sigma_,
unsigned  t0Factor_,
unsigned  hSubGroup_ 
)
inline

Definition at line 49 of file DTTMax.h.

50  :
51  t(t_), cells(cells_), type(type_), sigma(sigma_), t0Factor(t0Factor_), hSubGroup(hSubGroup_) {}
unsigned t0Factor
Definition: DTTMax.h:58
float t
Definition: DTTMax.h:53
unsigned hSubGroup
Definition: DTTMax.h:59
std::string type
Definition: DTTMax.h:55
TMaxCells cells
Definition: DTTMax.h:54
SigmaFactor sigma
Definition: DTTMax.h:56

Member Data Documentation

TMaxCells DTTMax::TMax::cells

Definition at line 54 of file DTTMax.h.

unsigned DTTMax::TMax::hSubGroup

Definition at line 59 of file DTTMax.h.

SigmaFactor DTTMax::TMax::sigma

Definition at line 56 of file DTTMax.h.

float DTTMax::TMax::t

Definition at line 53 of file DTTMax.h.

unsigned DTTMax::TMax::t0Factor

Definition at line 58 of file DTTMax.h.

std::string DTTMax::TMax::type