BmnRoot
Loading...
Searching...
No Matches
BmnGemAlignmentCorrections.cxx
Go to the documentation of this file.
2
3BmnGemAlignmentCorrections::BmnGemAlignmentCorrections(Int_t stat, Int_t mod, TVector3 corr) {
4 fStation = stat;
5 fModule = mod;
6 fX = corr.X();
7 fY = corr.Y();
8 fZ = corr.Z();
9}
10
11