Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:28:05

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef ACTSPODIOEDM_JacobianDATA_H
0004 #define ACTSPODIOEDM_JacobianDATA_H
0005 
0006 #include "ActsPodioEdm/JacobianInfo.h"
0007 
0008 namespace ActsPodioEdm {
0009 
0010 /** @class JacobianData
0011  *  Jacobian matrix from the previous track state to the current one
0012  *  @author: Paul Gessinger, CERN
0013  */
0014 class JacobianData {
0015  public:
0016   ::ActsPodioEdm::JacobianInfo data{};  ///< the jacobian data
0017 };
0018 
0019 }  // namespace ActsPodioEdm
0020 
0021 #endif