7#ifndef TRIGSCINT_EVENT_TRIGSCINTHIT_H
8#define TRIGSCINT_EVENT_TRIGSCINTHIT_H
39 void Clear(Option_t *option =
"");
44 void Print(Option_t *option =
"")
const;
51 void setBarID(
const int barID) { barID_ = barID; };
61 void setPE(
const float PE) { pe_ = PE; };
64 float getPE()
const {
return pe_; }
71 void setModuleID(
const int moduleID) { moduleID_ = moduleID; };
Class that stores Stores reconstructed hit information from the HCAL.
Stores reconstructed hit information from the HCAL.
float beamEfrac_
The fraction of energy associated with beam electrons.
void setPE(const float PE)
Set hit pe.
int getBarID() const
Get the bar ID.
void setBarID(const int barID)
Set hit bar ID.
int getModuleID() const
Get the module ID.
void Print(Option_t *option="") const
Print out the object.
void setBeamEfrac(const float beamEfrac)
Set beam energy fraction of hit.
void Clear(Option_t *option="")
Clear the data in the object.
~TrigScintHit()
Class destructor.
float getPE() const
Get the hit pe.
float getBeamEfrac() const
Get the beam energy fraction.
TrigScintHit()
Class constructor.
void setModuleID(const int moduleID)
Set hit module ID.