BmnRoot
Loading...
Searching...
No Matches
BmnTof701Digit.h
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------------------------------
2// Legacy
3// Keep this class for backward compatibility.
4
5#ifndef __BMNTOF701DIGIT_H
6#define __BMNTOF701DIGIT_H 1
7
8#include "BmnTof1Digit.h"
9#include "TObject.h"
10
11#include <iostream>
12//------------------------------------------------------------------------------------------------------------------------
14{
15 public:
17 BmnTof701Digit(Short_t plane, Short_t strip, Short_t side, Float_t t, Float_t a);
18 BmnTof701Digit(const BmnTof701Digit*, Float_t t, Float_t a);
19 virtual ~BmnTof701Digit();
20
21 // Short_t GetPlane() const { return fPlane; }
22 // Short_t GetStrip() const { return fStrip; }
23 // Short_t GetSide() const { return fSide; }
24 // Float_t GetAmplitude() const { return fAmplitude; }
25 // Float_t GetTime() const { return fTime; }
26
27 // void SetPlane(Short_t v) { fPlane = v; }
28 // void SetStrip(Short_t v) { fStrip = v; }
29 // void SetSide(Short_t v) { fSide = v; }
30 // void SetAmplitude(Float_t v) { fAmplitude = v; }
31 // void SetTime(Float_t v) { fTime = v; }
32
33 // void print(const char* comment = nullptr, std::ostream& os = std::cout) const;
34
36};
37//------------------------------------------------------------------------------------------------------------------------
38#endif
virtual ~BmnTof701Digit()
ClassDef(BmnTof701Digit, 3)