Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JRECONSTRUCTION::JShowerParameters Struct Reference

Shower reconstruction parameters. More...

#include <JShowerParameters.hh>

Inheritance diagram for JRECONSTRUCTION::JShowerParameters:
TObject

Public Member Functions

 JShowerParameters ()
 Default constructor.
 
virtual ~JShowerParameters ()
 Virtual destructor.
 
void reset ()
 Reset fit parameters.
 
 operator JShowerPrefitParameters_t () const
 JShowerPrefitParameters_t parameters.
 
 operator JShowerPointSimplexParameters_t () const
 JShowerPointSimplexParameters_t parameetrs.
 
 operator JShowerPositionFitParameters_t () const
 JShowerPositionFitParameters_t parameters.
 
 operator JShowerDirectionPrefitParameters_t () const
 JShowerDirectionPrefitParameters_t parameters.
 
 operator JShowerFitParameters_t () const
 JShowerFitParameters_t parameters.
 
 operator JShowerBjorkenYParameters_t () const
 JShowerFitParameters_t parameters.
 
bool equals (const JShowerParameters &parameters) const
 Equality.
 
 ClassDef (JShowerParameters, 1)
 

Public Attributes

JShowerPrefitParameters_t prefit
 
JShowerPointSimplexParameters_t pointsimplex
 
JShowerPositionFitParameters_t positionfit
 
JShowerDirectionPrefitParameters_t directionprefit
 
JShowerFitParameters_t showerfit
 
JShowerBjorkenYParameters_t bjyfit
 

Detailed Description

Shower reconstruction parameters.

Definition at line 28 of file JShowerParameters.hh.

Constructor & Destructor Documentation

◆ JShowerParameters()

JRECONSTRUCTION::JShowerParameters::JShowerParameters ( )
inline

Default constructor.

Definition at line 34 of file JShowerParameters.hh.

35 {
36 this->reset();
37 }
void reset()
Reset fit parameters.

◆ ~JShowerParameters()

virtual JRECONSTRUCTION::JShowerParameters::~JShowerParameters ( )
inlinevirtual

Virtual destructor.

Definition at line 42 of file JShowerParameters.hh.

43 {}

Member Function Documentation

◆ reset()

void JRECONSTRUCTION::JShowerParameters::reset ( )
inline

Reset fit parameters.

Definition at line 48 of file JShowerParameters.hh.

49 {
50 prefit.reset();
55 bjyfit.reset();
56 }
JShowerPositionFitParameters_t positionfit
JShowerDirectionPrefitParameters_t directionprefit
JShowerPointSimplexParameters_t pointsimplex
JShowerBjorkenYParameters_t bjyfit

◆ operator JShowerPrefitParameters_t()

JRECONSTRUCTION::JShowerParameters::operator JShowerPrefitParameters_t ( ) const
inline

JShowerPrefitParameters_t parameters.

Definition at line 58 of file JShowerParameters.hh.

◆ operator JShowerPointSimplexParameters_t()

JRECONSTRUCTION::JShowerParameters::operator JShowerPointSimplexParameters_t ( ) const
inline

JShowerPointSimplexParameters_t parameetrs.

Definition at line 59 of file JShowerParameters.hh.

◆ operator JShowerPositionFitParameters_t()

JRECONSTRUCTION::JShowerParameters::operator JShowerPositionFitParameters_t ( ) const
inline

JShowerPositionFitParameters_t parameters.

Definition at line 60 of file JShowerParameters.hh.

◆ operator JShowerDirectionPrefitParameters_t()

JRECONSTRUCTION::JShowerParameters::operator JShowerDirectionPrefitParameters_t ( ) const
inline

JShowerDirectionPrefitParameters_t parameters.

Definition at line 61 of file JShowerParameters.hh.

◆ operator JShowerFitParameters_t()

JRECONSTRUCTION::JShowerParameters::operator JShowerFitParameters_t ( ) const
inline

JShowerFitParameters_t parameters.

Definition at line 62 of file JShowerParameters.hh.

◆ operator JShowerBjorkenYParameters_t()

JRECONSTRUCTION::JShowerParameters::operator JShowerBjorkenYParameters_t ( ) const
inline

JShowerFitParameters_t parameters.

Definition at line 63 of file JShowerParameters.hh.

◆ equals()

bool JRECONSTRUCTION::JShowerParameters::equals ( const JShowerParameters & parameters) const
inline

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 71 of file JShowerParameters.hh.

72 {
73 return (prefit .equals(parameters) &&
74 pointsimplex.equals(parameters) &&
75 positionfit .equals(parameters) &&
76 directionprefit.equals(parameters) &&
77 showerfit.equals(parameters) &&
78 bjyfit.equals(parameters));
79 }
bool equals(const JShowerBjorkenYParameters_t &parameters) const
Equality.
bool equals(const JShowerDirectionPrefitParameters_t &parameters) const
Equality.
bool equals(const JShowerFitParameters_t &parameters) const
Equality.
bool equals(const JShowerParameters &parameters) const
Equality.
bool equals(const JShowerPointSimplexParameters_t &parameters) const
Equality.
bool equals(const JShowerPositionFitParameters_t &parameters) const
Equality.

◆ ClassDef()

JRECONSTRUCTION::JShowerParameters::ClassDef ( JShowerParameters ,
1  )

Member Data Documentation

◆ prefit

JShowerPrefitParameters_t JRECONSTRUCTION::JShowerParameters::prefit

Definition at line 81 of file JShowerParameters.hh.

◆ pointsimplex

JShowerPointSimplexParameters_t JRECONSTRUCTION::JShowerParameters::pointsimplex

Definition at line 82 of file JShowerParameters.hh.

◆ positionfit

JShowerPositionFitParameters_t JRECONSTRUCTION::JShowerParameters::positionfit

Definition at line 83 of file JShowerParameters.hh.

◆ directionprefit

JShowerDirectionPrefitParameters_t JRECONSTRUCTION::JShowerParameters::directionprefit

Definition at line 84 of file JShowerParameters.hh.

◆ showerfit

JShowerFitParameters_t JRECONSTRUCTION::JShowerParameters::showerfit

Definition at line 85 of file JShowerParameters.hh.

◆ bjyfit

JShowerBjorkenYParameters_t JRECONSTRUCTION::JShowerParameters::bjyfit

Definition at line 86 of file JShowerParameters.hh.


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