Jpp in_tag_pdf_generation
the software that should make you happy
Loading...
Searching...
No Matches
JRECONSTRUCTION::JORCAMuonReconstruction::JStorage_t Struct Reference

Storage for PDFs. More...

#include <JORCAMuonReconstruction.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
 
JMuonStart::storage_type start2
 
JMuonGandalf::storage_type features
 

Detailed Description

Storage for PDFs.

Definition at line 73 of file JORCAMuonReconstruction.hh.

Constructor & Destructor Documentation

◆ JStorage_t()

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

Constructor.

Parameters
fileDescriptorPDF file descriptor
parametersparameters

Definition at line 80 of file JORCAMuonReconstruction.hh.

81 :
82 gandalf(fileDescriptor, JTimeRange(parameters.gandalf.TMin_ns, parameters.gandalf.TMax_ns), parameters.gandalf.TTS_ns),
83 start (fileDescriptor, JTimeRange(parameters.start .TMin_ns, parameters.start .TMax_ns)),
84 energy (fileDescriptor, JTimeRange(parameters.energy .TMin_ns, parameters.energy .TMax_ns)),
85 start2 (fileDescriptor, JTimeRange(parameters.start2 .TMin_ns, parameters.start2 .TMax_ns)),
86 features(fileDescriptor, JTimeRange(parameters.features.TMin_ns, parameters.features.TMax_ns), parameters.features.TTS_ns)
87 {}
JTOOLS::JRange< double > JTimeRange
Type definition for time range (unit [ns]).

Member Data Documentation

◆ gandalf

JMuonGandalf::storage_type JRECONSTRUCTION::JORCAMuonReconstruction::JStorage_t::gandalf

Definition at line 89 of file JORCAMuonReconstruction.hh.

◆ start

JMuonStart::storage_type JRECONSTRUCTION::JORCAMuonReconstruction::JStorage_t::start

Definition at line 90 of file JORCAMuonReconstruction.hh.

◆ energy

JMuonEnergy::storage_type JRECONSTRUCTION::JORCAMuonReconstruction::JStorage_t::energy

Definition at line 91 of file JORCAMuonReconstruction.hh.

◆ start2

JMuonStart::storage_type JRECONSTRUCTION::JORCAMuonReconstruction::JStorage_t::start2

Definition at line 92 of file JORCAMuonReconstruction.hh.

◆ features

JMuonGandalf::storage_type JRECONSTRUCTION::JORCAMuonReconstruction::JStorage_t::features

Definition at line 93 of file JORCAMuonReconstruction.hh.


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