#include <MiniballEvts.hh>
|
| std::vector< float > | energy |
| | differential energy list
|
| |
| std::vector< unsigned char > | id |
| | differential id list, i.e. dE = 0, E = 1, for example
|
| |
| unsigned long | detime |
| | time stamp of gas event
|
| |
| unsigned long | etime |
| | time stamp of silicon event
|
| |
Definition at line 192 of file MiniballEvts.hh.
◆ IonChamberEvt()
| IonChamberEvt::IonChamberEvt |
( |
| ) |
|
|
inline |
◆ ~IonChamberEvt()
| IonChamberEvt::~IonChamberEvt |
( |
| ) |
|
|
inline |
◆ AddIonChamber()
| void IonChamberEvt::AddIonChamber |
( |
float | myenergy, |
|
|
unsigned char | myid ) |
|
inline |
◆ ClearEvt()
| void IonChamberEvt::ClearEvt |
( |
| ) |
|
◆ GetdETime()
| unsigned long IonChamberEvt::GetdETime |
( |
| ) |
|
|
inline |
◆ GetEnergies()
| std::vector< float > IonChamberEvt::GetEnergies |
( |
| ) |
|
|
inline |
◆ GetEnergy()
| float IonChamberEvt::GetEnergy |
( |
unsigned char | i | ) |
|
|
inline |
◆ GetEnergyLoss()
| float IonChamberEvt::GetEnergyLoss |
( |
unsigned char | start = 0, |
|
|
unsigned char | stop = 0 ) |
|
inline |
◆ GetEnergyRest()
| float IonChamberEvt::GetEnergyRest |
( |
unsigned char | start = 1, |
|
|
unsigned char | stop = 1 ) |
|
inline |
◆ GetEnergyTotal()
| float IonChamberEvt::GetEnergyTotal |
( |
unsigned char | start = 0, |
|
|
unsigned char | stop = 1 ) |
|
inline |
◆ GetETime()
| unsigned long IonChamberEvt::GetETime |
( |
| ) |
|
|
inline |
◆ GetID()
| int IonChamberEvt::GetID |
( |
unsigned char | i | ) |
|
|
inline |
◆ GetIDs()
| std::vector< unsigned char > IonChamberEvt::GetIDs |
( |
| ) |
|
|
inline |
◆ GetTime()
| unsigned long IonChamberEvt::GetTime |
( |
| ) |
|
|
inline |
◆ SetdETime()
| void IonChamberEvt::SetdETime |
( |
unsigned long | t | ) |
|
|
inline |
◆ SetEnergies()
| void IonChamberEvt::SetEnergies |
( |
std::vector< float > | x | ) |
|
|
inline |
◆ SetETime()
| void IonChamberEvt::SetETime |
( |
unsigned long | t | ) |
|
|
inline |
◆ SetIDs()
| void IonChamberEvt::SetIDs |
( |
std::vector< unsigned char > | x | ) |
|
|
inline |
◆ detime
| unsigned long IonChamberEvt::detime |
|
private |
◆ energy
| std::vector<float> IonChamberEvt::energy |
|
private |
◆ etime
| unsigned long IonChamberEvt::etime |
|
private |
◆ id
| std::vector<unsigned char> IonChamberEvt::id |
|
private |
The documentation for this class was generated from the following files: