12#include <framework/datastore/RelationsObject.h>
13#include <framework/geometry/B2Vector3.h>
A Geant4 simulated hit for the AWESOME detector.
void setEnergyDep(float energyDep)
Set the deposited energy.
float m_energyDep
Deposited energy in MeV.
float getTime() const
Get the time.
float getEnergyDep() const
Get the deposited energy.
void setTime(float time)
Set the time.
AWESOMESimHit(float energyDep, B2Vector3< float > position, float time)
Standard constructor.
AWESOMESimHit()
Default constructor.
B2Vector3< float > getPosition() const
Get the vector for position.
void setPosition(B2Vector3< float > position)
Set the vector for position.
B2Vector3< float > m_position
Vector for position in cm.
A fast and root compatible alternative to TVector3.
Defines interface for accessing relations of objects in StoreArray.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.