er  dev
ERmuSiHit.cxx
1 // -------------------------------------------------------------------------
2 // ----- ERmuSiHit source file -----
3 // ----- Created 03/16 by V.Schetinin -----
4 // -------------------------------------------------------------------------
5 
6 #include "ERmuSiHit.h"
7 
8 ERmuSiHit::ERmuSiHit(Int_t id, Int_t detID, TVector3& pos, TVector3& dpos, Int_t index, Int_t station):
9  FairHit(detID, pos, dpos, index),
10  fStation(station), fID(id)
11 {
12 
13 }
14 
15 ClassImp(ERmuSiHit)