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

#include <TJobInfo.h>

Inheritance diagram for TJobInfo:

Public Member Functions

 TJobInfo ()
 ~TJobInfo ()
string getBossVer () const
vector< string > getJobOptions () const
string getDecayOptions () const
std::vector< int > getTotEvtNo () const
void setBossVer (string ver)
void addJobOptions (string opt)
void setJobOptions (vector< string > opt)
void setDecayOptions (string opt)
void setTotEvtNo (std::vector< int > i)
 TJobInfo ()
 ~TJobInfo ()
string getBossVer () const
vector< string > getJobOptions () const
string getDecayOptions () const
std::vector< int > getTotEvtNo () const
void setBossVer (string ver)
void addJobOptions (string opt)
void setJobOptions (vector< string > opt)
void setDecayOptions (string opt)
void setTotEvtNo (std::vector< int > i)
 TJobInfo ()
 ~TJobInfo ()
string getBossVer () const
vector< string > getJobOptions () const
string getDecayOptions () const
std::vector< int > getTotEvtNo () const
void setBossVer (string ver)
void addJobOptions (string opt)
void setJobOptions (vector< string > opt)
void setDecayOptions (string opt)
void setTotEvtNo (std::vector< int > i)

Detailed Description

Constructor & Destructor Documentation

◆ TJobInfo() [1/3]

TJobInfo::TJobInfo ( )

Definition at line 7 of file TJobInfo.cxx.

7{}

◆ ~TJobInfo() [1/3]

TJobInfo::~TJobInfo ( )

Definition at line 10 of file TJobInfo.cxx.

10{}

◆ TJobInfo() [2/3]

TJobInfo::TJobInfo ( )

◆ ~TJobInfo() [2/3]

TJobInfo::~TJobInfo ( )

◆ TJobInfo() [3/3]

TJobInfo::TJobInfo ( )

◆ ~TJobInfo() [3/3]

TJobInfo::~TJobInfo ( )

Member Function Documentation

◆ addJobOptions() [1/3]

void TJobInfo::addJobOptions ( string opt)
inline

Definition at line 21 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

21{ m_jobOptions.push_back( opt ); }

◆ addJobOptions() [2/3]

void TJobInfo::addJobOptions ( string opt)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

21{ m_jobOptions.push_back( opt ); }

◆ addJobOptions() [3/3]

void TJobInfo::addJobOptions ( string opt)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

21{ m_jobOptions.push_back( opt ); }

◆ getBossVer() [1/3]

string TJobInfo::getBossVer ( ) const
inline

Definition at line 15 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

15{ return m_bossVer; }

Referenced by RootInterface::printJobInfo().

◆ getBossVer() [2/3]

string TJobInfo::getBossVer ( ) const
inline

Definition at line 15 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

15{ return m_bossVer; }

◆ getBossVer() [3/3]

string TJobInfo::getBossVer ( ) const
inline

Definition at line 15 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

15{ return m_bossVer; }

◆ getDecayOptions() [1/3]

string TJobInfo::getDecayOptions ( ) const
inline

Definition at line 17 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

17{ return m_decayOptions; }

Referenced by RootInterface::printJobInfo().

◆ getDecayOptions() [2/3]

string TJobInfo::getDecayOptions ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

17{ return m_decayOptions; }

◆ getDecayOptions() [3/3]

string TJobInfo::getDecayOptions ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

17{ return m_decayOptions; }

◆ getJobOptions() [1/3]

vector< string > TJobInfo::getJobOptions ( ) const
inline

Definition at line 16 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

16{ return m_jobOptions; }

Referenced by RootInterface::printJobInfo().

◆ getJobOptions() [2/3]

vector< string > TJobInfo::getJobOptions ( ) const
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

16{ return m_jobOptions; }

◆ getJobOptions() [3/3]

vector< string > TJobInfo::getJobOptions ( ) const
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

16{ return m_jobOptions; }

◆ getTotEvtNo() [1/3]

std::vector< int > TJobInfo::getTotEvtNo ( ) const
inline

Definition at line 18 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

18{ return m_totEvtNo; }

Referenced by RootInterface::printJobInfo().

◆ getTotEvtNo() [2/3]

std::vector< int > TJobInfo::getTotEvtNo ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

18{ return m_totEvtNo; }

◆ getTotEvtNo() [3/3]

std::vector< int > TJobInfo::getTotEvtNo ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

18{ return m_totEvtNo; }

◆ setBossVer() [1/3]

void TJobInfo::setBossVer ( string ver)
inline

Definition at line 20 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

20{ m_bossVer = ver; }

Referenced by RootInterface::finalize().

◆ setBossVer() [2/3]

void TJobInfo::setBossVer ( string ver)
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

20{ m_bossVer = ver; }

◆ setBossVer() [3/3]

void TJobInfo::setBossVer ( string ver)
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

20{ m_bossVer = ver; }

◆ setDecayOptions() [1/3]

void TJobInfo::setDecayOptions ( string opt)
inline

Definition at line 23 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

23{ m_decayOptions = opt; }

Referenced by RootInterface::finalize().

◆ setDecayOptions() [2/3]

void TJobInfo::setDecayOptions ( string opt)
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

23{ m_decayOptions = opt; }

◆ setDecayOptions() [3/3]

void TJobInfo::setDecayOptions ( string opt)
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

23{ m_decayOptions = opt; }

◆ setJobOptions() [1/3]

void TJobInfo::setJobOptions ( vector< string > opt)
inline

Definition at line 22 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

22{ m_jobOptions = opt; }

Referenced by RootInterface::finalize().

◆ setJobOptions() [2/3]

void TJobInfo::setJobOptions ( vector< string > opt)
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

22{ m_jobOptions = opt; }

◆ setJobOptions() [3/3]

void TJobInfo::setJobOptions ( vector< string > opt)
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

22{ m_jobOptions = opt; }

◆ setTotEvtNo() [1/3]

void TJobInfo::setTotEvtNo ( std::vector< int > i)
inline

Definition at line 24 of file Event/RootEventData/include/RootEventData/TJobInfo.h.

24{ m_totEvtNo = i; }

Referenced by RootInterface::finalize().

◆ setTotEvtNo() [2/3]

void TJobInfo::setTotEvtNo ( std::vector< int > i)
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TJobInfo.h.

24{ m_totEvtNo = i; }

◆ setTotEvtNo() [3/3]

void TJobInfo::setTotEvtNo ( std::vector< int > i)
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TJobInfo.h.

24{ m_totEvtNo = i; }

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