Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JRECONSTRUCTION::JMuonGandalfParameters_t Struct Reference

Data structure for fit parameters. More...

#include <JMuonGandalfParameters_t.hh>

Inheritance diagram for JRECONSTRUCTION::JMuonGandalfParameters_t:
TObject JRECONSTRUCTION::JMuonFeatures JRECONSTRUCTION::JMuonGandalf

Public Member Functions

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

Public Attributes

double roadWidth_m
 road width [m]
 
double R_Hz
 default rate [Hz]
 
size_t numberOfPrefits
 number of prefits
 
double TTS_ns
 transition-time spread [ns]
 
double E_GeV
 energy [GeV]
 
double TMin_ns
 minimal time w.r.t. Cherenkov hypothesis [ns]
 
double TMax_ns
 maximal time w.r.t. Cherenkov hypothesis [ns]
 
double ZMin_m
 minimal z-positon [m]
 
double ZMax_m
 maximal z-positon [m]
 
double VMax_npe
 maximum number of of photo-electrons
 
int NMax
 maximum number of iterations
 

Detailed Description

Data structure for fit parameters.

Definition at line 21 of file JMuonGandalfParameters_t.hh.

Constructor & Destructor Documentation

◆ JMuonGandalfParameters_t()

JRECONSTRUCTION::JMuonGandalfParameters_t::JMuonGandalfParameters_t ( )
inline

Default constructor.

Definition at line 27 of file JMuonGandalfParameters_t.hh.

28 {
29 this->reset();
30 }

◆ ~JMuonGandalfParameters_t()

virtual JRECONSTRUCTION::JMuonGandalfParameters_t::~JMuonGandalfParameters_t ( )
inlinevirtual

Virtual destructor.

Definition at line 35 of file JMuonGandalfParameters_t.hh.

36 {}

Member Function Documentation

◆ reset()

void JRECONSTRUCTION::JMuonGandalfParameters_t::reset ( )
inline

Reset fit parameters.

Definition at line 41 of file JMuonGandalfParameters_t.hh.

42 {
43 roadWidth_m = std::numeric_limits<double>::max();
44 R_Hz = 6.0e3;
46 TTS_ns = 2;
47 E_GeV = 1.0e3;
48 TMin_ns = -50.0;
49 TMax_ns = +450.0;
50 ZMin_m = 0.0;
51 ZMax_m = 0.0;
52 VMax_npe = 10.0;
53 NMax = 1000;
54 }
double TMin_ns
minimal time w.r.t. Cherenkov hypothesis [ns]
double TMax_ns
maximal time w.r.t. Cherenkov hypothesis [ns]
double VMax_npe
maximum number of of photo-electrons

◆ equals()

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

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 62 of file JMuonGandalfParameters_t.hh.

63 {
64 return (this->roadWidth_m == parameters.roadWidth_m &&
65 this->R_Hz == parameters.R_Hz &&
66 this->numberOfPrefits == parameters.numberOfPrefits &&
67 this->TTS_ns == parameters.TTS_ns &&
68 this->E_GeV == parameters.E_GeV &&
69 this->TMin_ns == parameters.TMin_ns &&
70 this->TMax_ns == parameters.TMax_ns &&
71 this->ZMin_m == parameters.ZMin_m &&
72 this->ZMax_m == parameters.ZMax_m &&
73 this->VMax_npe == parameters.VMax_npe &&
74 this->NMax == parameters.NMax);
75 }

◆ ClassDef()

JRECONSTRUCTION::JMuonGandalfParameters_t::ClassDef ( JMuonGandalfParameters_t ,
3  )

Member Data Documentation

◆ roadWidth_m

double JRECONSTRUCTION::JMuonGandalfParameters_t::roadWidth_m

road width [m]

Definition at line 79 of file JMuonGandalfParameters_t.hh.

◆ R_Hz

double JRECONSTRUCTION::JMuonGandalfParameters_t::R_Hz

default rate [Hz]

Definition at line 80 of file JMuonGandalfParameters_t.hh.

◆ numberOfPrefits

size_t JRECONSTRUCTION::JMuonGandalfParameters_t::numberOfPrefits

number of prefits

Definition at line 81 of file JMuonGandalfParameters_t.hh.

◆ TTS_ns

double JRECONSTRUCTION::JMuonGandalfParameters_t::TTS_ns

transition-time spread [ns]

Definition at line 82 of file JMuonGandalfParameters_t.hh.

◆ E_GeV

double JRECONSTRUCTION::JMuonGandalfParameters_t::E_GeV

energy [GeV]

Definition at line 83 of file JMuonGandalfParameters_t.hh.

◆ TMin_ns

double JRECONSTRUCTION::JMuonGandalfParameters_t::TMin_ns

minimal time w.r.t. Cherenkov hypothesis [ns]

Definition at line 84 of file JMuonGandalfParameters_t.hh.

◆ TMax_ns

double JRECONSTRUCTION::JMuonGandalfParameters_t::TMax_ns

maximal time w.r.t. Cherenkov hypothesis [ns]

Definition at line 85 of file JMuonGandalfParameters_t.hh.

◆ ZMin_m

double JRECONSTRUCTION::JMuonGandalfParameters_t::ZMin_m

minimal z-positon [m]

Definition at line 86 of file JMuonGandalfParameters_t.hh.

◆ ZMax_m

double JRECONSTRUCTION::JMuonGandalfParameters_t::ZMax_m

maximal z-positon [m]

Definition at line 87 of file JMuonGandalfParameters_t.hh.

◆ VMax_npe

double JRECONSTRUCTION::JMuonGandalfParameters_t::VMax_npe

maximum number of of photo-electrons

Definition at line 88 of file JMuonGandalfParameters_t.hh.

◆ NMax

int JRECONSTRUCTION::JMuonGandalfParameters_t::NMax

maximum number of iterations

Definition at line 89 of file JMuonGandalfParameters_t.hh.


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