Belle II Software development
|
Example Detector. More...
#include <TRGECLUnpackerSumStore.h>
Public Member Functions | |
void | setEventId (int eventId) |
The method to set event id. | |
void | setSumNum (int sum_win) |
The mothod to set the sumamry window. | |
void | setSumRevo (int sum_revo) |
The mothod to set the sumamry revoclk. | |
void | setTime (int time) |
The mothod to set Timing. | |
void | setCLTheta (int cl_theta[6]) |
The method to set Cluster Theta. | |
void | setCLPhi (int cl_phi[6]) |
The mothod to set Cluster Phi. | |
void | setCLTime (int cl_time[6]) |
The mothod to set Cluster time. | |
void | setCLEnergy (int cl_energy[6]) |
The mothod to set Cluster energy. | |
void | setCLF1GeV (int cl_1gev[6]) |
The mothod to set 1GeV Flag. | |
void | setCLF2GeV (int cl_2gev[6]) |
The mothod to set 2GeV Flag. | |
void | setCLFBha (int cl_bha[6]) |
The mothod to set Bha Flag. | |
void | setNCL (int ncl) |
The mothod to set Number of Cluster. | |
void | setICN (int icn) |
The mothod to set ICN. | |
void | setICNOver (int icn_over) |
The mothod to set ICN overflow bit. | |
void | setLowMulti (int low_multi) |
The mothod to set Lowmilti bit. | |
void | set3DBhabhaV (int b2bhabhav) |
The mothod to set 3D Bhabha veto bit. | |
void | set3DBhabhaS (int b2bhabhas) |
The mothod to set 3D Bhabha selection bit. | |
void | setMumu (int mumu) |
The mothod to set mumu bit. | |
void | setPrescale (int prescale) |
The mothod to set prescale bit. | |
void | set2DBhabha (int b1bhabha) |
The mothod to set 2D Bhabha bit. | |
void | setBhabhaType (int b1_type) |
The mothod to set 2D Bhabha Type. | |
void | setPhysics (int physics) |
The mothod to set Physics bit. | |
void | setBG (int bg_veto) |
The mothod to set BG Veto bit. | |
void | setEtot (int etot) |
The mothod to set Total Energy. | |
void | setEtotType (int etot_type) |
The mothod to set Total Energy Type. | |
void | setECLBST (int ecl_bst) |
The mothod to set ECL Burst. | |
void | setTimeType (int time_type) |
The mothod to set Timing Type. | |
int | getEventId () const |
The method to get event id. | |
int | getSumNum () const |
The mothod to get the sumamry window. | |
int | getSumRevo () const |
The mothod to get the sumamry revoclk. | |
const int * | getCLTheta () const |
The method to get Cluster Theta. | |
const int * | getCLPhi () const |
The mothod to get Cluster Phi. | |
const int * | getCLTime () const |
The mothod to get Cluster time. | |
const int * | getCLEnergy () const |
The mothod to get Cluster energy. | |
const int * | getCL1GeV () const |
The mothod to get 1GeV Flag. | |
const int * | getCL2GeV () const |
The mothod to get 2GeV Flag. | |
const int * | getCLBha () const |
The mothod to get Bhabha Flag. | |
int | getNCL () const |
The mothod to get Number of Cluster. | |
int | getICN () const |
The mothod to get ICN. | |
int | getICNOver () const |
The mothod to get ICN overflow bit. | |
int | getLowMulti () const |
The mothod to get Lowmilti bit. | |
int | get3DBhabhaV () const |
The mothod to get 3D Bhabha veto bit. | |
int | get3DBhabhaS () const |
The mothod to get 3D Bhabha selection bit. | |
int | getMumu () const |
The mothod to get mumu bit. | |
int | getPrescale () const |
The mothod to get prescale bit. | |
int | get2DBhabha () const |
The mothod to get 2D Bhabha bit. | |
int | getBhabhaType () const |
The mothod to get 2D Bhabha Type. | |
int | getPhysics () const |
The mothod to get Physics bit. | |
int | getBG () const |
The mothod to get BG Veto bit. | |
int | getEtot () const |
The mothod to get Total Energy. | |
int | getEtotType () const |
The mothod to get Total Energy Type. | |
int | getECLBST () const |
The mothod to get ECL Burst. | |
int | getTime () const |
The mothod to get Timing. | |
int | getTimeType () const |
The mothod to get Timing Type. | |
TRGECLUnpackerSumStore (int eventId, int cl_theta[6], int cl_phi[6], int cl_time[6], int cl_energy[6], int cl_1gev[6], int cl_2gev[6], int cl_bha[6], int ncl, int icn, int icn_over, int low_multi, int b2bhabhav, int b2bhabhas, int mumu, int prescale, int b1bhabha, int b1_type, int physics, int bg_veto, int etot, int etot_type, int ecl_bst, int time, int time_type) | |
Useful Constructor. | |
ClassDef (TRGECLUnpackerSumStore, 4) | |
the class title | |
Public Attributes | |
int | s_eventId |
The evt id of this hit. | |
int | s_sum_win = 0 |
The summary window of this hit. | |
int | s_sum_revo = 0 |
The summary revoclk of this hit. | |
int | s_cl_theta [6] |
Cluster Theta of this hit. | |
int | s_cl_phi [6] |
Cluster Phi of this hit. | |
int | s_cl_time [6] |
Cluster time of this hit. | |
int | s_cl_energy [6] |
Cluster energy of this hit. | |
int | s_cl_1gev [6] |
Cluster CM 1GeV Flag of this hit. | |
int | s_cl_2gev [6] |
Cluster CM 2GeV Flag of this hit. | |
int | s_cl_bha [6] |
Cluster Bhabha Flag of this hit. | |
int | s_ncl |
Number of Cluster of this hit. | |
int | s_icn |
ICN of this hit. | |
int | s_icn_over |
ICN overflow bit of this hit. | |
int | s_low_multi |
Lowmilti bit of this hit. | |
int | s_b2bhabhav |
3D Bhabha for veto bit of this hit. | |
int | s_b2bhabhas |
3D Bhabha for selection bit of this hit. | |
int | s_mumu |
mumu bit of this hit. | |
int | s_prescale |
prescale bit of this hit. | |
int | s_b1bhabha |
2D Bhabha bit of this hit. | |
int | s_b1_type |
2D Bhabha Type of this hit. | |
int | s_physics |
Physics bit of this hit. | |
int | s_bg_veto |
BG Veto bit of this hit. | |
int | s_etot |
Total Energy of this hit. | |
int | s_etot_type |
Total Energy Type of this hit. | |
int | s_ecl_bst |
The case of ECL Burst of this hit. | |
int | s_time |
Timing of this hit. | |
int | s_time_type |
Timing Type of this hit. | |
Example Detector.
Definition at line 21 of file TRGECLUnpackerSumStore.h.
|
inline |
Definition at line 302 of file TRGECLUnpackerSumStore.h.
|
inline |
Useful Constructor.
Definition at line 332 of file TRGECLUnpackerSumStore.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The mothod to get the sumamry window.
Definition at line 225 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to get the sumamry revoclk.
Definition at line 228 of file TRGECLUnpackerSumStore.h.
|
inline |
|
inline |
|
inline |
The mothod to set 2D Bhabha bit.
Definition at line 198 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set 3D Bhabha selection bit.
Definition at line 189 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set 3D Bhabha veto bit.
Definition at line 186 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set BG Veto bit.
Definition at line 207 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set 2D Bhabha Type.
Definition at line 201 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Cluster energy.
Definition at line 142 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set 1GeV Flag.
Definition at line 150 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set 2GeV Flag.
Definition at line 158 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Bha Flag.
Definition at line 166 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Cluster Phi.
Definition at line 126 of file TRGECLUnpackerSumStore.h.
|
inline |
The method to set Cluster Theta.
Definition at line 118 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Cluster time.
Definition at line 134 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set ECL Burst.
Definition at line 216 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Total Energy.
Definition at line 210 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Total Energy Type.
Definition at line 213 of file TRGECLUnpackerSumStore.h.
|
inline |
The method to set event id.
Definition at line 106 of file TRGECLUnpackerSumStore.h.
|
inline |
|
inline |
The mothod to set ICN overflow bit.
Definition at line 180 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Lowmilti bit.
Definition at line 183 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set mumu bit.
Definition at line 192 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Number of Cluster.
Definition at line 174 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Physics bit.
Definition at line 204 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set prescale bit.
Definition at line 195 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set the sumamry window.
Definition at line 109 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set the sumamry revoclk.
Definition at line 112 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Timing.
Definition at line 115 of file TRGECLUnpackerSumStore.h.
|
inline |
The mothod to set Timing Type.
Definition at line 219 of file TRGECLUnpackerSumStore.h.
int s_b1_type |
2D Bhabha Type of this hit.
Definition at line 82 of file TRGECLUnpackerSumStore.h.
int s_b1bhabha |
2D Bhabha bit of this hit.
Definition at line 79 of file TRGECLUnpackerSumStore.h.
int s_b2bhabhas |
3D Bhabha for selection bit of this hit.
Definition at line 70 of file TRGECLUnpackerSumStore.h.
int s_b2bhabhav |
3D Bhabha for veto bit of this hit.
Definition at line 67 of file TRGECLUnpackerSumStore.h.
int s_bg_veto |
BG Veto bit of this hit.
Definition at line 88 of file TRGECLUnpackerSumStore.h.
int s_cl_1gev[6] |
Cluster CM 1GeV Flag of this hit.
Definition at line 46 of file TRGECLUnpackerSumStore.h.
int s_cl_2gev[6] |
Cluster CM 2GeV Flag of this hit.
Definition at line 49 of file TRGECLUnpackerSumStore.h.
int s_cl_bha[6] |
Cluster Bhabha Flag of this hit.
Definition at line 52 of file TRGECLUnpackerSumStore.h.
int s_cl_energy[6] |
Cluster energy of this hit.
Definition at line 43 of file TRGECLUnpackerSumStore.h.
int s_cl_phi[6] |
Cluster Phi of this hit.
Definition at line 37 of file TRGECLUnpackerSumStore.h.
int s_cl_theta[6] |
Cluster Theta of this hit.
Definition at line 34 of file TRGECLUnpackerSumStore.h.
int s_cl_time[6] |
Cluster time of this hit.
Definition at line 40 of file TRGECLUnpackerSumStore.h.
int s_ecl_bst |
The case of ECL Burst of this hit.
Definition at line 97 of file TRGECLUnpackerSumStore.h.
int s_etot |
Total Energy of this hit.
Definition at line 91 of file TRGECLUnpackerSumStore.h.
int s_etot_type |
Total Energy Type of this hit.
Definition at line 94 of file TRGECLUnpackerSumStore.h.
int s_eventId |
The evt id of this hit.
Definition at line 25 of file TRGECLUnpackerSumStore.h.
int s_icn |
ICN of this hit.
Definition at line 58 of file TRGECLUnpackerSumStore.h.
int s_icn_over |
ICN overflow bit of this hit.
Definition at line 61 of file TRGECLUnpackerSumStore.h.
int s_low_multi |
Lowmilti bit of this hit.
Definition at line 64 of file TRGECLUnpackerSumStore.h.
int s_mumu |
mumu bit of this hit.
Definition at line 73 of file TRGECLUnpackerSumStore.h.
int s_ncl |
Number of Cluster of this hit.
Definition at line 55 of file TRGECLUnpackerSumStore.h.
int s_physics |
Physics bit of this hit.
Definition at line 85 of file TRGECLUnpackerSumStore.h.
int s_prescale |
prescale bit of this hit.
Definition at line 76 of file TRGECLUnpackerSumStore.h.
int s_sum_revo = 0 |
The summary revoclk of this hit.
Definition at line 31 of file TRGECLUnpackerSumStore.h.
int s_sum_win = 0 |
The summary window of this hit.
Definition at line 28 of file TRGECLUnpackerSumStore.h.
int s_time |
Timing of this hit.
Definition at line 100 of file TRGECLUnpackerSumStore.h.
int s_time_type |
Timing Type of this hit.
Definition at line 103 of file TRGECLUnpackerSumStore.h.