ATLAS Offline Software
Loading...
Searching...
No Matches
Lvl1MuEndcapSectorLogicData.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2/*
3 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4*/
5#ifndef TRIGT1INTERFACES_LVL1MUENDCAPSECTORLOGICDATA_H
6#define TRIGT1INTERFACES_LVL1MUENDCAPSECTORLOGICDATA_H
7
8// System include(s):
9#include <iosfwd>
10
11// Local include(s):
13
14namespace LVL1MUONIF {
15
28
29 public:
32
34
39
40 protected:
41 virtual void printOut( std::ostream& out ) const;
42
43 }; // class Lvl1MuEndcapSectorLogicData
44
45} // namespace LVL1MUONIF
46
47#endif // TRIGT1INTERFACES_LVL1MUENDCAPSECTORLOGICDATA_H
Class representing data from an endcap SL board.
SectorLogicWord getWordFormat() const
Get data in 32 bit word format.
Lvl1MuEndcapSectorLogicData & operator=(const Lvl1MuSectorLogicData &right)
const Lvl1MuSectorLogicData & convertFromWordFormat(const SectorLogicWord &)
Convert SectorLogicData from 32 bit word data.
virtual void printOut(std::ostream &out) const
print out data
Base class for the data coming from one SL board.
Namespace for the LVL1 muon interface classes.