ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1::JetCTP Class Reference

This class defines the em/tau hadron ROI which are generated by the LVL1 Calo Trigger. More...

#include <JetCTP.h>

Collaboration diagram for LVL1::JetCTP:

Public Member Functions

 JetCTP (unsigned int cableword0=0, unsigned int cableword1=0)
 ~JetCTP ()
unsigned int cableWord0 () const
 return the data that is sent on cable 0.
unsigned int cableWord1 () const
 return the data sent on cable 2 i.e.

Private Attributes

const unsigned int m_cableWord0
const unsigned int m_cableWord1

Detailed Description

This class defines the em/tau hadron ROI which are generated by the LVL1 Calo Trigger.

Author
moyse

Definition at line 22 of file JetCTP.h.

Constructor & Destructor Documentation

◆ JetCTP()

LVL1::JetCTP::JetCTP ( unsigned int cableword0 = 0,
unsigned int cableword1 = 0 )

Definition at line 16 of file JetCTP.cxx.

17 : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ) {
18
19 }
const unsigned int m_cableWord0
Definition JetCTP.h:42
const unsigned int m_cableWord1
Definition JetCTP.h:43

◆ ~JetCTP()

LVL1::JetCTP::~JetCTP ( )

Definition at line 21 of file JetCTP.cxx.

21 {
22
23 }

Member Function Documentation

◆ cableWord0()

unsigned int LVL1::JetCTP::cableWord0 ( ) const

return the data that is sent on cable 0.

i.e. |P|thr10|thr9|thr8|thr7|thr6|thr5|thr4|thr3|thr2|thr1| (each thresh is 3 bits)

Definition at line 25 of file JetCTP.cxx.

25 {
26 return m_cableWord0;
27 }

◆ cableWord1()

unsigned int LVL1::JetCTP::cableWord1 ( ) const

return the data sent on cable 2 i.e.

|P|thr25|thr24|thr23|thr22|thr21|thr20|thr19|thr18|thr17|thr16|thr15|thr14|thr13|thr12|thr11| (each thresh is 2 bits)

Definition at line 29 of file JetCTP.cxx.

29 {
30 return m_cableWord1;
31 }

Member Data Documentation

◆ m_cableWord0

const unsigned int LVL1::JetCTP::m_cableWord0
private

Definition at line 42 of file JetCTP.h.

◆ m_cableWord1

const unsigned int LVL1::JetCTP::m_cableWord1
private

Definition at line 43 of file JetCTP.h.


The documentation for this class was generated from the following files: