ATLAS Offline Software
Public Member Functions | Protected Attributes | Friends | List of all members
Muon_ROI_p1 Class Reference

Persistent representation of Muon_ROI. More...

#include <Muon_ROI_p1.h>

Collaboration diagram for Muon_ROI_p1:

Public Member Functions

 Muon_ROI_p1 ()
 

Protected Attributes

UInt_t m_roiWord
 
Float_t m_eta
 
Float_t m_phi
 
Float_t m_thrValue
 
std::string m_thrName
 

Friends

class LVL1_ROICnv_p1
 

Detailed Description

Persistent representation of Muon_ROI.

   This is the first version of the persistent representation(s) of Muon_ROI.
   Nothing fancy, just the original class without accessor functions.
Version
Revision
1.1
Date
Date
2007-07-10 17:11:13
Author
Attila Krasznahorkay Jr.

Definition at line 25 of file Muon_ROI_p1.h.

Constructor & Destructor Documentation

◆ Muon_ROI_p1()

Muon_ROI_p1::Muon_ROI_p1 ( )
inline

Definition at line 42 of file Muon_ROI_p1.h.

43  : m_roiWord( 0 ), m_eta( 0.0 ), m_phi( 0.0 ), m_thrValue( 0.0 ), m_thrName( "" ) {
44 
45 }

Friends And Related Function Documentation

◆ LVL1_ROICnv_p1

friend class LVL1_ROICnv_p1
friend

Definition at line 27 of file Muon_ROI_p1.h.

Member Data Documentation

◆ m_eta

Float_t Muon_ROI_p1::m_eta
protected

Definition at line 34 of file Muon_ROI_p1.h.

◆ m_phi

Float_t Muon_ROI_p1::m_phi
protected

Definition at line 35 of file Muon_ROI_p1.h.

◆ m_roiWord

UInt_t Muon_ROI_p1::m_roiWord
protected

Definition at line 33 of file Muon_ROI_p1.h.

◆ m_thrName

std::string Muon_ROI_p1::m_thrName
protected

Definition at line 37 of file Muon_ROI_p1.h.

◆ m_thrValue

Float_t Muon_ROI_p1::m_thrValue
protected

Definition at line 36 of file Muon_ROI_p1.h.


The documentation for this class was generated from the following file:
Muon_ROI_p1::m_thrValue
Float_t m_thrValue
Definition: Muon_ROI_p1.h:36
Muon_ROI_p1::m_roiWord
UInt_t m_roiWord
Definition: Muon_ROI_p1.h:33
Muon_ROI_p1::m_phi
Float_t m_phi
Definition: Muon_ROI_p1.h:35
Muon_ROI_p1::m_thrName
std::string m_thrName
Definition: Muon_ROI_p1.h:37
Muon_ROI_p1::m_eta
Float_t m_eta
Definition: Muon_ROI_p1.h:34