ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
LVL1::EnergyCTP Class Reference

"Energy" input class to the CTP simulation More...

#include <EnergyCTP.h>

Inheritance diagram for LVL1::EnergyCTP:
Collaboration diagram for LVL1::EnergyCTP:

Public Member Functions

 EnergyCTP (unsigned int cableword0=0, unsigned int cableword1=0)
 
 ~EnergyCTP ()
 
unsigned int cableWord0 () const
 return the data for the full-range triggers More...
 
unsigned int cableWord1 () const
 return the data for the restricted eta triggers More...
 

Private Attributes

const unsigned int m_cableWord0
 
const unsigned int m_cableWord1
 

Detailed Description

"Energy" input class to the CTP simulation

    This class defines the Energy CTP
    which is generated by the Energy Trigger.
Author
E. Moyse
Revision
615360
Date
2014-09-05 21:34:47 +0200 (Fri, 05 Sep 2014)

Definition at line 36 of file EnergyCTP.h.

Constructor & Destructor Documentation

◆ EnergyCTP()

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

Definition at line 20 of file EnergyCTP.cxx.

20  {
21 
22  }
23 

◆ ~EnergyCTP()

LVL1::EnergyCTP::~EnergyCTP ( )

Definition at line 25 of file EnergyCTP.cxx.

26  {
27  return m_cableWord0;

Member Function Documentation

◆ cableWord0()

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

return the data for the full-range triggers

return the data |P|8b METSig Map|8b EtMiss Hit Map|8b Et Sum Map|

|P|8b METSig Map|8b EtMiss Hit Map|8b Et Sum Map|

Definition at line 31 of file EnergyCTP.cxx.

32  {
33  return m_cableWord1;

◆ cableWord1()

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

return the data for the restricted eta triggers

return the data |P|8b EtMiss Hit Map|8b Et Sum Map|

|P|8b EtMiss Hit Map|8b Et Sum Map|

Definition at line 37 of file EnergyCTP.cxx.

Member Data Documentation

◆ m_cableWord0

const unsigned int LVL1::EnergyCTP::m_cableWord0
private

Definition at line 60 of file EnergyCTP.h.

◆ m_cableWord1

const unsigned int LVL1::EnergyCTP::m_cableWord1
private

Definition at line 61 of file EnergyCTP.h.


The documentation for this class was generated from the following files:
LVL1::EnergyCTP::m_cableWord0
const unsigned int m_cableWord0
Definition: EnergyCTP.h:60
LVL1::EnergyCTP::m_cableWord1
const unsigned int m_cableWord1
Definition: EnergyCTP.h:61