BmnRoot
Loading...
Searching...
No Matches
BmnSiProfDigit.h
Go to the documentation of this file.
1#ifndef BMNSiProfDIGIT_H
2#define BMNSiProfDIGIT_H
3
4#include <BmnStripDigit.h>
5
6using namespace std;
7
8class BmnSiProfDigit : public BmnStripDigit
9{
10 public:
13 BmnSiProfDigit(Int_t iStation,
14 Int_t iModule,
15 Int_t iStripLayer,
16 Int_t iStripNumber,
17 Double_t iStripSignal,
18 Double_t iStripNoise = -1);
19
20 virtual ~BmnSiProfDigit();
21
22 private:
23 ClassDef(BmnSiProfDigit, 2);
24};
25
26#endif
virtual ~BmnSiProfDigit()
BmnSiProfDigit(Int_t iStation, Int_t iModule, Int_t iStripLayer, Int_t iStripNumber, Double_t iStripSignal, Double_t iStripNoise=-1)
BmnSiProfDigit(BmnSiProfDigit *digit)
STL namespace.