ATLAS Offline Software
Lvl1MuBarrelSectorLogicDataPhase1.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_LVL1MUBARRELSECTORLOGICDATAPHASE1_H
5 #define TRIGT1INTERFACES_LVL1MUBARRELSECTORLOGICDATAPHASE1_H
6 
7 // System include(s):
8 #include <iosfwd>
9 
10 // Local include(s):
12 
13 namespace LVL1MUONIF {
14 
27 
28  public:
31 
33 
35  virtual SectorLogicWord getWordFormat() const override;
37  virtual const Lvl1MuSectorLogicDataPhase1& convertFromWordFormat( const SectorLogicWord& ) override;
38 
39  protected:
40  virtual void printOut( std::ostream& out ) const override;
41 
42  }; // class Lvl1MuBarrelSectorLogicDataPhase1
43 
44 } // namespace LVL1MUONIF
45 
46 #endif // TRIGT1INTERFACES_LVL1MUBARRELSECTORLOGICDATAPHASE1_H
LVL1MUONIF
Namespace for the LVL1 muon interface classes.
Definition: Lvl1MuBarrelSectorLogicData.cxx:9
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1::Lvl1MuBarrelSectorLogicDataPhase1
Lvl1MuBarrelSectorLogicDataPhase1()
Definition: Lvl1MuBarrelSectorLogicDataPhase1.cxx:12
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1::getWordFormat
virtual SectorLogicWord getWordFormat() const override
Get data in 32 bit word format.
Definition: Lvl1MuBarrelSectorLogicDataPhase1.cxx:38
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1::convertFromWordFormat
virtual const Lvl1MuSectorLogicDataPhase1 & convertFromWordFormat(const SectorLogicWord &) override
Convert SectorLogicDataPhase1 from 32 bit word data.
Definition: Lvl1MuBarrelSectorLogicDataPhase1.cxx:112
LVL1MUONIF::Lvl1MuSectorLogicDataPhase1::SectorLogicWord
std::pair< unsigned long int, unsigned short int > SectorLogicWord
Definition: Lvl1MuSectorLogicDataPhase1.h:45
LVL1MUONIF::Lvl1MuSectorLogicDataPhase1
Base class for the data coming from one SL board.
Definition: Lvl1MuSectorLogicDataPhase1.h:35
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1
Class representing data from a barrel SL board.
Definition: Lvl1MuBarrelSectorLogicDataPhase1.h:26
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1::printOut
virtual void printOut(std::ostream &out) const override
print out data
Definition: Lvl1MuBarrelSectorLogicDataPhase1.cxx:197
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1::~Lvl1MuBarrelSectorLogicDataPhase1
virtual ~Lvl1MuBarrelSectorLogicDataPhase1()
Definition: Lvl1MuBarrelSectorLogicDataPhase1.h:30
LVL1MUONIF::Lvl1MuBarrelSectorLogicDataPhase1::operator=
Lvl1MuBarrelSectorLogicDataPhase1 & operator=(const Lvl1MuSectorLogicDataPhase1 &right)
Definition: Lvl1MuBarrelSectorLogicDataPhase1.cxx:19
Lvl1MuSectorLogicDataPhase1.h