Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JRECONSTRUCTION::JShowerPositionFitParameters_t Struct Reference

#include <JShowerPositionFitParameters_t.hh>

Inheritance diagram for JRECONSTRUCTION::JShowerPositionFitParameters_t:
TObject JRECONSTRUCTION::JShowerPositionFit

Public Member Functions

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

Public Attributes

size_t numberOfPrefits
 number of prefits More...
 
size_t numberOfOutfits
 number of fits to be saved in output More...
 
double TMax_ns
 maximum time for local coincidences [ns] More...
 
double TMin_ns
 minimum time for local coincidences [ns] More...
 
double roadWidth_m
 road width [m] More...
 
double ctMin
 minimal cosine space angle between PMT axes More...
 
double E_GeV
 energy [GeV] More...
 
double R_Hz
 default rate [Hz] More...
 
double TTS_ns
 transition-time spread [ns] More...
 
double VMax_npe
 maximum number of of photo-electrons More...
 
int NMax
 maximum number of iterations More...
 

Detailed Description

Definition at line 12 of file JShowerPositionFitParameters_t.hh.

Constructor & Destructor Documentation

JRECONSTRUCTION::JShowerPositionFitParameters_t::JShowerPositionFitParameters_t ( )
inline

Default constructor.

Definition at line 18 of file JShowerPositionFitParameters_t.hh.

19  {
20  this->reset();
21  }
virtual JRECONSTRUCTION::JShowerPositionFitParameters_t::~JShowerPositionFitParameters_t ( )
inlinevirtual

Virtual destructor.

Definition at line 26 of file JShowerPositionFitParameters_t.hh.

27  {}

Member Function Documentation

void JRECONSTRUCTION::JShowerPositionFitParameters_t::reset ( )
inline

Reset fit parameters.

Definition at line 32 of file JShowerPositionFitParameters_t.hh.

33  {
34  numberOfPrefits = 0; // process all inputs from PointSimplex, which should give a max of 100
35  numberOfOutfits = 5;
36  TMax_ns = 100.0;
37  TMin_ns = -100.0;
38  roadWidth_m = 80.0;
39  E_GeV = 10;
40  R_Hz = 10000;
41  TTS_ns = 2;
42  VMax_npe = 20.0;
43  NMax = 1000;
44  }
double TMin_ns
minimum time for local coincidences [ns]
double VMax_npe
maximum number of of photo-electrons
double TMax_ns
maximum time for local coincidences [ns]
size_t numberOfOutfits
number of fits to be saved in output
bool JRECONSTRUCTION::JShowerPositionFitParameters_t::equals ( const JShowerPositionFitParameters_t parameters) const
inline

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 52 of file JShowerPositionFitParameters_t.hh.

53  {
54  return (this->numberOfPrefits == parameters.numberOfPrefits &&
55  this->numberOfOutfits == parameters.numberOfOutfits &&
56  this->TMax_ns == parameters.TMax_ns &&
57  this->TMin_ns == parameters.TMin_ns &&
58  this->ctMin == parameters.ctMin &&
59  this->roadWidth_m == parameters.roadWidth_m &&
60  this->E_GeV == parameters.E_GeV &&
61  this->R_Hz == parameters.R_Hz &&
62  this->TTS_ns == parameters.TTS_ns &&
63  this->VMax_npe == parameters.VMax_npe &&
64  this->NMax == parameters.NMax);
65  }
*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
then usage $script< detector file >< detectorfile > nIf the range of floors is the first detector file is aligned to the second before the comparison nIn this
JRECONSTRUCTION::JShowerPositionFitParameters_t::ClassDef ( JShowerPositionFitParameters_t  ,
 
)

Member Data Documentation

size_t JRECONSTRUCTION::JShowerPositionFitParameters_t::numberOfPrefits

number of prefits

Definition at line 69 of file JShowerPositionFitParameters_t.hh.

size_t JRECONSTRUCTION::JShowerPositionFitParameters_t::numberOfOutfits

number of fits to be saved in output

Definition at line 70 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::TMax_ns

maximum time for local coincidences [ns]

Definition at line 71 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::TMin_ns

minimum time for local coincidences [ns]

Definition at line 72 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::roadWidth_m

road width [m]

Definition at line 73 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::ctMin

minimal cosine space angle between PMT axes

Definition at line 74 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::E_GeV

energy [GeV]

Definition at line 75 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::R_Hz

default rate [Hz]

Definition at line 76 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::TTS_ns

transition-time spread [ns]

Definition at line 77 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::VMax_npe

maximum number of of photo-electrons

Definition at line 78 of file JShowerPositionFitParameters_t.hh.

int JRECONSTRUCTION::JShowerPositionFitParameters_t::NMax

maximum number of iterations

Definition at line 79 of file JShowerPositionFitParameters_t.hh.


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