A position on the continent, with which a bunch of events are associated. More...
#include <AcclaimClustering.h>
Public Member Functions | |
Cluster (Int_t i=-1) | |
Cluster (const Event &seedEvent, Int_t i=-1) | |
Cluster (const BaseList::base &base, Int_t i=-1) | |
void | resetClusteringNumbers () |
/// Which event seeded the cluster? | |
Public Attributes | |
Double_t | centre [3] |
Double_t | latitude |
Does not persist /// Center in cartesian. | |
Double_t | longitude |
cluster center latitude | |
Double_t | altitude |
cluster center longitude | |
Int_t | numDataEvents |
cluster center altitude | |
Double_t | sumMcWeights |
How many data events does this cluster contain? | |
Int_t | knownBase |
How many MC events does this cluster contain? | |
Int_t | index |
Known base == 0, Pseudo-base == 1. | |
Int_t | llEventCutInd |
Where am I in the cluster array? | |
Double_t | llEventCut |
which entry in the llEventCut array does this correspond to? | |
Int_t | antarcticaHistBin |
and what's the value of that cut? | |
Int_t | seedEvent |
/// Which global bin in the TH2DAntarctica? | |
A position on the continent, with which a bunch of events are associated.
Definition at line 179 of file AcclaimClustering.h.