67 std::vector < double > starthit;
68 std::vector < double > endhit;
73 startendpoints.
w0=starthit[0];
74 startendpoints.
t0=starthit[1];
75 startendpoints.
w1=endhit[0];
76 startendpoints.
t1=endhit[1];
77 startendpoints.
plane=plane;
180 std::vector< art::Ptr <recob::Hit> > ptlist=intr->
GetHitList(plane);
185 if(ptlist.size()==0) {
186 mf::LogVerbatim(
"GraphClusterAlg") << (
"hit list of zero size, please select some hits");
208 std::vector < util::PxLine > plines = intr->
GetSeedList();
210 std::cout <<
" Received Seed List of Size: " << plines.size() <<
std::endl;
MaybeLogger_< ELseverityLevel::ELsev_info, true > LogVerbatim
std::vector< double > GetStartHitCoords(unsigned int plane)
double t1
defined to be the ending t-position (of line or seed depending)
std::vector< util::PxLine > GetSeedList()
GraphClusterAlg(fhicl::ParameterSet const &pset)
std::vector< util::PxLine > GetSeedLines()
double w0
defined to be the vertex w-position
art framework interface to geometry description
double w1
defined to be the ending w-position (of line or seed depending)
unsigned int Nplanes(unsigned int tpc=0, unsigned int cstat=0) const
Returns the total number of wire planes in the specified TPC.
typename data_t::const_iterator const_iterator
void push_back(Ptr< U > const &p)
int CheckValidity(art::Event &evt)
std::vector< double > GetEndHitCoords(unsigned int plane)
void GetHitListAndEndPoints(unsigned int plane, art::PtrVector< recob::Hit > &ptrhitlist, util::PxLine &startendpoints)
void GetStartEndHits(unsigned int plane, util::PxLine &startendpoints)
EventNumber_t event() const
void GetHitList(unsigned int plane, art::PtrVector< recob::Hit > &ptrhitlist)
void reconfigure(fhicl::ParameterSet const &pset)
LArSoft geometry interface.
double t0
defined to be the vertex t-position
SubRunNumber_t subRun() const
QTextStream & endl(QTextStream &s)
std::vector< art::Ptr< recob::Hit > > GetHitList(unsigned int plane)