8 |
|
// Authors: S.Xie |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
< |
#ifndef DATATREE_SUPERCLUSTER_H |
12 |
< |
#define DATATREE_SUPERCLUSTER_H |
11 |
> |
#ifndef MITANA_DATATREE_SUPERCLUSTER_H |
12 |
> |
#define MITANA_DATATREE_SUPERCLUSTER_H |
13 |
|
|
14 |
|
#include <TMath.h> |
15 |
|
#include "MitAna/DataTree/interface/DataObject.h" |
36 |
|
const BasicCluster *Seed() const; |
37 |
|
Double_t X() const { return fPoint.X(); } |
38 |
|
Double_t Y() const { return fPoint.Y(); } |
39 |
< |
Double_t Z() const { return fPoint.Z(); } |
39 |
> |
Double_t Z() const { return fPoint.Z(); } |
40 |
|
void Print(Option_t *opt="") const; |
41 |
|
|
42 |
|
void AddCluster( BasicCluster *Cluster) { fClusters.Add(Cluster); } |