ATLAS Offline Software
MuonPrdPattern.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  MuonPrdPattern::MuonPrdPattern(const Amg::Vector3D& pos, const Amg::Vector3D& dir) : MuonPattern(pos, dir) {}
19 
20  MuonPrdPattern::MuonPrdPattern(const Amg::Vector3D& pos, const Amg::Vector3D& dir, const PrdVector& prds) :
21  MuonPattern(pos, dir), m_prds(prds) {}
22 
23  MuonPrdPattern::~MuonPrdPattern() = default;
24 } // namespace Muon
Muon::MuonPrdPattern::MuonPrdPattern
MuonPrdPattern(const Amg::Vector3D &pos, const Amg::Vector3D &dir)
Constructor.
Definition: MuonPrdPattern.cxx:25
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
MuonPrdPattern.h
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