ATLAS Offline Software
MuonHoughPatternCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONHOUGHPATTERNEVENT_MUONHOUGHPATTERNCOLLECTION_H
6 #define MUONHOUGHPATTERNEVENT_MUONHOUGHPATTERNCOLLECTION_H
7 
9 
13 using MuonHoughPatternCollection = std::vector<std::unique_ptr<MuonHoughPattern>>;
14 using MuonHoughPatternContainer = std::vector<MuonHoughPatternCollection>;
15 using MuonHoughPatternContainerShip = std::vector<MuonHoughPatternContainer>;
16 
17 #endif // MUONHOUGHPATTERNEVENT_MUONHOUGHPATTERNCOLLECTION_H
MuonHoughPatternContainer
std::vector< MuonHoughPatternCollection > MuonHoughPatternContainer
Definition: MuonHoughPatternCollection.h:14
MuonHoughPattern.h
MuonHoughPatternContainerShip
std::vector< MuonHoughPatternContainer > MuonHoughPatternContainerShip
Definition: MuonHoughPatternCollection.h:15
MuonHoughPatternCollection
std::vector< std::unique_ptr< MuonHoughPattern > > MuonHoughPatternCollection
This typedef represents a collection and container of MuonHoughPattern objects.
Definition: MuonHoughPatternCollection.h:13