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

#include <JShowerPointSimplexParameters_t.hh>

Inheritance diagram for JRECONSTRUCTION::JShowerPointSimplexParameters_t:
TObject JRECONSTRUCTION::JShowerPointSimplex

Public Member Functions

 JShowerPointSimplexParameters_t ()
 Default constructor. More...
 
virtual ~JShowerPointSimplexParameters_t ()
 Virtual destructor. More...
 
void reset ()
 Reset fit parameters. More...
 
bool equals (const JShowerPointSimplexParameters_t &parameters) const
 Equality. More...
 
 ClassDef (JShowerPointSimplexParameters_t, 1)
 

Public Attributes

int numberOfPrefits
 
size_t minPrefitsSize
 
double sigma_ns
 
double TMaxLocal_ns
 
double TMax_ns
 
double TMin_ns
 
double roadWidth_m
 
double ctMin
 
JTOOLS::JTimeRange TWindow_ns
 
JTOOLS::JRange< double > pos_grid_m
 
double pos_step_m
 
JTOOLS::JTimeRange time_grid_ns
 
double time_step_ns
 
double simplex_step_m
 
double simplex_step_ns
 
double tukey_std_dev
 

Detailed Description

Definition at line 15 of file JShowerPointSimplexParameters_t.hh.

Constructor & Destructor Documentation

JRECONSTRUCTION::JShowerPointSimplexParameters_t::JShowerPointSimplexParameters_t ( )
inline

Default constructor.

Definition at line 21 of file JShowerPointSimplexParameters_t.hh.

22  {
23  this->reset();
24  }
virtual JRECONSTRUCTION::JShowerPointSimplexParameters_t::~JShowerPointSimplexParameters_t ( )
inlinevirtual

Virtual destructor.

Definition at line 29 of file JShowerPointSimplexParameters_t.hh.

30  {}

Member Function Documentation

void JRECONSTRUCTION::JShowerPointSimplexParameters_t::reset ( )
inline

Reset fit parameters.

Definition at line 35 of file JShowerPointSimplexParameters_t.hh.

36  {
37  numberOfPrefits = 50;
38  minPrefitsSize = 8;
39  sigma_ns = 1;
40  TMaxLocal_ns = 10;
41  TMax_ns = 60.0;
42  TMin_ns = -60.0;
43  roadWidth_m = 50.0;
44  ctMin = 0.2;
45  TWindow_ns = JTOOLS::JTimeRange(-130, 120);
47  pos_step_m = 20;
49  time_step_ns = 20;
50  simplex_step_m = 5;
51  simplex_step_ns = 10;
52  tukey_std_dev = 20;
53  }
JRange< double > JTimeRange
Type definition for time range.
bool JRECONSTRUCTION::JShowerPointSimplexParameters_t::equals ( const JShowerPointSimplexParameters_t parameters) const
inline

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 61 of file JShowerPointSimplexParameters_t.hh.

62  {
63  return (this->numberOfPrefits == parameters.numberOfPrefits &&
64  this->minPrefitsSize == parameters.minPrefitsSize &&
65  this->sigma_ns == parameters.sigma_ns &&
66  this->TMaxLocal_ns == parameters.TMaxLocal_ns &&
67  this->TMax_ns == parameters.TMax_ns &&
68  this->TMin_ns == parameters.TMin_ns &&
69  this->roadWidth_m == parameters.roadWidth_m &&
70  this->ctMin == parameters.ctMin &&
71  this->TWindow_ns == parameters.TWindow_ns &&
72  this->pos_grid_m == parameters.pos_grid_m &&
73  this->pos_step_m == parameters.pos_step_m &&
74  this->time_grid_ns == parameters.time_grid_ns &&
75  this->time_step_ns == parameters.time_step_ns &&
76  this->simplex_step_m == parameters.simplex_step_m &&
77  this->simplex_step_ns == parameters.simplex_step_ns &&
78  this->tukey_std_dev == parameters.tukey_std_dev);
79  }
*fatal Wrong number of arguments esac JCookie sh typeset Z DETECTOR typeset Z SOURCE_RUN typeset Z TARGET_RUN set_variable PARAMETERS_FILE $WORKDIR parameters
Definition: diff-Tuna.sh:38
JRECONSTRUCTION::JShowerPointSimplexParameters_t::ClassDef ( JShowerPointSimplexParameters_t  ,
 
)

Member Data Documentation

int JRECONSTRUCTION::JShowerPointSimplexParameters_t::numberOfPrefits

Definition at line 83 of file JShowerPointSimplexParameters_t.hh.

size_t JRECONSTRUCTION::JShowerPointSimplexParameters_t::minPrefitsSize

Definition at line 84 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::sigma_ns

Definition at line 85 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMaxLocal_ns

Definition at line 86 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMax_ns

Definition at line 87 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMin_ns

Definition at line 88 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::roadWidth_m

Definition at line 89 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::ctMin

Definition at line 90 of file JShowerPointSimplexParameters_t.hh.

JTOOLS::JTimeRange JRECONSTRUCTION::JShowerPointSimplexParameters_t::TWindow_ns

Definition at line 91 of file JShowerPointSimplexParameters_t.hh.

JTOOLS::JRange<double> JRECONSTRUCTION::JShowerPointSimplexParameters_t::pos_grid_m

Definition at line 92 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::pos_step_m

Definition at line 93 of file JShowerPointSimplexParameters_t.hh.

JTOOLS::JTimeRange JRECONSTRUCTION::JShowerPointSimplexParameters_t::time_grid_ns

Definition at line 94 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::time_step_ns

Definition at line 95 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::simplex_step_m

Definition at line 96 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::simplex_step_ns

Definition at line 97 of file JShowerPointSimplexParameters_t.hh.

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::tukey_std_dev

Definition at line 98 of file JShowerPointSimplexParameters_t.hh.


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