#include <TMBSimCAEP.hpp>
Public Member Functions | |
| TMBSimCAEP () | |
| TMBSimCAEP (Int_t index, Float_t hitE, Float_t hiteta, Float_t hitphi, Float_t hitR, Char_t ieta, UChar_t iphi, UChar_t ilyr) | |
| virtual | ~TMBSimCAEP () |
| Float_t | getHitE () const |
| Float_t | getHitEta () const |
| Float_t | getHitPhi () const |
| Float_t | getHitR () const |
| Int_t | ieta () const |
| Int_t | iphi () const |
| Int_t | layer () const |
| Int_t | getGeantPartIndex () const |
| void | print (std::ostream &os) const |
| ClassDef (TMBSimCAEP, 2) | |
Private Attributes | |
| Float_t | _hitE |
| Float_t | _hiteta |
| Float_t | _hitphi |
| Float_t | _hitR |
| Char_t | _ieta |
| UChar_t | _iphi |
| UChar_t | _ilyr |
| Int_t | _index |
|
|
Definition at line 6 of file TMBSimCAEP.cpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 11 of file TMBSimCAEP.cpp. References _hitE, _hiteta, _hitphi, _hitR, _ieta, _ilyr, _index, and _iphi. |
|
|
Definition at line 28 of file TMBSimCAEP.cpp. |
|
||||||||||||
|
|
|
|
Definition at line 54 of file TMBSimCAEP.cpp. References _index. |
|
|
Definition at line 33 of file TMBSimCAEP.cpp. References _hitE. |
|
|
Definition at line 38 of file TMBSimCAEP.cpp. References _hiteta. |
|
|
Definition at line 44 of file TMBSimCAEP.cpp. References _hitphi. |
|
|
Definition at line 49 of file TMBSimCAEP.cpp. References _hitR. |
|
|
Definition at line 47 of file TMBSimCAEP.hpp. References _ieta. |
|
|
Definition at line 48 of file TMBSimCAEP.hpp. References _iphi. |
|
|
Definition at line 49 of file TMBSimCAEP.hpp. References _ilyr. |
|
|
Definition at line 59 of file TMBSimCAEP.cpp. |
|
|
Definition at line 24 of file TMBSimCAEP.hpp. Referenced by getHitE(), and TMBSimCAEP(). |
|
|
Definition at line 25 of file TMBSimCAEP.hpp. Referenced by getHitEta(), and TMBSimCAEP(). |
|
|
Definition at line 26 of file TMBSimCAEP.hpp. Referenced by getHitPhi(), and TMBSimCAEP(). |
|
|
Definition at line 27 of file TMBSimCAEP.hpp. Referenced by getHitR(), and TMBSimCAEP(). |
|
|
Definition at line 28 of file TMBSimCAEP.hpp. Referenced by ieta(), and TMBSimCAEP(). |
|
|
Definition at line 30 of file TMBSimCAEP.hpp. Referenced by layer(), and TMBSimCAEP(). |
|
|
Definition at line 32 of file TMBSimCAEP.hpp. Referenced by getGeantPartIndex(), and TMBSimCAEP(). |
|
|
Definition at line 29 of file TMBSimCAEP.hpp. Referenced by iphi(), and TMBSimCAEP(). |
1.3.4