Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JRECONSTRUCTION::JARCAMuonReconstruction::JStorage_t Struct Reference

Storage for PDFs. More...

#include <JARCAMuonReconstruction.hh>

Public Member Functions

 JStorage_t (const std::string &fileDescriptor, const JParameters_t &parameters)
 Constructor.
 

Public Attributes

JMuonGandalf::storage_type gandalf
 
JMuonStart::storage_type start
 
JMuonEnergy::storage_type energy
 

Detailed Description

Storage for PDFs.

Definition at line 69 of file JARCAMuonReconstruction.hh.

Constructor & Destructor Documentation

◆ JStorage_t()

JRECONSTRUCTION::JARCAMuonReconstruction::JStorage_t::JStorage_t ( const std::string & fileDescriptor,
const JParameters_t & parameters )
inline

Constructor.

Parameters
fileDescriptorPDF file descriptor
parametersparameters

Definition at line 76 of file JARCAMuonReconstruction.hh.

77 :
78 gandalf(fileDescriptor, JTimeRange(parameters.gandalf.TMin_ns, parameters.gandalf.TMax_ns), parameters.gandalf.TTS_ns),
79 start (fileDescriptor, JTimeRange(parameters.start .TMin_ns, parameters.start .TMax_ns)),
80 energy (fileDescriptor, JTimeRange(parameters.energy .TMin_ns, parameters.energy .TMax_ns))
81 {}
JTOOLS::JRange< double > JTimeRange
Type definition for time range (unit [ns]).

Member Data Documentation

◆ gandalf

JMuonGandalf::storage_type JRECONSTRUCTION::JARCAMuonReconstruction::JStorage_t::gandalf

Definition at line 83 of file JARCAMuonReconstruction.hh.

◆ start

JMuonStart::storage_type JRECONSTRUCTION::JARCAMuonReconstruction::JStorage_t::start

Definition at line 84 of file JARCAMuonReconstruction.hh.

◆ energy

JMuonEnergy::storage_type JRECONSTRUCTION::JARCAMuonReconstruction::JStorage_t::energy

Definition at line 85 of file JARCAMuonReconstruction.hh.


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