LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
LArVertexHelper.h
Go to the documentation of this file.
1 
8 #ifndef LAR_VERTEX_HELPER_H
9 #define LAR_VERTEX_HELPER_H 1
10 
11 #include "Objects/Cluster.h"
12 #include "Objects/Vertex.h"
13 
14 namespace lar_content
15 {
16 
21 {
22 public:
27  {
31  };
32 
44  static ClusterDirection GetClusterDirectionInZ(const pandora::Pandora &pandora, const pandora::Vertex *const pVertex,
45  const pandora::Cluster *const pCluster, const float tanAngle, const float apexShift);
46 };
47 
48 } // namespace lar_content
49 
50 #endif // #ifndef LAR_VERTEX_HELPER_H
LArVertexHelper class.
static ClusterDirection GetClusterDirectionInZ(const pandora::Pandora &pandora, const pandora::Vertex *const pVertex, const pandora::Cluster *const pCluster, const float tanAngle, const float apexShift)
Get the direction of the cluster in z, using a projection of the provided vertex. ...