BmnRoot
Loading...
Searching...
No Matches
CbmStsDigiMatch.h
Go to the documentation of this file.
1//* $Id: *//
2
3// -------------------------------------------------------------------------
4// ----- CbmStsDigiMatch header file -----
5// ----- Created 31/08/06 by V. Friese -----
6// -------------------------------------------------------------------------
7
8
23#ifndef CBMSTSDIGIMATCH_H
24#define CBMSTSDIGIMATCH_H 1
25
26
27#include "TObject.h"
28
29
30class CbmStsDigiMatch : public TObject
31{
32
33 public:
34
37
39 CbmStsDigiMatch(Int_t iPoint);
40
43
46 Int_t AddPoint(Int_t iPoint);
47
49 Int_t GetRefIndex(Int_t i = 0) const;
50
51 private:
52
53 Int_t fRefIndex[3];
54
55 ClassDef(CbmStsDigiMatch,1);
56
57};
58
59#endif
60
61
62
int i
Definition P4_F32vec4.h:22
virtual ~CbmStsDigiMatch()
Int_t GetRefIndex(Int_t i=0) const
CbmStsDigiMatch(Int_t iPoint)
Int_t AddPoint(Int_t iPoint)