Vectors of reconstructed vertices found by various algorithms. More...
Public Member Functions | |
SRVertexBranch () | |
~SRVertexBranch () | |
void | fillSizes () |
Public Attributes | |
SRElastic | elastic |
Single vertex found by Elastic Arms. More... | |
std::vector< SRHoughVertex > | hough |
Vector of vertices found by HoughVertex. More... | |
size_t | nhough |
Number of vertices in HoughVertex (hough.size()) More... | |
std::vector< SRVertexDT > | vdt |
Vector of vertices found by VertexDT. More... | |
size_t | nvdt |
Number of vertices in VertexDT (vdt.size()) More... | |
Vectors of reconstructed vertices found by various algorithms.
Definition at line 20 of file SRVertexBranch.h.
caf::SRVertexBranch::SRVertexBranch | ( | ) |
Definition at line 17 of file SRVertexBranch.cxx.
caf::SRVertexBranch::~SRVertexBranch | ( | ) |
Definition at line 24 of file SRVertexBranch.cxx.
void caf::SRVertexBranch::fillSizes | ( | ) |
Definition at line 28 of file SRVertexBranch.cxx.
Referenced by caf::CAFMaker::produce().
SRElastic caf::SRVertexBranch::elastic |
Single vertex found by Elastic Arms.
Definition at line 26 of file SRVertexBranch.h.
Referenced by caf::BlindThisRecord(), caf::Proxy< caf::SRVertexBranch >::CheckEquals(), ana::Clear2DProngInfo(), Clear2DRecoInfo(), ana::ClearElasticArmsInfo(), ana::ClearProngInfo(), hdf5::HDF5VertexBranch< Tidx >::Fill(), flat::Flat< caf::SRVertexBranch >::Fill(), caf::FillNueEnergyVars(), FillTree(), generate_fd_fake_events(), make_dst_cosrejbdttrain(), caf::Proxy< caf::SRVertexBranch >::operator=(), caf::CAFMaker::produce(), ProducingSA(), reduce_numu_ana2017_prod(), ana::BENDecomp::ReduceForBEN2020Decaf(), ReduceForSignalDecaf(), SideBandLoad(), tree_maker_simple(), trimmubarid(), trimvar(), and useBDTG().
std::vector<SRHoughVertex> caf::SRVertexBranch::hough |
Vector of vertices found by HoughVertex.
Definition at line 29 of file SRVertexBranch.h.
Referenced by caf::Proxy< caf::SRVertexBranch >::CheckEquals(), ana::ClearHoughVertexInfo(), hdf5::HDF5VertexBranch< Tidx >::Fill(), flat::Flat< caf::SRVertexBranch >::Fill(), caf::Proxy< caf::SRVertexBranch >::operator=(), and caf::CAFMaker::produce().
size_t caf::SRVertexBranch::nhough |
Number of vertices in HoughVertex (hough.size())
Definition at line 30 of file SRVertexBranch.h.
Referenced by caf::Proxy< caf::SRVertexBranch >::CheckEquals(), ana::ClearHoughVertexInfo(), hdf5::HDF5VertexBranch< Tidx >::Fill(), flat::Flat< caf::SRVertexBranch >::Fill(), fillSizes(), and caf::Proxy< caf::SRVertexBranch >::operator=().
size_t caf::SRVertexBranch::nvdt |
Number of vertices in VertexDT (vdt.size())
Definition at line 33 of file SRVertexBranch.h.
Referenced by caf::Proxy< caf::SRVertexBranch >::CheckEquals(), hdf5::HDF5VertexBranch< Tidx >::Fill(), flat::Flat< caf::SRVertexBranch >::Fill(), fillSizes(), and caf::Proxy< caf::SRVertexBranch >::operator=().
std::vector<SRVertexDT> caf::SRVertexBranch::vdt |
Vector of vertices found by VertexDT.
Definition at line 32 of file SRVertexBranch.h.
Referenced by caf::Proxy< caf::SRVertexBranch >::CheckEquals(), hdf5::HDF5VertexBranch< Tidx >::Fill(), flat::Flat< caf::SRVertexBranch >::Fill(), caf::Proxy< caf::SRVertexBranch >::operator=(), and caf::CAFMaker::produce().