Jpp 21.0.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JRECONSTRUCTION::JORCAShowerReconstruction::JStorage_t Struct Reference

Storage for PDFs. More...

#include <JORCAShowerReconstruction.hh>

Public Member Functions

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

Public Attributes

JShowerPositionFit::storage_type position
 
JShowerDirectionPrefit::storage_type direction
 
JShowerFit::storage_type fit
 
JShowerFeatures::storage_type features
 

Detailed Description

Storage for PDFs.

Definition at line 72 of file JORCAShowerReconstruction.hh.

Constructor & Destructor Documentation

◆ JStorage_t()

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

Constructor.

Parameters
fileDescriptorPDF file descriptor
parametersparameters

Definition at line 79 of file JORCAShowerReconstruction.hh.

80 :
81 position (fileDescriptor, JTimeRange(parameters.position .TMin_ns, parameters.position .TMax_ns), parameters.position.TTS_ns),
82 direction(fileDescriptor, JTimeRange(parameters.direction.TMin_ns, parameters.direction.TMax_ns)),
83 fit (fileDescriptor, JTimeRange(parameters.fit .TMin_ns, parameters.fit .TMax_ns)),
84 features (fileDescriptor, JTimeRange(parameters.features .TMin_ns, parameters.features .TMax_ns))
85 {}
JTOOLS::JRange< double > JTimeRange
Type definition for time range (unit [ns]).

Member Data Documentation

◆ position

JShowerPositionFit::storage_type JRECONSTRUCTION::JORCAShowerReconstruction::JStorage_t::position

Definition at line 87 of file JORCAShowerReconstruction.hh.

◆ direction

JShowerDirectionPrefit::storage_type JRECONSTRUCTION::JORCAShowerReconstruction::JStorage_t::direction

Definition at line 88 of file JORCAShowerReconstruction.hh.

◆ fit

JShowerFit::storage_type JRECONSTRUCTION::JORCAShowerReconstruction::JStorage_t::fit

Definition at line 89 of file JORCAShowerReconstruction.hh.

◆ features

JShowerFeatures::storage_type JRECONSTRUCTION::JORCAShowerReconstruction::JStorage_t::features

Definition at line 90 of file JORCAShowerReconstruction.hh.


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