BOSS 7.0.5
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)
 

Detailed Description

Constructor & Destructor Documentation

◆ TJobInfo() [1/2]

TJobInfo::TJobInfo ( )

◆ ~TJobInfo() [1/2]

TJobInfo::~TJobInfo ( )

Definition at line 11 of file TJobInfo.cxx.

11 {
12 }

◆ TJobInfo() [2/2]

TJobInfo::TJobInfo ( )

◆ ~TJobInfo() [2/2]

TJobInfo::~TJobInfo ( )

Member Function Documentation

◆ addJobOptions() [1/2]

void TJobInfo::addJobOptions ( string  opt)
inline

Definition at line 22 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

22{ m_jobOptions.push_back(opt); }

Referenced by RootFileWriter::close().

◆ addJobOptions() [2/2]

void TJobInfo::addJobOptions ( string  opt)
inline

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

22{ m_jobOptions.push_back(opt); }

◆ getBossVer() [1/2]

string TJobInfo::getBossVer ( ) const
inline

Definition at line 16 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

16{return m_bossVer; }

Referenced by RootInterface::printJobInfo().

◆ getBossVer() [2/2]

string TJobInfo::getBossVer ( ) const
inline

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

16{return m_bossVer; }

◆ getDecayOptions() [1/2]

string TJobInfo::getDecayOptions ( ) const
inline

Definition at line 18 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

18{return m_decayOptions;}

Referenced by RootInterface::printJobInfo().

◆ getDecayOptions() [2/2]

string TJobInfo::getDecayOptions ( ) const
inline

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

18{return m_decayOptions;}

◆ getJobOptions() [1/2]

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

Definition at line 17 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

17{return m_jobOptions;}

Referenced by RootInterface::printJobInfo().

◆ getJobOptions() [2/2]

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

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

17{return m_jobOptions;}

◆ getTotEvtNo() [1/2]

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

Definition at line 19 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

19{ return m_totEvtNo; }

Referenced by RootInterface::printJobInfo().

◆ getTotEvtNo() [2/2]

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

Definition at line 19 of file InstallArea/include/RootEventData/RootEventData/TJobInfo.h.

19{ return m_totEvtNo; }

◆ setBossVer() [1/2]

void TJobInfo::setBossVer ( string  ver)
inline

◆ setBossVer() [2/2]

void TJobInfo::setBossVer ( string  ver)
inline

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

21{ m_bossVer = ver; }

◆ setDecayOptions() [1/2]

void TJobInfo::setDecayOptions ( string  opt)
inline

◆ setDecayOptions() [2/2]

void TJobInfo::setDecayOptions ( string  opt)
inline

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

24{ m_decayOptions = opt; }

◆ setJobOptions() [1/2]

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

Definition at line 23 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

23{ m_jobOptions = opt; }

Referenced by RootInterface::finalize(), and EventWriter::finalize().

◆ setJobOptions() [2/2]

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

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

23{ m_jobOptions = opt; }

◆ setTotEvtNo() [1/2]

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

Definition at line 25 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TJobInfo.h.

25{ m_totEvtNo = i; }

Referenced by RootInterface::finalize().

◆ setTotEvtNo() [2/2]

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

Definition at line 25 of file InstallArea/include/RootEventData/RootEventData/TJobInfo.h.

25{ m_totEvtNo = i; }

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