Jpp test-rotations-new
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
 

Detailed Description

Storage for PDFs.

Definition at line 68 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 75 of file JORCAShowerReconstruction.hh.

76 :
77 position (fileDescriptor, parameters.position.TTS_ns),
78 direction(fileDescriptor),
79 fit (fileDescriptor)
80 {}

Member Data Documentation

◆ position

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

Definition at line 82 of file JORCAShowerReconstruction.hh.

◆ direction

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

Definition at line 83 of file JORCAShowerReconstruction.hh.

◆ fit

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

Definition at line 84 of file JORCAShowerReconstruction.hh.


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