ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo Struct Reference

#include <MdtTubeFullInfoContainer.h>

Collaboration diagram for MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo:

Public Member Functions

 SingleTubeFullInfo ()=default

Public Attributes

int statistics {0}
 number of hits
float chi2Tdc {0.f}
 chisquared of the fit to the tdc spectrum
float t0Err {0.f}
 error on t0 from the fit to the tdc spectrum
float tMax {0.f}
 tmax from the fit to the tdc spectrum
float tMaxErr {0.f}
 error on tmax from the fit to the tdc spectrum
float noise {0.f}
 noise level from the fit to the tdc spectrum
float noiseErr {0.f}
 error on noise from the fit to the tdc spectrum
float slope {0.f}
 slope of the tdc spectrum near t0
float slopeErr {0.f}
 error on the slope of the tdc spectrum near t0

Detailed Description

Definition at line 17 of file MdtTubeFullInfoContainer.h.

Constructor & Destructor Documentation

◆ SingleTubeFullInfo()

MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::SingleTubeFullInfo ( )
default

Member Data Documentation

◆ chi2Tdc

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::chi2Tdc {0.f}

chisquared of the fit to the tdc spectrum

Definition at line 19 of file MdtTubeFullInfoContainer.h.

19{0.f};

◆ noise

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::noise {0.f}

noise level from the fit to the tdc spectrum

Definition at line 23 of file MdtTubeFullInfoContainer.h.

23{0.f};

◆ noiseErr

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::noiseErr {0.f}

error on noise from the fit to the tdc spectrum

Definition at line 24 of file MdtTubeFullInfoContainer.h.

24{0.f};

◆ slope

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::slope {0.f}

slope of the tdc spectrum near t0

Definition at line 25 of file MdtTubeFullInfoContainer.h.

25{0.f};

◆ slopeErr

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::slopeErr {0.f}

error on the slope of the tdc spectrum near t0

Definition at line 26 of file MdtTubeFullInfoContainer.h.

26{0.f};

◆ statistics

int MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::statistics {0}

number of hits

Definition at line 18 of file MdtTubeFullInfoContainer.h.

18{0};

◆ t0Err

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::t0Err {0.f}

error on t0 from the fit to the tdc spectrum

Definition at line 20 of file MdtTubeFullInfoContainer.h.

20{0.f};

◆ tMax

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::tMax {0.f}

tmax from the fit to the tdc spectrum

Definition at line 21 of file MdtTubeFullInfoContainer.h.

21{0.f};

◆ tMaxErr

float MuonCalib::MdtTubeFullInfoContainer::SingleTubeFullInfo::tMaxErr {0.f}

error on tmax from the fit to the tdc spectrum

Definition at line 22 of file MdtTubeFullInfoContainer.h.

22{0.f};

The documentation for this struct was generated from the following file: