ATLAS Offline Software
Typedefs
MuonHoughPatternCollection.h File Reference
#include "MuonHoughPatternEvent/MuonHoughPattern.h"
Include dependency graph for MuonHoughPatternCollection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using MuonHoughPatternCollection = std::vector< std::unique_ptr< MuonHoughPattern > >
 This typedef represents a collection and container of MuonHoughPattern objects. More...
 
using MuonHoughPatternContainer = std::vector< MuonHoughPatternCollection >
 
using MuonHoughPatternContainerShip = std::vector< MuonHoughPatternContainer >
 

Typedef Documentation

◆ MuonHoughPatternCollection

using MuonHoughPatternCollection = std::vector<std::unique_ptr<MuonHoughPattern> >

This typedef represents a collection and container of MuonHoughPattern objects.

Definition at line 13 of file MuonHoughPatternCollection.h.

◆ MuonHoughPatternContainer

Definition at line 14 of file MuonHoughPatternCollection.h.

◆ MuonHoughPatternContainerShip

Definition at line 15 of file MuonHoughPatternCollection.h.