ATLAS Offline Software
Lvl1MuForwardSectorLogicDataPhase1.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_LVL1MUFORWARDSECTORLOGICDATAPHASE1_H
5 #define TRIGT1INTERFACES_LVL1MUFORWARDSECTORLOGICDATAPHASE1_H
6 
7 // System include(s):
8 #include <iosfwd>
9 
10 // Local include(s):
12 
13 namespace LVL1MUONIF {
14 
27 
28  public:
31 
33 
38 
39  protected:
40  virtual void printOut( std::ostream& out ) const;
41 
42  }; // class Lvl1MuForwardSectorLogicDataPhase1
43 
44 } // namespace LVL1MUONIF
45 
46 #endif // TRIGT1INTERFACES_LVL1MUFORWARDSECTORLOGICDATAPHASE1_H
LVL1MUONIF
Namespace for the LVL1 muon interface classes.
Definition: Lvl1MuBarrelSectorLogicData.cxx:9
LVL1MUONIF::Lvl1MuForwardSectorLogicDataPhase1::operator=
Lvl1MuForwardSectorLogicDataPhase1 & operator=(const Lvl1MuSectorLogicDataPhase1 &right)
Definition: Lvl1MuForwardSectorLogicDataPhase1.cxx:18
LVL1MUONIF::Lvl1MuForwardSectorLogicDataPhase1::printOut
virtual void printOut(std::ostream &out) const
print out data
Definition: Lvl1MuForwardSectorLogicDataPhase1.cxx:188
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
LVL1MUONIF::Lvl1MuForwardSectorLogicDataPhase1::convertFromWordFormat
const Lvl1MuSectorLogicDataPhase1 & convertFromWordFormat(const SectorLogicWord &)
Convert SectorLogicDataPhase1 from 32 bit word data.
Definition: Lvl1MuForwardSectorLogicDataPhase1.cxx:109
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::Lvl1MuForwardSectorLogicDataPhase1::Lvl1MuForwardSectorLogicDataPhase1
Lvl1MuForwardSectorLogicDataPhase1()
Definition: Lvl1MuForwardSectorLogicDataPhase1.cxx:12
LVL1MUONIF::Lvl1MuForwardSectorLogicDataPhase1::getWordFormat
SectorLogicWord getWordFormat() const
Get data in 32 bit word format.
Definition: Lvl1MuForwardSectorLogicDataPhase1.cxx:39
LVL1MUONIF::Lvl1MuForwardSectorLogicDataPhase1
Class representing data from an forward SL board.
Definition: Lvl1MuForwardSectorLogicDataPhase1.h:26
LVL1MUONIF::Lvl1MuForwardSectorLogicDataPhase1::~Lvl1MuForwardSectorLogicDataPhase1
~Lvl1MuForwardSectorLogicDataPhase1()
Definition: Lvl1MuForwardSectorLogicDataPhase1.h:30
Lvl1MuSectorLogicDataPhase1.h