CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dtCalibration::DTTTrigData Struct Reference

#include <DTTTrigBaseCorrection.h>

Public Member Functions

 DTTTrigData (double ttrig_mean, double ttrig_sigma, double kFact)
 

Public Attributes

double kFactor
 
double mean
 
double sigma
 

Detailed Description

Definition at line 19 of file DTTTrigBaseCorrection.h.

Constructor & Destructor Documentation

◆ DTTTrigData()

dtCalibration::DTTTrigData::DTTTrigData ( double  ttrig_mean,
double  ttrig_sigma,
double  kFact 
)
inline

Definition at line 22 of file DTTTrigBaseCorrection.h.

Member Data Documentation

◆ kFactor

double dtCalibration::DTTTrigData::kFactor

Definition at line 27 of file DTTTrigBaseCorrection.h.

Referenced by DTTTrigCorrection::endJob().

◆ mean

double dtCalibration::DTTTrigData::mean

Definition at line 25 of file DTTTrigBaseCorrection.h.

Referenced by DTTTrigCorrection::endJob().

◆ sigma

double dtCalibration::DTTTrigData::sigma

Definition at line 26 of file DTTTrigBaseCorrection.h.

Referenced by DTTTrigCorrection::endJob().