|
BmnRoot
|
#include <BmnCaloDigit.h>
Public Member Functions | |
| BmnCaloDigit () | |
| BmnCaloDigit (Float_t x, Float_t y, UShort_t ch, Float_t amp) | |
| virtual | ~BmnCaloDigit () |
| void | SetX (Float_t x) |
| void | SetY (Float_t y) |
| void | SetChannel (UShort_t ch) |
| void | SetAmp (Float_t amp) |
| Float_t | GetX () const |
| Float_t | GetY () const |
| UShort_t | GetChannel () const |
| Float_t | GetAmp () const |
| BmnCaloDigit () | |
| BmnCaloDigit (Float_t x, Float_t y, UShort_t ch, Float_t amp) | |
| virtual | ~BmnCaloDigit () |
| void | SetX (Float_t x) |
| void | SetY (Float_t y) |
| void | SetChannel (UShort_t ch) |
| void | SetAmp (Float_t amp) |
| Float_t | GetX () const |
| Float_t | GetY () const |
| UShort_t | GetChannel () const |
| Float_t | GetAmp () const |
Protected Member Functions | |
| ClassDef (BmnCaloDigit, 1) | |
| ClassDef (BmnCaloDigit, 1) | |
Protected Attributes | |
| Float_t | fX |
| Float_t | fY |
| UShort_t | fChannel |
| Float_t | fAmp |
Definition at line 14 of file BmnCaloDigit.h.
| BmnCaloDigit::BmnCaloDigit | ( | ) |
Default constructor
Definition at line 3 of file BmnCaloDigit.cxx.
| BmnCaloDigit::BmnCaloDigit | ( | Float_t | x, |
| Float_t | y, | ||
| UShort_t | ch, | ||
| Float_t | amp | ||
| ) |
Main constructor
Definition at line 11 of file BmnCaloDigit.cxx.
|
inlinevirtual |
Destructor
Definition at line 24 of file BmnCaloDigit.h.
| BmnCaloDigit::BmnCaloDigit | ( | ) |
Default constructor
| BmnCaloDigit::BmnCaloDigit | ( | Float_t | x, |
| Float_t | y, | ||
| UShort_t | ch, | ||
| Float_t | amp | ||
| ) |
Main constructor
|
inlinevirtual |
Destructor
Definition at line 24 of file BmnCaloDigit.h.
|
protected |
|
protected |
|
inline |
Definition at line 34 of file BmnCaloDigit.h.
References fAmp.
Referenced by ZdcMoment::Add(), BmnEcalDigitizer::Exec(), BmnZdcDigitizer::Exec(), BmnCaloTowerDraw::Exec(), BmnHistECAL::FillFromDigi(), BmnHistZDC::FillFromDigi(), and BmnZDCEventData::Set().
|
inline |
Definition at line 34 of file BmnCaloDigit.h.
References fAmp.
|
inline |
Definition at line 33 of file BmnCaloDigit.h.
References fChannel.
Referenced by ZdcMoment::Add(), BmnCaloTowerDraw::Exec(), and BmnZDCEventData::Set().
|
inline |
Definition at line 33 of file BmnCaloDigit.h.
References fChannel.
|
inline |
Definition at line 31 of file BmnCaloDigit.h.
References fX.
Referenced by ZdcMoment::Add(), BmnHistECAL::FillFromDigi(), BmnHistZDC::FillFromDigi(), and BmnZDCEventData::Set().
|
inline |
Definition at line 31 of file BmnCaloDigit.h.
References fX.
|
inline |
Definition at line 32 of file BmnCaloDigit.h.
References fY.
Referenced by BmnHistECAL::FillFromDigi(), BmnHistZDC::FillFromDigi(), and BmnZDCEventData::Set().
|
inline |
Definition at line 32 of file BmnCaloDigit.h.
References fY.
|
inline |
Definition at line 29 of file BmnCaloDigit.h.
References fAmp.
Referenced by BmnEcalDigitizer::Exec(), and BmnZdcDigitizer::Exec().
|
inline |
Definition at line 29 of file BmnCaloDigit.h.
References fAmp.
|
inline |
Definition at line 28 of file BmnCaloDigit.h.
References fChannel.
Referenced by BmnZdcDigitizer::Exec(), and BmnZdcDigitizer::LoadMap().
|
inline |
Definition at line 28 of file BmnCaloDigit.h.
References fChannel.
|
inline |
Definition at line 26 of file BmnCaloDigit.h.
References fX.
Referenced by BmnZdcDigitizer::LoadMap().
|
inline |
Definition at line 26 of file BmnCaloDigit.h.
References fX.
|
inline |
Definition at line 27 of file BmnCaloDigit.h.
References fY.
Referenced by BmnZdcDigitizer::LoadMap().
|
inline |
Definition at line 27 of file BmnCaloDigit.h.
References fY.
|
protected |
Definition at line 40 of file BmnCaloDigit.h.
Referenced by GetAmp(), BmnECALDigit::Set(), and SetAmp().
|
protected |
Definition at line 39 of file BmnCaloDigit.h.
Referenced by GetChannel(), BmnECALDigit::Set(), and SetChannel().
|
protected |
Definition at line 37 of file BmnCaloDigit.h.
Referenced by BmnECALDigit::GetIX(), GetX(), BmnECALDigit::Set(), and SetX().
|
protected |
Definition at line 38 of file BmnCaloDigit.h.
Referenced by BmnECALDigit::GetIY(), GetY(), BmnECALDigit::Set(), and SetY().