1#include "TrigScint/Event/TrigScintCluster.h"
9 o <<
"TrigScintCluster { " <<
"Energy: " << c.energy_ <<
", "
10 <<
"Number of hits: " << c.n_hits_ <<
", " <<
"Seed channel " << c.seed_
11 <<
", Channel centroid: " << c.centroid_ <<
" }";
12 o <<
" -- Constituent hit channel ids: { ";
Stores cluster information from the trigger scintillator pads.
virtual ~TrigScintCluster()
Class destructor.
void setNHits(int nHits)
The number of hits forming the cluster.
void setEnergy(double energy)
Set the cluster energy.
void setCentroid(double centroid)
const std::vector< unsigned int > & getHitIDs() const
Get vector of channel IDs of hits forming the cluster.
void clear(Option_t *option="")
Reset the TrigScintCluster object.