BOSS 7.0.3
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
 

Detailed Description

Constructor & Destructor Documentation

◆ TrkHistory() [1/6]

TrkHistory::TrkHistory ( )

Definition at line 18 of file TrkHistory.cxx.

18 : _mod("Unknown")
19{}

◆ TrkHistory() [2/6]

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

Definition at line 21 of file TrkHistory.cxx.

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

◆ TrkHistory() [3/6]

TrkHistory::TrkHistory ( const TrkHistory other)

Definition at line 25 of file TrkHistory.cxx.

25 : _err(other._err),
26 _mod(other._mod)
27{}
Index other(Index i, Index j)
Definition: EvtCyclic3.cc:118

◆ ~TrkHistory() [1/2]

TrkHistory::~TrkHistory ( )

Definition at line 38 of file TrkHistory.cxx.

39{}

◆ TrkHistory() [4/6]

TrkHistory::TrkHistory ( )

◆ TrkHistory() [5/6]

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

◆ TrkHistory() [6/6]

TrkHistory::TrkHistory ( const TrkHistory other)

◆ ~TrkHistory() [2/2]

TrkHistory::~TrkHistory ( )

Member Function Documentation

◆ module() [1/2]

const char * TrkHistory::module ( ) const
inline

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

30{ return _mod; }

◆ module() [2/2]

const char * TrkHistory::module ( ) const
inline

Definition at line 30 of file Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkHistory.h.

30{ return _mod; }

◆ operator=() [1/2]

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

Definition at line 30 of file TrkHistory.cxx.

30 {
31 if(&other != this){
32 _err = other._err;
33 _mod = other._mod;
34 }
35 return *this;
36}

◆ operator=() [2/2]

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

◆ operator==() [1/2]

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

Definition at line 42 of file TrkHistory.cxx.

42 {
43 return false;
44}

◆ operator==() [2/2]

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

◆ print() [1/2]

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

Referenced by operator<<().

◆ print() [2/2]

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

◆ status() [1/2]

const TrkErrCode & TrkHistory::status ( ) const
inline

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

29{ return _err; }

◆ status() [2/2]

const TrkErrCode & TrkHistory::status ( ) const
inline

Definition at line 29 of file Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkHistory.h.

29{ return _err; }

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