ATLAS Offline Software
Loading...
Searching...
No Matches
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
unsigned int cableWord1 () const
 return the data for the restricted eta triggers

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 31 of file EnergyCTP.h.

Constructor & Destructor Documentation

◆ EnergyCTP()

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

Definition at line 15 of file EnergyCTP.cxx.

16 : m_cableWord0( cableword0 ), m_cableWord1( cableword1 ) {
17
18 }
const unsigned int m_cableWord0
Definition EnergyCTP.h:50
const unsigned int m_cableWord1
Definition EnergyCTP.h:51

◆ ~EnergyCTP()

LVL1::EnergyCTP::~EnergyCTP ( )

Definition at line 20 of file EnergyCTP.cxx.

20 {
21
22 }

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 26 of file EnergyCTP.cxx.

26 {
27 return m_cableWord0;
28 }

◆ 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 32 of file EnergyCTP.cxx.

32 {
33 return m_cableWord1;
34 }

Member Data Documentation

◆ m_cableWord0

const unsigned int LVL1::EnergyCTP::m_cableWord0
private

Definition at line 50 of file EnergyCTP.h.

◆ m_cableWord1

const unsigned int LVL1::EnergyCTP::m_cableWord1
private

Definition at line 51 of file EnergyCTP.h.


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