Classes | Namespaces
TrainedVertexSelectionAlgorithm.h File Reference

Header file for the trained vertex selection algorithm class. More...

#include "Api/PandoraContentApi.h"
#include "larpandoracontent/LArObjects/LArAdaBoostDecisionTree.h"
#include "larpandoracontent/LArObjects/LArSupportVectorMachine.h"
#include "larpandoracontent/LArObjects/LArTwoDSlidingFitResult.h"
#include "larpandoracontent/LArHelpers/LArMCParticleHelper.h"
#include "larpandoracontent/LArVertex/VertexSelectionBaseAlgorithm.h"
#include <random>

Go to the source code of this file.

Classes

class  lar_content::KDTreeLinkerAlgo< DATA, DIM >
 Class that implements the KDTree partition of 2D space and a closest point search algorithm. More...
 
class  lar_content::KDTreeNodeInfoT< DATA, DIM >
 Data stored in each KDTree node. The dim1/dim2 fields are usually the duplication of some PFRecHit values (eta/phi or x/y). But in some situations, phi field is shifted by +-2.Pi. More...
 
class  lar_content::TrainedVertexSelectionAlgorithm
 TrainedVertexSelectionAlgorithm class. More...
 
class  lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo
 Vertex feature info class. More...
 
class  lar_content::TrainedVertexSelectionAlgorithm::VertexSharedFeatureInfo
 Shared vertex feature info class. More...
 
class  lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo
 Event feature info class. More...
 

Namespaces

 lar_content
 

Detailed Description

Header file for the trained vertex selection algorithm class.

Log

Definition in file TrainedVertexSelectionAlgorithm.h.