BmnRoot
Loading...
Searching...
No Matches
BmnGemStripHit.cxx
Go to the documentation of this file.
1#include "BmnGemStripHit.h"
2
4// fModule = -1;
5 fELoss = 0.0;
6 //fType = -1;
7 fNormSignalDiff = -1.0;
8 fLowerLayerClusterSize = 0;
9 fUpperLayerClusterSize = 0;
10 fLowerLayerStripPos = -1.0;
11 fUpperLayerStripPos = -1.0;
12}
13
14BmnGemStripHit::BmnGemStripHit(Int_t detID, TVector3 pos, TVector3 dpos, Int_t index)
15: BmnHit(detID, pos, dpos, index) {
16// fModule = -1;
17 fELoss = 0.0;
18 //fType = -1;
19 fNormSignalDiff = -1.0;
20 fLowerLayerClusterSize = 0;
21 fUpperLayerClusterSize = 0;
22 fLowerLayerStripPos = -1.0;
23 fUpperLayerStripPos = -1.0;
24}
25
virtual ~BmnGemStripHit()