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