#include <TMuiHitO.h>
Inheritance diagram for TMuiHitO:
Public Methods | |
Functional Interface | |
TMuiHitO () | |
virtual | ~TMuiHitO () |
TMuiHitO (const Key &key) | |
TMuiHitO (const Key &, UShort_t arm, UShort_t plane, UShort_t panel, UShort_t orientation, UShort_t twopack, UShort_t index) | |
Locators | |
virtual void | set_arm (UShort_t arm) |
virtual void | set_plane (UShort_t plane) |
virtual void | set_panel (UShort_t panel) |
virtual void | set_orientation (UShort_t orientation) |
virtual void | set_twopack (UShort_t twopack) |
virtual UShort_t | get_arm () const |
virtual UShort_t | get_plane () const |
virtual UShort_t | get_panel () const |
virtual UShort_t | get_orientation () const |
virtual UShort_t | get_twopack () const |
virtual UShort_t | get_index () const |
Dumpers | |
virtual void | print (std::ostream &os=std::cout) const |
The MUID Hit Interface Object
The MUID hit object presents an interface to some data members of old framework mui road object.
The purpose for having this interface object is the translate old frame work Hit road into a new framework object.
Definition at line 32 of file TMuiHitO.h.
|
Default constructor Definition at line 40 of file TMuiHitO.h.
00040 {;} |
|
Default destructor Definition at line 43 of file TMuiHitO.h.
00043 {;} |
|
Default constructor Definition at line 46 of file TMuiHitO.h.
00046 : 00047 PHKey(key){;} |
|
Construct with key and location Definition at line 50 of file TMuiHitO.h.
00056 {;} |
|
Arm [0,1] Reimplemented in TMuiHitO_v1. Definition at line 80 of file TMuiHitO.h.
00080 {return 0;} |
|
Index Reimplemented in TMuiHitO_v1. Definition at line 95 of file TMuiHitO.h.
00095 {return 0;} |
|
Orientation[0,1] Reimplemented in TMuiHitO_v1. Definition at line 89 of file TMuiHitO.h.
00089 {return 0;} |
|
Panel [0,5] Reimplemented in TMuiHitO_v1. Definition at line 86 of file TMuiHitO.h.
00086 {return 0;} |
|
Plane [0,4] Reimplemented in TMuiHitO_v1. Definition at line 83 of file TMuiHitO.h.
00083 {return 0;} |
|
TwoPack[0,64] Reimplemented in TMuiHitO_v1. Definition at line 92 of file TMuiHitO.h.
00092 {return 0;} |
|
Reimplemented in TMuiHitO_v1. Definition at line 102 of file TMuiHitO.h.
00102 {} |
|
Arm [0,1] Reimplemented in TMuiHitO_v1. Definition at line 65 of file TMuiHitO.h.
00065 {} |
|
Orientation[0,1] Reimplemented in TMuiHitO_v1. Definition at line 74 of file TMuiHitO.h.
00074 {} |
|
Panel [0,5] Reimplemented in TMuiHitO_v1. Definition at line 71 of file TMuiHitO.h.
00071 {} |
|
Plane [0,4] Reimplemented in TMuiHitO_v1. Definition at line 68 of file TMuiHitO.h.
00068 {} |
|
TwoPack[0,64] Reimplemented in TMuiHitO_v1. Definition at line 77 of file TMuiHitO.h.
00077 {} |