Jpp  19.0.0
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, 2)
 

Public Attributes

size_t numberOfPrefits
 number of prefits More...
 
double TMax_ns
 maximum time for local coincidences [ns] More...
 
double TMin_ns
 minimum time for local coincidences [ns] More...
 
double DMax_m
 maximal distance to optical module [m] More...
 
double Emin_GeV
 minimum energy to scan More...
 
double Emax_GeV
 maximum energy to scan More...
 
int En
 number of points to scan in energy range 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  TMax_ns = 100.0;
36  TMin_ns = -100.0;
37  DMax_m = 80.0;
38  R_Hz = 10000;
39  Emin_GeV = 1;
40  Emax_GeV = 200;
41  En = 10;
42  TTS_ns = 2;
43  VMax_npe = 20.0;
44  NMax = 1000;
45  }
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]
int En
number of points to scan in energy range
double DMax_m
maximal distance to optical module [m]
bool JRECONSTRUCTION::JShowerPositionFitParameters_t::equals ( const JShowerPositionFitParameters_t parameters) const
inline

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 53 of file JShowerPositionFitParameters_t.hh.

54  {
55  return (this->numberOfPrefits == parameters.numberOfPrefits &&
56  this->TMax_ns == parameters.TMax_ns &&
57  this->TMin_ns == parameters.TMin_ns &&
58  this->DMax_m == parameters.DMax_m &&
59  this->R_Hz == parameters.R_Hz &&
60  this->TTS_ns == parameters.TTS_ns &&
61  this->Emin_GeV == parameters.Emin_GeV &&
62  this->Emax_GeV == parameters.Emax_GeV &&
63  this->En == parameters.En &&
64  this->VMax_npe == parameters.VMax_npe &&
65  this->NMax == parameters.NMax);
66  }
*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 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::DMax_m

maximal distance to optical module [m]

Definition at line 73 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::Emin_GeV

minimum energy to scan

Definition at line 74 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::Emax_GeV

maximum energy to scan

Definition at line 75 of file JShowerPositionFitParameters_t.hh.

int JRECONSTRUCTION::JShowerPositionFitParameters_t::En

number of points to scan in energy range

Definition at line 76 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::R_Hz

default rate [Hz]

Definition at line 77 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::TTS_ns

transition-time spread [ns]

Definition at line 78 of file JShowerPositionFitParameters_t.hh.

double JRECONSTRUCTION::JShowerPositionFitParameters_t::VMax_npe

maximum number of of photo-electrons

Definition at line 79 of file JShowerPositionFitParameters_t.hh.

int JRECONSTRUCTION::JShowerPositionFitParameters_t::NMax

maximum number of iterations

Definition at line 80 of file JShowerPositionFitParameters_t.hh.


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