Just the essential information required for track fitting. More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-07/RecoBase/HitList.h"
Public Member Functions | |
HitList () | |
HitList (unsigned int n) | |
HitList (const rb::Cluster &clust, bool wbyq=false) | |
Construct a hit list from a cluster. More... | |
void | SetHit (unsigned int i, geo::View_t, double xy, double z, double t, double cxy, double cz, double w=1.0) |
void | AddHit (geo::View_t, double xy, double z, double t, double cxy, double cz, double w=1.0) |
rb::HitList::HitList | ( | ) |
Definition at line 20 of file HitList.cxx.
rb::HitList::HitList | ( | unsigned int | n | ) |
rb::HitList::HitList | ( | const rb::Cluster & | clust, |
bool | wbyq = false |
||
) |
Construct a hit list from a cluster.
clust | - The cluster of hits |
wbyq | - Assign weights by charge, else all weights are 1 |
Definition at line 28 of file HitList.cxx.
References plot_validation_datamc::c, rb::CellHit::Cell(), rb::Cluster::Cell(), geom(), art::Ptr< T >::get(), geo::CellGeo::GetCenter(), make_syst_table_plots::h, geo::CellGeo::HalfD(), geo::CellGeo::HalfW(), MECModelEnuComparisons::i, ip, geo::kX, geo::kY, getGoodRuns4SAM::n, rb::Cluster::NCell(), rb::CellHit::PE(), rb::CellHit::Plane(), geo::GeometryBase::Plane(), stan::math::resize(), SetHit(), rb::CellHit::TNS(), geo::PlaneGeo::View(), and w.
void rb::HitList::AddHit | ( | geo::View_t | v, |
double | xy, | ||
double | z, | ||
double | t, | ||
double | cxy, | ||
double | cz, | ||
double | w = 1.0 |
||
) |
void rb::HitList::SetHit | ( | unsigned int | i, |
geo::View_t | v, | ||
double | xy, | ||
double | z, | ||
double | t, | ||
double | cxy, | ||
double | cz, | ||
double | w = 1.0 |
||
) |
Definition at line 77 of file HitList.cxx.
References rb::Hit2D::fCXY, rb::Hit2D::fCZ, rb::Hit2D::fT, rb::Hit2D::fView, rb::Hit2D::fW, rb::Hit2D::fXY, rb::Hit2D::fZ, make_syst_table_plots::h, MECModelEnuComparisons::i, confusionMatrixTree::t, registry_explorer::v, w, and test::z.
Referenced by HitList().