BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/include/RootEventData/TJobInfo.h
Go to the documentation of this file.
1
#ifndef RootEventData_TJobInfo_H
2
#define RootEventData_TJobInfo_H 1
3
4
#include "TObject.h"
5
#include <string>
6
#include <vector>
7
using namespace
std
;
8
9
class
TJobInfo
:
public
TObject {
10
11
public
:
12
TJobInfo
();
13
~TJobInfo
();
14
15
string
getBossVer
()
const
{
return
m_bossVer; }
16
vector<string>
getJobOptions
()
const
{
return
m_jobOptions; }
17
string
getDecayOptions
()
const
{
return
m_decayOptions; }
18
std::vector<int>
getTotEvtNo
()
const
{
return
m_totEvtNo; }
19
20
void
setBossVer
(
string
ver ) { m_bossVer = ver; }
21
void
addJobOptions
(
string
opt ) { m_jobOptions.push_back( opt ); }
22
void
setJobOptions
( vector<string> opt ) { m_jobOptions = opt; }
23
void
setDecayOptions
(
string
opt ) { m_decayOptions = opt; }
24
void
setTotEvtNo
( std::vector<int> i ) { m_totEvtNo = i; }
25
26
private
:
27
string
m_decayOptions;
28
string
m_bossVer;
29
vector<string> m_jobOptions;
30
std::vector<int> m_totEvtNo;
31
32
ClassDef(
TJobInfo
, 1 )
33
};
34
35
#endif
// TrackRootData_TJobInfo_H
TJobInfo
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:9
TJobInfo::setBossVer
void setBossVer(string ver)
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:20
TJobInfo::setTotEvtNo
void setTotEvtNo(std::vector< int > i)
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:24
TJobInfo::~TJobInfo
~TJobInfo()
Definition
TJobInfo.cxx:10
TJobInfo::getDecayOptions
string getDecayOptions() const
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:17
TJobInfo::setDecayOptions
void setDecayOptions(string opt)
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:23
TJobInfo::TJobInfo
TJobInfo()
Definition
TJobInfo.cxx:7
TJobInfo::getJobOptions
vector< string > getJobOptions() const
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:16
TJobInfo::getTotEvtNo
std::vector< int > getTotEvtNo() const
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:18
TJobInfo::getBossVer
string getBossVer() const
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:15
TJobInfo::addJobOptions
void addJobOptions(string opt)
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:21
TJobInfo::setJobOptions
void setJobOptions(vector< string > opt)
Definition
Event/RootEventData/include/RootEventData/TJobInfo.h:22
std
Definition
x86_64-el9-gcc13-dbg/Event/RootEventData/RootEventDataDict.cxx:101
8.0.0
BOSS_Source
Event
RootEventData
include
RootEventData
TJobInfo.h
Generated by
1.16.1