Hall C ROOT/C++ Analyzer (hcana)
THcScintPlaneCluster.h
Go to the documentation of this file.
1 #ifndef ROOT_THcScintPlaneCluster
2 #define ROOT_THcScintPlaneCluster
3 
5 // //
6 // THcScintPlaneCluster //
7 // //
9 
10 #include "TObject.h"
11 #include <cstdio>
12 
13 class THcScintPlaneCluster : public TObject {
14 
15  public:
17  fClusterNumber(cluster), fClusterPosition(pos) {}
18  virtual ~THcScintPlaneCluster() {}
19 
25 
26  virtual void Set(Int_t cluster, Double_t pos)
28 
29  void SetSize(Double_t size) {fClusterSize=size;}
30  void SetFlag(Double_t flag) {fClusterFlag=flag;}
32 
33  private:
39 
40  ClassDef(THcScintPlaneCluster,0); // Single signal value and wire/counter number
41 };
43 #endif
THcScintPlaneCluster(Int_t cluster=0, Double_t pos=0.0)
int Int_t
void SetFlag(Double_t flag)
void SetSize(Double_t size)
double Double_t
string::size_type pos
ClassDef(THcScintPlaneCluster, 0)
void SetUsedFlag(Double_t flag)
virtual void Set(Int_t cluster, Double_t pos)