#include <CPAlgoIgnoreTracks.h>
User implementation for CPriorityAlgoBase class doxygen documentation!
Definition at line 27 of file CPAlgoIgnoreTracks.h.
cmtool::CPAlgoIgnoreTracks::CPAlgoIgnoreTracks |
( |
| ) |
|
virtual cmtool::CPAlgoIgnoreTracks::~CPAlgoIgnoreTracks |
( |
| ) |
|
|
inlinevirtual |
Function to check if cluster is a track.
Optional function: called at the beginning of 1st iteration. This is called per event. Optional function: called at the end of event ... after the last merging iteration is over. Optional function: called at the beggining of each iterative loop. This provides all clusters' information in case the algorithm need them. Note this is called per iteration which may be more than once per event. Optional function: called at the end of each iterative loop.
Definition at line 48 of file CPAlgoIgnoreTracks.cxx.
50 double fPrincipal = TMath::Log(1-
cluster.GetParams().eigenvalue_principal);
Cluster finding and building.
Core function: given the CPAN input, return a float which indicates the user-defined priority for analysis.
Definition at line 27 of file CPAlgoIgnoreTracks.cxx.
Cluster finding and building.
void cmtool::CPAlgoIgnoreTracks::Report |
( |
| ) |
|
|
virtual |
Optional function: called after each iterative approach if a manager class is run with verbosity level <= kPerIteration. Maybe useful for debugging.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 41 of file CPAlgoIgnoreTracks.cxx.
void cmtool::CPAlgoIgnoreTracks::Reset |
( |
void |
| ) |
|
|
virtual |
void cmtool::CPAlgoIgnoreTracks::SetMinHits |
( |
size_t |
BAKA | ) |
|
|
inline |
void cmtool::CPAlgoIgnoreTracks::SetMinMHitWires |
( |
Double_t |
BOKE | ) |
|
|
inline |
void cmtool::CPAlgoIgnoreTracks::SetMinModHitDens |
( |
Double_t |
AHO | ) |
|
|
inline |
void cmtool::CPAlgoIgnoreTracks::SetMinPrincipal |
( |
Double_t |
HEKOKI | ) |
|
|
inline |
size_t cmtool::CPAlgoIgnoreTracks::_min_hits |
|
protected |
Double_t cmtool::CPAlgoIgnoreTracks::_min_mod_hit_dens |
|
protected |
Double_t cmtool::CPAlgoIgnoreTracks::_min_multihit_wires |
|
protected |
Double_t cmtool::CPAlgoIgnoreTracks::_min_principal |
|
protected |
The documentation for this class was generated from the following files: