ATLAS Offline Software
MuonPattern.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 /***************************************************************************
6  * Muon Pattern Recognition Event Data Model
7  * -----------------------------------------
8  *
9  * Author : Niels van Eldik
10  * Creation Date: 27 July 2005
11  * Last Update : 27 July 2005
12  ***************************************************************************/
13 
15 
16 namespace Muon {
17 
18  MuonPattern::MuonPattern(const Amg::Vector3D& pos, const Amg::Vector3D& dir) : m_globalPosition(pos), m_globalDirection(dir) {}
19 
20  MuonPattern::~MuonPattern() = default;
21 
22 } // namespace Muon
Muon::MuonPattern::~MuonPattern
virtual ~MuonPattern()
Destructor.
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MuonPattern::MuonPattern
MuonPattern(const Amg::Vector3D &pos, const Amg::Vector3D &dir)
Constructor.
Definition: MuonPattern.cxx:25
beamspotman.dir
string dir
Definition: beamspotman.py:623
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47
python.LumiBlobConversion.pos
pos
Definition: LumiBlobConversion.py:18
MuonPattern.h