Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
LArObjectHelper.h
Go to the documentation of this file.
1
8#ifndef LAR_OBJECT_HELPER_H
9#define LAR_OBJECT_HELPER_H 1
10
11#include "Objects/Cluster.h"
12
13namespace lar_content
14{
15
20{
21public:
26 {
27 public:
35 template <typename T>
37
45 template <typename T>
46 static const pandora::CaloHit *GetCaloHit(const T &t);
47 };
48};
49
50} // namespace lar_content
51
52#endif // #ifndef LAR_OBJECT_HELPER_H
Header file for the cluster class.
static const pandora::CaloHit * GetCaloHit(const T &t)
Get the associated calo hit, or nullptr if none.
static pandora::CartesianVector GetPosition(const T &t)
Get the associated position.
CaloHit class.
Definition CaloHit.h:26
CartesianVector class.
LArObjectHelper class.