12#ifndef O2_ZDC_BC_REC_DATA_H
13#define O2_ZDC_BC_REC_DATA_H
45 refe.setFirstEntry(firste);
47 reft.setFirstEntry(firstt);
49 refi.setFirstEntry(firsti);
51 refw.setFirstEntry(0);
58 refe.setFirstEntry(firste);
60 reft.setFirstEntry(firstt);
62 refi.setFirstEntry(firsti);
64 refw.setFirstEntry(firstd);
72 refe.setEntries(
refe.getEntries() + 1);
78 reft.setEntries(
reft.getEntries() + 1);
84 refi.setEntries(
refi.getEntries() + 1);
90 refw.setEntries(
refw.getEntries() + 1);
94 inline void getRef(
int& firste,
int& ne,
int& firstt,
int& nt,
int& firsti,
int& ni)
96 firste =
refe.getFirstEntry();
97 firstt =
reft.getFirstEntry();
98 firsti =
refi.getFirstEntry();
99 ne =
refe.getEntries();
100 nt =
reft.getEntries();
101 ni =
refi.getEntries();
104 inline void getRef(
int& firste,
int& ne,
int& firstt,
int& nt,
int& firsti,
int& ni,
int& firstw,
int& nw)
106 firste =
refe.getFirstEntry();
107 firstt =
reft.getFirstEntry();
108 firsti =
refi.getFirstEntry();
109 firstw =
refw.getFirstEntry();
110 ne =
refe.getEntries();
111 nt =
reft.getEntries();
112 ni =
refi.getEntries();
113 nw =
refw.getEntries();
117 firste =
refe.getFirstEntry();
118 ne =
refe.getEntries();
122 firstt =
reft.getFirstEntry();
123 nt =
reft.getEntries();
127 firsti =
refi.getFirstEntry();
128 ni =
refi.getEntries();
132 firstw =
refw.getFirstEntry();
133 nw =
refw.getEntries();
Class to refer to the 1st entry and N elements of some group in the continuous container.
struct o2::upgrades_utils::@463 zdc
structure to keep FT0 information
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
o2::dataformats::RangeRefComp< 5 > reft
o2::dataformats::RangeRefComp< 5 > refw
void getRefE(int &firste, int &ne)
o2::dataformats::RangeRefComp< 5 > refe
void getRefI(int &firsti, int &ni)
void getRef(int &firste, int &ne, int &firstt, int &nt, int &firsti, int &ni, int &firstw, int &nw)
void getRefT(int &firstt, int &nt)
void getRef(int &firste, int &ne, int &firstt, int &nt, int &firsti, int &ni)
o2::dataformats::RangeRefComp< 5 > refi
void getRefW(int &firstw, int &nw)
BCRecData(int firste, int firstt, int firsti, int firstd, o2::InteractionRecord iRec)
BCRecData(int firste, int firstt, int firsti, o2::InteractionRecord iRec)