#include <TMBCpsDigi.hpp>
Public Member Functions | |
| TMBCpsDigi () | |
| TMBCpsDigi (Int_t layer, Int_t strip, Float_t energy) | |
| ~TMBCpsDigi () | |
| Int_t | layer () const |
| Int_t | strip () const |
| Float_t | energy () const |
| ClassDef (TMBCpsDigi, 2) | |
Private Attributes | |
| Int_t | _layer |
| Int_t | _strip |
| Float_t | _energy |
|
|
Definition at line 14 of file TMBCpsDigi.cpp. |
|
||||||||||||||||
|
Definition at line 20 of file TMBCpsDigi.cpp. |
|
|
Definition at line 30 of file TMBCpsDigi.hpp. |
|
||||||||||||
|
|
|
|
Definition at line 34 of file TMBCpsDigi.hpp. References _energy. |
|
|
Definition at line 32 of file TMBCpsDigi.hpp. References _layer. |
|
|
Definition at line 33 of file TMBCpsDigi.hpp. References _strip. |
|
|
Definition at line 24 of file TMBCpsDigi.hpp. Referenced by energy(). |
|
|
Definition at line 22 of file TMBCpsDigi.hpp. Referenced by layer(). |
|
|
Definition at line 23 of file TMBCpsDigi.hpp. Referenced by strip(). |
1.3.4