A class to define information for a super-heavy element event.
More...
#include <SheCorrelator.hpp>
A class to define information for a super-heavy element event.
Definition at line 22 of file SheCorrelator.hpp.
§ SheEvent() [1/2]
§ SheEvent() [2/2]
SheEvent::SheEvent |
( |
double |
energy, |
|
|
double |
time, |
|
|
int |
mwpc, |
|
|
bool |
has_beam, |
|
|
bool |
has_veto, |
|
|
bool |
has_escape, |
|
|
SheEventType |
type = unknown |
|
) |
| |
§ ~SheEvent()
§ get_beam()
bool SheEvent::get_beam |
( |
| ) |
const |
|
inline |
§ get_energy()
double SheEvent::get_energy |
( |
| ) |
const |
|
inline |
§ get_escape()
bool SheEvent::get_escape |
( |
| ) |
const |
|
inline |
§ get_mwpc()
int SheEvent::get_mwpc |
( |
| ) |
const |
|
inline |
§ get_time()
double SheEvent::get_time |
( |
| ) |
const |
|
inline |
§ get_type()
§ get_veto()
bool SheEvent::get_veto |
( |
| ) |
const |
|
inline |
§ set_beam()
void SheEvent::set_beam |
( |
bool |
has_beam | ) |
|
|
inline |
§ set_energy()
void SheEvent::set_energy |
( |
double |
energy | ) |
|
|
inline |
§ set_escape()
void SheEvent::set_escape |
( |
bool |
has_escape | ) |
|
|
inline |
- Parameters
-
[in] | has_escape | : sets if we had an escape |
Definition at line 62 of file SheCorrelator.hpp.
§ set_mwpc()
void SheEvent::set_mwpc |
( |
int |
mwpc | ) |
|
|
inline |
§ set_time()
void SheEvent::set_time |
( |
double |
time | ) |
|
|
inline |
§ set_type()
- Parameters
-
[in] | type | : sets the type of event we had |
Definition at line 64 of file SheCorrelator.hpp.
§ set_veto()
void SheEvent::set_veto |
( |
bool |
has_veto | ) |
|
|
inline |
- Parameters
-
[in] | has_veto | : sets if we had a veto |
Definition at line 60 of file SheCorrelator.hpp.
§ energy_
Total (reconstructed) energy, may include escape
Definition at line 68 of file SheCorrelator.hpp.
§ has_beam_
§ has_escape_
bool SheEvent::has_escape_ |
|
private |
§ has_veto_
§ mwpc_
§ time_
Shortest time of all subevents (e.g. back and front)
Definition at line 70 of file SheCorrelator.hpp.
§ type_
The documentation for this class was generated from the following files: