Jpp
Public Member Functions | Public Attributes | List of all members
JFIT::JMuonSimplexParameters_t Struct Reference

#include <JMuonSimplexParameters_t.hh>

Inheritance diagram for JFIT::JMuonSimplexParameters_t:
TObject

Public Member Functions

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

Public Attributes

double sigma_ns
 
bool useL0
 
size_t numberOfPrefits
 
double Tmax_ns
 
double ctMin
 
double roadWidth_m
 
bool reprocess
 

Detailed Description

Definition at line 13 of file JMuonSimplexParameters_t.hh.

Constructor & Destructor Documentation

◆ JMuonSimplexParameters_t()

JFIT::JMuonSimplexParameters_t::JMuonSimplexParameters_t ( )
inline

Definition at line 24 of file JMuonSimplexParameters_t.hh.

24 {this->reset();}

◆ ~JMuonSimplexParameters_t()

virtual JFIT::JMuonSimplexParameters_t::~JMuonSimplexParameters_t ( )
inlinevirtual

Definition at line 26 of file JMuonSimplexParameters_t.hh.

26 {}

Member Function Documentation

◆ reset()

void JFIT::JMuonSimplexParameters_t::reset ( )
inline

Definition at line 28 of file JMuonSimplexParameters_t.hh.

29  {
30  sigma_ns = 3;
31  useL0 = true;
32  numberOfPrefits = 0;
33  Tmax_ns = 15;
34  ctMin = 0;
35  roadWidth_m = 200;
36  reprocess = false;
37  }

◆ equals()

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

Definition at line 39 of file JMuonSimplexParameters_t.hh.

40  {
41  return (this->sigma_ns == parameters.sigma_ns and
42  this->useL0 == parameters.useL0 and
43  this->numberOfPrefits == parameters.numberOfPrefits and
44  this->Tmax_ns == parameters.Tmax_ns and
45  this->roadWidth_m == parameters.roadWidth_m and
46  this->reprocess == parameters.reprocess);
47  }

◆ ClassDef()

JFIT::JMuonSimplexParameters_t::ClassDef ( JMuonSimplexParameters_t  ,
 
)

Member Data Documentation

◆ sigma_ns

double JFIT::JMuonSimplexParameters_t::sigma_ns

Definition at line 16 of file JMuonSimplexParameters_t.hh.

◆ useL0

bool JFIT::JMuonSimplexParameters_t::useL0

Definition at line 17 of file JMuonSimplexParameters_t.hh.

◆ numberOfPrefits

size_t JFIT::JMuonSimplexParameters_t::numberOfPrefits

Definition at line 18 of file JMuonSimplexParameters_t.hh.

◆ Tmax_ns

double JFIT::JMuonSimplexParameters_t::Tmax_ns

Definition at line 19 of file JMuonSimplexParameters_t.hh.

◆ ctMin

double JFIT::JMuonSimplexParameters_t::ctMin

Definition at line 20 of file JMuonSimplexParameters_t.hh.

◆ roadWidth_m

double JFIT::JMuonSimplexParameters_t::roadWidth_m

Definition at line 21 of file JMuonSimplexParameters_t.hh.

◆ reprocess

bool JFIT::JMuonSimplexParameters_t::reprocess

Definition at line 22 of file JMuonSimplexParameters_t.hh.


The documentation for this struct was generated from the following file:
JFIT::JMuonSimplexParameters_t::useL0
bool useL0
Definition: JMuonSimplexParameters_t.hh:17
JFIT::JMuonSimplexParameters_t::Tmax_ns
double Tmax_ns
Definition: JMuonSimplexParameters_t.hh:19
JFIT::JMuonSimplexParameters_t::sigma_ns
double sigma_ns
Definition: JMuonSimplexParameters_t.hh:16
JFIT::JMuonSimplexParameters_t::reprocess
bool reprocess
Definition: JMuonSimplexParameters_t.hh:22
JFIT::JMuonSimplexParameters_t::roadWidth_m
double roadWidth_m
Definition: JMuonSimplexParameters_t.hh:21
JFIT::JMuonSimplexParameters_t::numberOfPrefits
size_t numberOfPrefits
Definition: JMuonSimplexParameters_t.hh:18
JFIT::JMuonSimplexParameters_t::reset
void reset()
Definition: JMuonSimplexParameters_t.hh:28
JFIT::JMuonSimplexParameters_t::ctMin
double ctMin
Definition: JMuonSimplexParameters_t.hh:20