ATLAS Offline Software
Loading...
Searching...
No Matches
NimCTP.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4/***************************************************************************
5 NimCTP.h - description
6 -------------------
7 begin : August 2010
8 email : eleanor.dobson@cern.ch
9***************************************************************************/
10
11#ifndef TRIGT1INTERFACES_NIMCTP_H
12#define TRIGT1INTERFACES_NIMCTP_H
13
14namespace LVL1 {
15
21 class NimCTP {
22
23 public:
24 NimCTP( unsigned int cableword0 = 0, unsigned int cableword1 = 0 , unsigned int cableword2 = 0 );
25 ~NimCTP();
26
27 unsigned int cableWord0() const;
28 unsigned int cableWord1() const;
29 unsigned int cableWord2() const;
30
31 void SetCableWord0(unsigned int cableword0);
32 void SetCableWord1(unsigned int cableword1);
33 void SetCableWord2(unsigned int cableword2);
34
35 private:
36 unsigned int m_cableWord0;
37 unsigned int m_cableWord1;
38 unsigned int m_cableWord2;
39
40 }; // class NimCTP
41
42} // namespace LVL1
43
45CLASS_DEF( LVL1::NimCTP, 22423433, 1 )
46
47#endif // TRIGT1INTERFACES_NIMCTP_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class defines the NIM items.
Definition NimCTP.h:21
unsigned int m_cableWord0
Definition NimCTP.h:36
NimCTP(unsigned int cableword0=0, unsigned int cableword1=0, unsigned int cableword2=0)
Definition NimCTP.cxx:16
unsigned int cableWord1() const
Definition NimCTP.cxx:29
void SetCableWord2(unsigned int cableword2)
Definition NimCTP.cxx:45
unsigned int m_cableWord1
Definition NimCTP.h:37
unsigned int cableWord2() const
Definition NimCTP.cxx:33
void SetCableWord1(unsigned int cableword1)
Definition NimCTP.cxx:41
unsigned int cableWord0() const
Definition NimCTP.cxx:25
void SetCableWord0(unsigned int cableword0)
Definition NimCTP.cxx:37
unsigned int m_cableWord2
Definition NimCTP.h:38
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...