ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSimDataCollection.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7
10
12{
13 auto it = begin();
14 std::advance (it, i);
15 return it->first;
16}
17
19{
20 auto it = begin();
21 std::advance (it, i);
22 return &it->second;
23}
24
25
Identifier id(size_t i) const
const MuonSimData * data(size_t i) const