Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

JFIT::JMuonSimplexParameters_t::JMuonSimplexParameters_t ( )
inline

Definition at line 24 of file JMuonSimplexParameters_t.hh.

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

Definition at line 26 of file JMuonSimplexParameters_t.hh.

26 {}

Member Function Documentation

void JFIT::JMuonSimplexParameters_t::reset ( )
inline
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  }
JFIT::JMuonSimplexParameters_t::ClassDef ( JMuonSimplexParameters_t  ,
 
)

Member Data Documentation

double JFIT::JMuonSimplexParameters_t::sigma_ns

Definition at line 16 of file JMuonSimplexParameters_t.hh.

bool JFIT::JMuonSimplexParameters_t::useL0

Definition at line 17 of file JMuonSimplexParameters_t.hh.

size_t JFIT::JMuonSimplexParameters_t::numberOfPrefits

Definition at line 18 of file JMuonSimplexParameters_t.hh.

double JFIT::JMuonSimplexParameters_t::Tmax_ns

Definition at line 19 of file JMuonSimplexParameters_t.hh.

double JFIT::JMuonSimplexParameters_t::ctMin

Definition at line 20 of file JMuonSimplexParameters_t.hh.

double JFIT::JMuonSimplexParameters_t::roadWidth_m

Definition at line 21 of file JMuonSimplexParameters_t.hh.

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: