12#include <framework/datastore/RelationsObject.h>
14#include <Math/Vector3D.h>
53 AWESOMESimHit(
float energyDep, ROOT::Math::XYZVector position,
float time) :
ROOT::Math::XYZVector m_position
Vector for position in cm.
void setEnergyDep(float energyDep)
Set the deposited energy.
float m_energyDep
Deposited energy in MeV.
float getTime() const
Get the time.
AWESOMESimHit(float energyDep, ROOT::Math::XYZVector position, float time)
Standard constructor.
float getEnergyDep() const
Get the deposited energy.
void setPosition(ROOT::Math::XYZVector position)
Set the vector for position.
void setTime(float time)
Set the time.
AWESOMESimHit()
Default constructor.
ROOT::Math::XYZVector getPosition() const
Get the vector for position.
ClassDef(RelationsInterface, 0)
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Abstract base class for different kinds of events.