Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JFIT::JShowerPositionFitParameters_t Struct Reference

#include <JShowerPositionFitParameters_t.hh>

Inheritance diagram for JFIT::JShowerPositionFitParameters_t:
TObject

Public Member Functions

 JShowerPositionFitParameters_t ()
 
virtual ~JShowerPositionFitParameters_t ()
 
void reset ()
 
bool equals (const JShowerPositionFitParameters_t &parameters) const
 
 ClassDef (JShowerPositionFitParameters_t, 1)
 

Public Attributes

int numberOfPrefits
 
double Tmax_ns
 
double ctMin
 
double Dmax_m
 
JTOOLS::JRange< double > pos_grid
 
JTOOLS::JRange< double > time_grid
 
double pos_step
 
double time_step
 

Detailed Description

Definition at line 22 of file JShowerPositionFitParameters_t.hh.

Constructor & Destructor Documentation

JFIT::JShowerPositionFitParameters_t::JShowerPositionFitParameters_t ( )
inline
virtual JFIT::JShowerPositionFitParameters_t::~JShowerPositionFitParameters_t ( )
inlinevirtual

Definition at line 36 of file JShowerPositionFitParameters_t.hh.

36 {}

Member Function Documentation

void JFIT::JShowerPositionFitParameters_t::reset ( )
inline

Definition at line 38 of file JShowerPositionFitParameters_t.hh.

bool JFIT::JShowerPositionFitParameters_t::equals ( const JShowerPositionFitParameters_t parameters) const
inline

Definition at line 50 of file JShowerPositionFitParameters_t.hh.

51  {
52  return (this->numberOfPrefits == parameters.numberOfPrefits and
53  this->Tmax_ns == parameters.Tmax_ns and
54  this->ctMin == parameters.ctMin and
55  this->Dmax_m == parameters.Dmax_m and
56  this->pos_grid == parameters.pos_grid and
57  this->pos_step == parameters.pos_step and
58  this->time_grid == parameters.time_grid and
59  this->time_step == parameters.time_step);
60  }
JFIT::JShowerPositionFitParameters_t::ClassDef ( JShowerPositionFitParameters_t  ,
 
)

Member Data Documentation

int JFIT::JShowerPositionFitParameters_t::numberOfPrefits

Definition at line 25 of file JShowerPositionFitParameters_t.hh.

double JFIT::JShowerPositionFitParameters_t::Tmax_ns

Definition at line 26 of file JShowerPositionFitParameters_t.hh.

double JFIT::JShowerPositionFitParameters_t::ctMin

Definition at line 27 of file JShowerPositionFitParameters_t.hh.

double JFIT::JShowerPositionFitParameters_t::Dmax_m

Definition at line 28 of file JShowerPositionFitParameters_t.hh.

JTOOLS::JRange<double> JFIT::JShowerPositionFitParameters_t::pos_grid

Definition at line 29 of file JShowerPositionFitParameters_t.hh.

JTOOLS::JRange<double> JFIT::JShowerPositionFitParameters_t::time_grid

Definition at line 30 of file JShowerPositionFitParameters_t.hh.

double JFIT::JShowerPositionFitParameters_t::pos_step

Definition at line 31 of file JShowerPositionFitParameters_t.hh.

double JFIT::JShowerPositionFitParameters_t::time_step

Definition at line 32 of file JShowerPositionFitParameters_t.hh.


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