CMS 3D CMS Logo

Public Member Functions | Public Attributes

LMFSextuple Class Reference

#include <LMFSextuple.h>

List of all members.

Public Member Functions

 LMFSextuple ()

Public Attributes

float p [3]
Tm t [3]

Detailed Description

sextuple of t1, t2, t3, p1, p2, p3

Definition at line 12 of file LMFSextuple.h.


Constructor & Destructor Documentation

LMFSextuple::LMFSextuple ( ) [inline]

Definition at line 14 of file LMFSextuple.h.

References i, p, Tm::setNull(), and t.

                {
    for (int i = 0; i < 3; i++) {
      p[i] = 0;
      t[i].setNull();
    }
  };

Member Data Documentation

float LMFSextuple::p[3]

Definition at line 19 of file LMFSextuple.h.

Referenced by LMFCorrCoefDat::getCorrections(), and LMFSextuple().

Definition at line 21 of file LMFSextuple.h.

Referenced by LMFCorrCoefDat::getCorrections(), and LMFSextuple().