libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
pappso::TimsFrame::XicComputeStructure Struct Reference

Public Member Functions

 XicComputeStructure (const TimsFrame *fram_p, const XicCoordTims &xic_struct)
 

Public Attributes

Xicxic_ptr = nullptr
 
std::size_t mobilityIndexBegin
 
std::size_t mobilityIndexEnd
 
std::size_t mzIndexLowerBound
 
std::size_t mzIndexUpperBound
 
double tmpIntensity = 0
 

Detailed Description

Definition at line 210 of file timsframe.h.

Constructor & Destructor Documentation

◆ XicComputeStructure()

pappso::TimsFrame::XicComputeStructure::XicComputeStructure ( const TimsFrame fram_p,
const XicCoordTims xic_struct 
)

Definition at line 39 of file timsframe.cpp.

41{
42 xic_ptr = xic_struct.xicSptr.get();
43
44 mobilityIndexBegin = xic_struct.scanNumBegin;
45 mobilityIndexEnd = xic_struct.scanNumEnd;
47 fram_p->getMzCalibrationInterfaceSPtr().get()->getTofIndexFromMz(
48 xic_struct.mzRange.lower()); // convert mz to raw digitizer value
50 fram_p->getMzCalibrationInterfaceSPtr().get()->getTofIndexFromMz(
51 xic_struct.mzRange.upper());
52 tmpIntensity = 0;
53}

References pappso::TimsFrameBase::getMzCalibrationInterfaceSPtr(), pappso::MzRange::lower(), mobilityIndexBegin, mobilityIndexEnd, mzIndexLowerBound, mzIndexUpperBound, pappso::XicCoord::mzRange, pappso::XicCoordTims::scanNumBegin, pappso::XicCoordTims::scanNumEnd, tmpIntensity, pappso::MzRange::upper(), xic_ptr, and pappso::XicCoord::xicSptr.

Member Data Documentation

◆ mobilityIndexBegin

std::size_t pappso::TimsFrame::XicComputeStructure::mobilityIndexBegin

Definition at line 217 of file timsframe.h.

Referenced by XicComputeStructure().

◆ mobilityIndexEnd

std::size_t pappso::TimsFrame::XicComputeStructure::mobilityIndexEnd

Definition at line 218 of file timsframe.h.

Referenced by XicComputeStructure().

◆ mzIndexLowerBound

std::size_t pappso::TimsFrame::XicComputeStructure::mzIndexLowerBound

Definition at line 219 of file timsframe.h.

Referenced by XicComputeStructure().

◆ mzIndexUpperBound

std::size_t pappso::TimsFrame::XicComputeStructure::mzIndexUpperBound

Definition at line 220 of file timsframe.h.

Referenced by XicComputeStructure().

◆ tmpIntensity

double pappso::TimsFrame::XicComputeStructure::tmpIntensity = 0

Definition at line 221 of file timsframe.h.

Referenced by XicComputeStructure().

◆ xic_ptr

Xic* pappso::TimsFrame::XicComputeStructure::xic_ptr = nullptr

Definition at line 216 of file timsframe.h.

Referenced by XicComputeStructure().


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