ATLAS Offline Software
MuCTPIToRoIBSLink.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 /*
3  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4 */
5 #ifndef TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
6 #define TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
7 
8 // STL etc.
9 #include <vector>
10 
22 namespace L1MUINT {
23 
34 
35  public:
36  MuCTPIToRoIBSLink( const std::vector< unsigned int >& );
38 
39  const std::vector< unsigned int >& getMuCTPIToRoIBWords() const;
40 
41  private:
42  std::vector< unsigned int > m_MuCTPIToRoIBSLinkVector;
43 
44  }; // class MuCTPIToRoIBSLink
45 
46 } // namespace L1MUINT
47 
48 #include "AthenaKernel/CLASS_DEF.h"
50 
51 #endif // TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
L1MUINT
Dedicated namespace for the MuCTPI output class(es)
Definition: MuCTPIToRoIBSLink.cxx:6
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