 |
Belle II Software
release-05-01-25
|
11 #ifndef MICROTPCMETAEDATAHIT_H
12 #define MICROTPCMETAEDATAHIT_H
14 #include <simulation/dataobjects/SimHitBase.h>
32 class MicrotpcMetaEDataHit :
public SimHitBase {
54 int ts_nb,
const double ts_start[10],
const double ts_stop[10],
55 const float Temperature[4],
const float Pressure[2],
const float Flow[2],
float SetFlow,
float GetFlow,
56 double IHER,
double PHER,
double tHER,
int flagHER,
57 double ILER,
double PLER,
double tLER,
int flagLER):
62 std::copy(ts_start, ts_start + 10,
m_ts_start);
63 std::copy(ts_stop, ts_stop + 10,
m_ts_stop);
66 std::copy(Flow, Flow + 2,
m_Flow);
77 void setrow(std::vector<int>& row)
80 std::swap(
m_row, row);
83 void setBCID(std::vector<int>& BCID)
89 void setTOT(std::vector<int>& TOT)
92 std::swap(
m_TOT, TOT);
100 std::vector<int >
getrow()
const;
103 std::vector<int >
getBCID()
const;
106 std::vector<int >
getTOT()
const;
151 std::vector<int>
m_row;
157 std::vector<int>
m_TOT;
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.