Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JFIT::JMuonGandalfParameters_t Struct Reference

#include <JMuonGandalfParameters_t.hh>

Inheritance diagram for JFIT::JMuonGandalfParameters_t:
TObject

Public Member Functions

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

Public Attributes

double roadWidth_m
 
double R_Hz
 
std::size_t numberOfPrefits
 
double TTS_ns
 
double E_GeV
 
bool reprocess
 

Detailed Description

Definition at line 15 of file JMuonGandalfParameters_t.hh.

Constructor & Destructor Documentation

JFIT::JMuonGandalfParameters_t::JMuonGandalfParameters_t ( )
inline

Definition at line 25 of file JMuonGandalfParameters_t.hh.

virtual JFIT::JMuonGandalfParameters_t::~JMuonGandalfParameters_t ( )
inlinevirtual

Definition at line 27 of file JMuonGandalfParameters_t.hh.

27 {}

Member Function Documentation

void JFIT::JMuonGandalfParameters_t::reset ( )
inline
bool JFIT::JMuonGandalfParameters_t::equals ( const JMuonGandalfParameters_t parameters) const
inline

Definition at line 39 of file JMuonGandalfParameters_t.hh.

40  {
41  return (this->roadWidth_m == parameters.roadWidth_m and
42  this->R_Hz == parameters.R_Hz and
43  this->numberOfPrefits == parameters.numberOfPrefits and
44  this->TTS_ns == parameters.TTS_ns and
45  this->E_GeV == parameters.E_GeV and
46  this->reprocess == parameters.reprocess);
47  }
JFIT::JMuonGandalfParameters_t::ClassDef ( JMuonGandalfParameters_t  ,
 
)

Member Data Documentation

double JFIT::JMuonGandalfParameters_t::roadWidth_m

Definition at line 18 of file JMuonGandalfParameters_t.hh.

double JFIT::JMuonGandalfParameters_t::R_Hz

Definition at line 19 of file JMuonGandalfParameters_t.hh.

std::size_t JFIT::JMuonGandalfParameters_t::numberOfPrefits

Definition at line 20 of file JMuonGandalfParameters_t.hh.

double JFIT::JMuonGandalfParameters_t::TTS_ns

Definition at line 21 of file JMuonGandalfParameters_t.hh.

double JFIT::JMuonGandalfParameters_t::E_GeV

Definition at line 22 of file JMuonGandalfParameters_t.hh.

bool JFIT::JMuonGandalfParameters_t::reprocess

Definition at line 23 of file JMuonGandalfParameters_t.hh.


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