ATLAS Offline Software
MuCTPIToRoIBSLink.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
5 
6 namespace L1MUINT {
7 
8  MuCTPIToRoIBSLink::MuCTPIToRoIBSLink( const std::vector<unsigned int>& intVec )
9  : m_MuCTPIToRoIBSLinkVector( intVec ) {
10 
11  }
12 
14 
15  }
16 
17  const std::vector< unsigned int >& MuCTPIToRoIBSLink::getMuCTPIToRoIBWords() const {
18 
20 
21  }
22 
23 } // namespace L1MUINT
L1MUINT
Dedicated namespace for the MuCTPI output class(es)
Definition: MuCTPIToRoIBSLink.cxx:6