BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/include/RootEventData/TDstHltInf.h
Go to the documentation of this file.
1
#ifndef RootEventData_TDstHltInf_H
2
#define RootEventData_TDstHltInf_H 1
3
4
#include "TObject.h"
5
#include <vector>
6
7
// using namespace std;
8
9
class
TDstHltInf
:
public
TObject {
10
11
public
:
12
TDstHltInf
();
13
~TDstHltInf
();
14
15
void
setEventType
(
const
Int_t i ) { m_evtType = i; }
16
void
setAlgProcess
(
const
Int_t i ) { m_algProcess = i; }
17
void
setCriteriaTable
(
const
Int_t i ) { m_criTable = i; }
18
void
setVersion
(
const
Int_t i ) { m_verNumber = i; }
19
void
setTotalEnergy
(
const
Double_t
etot
) { m_eTotal =
etot
; }
20
void
setNumber
(
const
Int_t i ) { m_subNumber = i; }
21
void
setNCON
(
const
Int_t i ) { m_conNumber = i; }
22
23
Int_t
getEventType
()
const
{
return
m_evtType; }
24
Int_t
getAlgProcess
()
const
{
return
m_algProcess; }
25
Int_t
getCriteriaTable
()
const
{
return
m_criTable; }
26
Int_t
getVersion
()
const
{
return
m_verNumber; }
27
Double_t
getTotalEnergy
()
const
{
return
m_eTotal; }
28
Int_t
getNumber
()
const
{
return
m_subNumber; }
29
Int_t
getNCON
()
const
{
return
m_conNumber; }
30
31
private
:
32
Int_t m_evtType;
33
Int_t m_algProcess;
34
Int_t m_criTable;
35
Int_t m_verNumber;
36
Double_t m_eTotal;
37
Int_t m_subNumber;
38
Int_t m_conNumber;
39
40
ClassDef(
TDstHltInf
, 2 )
41
};
42
43
#endif
// TrackRootData_TDstHltInf_H
etot
Double_t etot
Definition
DataBase/tau_mode.c:8
TDstHltInf
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:9
TDstHltInf::setNCON
void setNCON(const Int_t i)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:21
TDstHltInf::setVersion
void setVersion(const Int_t i)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:18
TDstHltInf::setNumber
void setNumber(const Int_t i)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:20
TDstHltInf::getAlgProcess
Int_t getAlgProcess() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:24
TDstHltInf::getVersion
Int_t getVersion() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:26
TDstHltInf::TDstHltInf
TDstHltInf()
Definition
TDstHltInf.cxx:7
TDstHltInf::setTotalEnergy
void setTotalEnergy(const Double_t etot)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:19
TDstHltInf::getTotalEnergy
Double_t getTotalEnergy() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:27
TDstHltInf::getEventType
Int_t getEventType() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:23
TDstHltInf::~TDstHltInf
~TDstHltInf()
Definition
TDstHltInf.cxx:10
TDstHltInf::getNumber
Int_t getNumber() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:28
TDstHltInf::setEventType
void setEventType(const Int_t i)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:15
TDstHltInf::getNCON
Int_t getNCON() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:29
TDstHltInf::setCriteriaTable
void setCriteriaTable(const Int_t i)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:17
TDstHltInf::getCriteriaTable
Int_t getCriteriaTable() const
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:25
TDstHltInf::setAlgProcess
void setAlgProcess(const Int_t i)
Definition
Event/RootEventData/include/RootEventData/TDstHltInf.h:16
8.0.0
BOSS_Source
Event
RootEventData
include
RootEventData
TDstHltInf.h
Generated by
1.16.1