TJobInfo Class Reference

#include <TJobInfo.h>

List of all members.

Public Member Functions

 TJobInfo ()
 ~TJobInfo ()
string getBossVer () const
vector< stringgetJobOptions () 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)

Private Attributes

string m_decayOptions
string m_bossVer
vector< stringm_jobOptions
std::vector< int > m_totEvtNo


Detailed Description

Definition at line 9 of file TJobInfo.h.


Constructor & Destructor Documentation

TJobInfo::TJobInfo (  ) 

TJobInfo::~TJobInfo (  ) 

Definition at line 11 of file TJobInfo.cxx.

00011                      {
00012  }


Member Function Documentation

void TJobInfo::addJobOptions ( string  opt  )  [inline]

Definition at line 22 of file TJobInfo.h.

References m_jobOptions.

Referenced by RootFileWriter::close().

00022 { m_jobOptions.push_back(opt); }

string TJobInfo::getBossVer (  )  const [inline]

Definition at line 16 of file TJobInfo.h.

References m_bossVer.

Referenced by RootInterface::printJobInfo().

00016 {return m_bossVer; }

string TJobInfo::getDecayOptions (  )  const [inline]

Definition at line 18 of file TJobInfo.h.

References m_decayOptions.

Referenced by RootInterface::printJobInfo().

00018 {return m_decayOptions;}

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

Definition at line 17 of file TJobInfo.h.

References m_jobOptions.

Referenced by RootInterface::printJobInfo().

00017 {return m_jobOptions;}

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

Definition at line 19 of file TJobInfo.h.

References m_totEvtNo.

Referenced by RootInterface::printJobInfo().

00019 { return m_totEvtNo; }

void TJobInfo::setBossVer ( string  ver  )  [inline]

Definition at line 21 of file TJobInfo.h.

References m_bossVer.

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

00021 { m_bossVer = ver; }

void TJobInfo::setDecayOptions ( string  opt  )  [inline]

Definition at line 24 of file TJobInfo.h.

References m_decayOptions.

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

00024 { m_decayOptions = opt; }

void TJobInfo::setJobOptions ( vector< string opt  )  [inline]

Definition at line 23 of file TJobInfo.h.

References m_jobOptions.

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

00023 { m_jobOptions = opt; } 

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

Definition at line 25 of file TJobInfo.h.

References m_totEvtNo.

Referenced by RootInterface::finalize().

00025 { m_totEvtNo = i; }


Member Data Documentation

string TJobInfo::m_bossVer [private]

Definition at line 30 of file TJobInfo.h.

Referenced by getBossVer(), and setBossVer().

string TJobInfo::m_decayOptions [private]

Definition at line 29 of file TJobInfo.h.

Referenced by getDecayOptions(), and setDecayOptions().

vector<string> TJobInfo::m_jobOptions [private]

Definition at line 31 of file TJobInfo.h.

Referenced by addJobOptions(), getJobOptions(), and setJobOptions().

std::vector<int> TJobInfo::m_totEvtNo [private]

Definition at line 32 of file TJobInfo.h.

Referenced by getTotEvtNo(), and setTotEvtNo().


Generated on Tue Nov 29 23:36:00 2016 for BOSS_7.0.2 by  doxygen 1.4.7