BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkHistory Class Reference

#include <TrkHistory.h>

Public Member Functions

 TrkHistory ()
 TrkHistory (const TrkErrCode &err, const char *modname)
 TrkHistory (const TrkHistory &other)
TrkHistoryoperator= (const TrkHistory &other)
 ~TrkHistory ()
const TrkErrCodestatus () const
const char * module () const
bool operator== (const TrkHistory &other) const
void print (std::ostream &os=std::cout) const
 TrkHistory ()
 TrkHistory (const TrkErrCode &err, const char *modname)
 TrkHistory (const TrkHistory &other)
TrkHistoryoperator= (const TrkHistory &other)
 ~TrkHistory ()
const TrkErrCodestatus () const
const char * module () const
bool operator== (const TrkHistory &other) const
void print (std::ostream &os=std::cout) const
 TrkHistory ()
 TrkHistory (const TrkErrCode &err, const char *modname)
 TrkHistory (const TrkHistory &other)
TrkHistoryoperator= (const TrkHistory &other)
 ~TrkHistory ()
const TrkErrCodestatus () const
const char * module () const
bool operator== (const TrkHistory &other) const
void print (std::ostream &os=std::cout) const

Detailed Description

Constructor & Destructor Documentation

◆ TrkHistory() [1/9]

TrkHistory::TrkHistory ( )

Definition at line 18 of file TrkHistory.cxx.

18: _mod( "Unknown" ) {}

Referenced by operator=(), operator==(), and TrkHistory().

◆ TrkHistory() [2/9]

TrkHistory::TrkHistory ( const TrkErrCode & err,
const char * modname )

Definition at line 20 of file TrkHistory.cxx.

21 : _err( err ), _mod( modname ) {}

◆ TrkHistory() [3/9]

TrkHistory::TrkHistory ( const TrkHistory & other)

Definition at line 23 of file TrkHistory.cxx.

23: _err( other._err ), _mod( other._mod ) {}
Index other(Index i, Index j)

◆ ~TrkHistory() [1/3]

TrkHistory::~TrkHistory ( )

Definition at line 34 of file TrkHistory.cxx.

34{}

◆ TrkHistory() [4/9]

TrkHistory::TrkHistory ( )

◆ TrkHistory() [5/9]

TrkHistory::TrkHistory ( const TrkErrCode & err,
const char * modname )

◆ TrkHistory() [6/9]

TrkHistory::TrkHistory ( const TrkHistory & other)

◆ ~TrkHistory() [2/3]

TrkHistory::~TrkHistory ( )

◆ TrkHistory() [7/9]

TrkHistory::TrkHistory ( )

◆ TrkHistory() [8/9]

TrkHistory::TrkHistory ( const TrkErrCode & err,
const char * modname )

◆ TrkHistory() [9/9]

TrkHistory::TrkHistory ( const TrkHistory & other)

◆ ~TrkHistory() [3/3]

TrkHistory::~TrkHistory ( )

Member Function Documentation

◆ module() [1/3]

const char * TrkHistory::module ( ) const
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkBase/TrkHistory.h.

30{ return _mod; }

◆ module() [2/3]

const char * TrkHistory::module ( ) const
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-opt/include/TrkBase/TrkHistory.h.

30{ return _mod; }

◆ module() [3/3]

const char * TrkHistory::module ( ) const
inline

Definition at line 30 of file Reconstruction/MdcPatRec/TrkBase/include/TrkBase/TrkHistory.h.

30{ return _mod; }

◆ operator=() [1/3]

TrkHistory & TrkHistory::operator= ( const TrkHistory & other)

Definition at line 25 of file TrkHistory.cxx.

25 {
26 if ( &other != this )
27 {
28 _err = other._err;
29 _mod = other._mod;
30 }
31 return *this;
32}

◆ operator=() [2/3]

TrkHistory & TrkHistory::operator= ( const TrkHistory & other)

◆ operator=() [3/3]

TrkHistory & TrkHistory::operator= ( const TrkHistory & other)

◆ operator==() [1/3]

bool TrkHistory::operator== ( const TrkHistory & other) const

Definition at line 36 of file TrkHistory.cxx.

36{ return false; }

◆ operator==() [2/3]

bool TrkHistory::operator== ( const TrkHistory & other) const

◆ operator==() [3/3]

bool TrkHistory::operator== ( const TrkHistory & other) const

◆ print() [1/3]

void TrkHistory::print ( std::ostream & os = std::cout) const

Referenced by operator<<().

◆ print() [2/3]

void TrkHistory::print ( std::ostream & os = std::cout) const

◆ print() [3/3]

void TrkHistory::print ( std::ostream & os = std::cout) const

◆ status() [1/3]

const TrkErrCode & TrkHistory::status ( ) const
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkBase/TrkHistory.h.

29{ return _err; }

◆ status() [2/3]

const TrkErrCode & TrkHistory::status ( ) const
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-opt/include/TrkBase/TrkHistory.h.

29{ return _err; }

◆ status() [3/3]

const TrkErrCode & TrkHistory::status ( ) const
inline

Definition at line 29 of file Reconstruction/MdcPatRec/TrkBase/include/TrkBase/TrkHistory.h.

29{ return _err; }

The documentation for this class was generated from the following files: