BmnRoot
Loading...
Searching...
No Matches
BmnSiliconDigit.h
Go to the documentation of this file.
1#ifndef BMNSILICONDIGIT_H
2#define BMNSILICONDIGIT_H
3
4#include <BmnStripDigit.h>
5
6using namespace std;
7
9{
10 public:
13 BmnSiliconDigit(Int_t iStation,
14 Int_t iModule,
15 Int_t iLayer,
16 Int_t iStrip,
17 Double_t iSignal,
18 Double_t iStripNoise = -1);
19
21
22 private:
23 // Int_t fStripLayer; // 0 - lower layer, 1 - upper layer
24 ClassDef(BmnSiliconDigit, 2);
25};
26
27#endif /* BMNSILICONDIGIT_H */
BmnSiliconDigit(BmnSiliconDigit *digit)
virtual ~BmnSiliconDigit()
BmnSiliconDigit(Int_t iStation, Int_t iModule, Int_t iLayer, Int_t iStrip, Double_t iSignal, Double_t iStripNoise=-1)
STL namespace.