ATLAS Offline Software
Loading...
Searching...
No Matches
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
13using MuonHoughPatternCollection = std::vector<std::unique_ptr<MuonHoughPattern>>;
14using MuonHoughPatternContainer = std::vector<MuonHoughPatternCollection>;
15using MuonHoughPatternContainerShip = std::vector<MuonHoughPatternContainer>;
16
17#endif // MUONHOUGHPATTERNEVENT_MUONHOUGHPATTERNCOLLECTION_H
std::vector< std::unique_ptr< MuonHoughPattern > > MuonHoughPatternCollection
This typedef represents a collection and container of MuonHoughPattern objects.
std::vector< MuonHoughPatternContainer > MuonHoughPatternContainerShip
std::vector< MuonHoughPatternCollection > MuonHoughPatternContainer