SND@LHC Software
Loading...
Searching...
No Matches
genfit::ExtrapStep Struct Reference

Helper for RKTrackRep. More...

#include <RKTrackRep.h>

Public Member Functions

 ExtrapStep ()
 
 ExtrapStep ()
 

Public Attributes

M7x7 jac7_
 
M7x7 noise7_
 

Detailed Description

Helper for RKTrackRep.

Definition at line 52 of file RKTrackRep.h.

Constructor & Destructor Documentation

◆ ExtrapStep() [1/2]

genfit::ExtrapStep::ExtrapStep ( )
inline

Definition at line 56 of file RKTrackRep.h.

56 {
57 memset(jac7_, 0, sizeof(M7x7));
58 memset(noise7_, 0, sizeof(M7x7));
59 }
double M7x7[7 *7]
Definition RKTools.h:39

◆ ExtrapStep() [2/2]

genfit::ExtrapStep::ExtrapStep ( )
inline

Definition at line 56 of file RKTrackRep.h.

56 {
57 memset(jac7_, 0, sizeof(M7x7));
58 memset(noise7_, 0, sizeof(M7x7));
59 }

Member Data Documentation

◆ jac7_

M7x7 genfit::ExtrapStep::jac7_

Definition at line 53 of file RKTrackRep.h.

◆ noise7_

M7x7 genfit::ExtrapStep::noise7_

Definition at line 54 of file RKTrackRep.h.


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