ATLAS Offline Software
Loading...
Searching...
No Matches
Lvl1MuEndcapSectorLogicDataPhase1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGT1INTERFACES_LVL1MUENDCAPSECTORLOGICDATAPHASE1_H
5#define TRIGT1INTERFACES_LVL1MUENDCAPSECTORLOGICDATAPHASE1_H
6
7// System include(s):
8#include <iosfwd>
9
10// Local include(s):
12
13namespace LVL1MUONIF {
14
27
28 public:
31
33
38
39 protected:
40 virtual void printOut( std::ostream& out ) const;
41
42 }; // class Lvl1MuEndcapSectorLogicDataPhase1
43
44} // namespace LVL1MUONIF
45
46#endif // TRIGT1INTERFACES_LVL1MUENDCAPSECTORLOGICDATAPHASE1_H
Class representing data from an endcap SL board.
SectorLogicWord getWordFormat() const
Get data in 32 bit word format.
virtual void printOut(std::ostream &out) const
print out data
const Lvl1MuSectorLogicDataPhase1 & convertFromWordFormat(const SectorLogicWord &)
Convert SectorLogicDataPhase1 from 32 bit word data.
Lvl1MuEndcapSectorLogicDataPhase1 & operator=(const Lvl1MuSectorLogicDataPhase1 &right)
Base class for the data coming from one SL board.
std::pair< unsigned long int, unsigned short int > SectorLogicWord
Namespace for the LVL1 muon interface classes.