CMS 3D CMS Logo

Public Member Functions | Public Attributes

DTTMax::TMax Struct Reference

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

#include <DTTMax.h>

List of all members.

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.

                                                 :
    t(t_), cells(cells_), type(type_), sigma(sigma_), t0Factor(t0Factor_), hSubGroup(hSubGroup_) {}

Member Data Documentation

Definition at line 54 of file DTTMax.h.

Definition at line 59 of file DTTMax.h.

Definition at line 56 of file DTTMax.h.

Definition at line 53 of file DTTMax.h.

Definition at line 58 of file DTTMax.h.

std::string DTTMax::TMax::type

Definition at line 55 of file DTTMax.h.