|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/GenRoadset/src/TreeData.h>
Collaboration diagram for BgData:Public Member Functions | |
| BgData () | |
| virtual | ~BgData () |
| ClassDef (BgData, 1) | |
Public Attributes | |
| int | run |
| int | evt |
| bool | fpga1 |
| double | pot_rfp00 |
| In unit of N of protons. More... | |
| int | inte_rfp00 |
| In unit of QIE count. More... | |
| int | inte_max |
| std::vector< int > | h1t |
| std::vector< int > | h2t |
| std::vector< int > | h3t |
| std::vector< int > | h4t |
| std::vector< int > | h1b |
| std::vector< int > | h2b |
| std::vector< int > | h3b |
| std::vector< int > | h4b |
Definition at line 26 of file TreeData.h.
| BgData::BgData | ( | ) |
Definition at line 21 of file TreeData.cc.
|
inlinevirtual |
Definition at line 43 of file TreeData.h.
| BgData::ClassDef | ( | BgData | , |
| 1 | |||
| ) |
| int BgData::evt |
Definition at line 28 of file TreeData.h.
Referenced by SubsysRecoBG::process_event().
| bool BgData::fpga1 |
Definition at line 29 of file TreeData.h.
Referenced by SubsysRecoBG::process_event().
| std::vector<int> BgData::h1b |
Definition at line 37 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h1t |
Definition at line 33 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h2b |
Definition at line 38 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h2t |
Definition at line 34 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h3b |
Definition at line 39 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h3t |
Definition at line 35 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h4b |
Definition at line 40 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| std::vector<int> BgData::h4t |
Definition at line 36 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| int BgData::inte_max |
Definition at line 32 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), AnaBG::ProcessOneEvent(), and ReAnaBG::ProcessOneEvent().
| int BgData::inte_rfp00 |
In unit of QIE count.
Definition at line 31 of file TreeData.h.
Referenced by SubsysRecoBG::process_event(), and AnaBG::ProcessOneEvent().
| double BgData::pot_rfp00 |
In unit of N of protons.
Definition at line 30 of file TreeData.h.
Referenced by SubsysRecoBG::process_event().
| int BgData::run |
Definition at line 27 of file TreeData.h.
Referenced by SubsysRecoBG::process_event().