![]() |
ATLAS Offline Software
|
#include <RPCdigit.h>
Public Member Functions | |
| RPCdigit () | |
| RPCdigit (const std::string &, int, unsigned int, float vecvec[4]) | |
| RPCdigit (const RPCdigit &) | |
| virtual | ~RPCdigit () |
| RPCdigit | operator= (const RPCdigit &) |
| bool | operator== (const RPCdigit &) const |
| const RPCdecoder & | decoding (void) const |
| const std::list< unsigned int > & | codes (void) const |
| float | time (void) const |
| float | x (void) const |
| float | y (void) const |
| float | z (void) const |
| void | xyz (float vecvec[3]) const |
| bool | radius (float &) const |
| bool | theta (float &) const |
| bool | eta (float &) const |
| bool | phi (float &) const |
| bool | station_radius (float &) const |
| bool | station_eta (float &) const |
| bool | station_phi (float &) const |
| virtual int | particle_code (void) const |
| virtual int | process_type (void) const |
| virtual int | track_number (void) const |
| virtual const MuonSimuTrack * | muon (void) const |
| void | Print (std::ostream &, bool) const |
| void | set_number (int) |
| int | number () const |
| void | PrintElement (std::ostream &, std::string, bool) const |
| ObjectType | tag () const |
| const std::string & | name () const |
Private Attributes | |
| RPCdecoder | m_coding |
| float | m_x |
| float | m_y |
| float | m_z |
| float | m_time |
| float | m_station_radius |
| float | m_station_phi |
| std::list< unsigned int > | m_codes |
| int | m_number {} |
| ObjectType | m_tag |
| std::string | m_name |
Definition at line 15 of file RPCdigit.h.
| RPCdigit::RPCdigit | ( | ) |
Definition at line 12 of file RPCdigit.cxx.
| RPCdigit::RPCdigit | ( | const std::string & | name, |
| int | number, | ||
| unsigned int | code, | ||
| float | vec[4] ) |
Definition at line 31 of file RPCdigit.cxx.
Definition at line 129 of file RPCdigit.cxx.
|
inlinevirtual |
Definition at line 42 of file RPCdigit.h.
|
inline |
Definition at line 50 of file RPCdigit.h.
|
inline |
Definition at line 48 of file RPCdigit.h.
| bool RPCdigit::eta | ( | float & | eta | ) | const |
Definition at line 205 of file RPCdigit.cxx.
|
inlinevirtual |
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
|
inlineinherited |
Definition at line 30 of file RPCtrigDataObject.h.
Definition at line 142 of file RPCdigit.cxx.
Definition at line 169 of file RPCdigit.cxx.
|
inlinevirtual |
| bool RPCdigit::phi | ( | float & | phi | ) | const |
Definition at line 217 of file RPCdigit.cxx.
|
virtual |
Reimplemented from BaseObject.
Definition at line 238 of file RPCdigit.cxx.
|
inlineinherited |
Definition at line 32 of file RPCtrigDataObject.h.
|
inlinevirtual |
| bool RPCdigit::radius | ( | float & | rad | ) | const |
Definition at line 182 of file RPCdigit.cxx.
|
inherited |
Definition at line 29 of file RPCtrigDataObject.cxx.
| bool RPCdigit::station_eta | ( | float & | eta | ) | const |
Definition at line 227 of file RPCdigit.cxx.
|
inline |
Definition at line 93 of file RPCdigit.h.
|
inline |
Definition at line 81 of file RPCdigit.h.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
| bool RPCdigit::theta | ( | float & | theta | ) | const |
Definition at line 193 of file RPCdigit.cxx.
|
inline |
Definition at line 52 of file RPCdigit.h.
|
inlinevirtual |
|
inline |
Definition at line 53 of file RPCdigit.h.
| void RPCdigit::xyz | ( | float | vec[3] | ) | const |
|
inline |
Definition at line 54 of file RPCdigit.h.
|
inline |
Definition at line 55 of file RPCdigit.h.
|
private |
Definition at line 29 of file RPCdigit.h.
|
private |
Definition at line 18 of file RPCdigit.h.
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
privateinherited |
Definition at line 18 of file RPCtrigDataObject.h.
|
private |
Definition at line 27 of file RPCdigit.h.
|
private |
Definition at line 26 of file RPCdigit.h.
|
privateinherited |
Definition at line 15 of file BaseObject.h.
|
private |
Definition at line 24 of file RPCdigit.h.
|
private |
Definition at line 20 of file RPCdigit.h.
|
private |
Definition at line 21 of file RPCdigit.h.
|
private |
Definition at line 22 of file RPCdigit.h.