ATLAS Offline Software
Loading...
Searching...
No Matches
polyplaneHandler.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
8#include <iostream>
9
10
13 : XMLHandler(s, c),
14 m_pPlane (0, 0, 0)
15{
16}
17
19 xercesc::DOMNode *t)
20{
21 bool res;
22 std::vector<double> vvv=getAttributeAsVector(c, t, "Rio_Z",res);
23 m_pPlane.rin(vvv[0]);
24 m_pPlane.rou(vvv[1]);
25 m_pPlane.z(vvv[2]);
26}
std::pair< std::vector< unsigned int >, bool > res
std::vector< double > getAttributeAsVector(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
XMLHandler(const std::string &n, AGDDController &c)
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
polyplaneHandler(const std::string &, AGDDController &c)