#include <TMBFpsData.hpp>
Public Member Functions | |
| TMBFpsData () | |
| TMBFpsData (Int_t wedge, Int_t strip, Float_t energy) | |
| ~TMBFpsData () | |
| Int_t | wedge () const |
| Int_t | strip () const |
| Float_t | energy () const |
| ClassDef (TMBFpsData, 2) | |
Private Attributes | |
| Int_t | _wedge |
| Int_t | _strip |
| Float_t | _energy |
|
|
Definition at line 14 of file TMBFpsData.cpp. |
|
||||||||||||||||
|
Definition at line 20 of file TMBFpsData.cpp. |
|
|
Definition at line 31 of file TMBFpsData.hpp. |
|
||||||||||||
|
|
|
|
Definition at line 35 of file TMBFpsData.hpp. References _energy. |
|
|
Definition at line 34 of file TMBFpsData.hpp. References _strip. |
|
|
Definition at line 33 of file TMBFpsData.hpp. References _wedge. |
|
|
Definition at line 25 of file TMBFpsData.hpp. Referenced by energy(). |
|
|
Definition at line 24 of file TMBFpsData.hpp. Referenced by strip(). |
|
|
Definition at line 23 of file TMBFpsData.hpp. Referenced by wedge(). |
1.3.4