#include <CalLogEne.h>
Inheritance diagram for CalLogEne:

Public Methods | |
| CalLogEne () | |
| default constructor. | |
| CalLogEne (UInt_t layer, UInt_t column, LogId::CALAxes xy) | |
| constructor. More... | |
| virtual | ~CalLogEne () |
| destructor. More... | |
| void | Clean () |
| LogId* | getId () |
| access the LogId. More... | |
| void | setId (LogId *id) |
| set the LogId. More... | |
| Float_t | getEminus () |
| access response on the MINUS end of the log. More... | |
| void | seteMinus (Float_t eM) |
| set the response on the MINUS end of the log. More... | |
| Float_t | getEplus () |
| access the response on the PLUS end of the log. More... | |
| void | setePlus (Float_t eP) |
| set the response on the PLUS end of the log. More... | |
Private Attributes | |
| Float_t | m_eMinus |
| response from either end of the log. More... | |
| Float_t | m_ePlus |
| LogId* | m_id |
| Pointer to the identifier for this log. More... | |
Contains: 1.) LogId 2.) Response from the Minus end 2.) Response from the Plus end
Definition at line 23 of file CalLogEne.h.
|
|
default constructor.
|
|
|
constructor.
Definition at line 10 of file CalLogEne.cxx. |
|
|
destructor.
Definition at line 17 of file CalLogEne.cxx. |
|
|
Definition at line 22 of file CalLogEne.cxx. Referenced by ~CalLogEne(). |
|
|
access response on the MINUS end of the log.
Definition at line 54 of file CalLogEne.h. |
|
|
access the response on the PLUS end of the log.
Definition at line 59 of file CalLogEne.h. |
|
|
access the LogId.
Definition at line 49 of file CalLogEne.h. |
|
|
set the LogId.
Definition at line 51 of file CalLogEne.h. |
|
|
set the response on the MINUS end of the log.
Definition at line 56 of file CalLogEne.h. |
|
|
set the response on the PLUS end of the log.
Definition at line 61 of file CalLogEne.h. |
|
|
response from either end of the log.
Definition at line 29 of file CalLogEne.h. |
|
|
Definition at line 30 of file CalLogEne.h. |
|
|
Pointer to the identifier for this log.
Definition at line 33 of file CalLogEne.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000