ATLAS Offline Software
StationHoughMaxContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONR4_STATIONHOUGHMAXCONTAINER__H
6 #define MUONR4_STATIONHOUGHMAXCONTAINER__H
7 
8 #include "StationHoughMaxima.h"
9 #include <set>
10 #include "AthenaKernel/CLASS_DEF.h"
11 namespace MuonR4{
12  using StationHoughMaxContainer = std::set<StationHoughMaxima> ;
13  using StationHoughSegmentSeedContainer = std::set<StationHoughSegmentSeeds> ;
14 }
17 
18 #endif
MuonR4::StationHoughSegmentSeedContainer
std::set< StationHoughSegmentSeeds > StationHoughSegmentSeedContainer
Definition: StationHoughMaxContainer.h:13
MuonR4::StationHoughMaxContainer
std::set< StationHoughMaxima > StationHoughMaxContainer
Definition: StationHoughMaxContainer.h:12
StationHoughMaxima.h
MuonR4
The CsvMuonSimHitDumper reads a Simulation Hit container for muons and dumps information to csv files...
Definition: MuonSpacePoint.h:11
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type