11#ifndef ALICEO2_FOCAL_HIT_H
12#define ALICEO2_FOCAL_HIT_H
17#include <boost/container_hash/hash.hpp>
64 boost::hash_combine(seed, s.mParentID);
65 boost::hash_combine(seed, s.mRow);
66 boost::hash_combine(seed, s.mColumn);
67 boost::hash_combine(seed, s.mLayer);
84 double tof,
double eLoss);
143 double mInitialEnergy = 0.;
152Hit
operator+(
const Hit& lhs,
const Hit& rhs);
Common FOCAL hit class for the detector simulation.
Subsystem_t getSubsystem() const
Get the type of the subsystem for which the hit was created.
bool isPixelHit() const
Check if the hit is a FOCAL-E pixel hit.
void printStream(std::ostream &stream) const
Print information of this hit on the output stream.
bool operator==(const Hit &other) const
Comparison operator for equalness.
void setPrimary(int primary)
Set index of the incomimg primary particle associated with the hit.
void setInitialEnergy(double energy)
Set energy of the incoming primary particle at the entrance of FOCAL.
~Hit()=default
Destructor.
Subsystem_t
Subsystem index of the Hit.
bool operator<(const Hit &other) const
Comparison operator for smaller.
Hit & operator+=(const Hit &other)
Operator for incremental sum, adding energy loss of the other hit to this energy loss.
bool isPadHit() const
Check if the hit is a FOCAL-E pad hit.
Hit()=default
Dummy constructor.
double getInitialEnergy() const
Get energy of the incoming primary particle at the entrance of FOCAL.
bool isHCALHit() const
Check if the hit is a FOCAL-H hit.
int getPrimary() const
Get index of the incomimg primary particle associated with the hit.
Hit operator+(const Hit &lhs, const Hit &rhs)
Sum operator, creating a new hit with the sum of the two energy losses.
std::ostream & operator<<(std::ostream &in, const IndexExceptionEvent &error)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.
size_t operator()(const HitID &s) const
Functor implementation.
Mapped information of a channel.
uint8_t mLayer
Layer the was hit.
uint8_t mRow
Row of the hit in the calorimeter.
int mParentID
parentID of the track creating this hit
uint8_t mColumn
Column of the hit in the calorimeter.
friend std::ostream & operator<<(std::ostream &stream, const Hit::HitID &channel)
bool operator==(const HitID &other) const
VectorOfTObjectPtrs other