PAASS
Software suite to Acquire and Analyze Data from Pixie16
AddBackEvent Class Reference

Simple structure-like class to store info on addback reconstructed event. More...

#include <GeProcessor.hpp>

Public Member Functions

 AddBackEvent ()
 
 AddBackEvent (double ienergy, double itime, unsigned imultiplicity)
 

Data Fields

double energy
 Energy of the addback event. More...
 
double time
 time of the addback event More...
 
unsigned multiplicity
 multiplicity of the event More...
 

Detailed Description

Simple structure-like class to store info on addback reconstructed event.

Definition at line 153 of file GeProcessor.hpp.

Constructor & Destructor Documentation

§ AddBackEvent() [1/2]

AddBackEvent::AddBackEvent ( )
inline

Default constructor setting things to zero

Definition at line 156 of file GeProcessor.hpp.

§ AddBackEvent() [2/2]

AddBackEvent::AddBackEvent ( double  ienergy,
double  itime,
unsigned  imultiplicity 
)
inline

Default constructor setting default values

Parameters
[in]ienergy: the initial energy
[in]itime: the initial time
[in]imultiplicity: multiplicity of the event

Definition at line 164 of file GeProcessor.hpp.

Field Documentation

§ energy

double AddBackEvent::energy

Energy of the addback event.

Definition at line 170 of file GeProcessor.hpp.

§ multiplicity

unsigned AddBackEvent::multiplicity

multiplicity of the event

Definition at line 172 of file GeProcessor.hpp.

§ time

double AddBackEvent::time

time of the addback event

Definition at line 171 of file GeProcessor.hpp.


The documentation for this class was generated from the following file: