ATLAS Offline Software
Loading...
Searching...
No Matches
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
22namespace 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
50
51#endif // TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Dedicated namespace for the MuCTPI output class(es)