#include <HemisphereAlgo.h>
Public Member Functions | |
std::vector< float > | getAxis1 () |
std::vector< float > | getAxis2 () |
std::vector< int > | getGrouping () |
HemisphereAlgo (const std::vector< reco::CandidatePtr > &componentRefs_, const int seed_method=0, const int hemisphere_association_method=0) | |
void | SetMethod (int seed_method, int hemisphere_association_method) |
void | SetNoSeed (int object_number) |
~HemisphereAlgo () | |
Private Member Functions | |
int | reconstruct () |
Private Attributes | |
std::vector< float > | Axis1 |
std::vector< float > | Axis2 |
int | hemi_meth |
std::vector< reco::CandidatePtr > | Object |
std::vector< int > | Object_Group |
std::vector< int > | Object_Noseed |
int | seed_meth |
int | status |
Definition at line 24 of file HemisphereAlgo.h.
HemisphereAlgo::HemisphereAlgo | ( | const std::vector< reco::CandidatePtr > & | componentRefs_, |
const int | seed_method = 0 , |
||
const int | hemisphere_association_method = 0 |
||
) |
Definition at line 11 of file HemisphereAlgo.cc.
|
inline |
Definition at line 53 of file HemisphereAlgo.h.
vector< float > HemisphereAlgo::getAxis1 | ( | ) |
Definition at line 22 of file HemisphereAlgo.cc.
vector< float > HemisphereAlgo::getAxis2 | ( | ) |
Definition at line 26 of file HemisphereAlgo.cc.
vector< int > HemisphereAlgo::getGrouping | ( | ) |
Definition at line 31 of file HemisphereAlgo.cc.
|
private |
Definition at line 36 of file HemisphereAlgo.cc.
|
inline |
|
inline |
|
private |
Definition at line 88 of file HemisphereAlgo.h.
|
private |
Definition at line 89 of file HemisphereAlgo.h.
|
private |
Definition at line 93 of file HemisphereAlgo.h.
Referenced by SetMethod().
|
private |
Definition at line 83 of file HemisphereAlgo.h.
|
private |
Definition at line 85 of file HemisphereAlgo.h.
|
private |
Definition at line 86 of file HemisphereAlgo.h.
Referenced by SetNoSeed().
|
private |
Definition at line 92 of file HemisphereAlgo.h.
Referenced by SetMethod().
|
private |
Definition at line 94 of file HemisphereAlgo.h.
Referenced by SetMethod(), and SetNoSeed().