|
|
| TrigScintHit ()=default |
| | Class constructor.
|
| |
| | ~TrigScintHit () |
| | Class destructor.
|
| |
| void | clear (Option_t *option="") |
| | Clear the data in the object.
|
| |
| void | setBarID (const int barID) |
| | Set hit bar ID.
|
| |
| int | getBarID () const |
| | Get the bar ID.
|
| |
| void | setPE (const float PE) |
| | Set hit pe.
|
| |
| float | getPE () const |
| | Get the hit pe.
|
| |
| void | setModuleID (const int moduleID) |
| | Set hit module ID.
|
| |
| int | getModuleID () const |
| | Get the module ID.
|
| |
| void | setBeamEfrac (const float beamEfrac) |
| | Set beam energy fraction of hit.
|
| |
| float | getBeamEfrac () const |
| | Get the beam energy fraction.
|
| |
|
| HcalHit ()=default |
| | Class constructor.
|
| |
|
virtual | ~HcalHit ()=default |
| | Class destructor.
|
| |
| void | clear () |
| | Clear the data in the object.
|
| |
| float | getPE () const |
| | Get the number of photoelectrons estimated for this hit.
|
| |
| float | getMinPE () const |
| | Get the minimum number of photoelectrons estimated for this hit if two sided readout.
|
| |
| int | getSection () const |
| | Get the section for this hit.
|
| |
| int | getLayer () const |
| | Get the layer for this hit.
|
| |
| int | getStrip () const |
| | Get the strip for this hit.
|
| |
| int | getEnd () const |
| | Get end for this hit.
|
| |
| int | getIsADC () const |
| | Get if hit was reconstructed using ADC.
|
| |
| int | getToaPos () const |
| | Get the toa of the positive end.
|
| |
| int | getToaNeg () const |
| | Get the toa of the negative end.
|
| |
| int | getAmplitudePos () const |
| | Get the amplitude of the positive end.
|
| |
| int | getAmplitudeNeg () const |
| | Get the amplitude of the negative end.
|
| |
| double | getPosition () const |
| | Get the position of the hit.
|
| |
| bool | isOrientationX () const |
| | Get if bar is oriented in X.
|
| |
| bool | isOrientationY () const |
| | Get if bar is oriented in Y.
|
| |
| bool | isOrientationZ () const |
| | Get if bar is oriented in Z.
|
| |
| double | getTimeDiff () const |
| | Get the time difference between the two ends Note: only applies for double ended readout.
|
| |
| void | setPE (float pe) |
| | Set the number of photoelectrons estimated for this hit.
|
| |
| void | setMinPE (float minpe) |
| | Set the minimum number of photoelectrons estimated for this hit.
|
| |
| void | setSection (int section) |
| | Set the section for this hit.
|
| |
| void | setLayer (int layer) |
| | Set the layer for this hit.
|
| |
| void | setStrip (int strip) |
| | Set the strip for this hit.
|
| |
| void | setEnd (int end) |
| | Set the end (0 neg, 1 pos_ side).
|
| |
| void | setIsADC (int isADC) |
| | Set if the hit is reconstructed using ADC.
|
| |
| void | setTimeDiff (double timeDiff) |
| | Set time difference (uncorrected)
|
| |
| void | setToaPos (double toaPos) |
| | Set toa of the positive end.
|
| |
| void | setToaNeg (double toaNeg) |
| | Set toa of the negative end.
|
| |
| void | setAmplitudePos (double amplitudePos) |
| | Set amplitude of the positive end.
|
| |
| void | setAmplitudeNeg (double amplitudeNeg) |
| | Set amplitude of the negative end.
|
| |
| void | setPositionUnchanged (double position, int orientation) |
| | Set original position.
|
| |
| void | setOrientation (int orientation) |
| | Set if the bar is orientied in X / Y / Z meanig 0 / 1 / 2, respectively.
|
| |
| | CalorimeterHit () |
| | Class constructor.
|
| |
|
virtual | ~CalorimeterHit ()=default |
| | Class destructor.
|
| |
| void | clear () |
| | Clear the data in the object.
|
| |
| int | getID () const |
| | Get the detector ID.
|
| |
| void | setID (int id) |
| | Set the detector ID.
|
| |
| float | getAmplitude () const |
| | Get the amplitude of the hit, which is proportional to the signal in the calorimeter cell without sampling factor corrections.
|
| |
| void | setAmplitude (float amplitude) |
| | Set the amplitude of the hit, which is proportional to the signal in the calorimeter cell without sampling factor corrections.
|
| |
| float | getEnergy () const |
| | Get the calorimetric energy of the hit, corrected for sampling factors [MeV].
|
| |
| void | setEnergy (float energy) |
| | Set the calorimetric energy of the hit, corrected for sampling factors [MeV].
|
| |
| float | getTime () const |
| | Get the time of the hit [ns].
|
| |
| void | setTime (float time) |
| | Set the time of the hit [ns].
|
| |
| float | getXPos () const |
| | Get the X position of the hit [mm].
|
| |
| void | setXPos (float xpos) |
| | Set the X position of the hit [mm].
|
| |
| float | getYPos () const |
| | Get the Y position of the hit [mm].
|
| |
| void | setYPos (float ypos) |
| | Set the Y position of the hit [mm].
|
| |
| float | getZPos () const |
| | Get the Z position of the hit [mm].
|
| |
| void | setZPos (float zpos) |
| | Set the Z position of the hit [mm].
|
| |
| bool | isNoise () const |
| | Is this hit a noise hit?
|
| |
| void | setNoise (bool yes) |
| | Set if this hit is a noise hit.
|
| |
| bool | operator< (const CalorimeterHit &rhs) const |
| | Sort by time of hit.
|
| |
Definition at line 24 of file TrigScintHit.h.