CMS 3D CMS Logo

List of all members | Public Attributes
MahiNnlsWorkspace Struct Reference

#include <MahiFit.h>

Public Attributes

SampleVector amplitudes
 
PulseVector ampVec
 
PulseVector ampvecpermtest
 
PulseMatrix aTaMat
 
PulseVector aTbVec
 
int bxOffset
 
BXVector bxs
 
SampleDecompLLT covDecomp
 
double dt
 
unsigned int fullTSOffset
 
SampleMatrix invCovMat
 
SamplePulseMatrix invcovp
 
int maxoffset
 
SampleVector noiseTerms
 
unsigned int nP
 
unsigned int nPulseTot
 
SampleMatrix pedConstraint
 
std::array< FullSampleMatrix, MaxPVSizepulseCovArray
 
PulseDecompLDLT pulseDecomp
 
std::array< FullSampleVector, MaxPVSizepulseDerivArray
 
SamplePulseMatrix pulseDerivMat
 
std::array< double, MaxSVSizepulseM
 
SamplePulseMatrix pulseMat
 
std::array< double, MaxSVSizepulseN
 
std::array< double, MaxSVSizepulseP
 
std::array< FullSampleVector, MaxPVSizepulseShapeArray
 
PulseVector residuals
 
unsigned int tsOffset
 
unsigned int tsSize
 
PulseVector updateWork
 

Detailed Description

Definition at line 17 of file MahiFit.h.

Member Data Documentation

SampleVector MahiNnlsWorkspace::amplitudes
PulseVector MahiNnlsWorkspace::ampVec
PulseVector MahiNnlsWorkspace::ampvecpermtest

Definition at line 70 of file MahiFit.h.

Referenced by MahiFit::doFit(), and MahiFit::nnls().

PulseMatrix MahiNnlsWorkspace::aTaMat
PulseVector MahiNnlsWorkspace::aTbVec
int MahiNnlsWorkspace::bxOffset
BXVector MahiNnlsWorkspace::bxs
SampleDecompLLT MahiNnlsWorkspace::covDecomp
double MahiNnlsWorkspace::dt
unsigned int MahiNnlsWorkspace::fullTSOffset

Definition at line 22 of file MahiFit.h.

Referenced by MahiFit::phase1Apply(), and MahiFit::resetWorkspace().

SampleMatrix MahiNnlsWorkspace::invCovMat

Definition at line 34 of file MahiFit.h.

Referenced by MahiFit::resetWorkspace(), and MahiFit::updateCov().

SamplePulseMatrix MahiNnlsWorkspace::invcovp

Definition at line 72 of file MahiFit.h.

Referenced by MahiFit::doFit(), MahiFit::nnls(), and MahiFit::onePulseMinimize().

int MahiNnlsWorkspace::maxoffset
SampleVector MahiNnlsWorkspace::noiseTerms
unsigned int MahiNnlsWorkspace::nP
unsigned int MahiNnlsWorkspace::nPulseTot
SampleMatrix MahiNnlsWorkspace::pedConstraint

Definition at line 40 of file MahiFit.h.

Referenced by MahiFit::phase1Apply(), MahiFit::resetWorkspace(), and MahiFit::updateCov().

std::array<FullSampleMatrix, MaxPVSize> MahiNnlsWorkspace::pulseCovArray

Definition at line 44 of file MahiFit.h.

Referenced by MahiFit::doFit(), and MahiFit::updateCov().

PulseDecompLDLT MahiNnlsWorkspace::pulseDecomp

Definition at line 78 of file MahiFit.h.

std::array<FullSampleVector, MaxPVSize> MahiNnlsWorkspace::pulseDerivArray

Definition at line 50 of file MahiFit.h.

Referenced by MahiFit::calculateArrivalTime(), and MahiFit::doFit().

SamplePulseMatrix MahiNnlsWorkspace::pulseDerivMat

Definition at line 61 of file MahiFit.h.

Referenced by MahiFit::calculateArrivalTime().

std::array<double, MaxSVSize> MahiNnlsWorkspace::pulseM

Definition at line 54 of file MahiFit.h.

Referenced by MahiFit::resetWorkspace(), and MahiFit::updatePulseShape().

SamplePulseMatrix MahiNnlsWorkspace::pulseMat
std::array<double, MaxSVSize> MahiNnlsWorkspace::pulseN

Definition at line 53 of file MahiFit.h.

Referenced by MahiFit::resetWorkspace(), and MahiFit::updatePulseShape().

std::array<double, MaxSVSize> MahiNnlsWorkspace::pulseP

Definition at line 55 of file MahiFit.h.

Referenced by MahiFit::resetWorkspace(), and MahiFit::updatePulseShape().

std::array<FullSampleVector, MaxPVSize> MahiNnlsWorkspace::pulseShapeArray

Definition at line 47 of file MahiFit.h.

Referenced by MahiFit::doFit().

PulseVector MahiNnlsWorkspace::residuals

Definition at line 64 of file MahiFit.h.

Referenced by MahiFit::calculateArrivalTime(), and MahiFit::resetWorkspace().

unsigned int MahiNnlsWorkspace::tsOffset

Definition at line 21 of file MahiFit.h.

Referenced by MahiFit::doFit(), MahiFit::phase1Apply(), and MahiFit::resetWorkspace().

unsigned int MahiNnlsWorkspace::tsSize
PulseVector MahiNnlsWorkspace::updateWork

Definition at line 75 of file MahiFit.h.

Referenced by MahiFit::doFit(), and MahiFit::nnls().