ATLAS Offline Software
Loading...
Searching...
No Matches
JetCTP.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 JetCTP.h - description
6 -------------------
7 begin : Friday May 05 2002
8 email : e.moyse@qmul.ac.uk
9***************************************************************************/
10
11#ifndef TRIGT1INTERFACES_JETCTP_H
12#define TRIGT1INTERFACES_JETCTP_H
13
14namespace LVL1 {
15
22 class JetCTP {
23
24 public:
25 JetCTP( unsigned int cableword0 = 0, unsigned int cableword1 = 0 );
26 ~JetCTP();
27
33 unsigned int cableWord0() const;
39 unsigned int cableWord1() const;
40
41 private:
42 const unsigned int m_cableWord0;
43 const unsigned int m_cableWord1;
44
45 }; // class JetCTP
46
47} // namespace LVL1
48
50CLASS_DEF( LVL1::JetCTP, 6252, 1 )
51
52#endif // TRIGT1INTERFACES_JETCTP_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 em/tau hadron ROI which are generated by the LVL1 Calo Trigger.
Definition JetCTP.h:22
const unsigned int m_cableWord0
Definition JetCTP.h:42
const unsigned int m_cableWord1
Definition JetCTP.h:43
unsigned int cableWord0() const
return the data that is sent on cable 0.
Definition JetCTP.cxx:25
unsigned int cableWord1() const
return the data sent on cable 2 i.e.
Definition JetCTP.cxx:29
JetCTP(unsigned int cableword0=0, unsigned int cableword1=0)
Definition JetCTP.cxx:16
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...