Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
THaCluster.cxx
Go to the documentation of this file.
1
2// //
3// THaCluster //
4// //
5// A generic cluster. //
6// //
8
9#include "THaCluster.h"
10#include <iostream>
11
12using namespace std;
13
14//_____________________________________________________________________________
16{
17 // Clear the contents of the cluster
18
20}
21
22//_____________________________________________________________________________
24{
25 // Print contents of cluster
26
27 cout << fCenter.X() << " " << fCenter.Y() << " " << fCenter.Z() << endl;
28
29}
30
const Data_t kBig
Definition DataType.h:15
const char Option_t
virtual void Print(Option_t *opt="") const
TVector3 fCenter
Definition THaCluster.h:35
virtual void Clear(Option_t *opt="")
Double_t Z() const
void SetXYZ(Double_t x, Double_t y, Double_t z)
Double_t Y() const
Double_t X() const
STL namespace.
ClassImp(TPyArg)