Jpp  master_rocky-43-ge265d140c
the software that should make you happy
Public Member Functions | List of all members
JDYNAMICS::JPreloader Struct Reference

Auxiliary data structure to pre-load auxiliary data in memory. More...

#include <JDynamics.hh>

Inheritance diagram for JDYNAMICS::JPreloader:
JDYNAMICS::JDynamics

Public Member Functions

 JPreloader (const int id)
 Constructor. More...
 

Detailed Description

Auxiliary data structure to pre-load auxiliary data in memory.

Definition at line 63 of file JDynamics.hh.

Constructor & Destructor Documentation

◆ JPreloader()

JDYNAMICS::JPreloader::JPreloader ( const int  id)
inline

Constructor.

Parameters
iddetector identifier

Definition at line 69 of file JDynamics.hh.

70  {
71  using namespace JPP;
72 
73  getMechanics.load(id);
74  }
static JDetectorMechanics getMechanics
Function object to get string mechanics.
Definition: JMechanics.hh:242
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
void load(const std::string &file_name)
Load mechanical model parameters from file.
Definition: JMechanics.hh:137

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