#include <CSCDetectorHit.h>
Public Member Functions | |
CSCDetectorHit (int element, float charge, float position, float time, const PSimHit *hitp) | |
float | getCharge () const |
int | getElement () const |
float | getPosition () const |
const PSimHit * | getSimHit () const |
float | getTime () const |
Private Attributes | |
float | theCharge |
int | theElement |
strip or wire number More... | |
const PSimHit * | theHitp |
theSimHit that created this hit More... | |
float | thePosition |
the position is along the element, with (0,0) the center of the chamber More... | |
float | theTime |
start counting time at the beam crossing More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const CSCDetectorHit &) |
A CSCDetectorHit can represent a hit either on a wire or a strip in the early stages of the Endcap Muon CSC digitization. See documentation for MEDigitizer subpackage of Muon.
Definition at line 16 of file CSCDetectorHit.h.
|
inline |
Definition at line 19 of file CSCDetectorHit.h.
|
inline |
Definition at line 25 of file CSCDetectorHit.h.
References theCharge.
Referenced by CSCBaseElectronicsSim::amplifySignal(), and operator<<().
|
inline |
Definition at line 24 of file CSCDetectorHit.h.
References theElement.
Referenced by CSCBaseElectronicsSim::amplifySignal(), and operator<<().
|
inline |
Definition at line 26 of file CSCDetectorHit.h.
References thePosition.
Referenced by CSCBaseElectronicsSim::amplifySignal(), and operator<<().
|
inline |
Definition at line 28 of file CSCDetectorHit.h.
References theHitp.
|
inline |
Definition at line 27 of file CSCDetectorHit.h.
References theTime.
Referenced by CSCBaseElectronicsSim::amplifySignal(), and operator<<().
|
friend |
Definition at line 4 of file CSCDetectorHit.cc.
|
private |
Definition at line 34 of file CSCDetectorHit.h.
Referenced by getCharge().
|
private |
|
private |
theSimHit that created this hit
Definition at line 40 of file CSCDetectorHit.h.
Referenced by getSimHit().
|
private |
the position is along the element, with (0,0) the center of the chamber
Definition at line 36 of file CSCDetectorHit.h.
Referenced by getPosition().
|
private |
start counting time at the beam crossing
Definition at line 38 of file CSCDetectorHit.h.
Referenced by getTime().