ATLAS Offline Software
Loading...
Searching...
No Matches
BLM_ModuleParameters.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7
8void BLM_ModuleParameters::Set(int module_number, const std::vector<double>* module_property)
9{
10 m_module_number = module_number;
11 m_trans_X = (*module_property)[0];
12 m_trans_Y = (*module_property)[1];
13 m_trans_Z = (*module_property)[2];
14 m_rot_X = (*module_property)[3];
15 m_rot_Y = (*module_property)[4];
16 m_rot_Z = (*module_property)[5];
17 m_diamond_trans_X = (*module_property)[6];
18 m_diamond_trans_Y = (*module_property)[7];
19 m_diamond_trans_Z = (*module_property)[8];
20}
void Set(int module_number, const std::vector< double > *module_property)