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

Detailed Description

Definition at line 9 of file TJobInfo.h.

Constructor & Destructor Documentation

◆ TJobInfo()

TJobInfo::TJobInfo ( )

◆ ~TJobInfo()

TJobInfo::~TJobInfo ( )

Definition at line 11 of file TJobInfo.cxx.

11 {
12 }

Member Function Documentation

◆ addJobOptions()

void TJobInfo::addJobOptions ( string  opt)
inline

Definition at line 22 of file TJobInfo.h.

22{ m_jobOptions.push_back(opt); }

Referenced by RootFileWriter::close().

◆ getBossVer()

string TJobInfo::getBossVer ( ) const
inline

Definition at line 16 of file TJobInfo.h.

16{return m_bossVer; }

Referenced by RootInterface::printJobInfo().

◆ getDecayOptions()

string TJobInfo::getDecayOptions ( ) const
inline

Definition at line 18 of file TJobInfo.h.

18{return m_decayOptions;}

Referenced by RootInterface::printJobInfo().

◆ getJobOptions()

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

Definition at line 17 of file TJobInfo.h.

17{return m_jobOptions;}

Referenced by RootInterface::printJobInfo().

◆ getTotEvtNo()

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

Definition at line 19 of file TJobInfo.h.

19{ return m_totEvtNo; }

Referenced by RootInterface::printJobInfo().

◆ setBossVer()

void TJobInfo::setBossVer ( string  ver)
inline

Definition at line 21 of file TJobInfo.h.

21{ m_bossVer = ver; }

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

◆ setDecayOptions()

void TJobInfo::setDecayOptions ( string  opt)
inline

Definition at line 24 of file TJobInfo.h.

24{ m_decayOptions = opt; }

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

◆ setJobOptions()

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

Definition at line 23 of file TJobInfo.h.

23{ m_jobOptions = opt; }

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

◆ setTotEvtNo()

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

Definition at line 25 of file TJobInfo.h.

25{ m_totEvtNo = i; }

Referenced by RootInterface::finalize().


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