FairRoot/PandaRoot
|
#include <PndEmcPSAFPGAPileupAnalyser.h>
Public Types | |
enum | pileup_t { kSingle =0, kPileup1 =1, kPileup2 =2, kInvalid =99 } |
enum | status_t { kBaseline, kInPulse, kPulseDetected, kPulseFinished, kPileupFinished, kUndefined =99 } |
Public Member Functions | |
PndEmcPSAFPGAPileupAnalyser () | |
virtual | ~PndEmcPSAFPGAPileupAnalyser () |
virtual void | SetVerbose (Int_t verbose=0) |
virtual void | initFromFile () |
virtual void | Init (const std::vector< Double_t > ¶ms, TF1 *R_thres, TF1 *R_mean, float extBaselineValue=0) |
virtual void | Init (const std::vector< Double_t > ¶ms, TF1 *R_thres, TF1 *R_mean, unsigned int baselineStartSample, unsigned int baselineStopSample) |
virtual void | GetHit (Int_t i, Double_t &Energy, Double_t &Time) |
Get energy and time of hit. More... | |
virtual void | GetHit (Int_t i, Double_t &Energy, Double_t &Time, pileup_t &PileupType) |
void | GetEnergyMeasures (Int_t i, Double_t &Amplitude, Double_t &Integral) |
virtual void | reset () |
virtual void | put (float valueToStore) |
virtual float | baseline () |
virtual void | initFromFile (const std::string &fname) |
int | nHits () |
float | sampleTime (int index) |
float | sampleAmplitude (int index) |
float | sampleIntegral (int index) |
virtual Int_t | Process (const PndEmcWaveform *waveform) |
Find Hits in Waveform. More... | |
virtual void | Process (const PndEmcWaveform *waveform, Double_t &litude, Double_t &time) |
Deprecated. Do not use. More... | |
virtual void | Reset () |
reset found hits More... | |
virtual void | Init (const std::vector< Double_t > ¶ms) |
status_t | GetStatus () |
ClassDef (PndEmcAbsPSA, 1) | |
Protected Types | |
enum | { kWindow, kExtern, kFollow } |
Protected Member Functions | |
virtual void | setBaseline (float newBaseline) |
virtual void | setBaselineWindow (unsigned int startSample, unsigned int stopSample) |
virtual void | InitParameters (const std::vector< Double_t > ¶ms) |
virtual void | Init2 (const std::vector< Double_t > ¶ms, TF1 *R_thres, TF1 *R_mean) |
ClassDef (PndEmcPSAFPGAPileupAnalyser, 2) | |
virtual void | init (SampleAnalyserParams ¶ms) |
ClassDef (PndEmcPSAFPGASampleAnalyser, 2) | |
Definition at line 17 of file PndEmcPSAFPGAPileupAnalyser.h.
|
protected |
Enumerator | |
---|---|
kWindow | |
kExtern | |
kFollow |
Definition at line 41 of file PndEmcPSAFPGAPileupAnalyser.h.
Enumerator | |
---|---|
kSingle | |
kPileup1 | |
kPileup2 | |
kInvalid |
Definition at line 24 of file PndEmcPSAFPGAPileupAnalyser.h.
|
inherited |
Enumerator | |
---|---|
kBaseline | |
kInPulse | |
kPulseDetected | |
kPulseFinished | |
kPileupFinished | |
kUndefined |
Definition at line 57 of file PndEmcPSAFPGASampleAnalyser.h.
PndEmcPSAFPGAPileupAnalyser::PndEmcPSAFPGAPileupAnalyser | ( | ) |
Definition at line 13 of file PndEmcPSAFPGAPileupAnalyser.cxx.
|
virtual |
Definition at line 17 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References CF_prev, Int_mean, Int_thres, MWD_filter1, MWD_filter2, and MWD_filter3.
|
inlinevirtual |
Implements PndEmcPSAFPGASampleAnalyser.
Definition at line 37 of file PndEmcPSAFPGAPileupAnalyser.h.
References PndEmcPSAFPGASampleAnalyser::baseline_value.
|
inherited |
|
protected |
|
protectedinherited |
void PndEmcPSAFPGAPileupAnalyser::GetEnergyMeasures | ( | Int_t | i, |
Double_t & | Amplitude, | ||
Double_t & | Integral | ||
) |
Definition at line 148 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::sampleAmplitude(), and PndEmcPSAFPGASampleAnalyser::sampleIntegral().
Get energy and time of hit.
Int_t | Index of Hit |
Double_t | Energy of Hit |
Double_t | Time of Hit |
Reimplemented from PndEmcPSAFPGASampleAnalyser.
Definition at line 132 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::sampleAmplitude(), and PndEmcPSAFPGASampleAnalyser::sampleTime().
Referenced by GetHit().
|
virtual |
Definition at line 138 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References GetHit(), i, kInvalid, PndEmcPSAFPGASampleAnalyser::nHits(), and pileups.
|
inlineinherited |
Definition at line 58 of file PndEmcPSAFPGASampleAnalyser.h.
References PndEmcPSAFPGASampleAnalyser::status.
Referenced by PndEmcHighLowPSA::Process().
|
virtual |
Definition at line 70 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References Init2(), and setBaseline().
Referenced by PndEmcFWEndcapDigi::Init().
|
virtual |
Definition at line 75 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References Init2(), and setBaselineWindow().
|
virtualinherited |
Definition at line 132 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_delay, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fit_offset, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fitter_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_ratio, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::clock_unit, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::hit_threshold, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::iafactor, PndEmcPSAFPGASampleAnalyser::init(), PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::ma_trig_M, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_length, and PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_tau.
|
protectedvirtualinherited |
Reimplemented in PndEmcPSAFPGADigitalFilterAnalyser.
Definition at line 45 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::analyserParams, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_delay, PndEmcPSAFPGASampleAnalyser::CF_delay, PndEmcPSAFPGASampleAnalyser::CF_filter, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fit_offset, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fitter_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_ratio, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::clock_unit, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::hit_threshold, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::iafactor, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::ma_trig_M, PndEmcPSAFPGASampleAnalyser::MA_triggering, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd2_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd2_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd3_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd3_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::rough_timing_corr, PndEmcPSAFPGAFilterDelay::set(), PndEmcPSAFPGAFilterMA::set(), PndEmcPSAFPGAFilterCF::set(), PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::sig_delay, and PndEmcPSAFPGASampleAnalyser::Signal_delay.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::init(), PndEmcPSAFPGASampleAnalyser::Init(), PndEmcPSAFPGASampleAnalyser::initFromFile(), and InitParameters().
|
protectedvirtual |
Definition at line 81 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::analyserParams, CF_prev, func_defined, InitParameters(), Int_mean, Int_thres, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd2_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd2_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd3_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd3_tau, MWD_filter1, MWD_filter2, MWD_filter3, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_tau, PndEmcPSAFPGAFilterDelay::set(), PndEmcPSAFPGAFilterMWD::set(), PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::sig_delay, and PndEmcPSAFPGASampleAnalyser::Signal_delay.
Referenced by Init().
|
virtualinherited |
Definition at line 71 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_delay, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fit_offset, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fitter_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_ratio, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::clock_unit, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::hit_threshold, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::iafactor, PndEmcPSAFPGASampleAnalyser::init(), PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::ma_trig_M, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_length, and PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_tau.
Referenced by PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser().
|
inlinevirtual |
Definition at line 26 of file PndEmcPSAFPGAPileupAnalyser.h.
|
protectedvirtual |
Definition at line 42 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_delay, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fit_offset, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fitter_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_ratio, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::hit_threshold, PndEmcPSAFPGASampleAnalyser::init(), PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::ma_trig_M, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd2_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd2_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd3_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd3_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_length, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::mwd_tau, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::rough_timing_corr, and PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::sig_delay.
Referenced by Init2().
|
inlineinherited |
Definition at line 28 of file PndEmcPSAFPGASampleAnalyser.h.
References PndEmcPSAFPGASampleAnalyser::Number_of_hits.
Referenced by GetHit(), PndEmcPSAFPGADigitalFilterAnalyser::Process(), PndEmcPSAFPGASampleAnalyser::Process(), PndEmcPSAFPGASampleAnalyser::sampleAmplitude(), PndEmcPSAFPGASampleAnalyser::sampleIntegral(), and PndEmcPSAFPGASampleAnalyser::sampleTime().
|
virtualinherited |
Find Hits in Waveform.
PndEmcWaveform |
Implements PndEmcAbsPSA.
Reimplemented in PndEmcPSAFPGADigitalFilterAnalyser.
Definition at line 177 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcWaveform::GetSignal(), PndEmcPSAFPGASampleAnalyser::nHits(), PndEmcPSAFPGASampleAnalyser::put(), and PndEmcPSAFPGASampleAnalyser::reset().
|
virtualinherited |
Deprecated. Do not use.
PndEmcWaveform | |
Double_t | |
Double_t |
Reimplemented in PndEmcPSAMatchedDigiFilter, PndEmcPSAParabolic, PndEmcPSAParabolicBaseline, and PndEmcPSATrapDigiFilter.
Definition at line 2 of file PndEmcAbsPSA.cxx.
References PndEmcAbsPSA::GetHit(), and PndEmcAbsPSA::Process().
|
virtual |
Implements PndEmcPSAFPGASampleAnalyser.
Definition at line 153 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References a, PndEmcPSAFPGASampleAnalyser::amplitude, PndEmcPSAFPGASampleAnalyser::analyserParams, PndEmcPSAFPGASampleAnalyser::baseline_value, baselineMode, BaselineStartSample, BaselineStopSample, BaselineSum, cf_crossing, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_delay, PndEmcPSAFPGASampleAnalyser::CF_delay, PndEmcPSAFPGASampleAnalyser::CF_filter, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::cf_fit_offset, PndEmcPSAFPGASampleAnalyser::CF_Fitter, CF_prev, cfRise, cfZero, energy_finished, PndEmcPSAFPGALinFitter::fit(), func_defined, fVerbose, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::hit_threshold, i, in_cfRise, Int_mean, Int_thres, PndEmcPSAFPGASampleAnalyser::integral, PndEmcPSAFPGASampleAnalyser::kBaseline, PndEmcPSAFPGASampleAnalyser::kInPulse, kPileup1, kPileup2, PndEmcPSAFPGASampleAnalyser::kPileupFinished, PndEmcPSAFPGASampleAnalyser::kPulseDetected, PndEmcPSAFPGASampleAnalyser::kPulseFinished, kSingle, PndEmcPSAFPGASampleAnalyser::kUndefined, kWindow, PndEmcPSAFPGASampleAnalyser::local_time, MWD_filter1, MWD_filter2, MWD_filter3, PndEmcPSAFPGASampleAnalyser::Number_of_hits, PndEmcPSAFPGALinFitter::offset(), pileups, PndEmcPSAFPGASampleAnalyser::pulse_detected, PndEmcPSAFPGAFilterDelay::put(), PndEmcPSAFPGAFilterMWD::put(), PndEmcPSAFPGAFilterCF::put(), PndEmcPSAFPGALinFitter::putPoint(), PndEmcPSAFPGALinFitter::reset(), PndEmcPSAFPGASampleAnalyser::rough_pulse_timing, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::rough_timing_corr, PndEmcPSAFPGASampleAnalyser::SampleAnalyserParams::sig_delay, PndEmcPSAFPGASampleAnalyser::Signal_delay, PndEmcPSAFPGALinFitter::slope(), PndEmcPSAFPGASampleAnalyser::status, PndEmcPSAFPGASampleAnalyser::time, and timing_finished.
|
virtual |
Implements PndEmcPSAFPGASampleAnalyser.
Definition at line 26 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References BaselineSum, PndEmcPSAFPGASampleAnalyser::CF_delay, PndEmcPSAFPGASampleAnalyser::CF_filter, PndEmcPSAFPGASampleAnalyser::local_time, PndEmcPSAFPGASampleAnalyser::MA_triggering, MWD_filter1, MWD_filter2, MWD_filter3, PndEmcPSAFPGASampleAnalyser::Number_of_hits, PndEmcPSAFPGASampleAnalyser::pulse_detected, PndEmcPSAFPGAFilterDelay::resetToZero(), PndEmcPSAFPGAFilterMA::resetToZero(), PndEmcPSAFPGAFilterCF::resetToZero(), PndEmcPSAFPGAFilterMWD::resetToZero(), and PndEmcPSAFPGASampleAnalyser::rough_pulse_timing.
|
inlinevirtualinherited |
reset found hits
Reimplemented from PndEmcAbsPSA.
Definition at line 34 of file PndEmcPSAFPGASampleAnalyser.h.
References PndEmcPSAFPGASampleAnalyser::reset().
Referenced by PndEmcHighLowPSA::Reset().
|
inherited |
Definition at line 165 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::amplitude, and PndEmcPSAFPGASampleAnalyser::nHits().
Referenced by GetEnergyMeasures(), GetHit(), and PndEmcPSAFPGASampleAnalyser::GetHit().
|
inherited |
Definition at line 171 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::integral, and PndEmcPSAFPGASampleAnalyser::nHits().
Referenced by GetEnergyMeasures().
|
inherited |
Definition at line 159 of file PndEmcPSAFPGASampleAnalyser.cxx.
References PndEmcPSAFPGASampleAnalyser::nHits(), and PndEmcPSAFPGASampleAnalyser::time.
Referenced by GetHit(), and PndEmcPSAFPGASampleAnalyser::GetHit().
|
protectedvirtual |
Reimplemented from PndEmcPSAFPGASampleAnalyser.
Definition at line 120 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References baselineMode, kExtern, and PndEmcPSAFPGASampleAnalyser::setBaseline().
Referenced by Init().
|
protectedvirtual |
Definition at line 125 of file PndEmcPSAFPGAPileupAnalyser.cxx.
References baselineMode, BaselineStartSample, BaselineStopSample, and kWindow.
Referenced by Init().
|
inlinevirtual |
Definition at line 22 of file PndEmcPSAFPGAPileupAnalyser.h.
References fVerbose, and verbose.
Referenced by PndEmcFWEndcapDigi::Init().
|
protectedinherited |
Definition at line 82 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), and PndEmcPSAFPGASampleAnalyser::sampleAmplitude().
|
protectedinherited |
Definition at line 63 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::init(), PndEmcPSAFPGASampleAnalyser::init(), Init2(), PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), and put().
|
protectedinherited |
Definition at line 65 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGAIntegratingAnalyser::baseline(), baseline(), PndEmcPSAFPGADigitalFilterAnalyser::PndEmcPSAFPGADigitalFilterAnalyser(), PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser(), PndEmcPSAFPGADigitalFilterAnalyser::Process(), PndEmcPSAFPGAIntegratingAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::put(), put(), and PndEmcPSAFPGASampleAnalyser::setBaseline().
enum { ... } PndEmcPSAFPGAPileupAnalyser::baselineMode |
Referenced by put(), setBaseline(), and setBaselineWindow().
|
protected |
Definition at line 51 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put(), and setBaselineWindow().
|
protected |
Definition at line 52 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put(), and setBaselineWindow().
|
protected |
Definition at line 53 of file PndEmcPSAFPGAPileupAnalyser.h.
|
protected |
Definition at line 64 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put().
|
protectedinherited |
Definition at line 74 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::init(), PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser(), PndEmcPSAFPGAIntegratingAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::put(), put(), PndEmcPSAFPGADigitalFilterAnalyser::reset(), and reset().
|
protectedinherited |
Definition at line 71 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::init(), PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser(), PndEmcPSAFPGAIntegratingAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::put(), put(), PndEmcPSAFPGADigitalFilterAnalyser::reset(), PndEmcPSAFPGAIntegratingAnalyser::reset(), and reset().
|
protectedinherited |
Definition at line 76 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser(), PndEmcPSAFPGAIntegratingAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::put(), and put().
|
protected |
Definition at line 58 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by Init2(), put(), and ~PndEmcPSAFPGAPileupAnalyser().
|
protectedinherited |
Definition at line 69 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), and PndEmcPSAFPGAIntegratingAnalyser::put().
|
protected |
Definition at line 67 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put().
|
protected |
Definition at line 66 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put().
|
protected |
Definition at line 60 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put().
|
protected |
Definition at line 62 of file PndEmcPSAFPGAPileupAnalyser.h.
|
protected |
Definition at line 47 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put(), and SetVerbose().
|
protected |
Definition at line 65 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put().
|
protected |
Definition at line 49 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by Init2(), put(), and ~PndEmcPSAFPGAPileupAnalyser().
|
protected |
Definition at line 48 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by Init2(), put(), and ~PndEmcPSAFPGAPileupAnalyser().
|
protectedinherited |
Definition at line 81 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), and PndEmcPSAFPGASampleAnalyser::sampleIntegral().
|
protectedinherited |
Definition at line 66 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), PndEmcPSAFPGADigitalFilterAnalyser::reset(), PndEmcPSAFPGAIntegratingAnalyser::reset(), and reset().
|
protectedinherited |
Definition at line 73 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser().
|
protectedinherited |
Definition at line 72 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::init(), PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser(), PndEmcPSAFPGAIntegratingAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::reset(), PndEmcPSAFPGAIntegratingAnalyser::reset(), and reset().
|
protected |
Definition at line 55 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by Init2(), put(), reset(), and ~PndEmcPSAFPGAPileupAnalyser().
|
protected |
Definition at line 56 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by Init2(), put(), reset(), and ~PndEmcPSAFPGAPileupAnalyser().
|
protected |
Definition at line 57 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by Init2(), put(), reset(), and ~PndEmcPSAFPGAPileupAnalyser().
|
protectedinherited |
Definition at line 79 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::nHits(), PndEmcPSAFPGAIntegratingAnalyser::put(), PndEmcPSAFPGADigitalFilterAnalyser::put(), put(), PndEmcPSAFPGADigitalFilterAnalyser::reset(), PndEmcPSAFPGAIntegratingAnalyser::reset(), and reset().
|
protected |
Definition at line 68 of file PndEmcPSAFPGAPileupAnalyser.h.
|
protectedinherited |
Definition at line 67 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), PndEmcPSAFPGADigitalFilterAnalyser::reset(), PndEmcPSAFPGAIntegratingAnalyser::reset(), and reset().
|
protectedinherited |
Definition at line 68 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), and reset().
|
protectedinherited |
Definition at line 75 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::init(), Init2(), PndEmcPSAFPGASampleAnalyser::PndEmcPSAFPGASampleAnalyser(), PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), and PndEmcPSAFPGADigitalFilterAnalyser::reset().
|
protectedinherited |
Definition at line 84 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGASampleAnalyser::GetStatus(), and put().
|
protectedinherited |
Definition at line 80 of file PndEmcPSAFPGASampleAnalyser.h.
Referenced by PndEmcPSAFPGADigitalFilterAnalyser::put(), PndEmcPSAFPGAIntegratingAnalyser::put(), put(), and PndEmcPSAFPGASampleAnalyser::sampleTime().
|
protected |
Definition at line 61 of file PndEmcPSAFPGAPileupAnalyser.h.
Referenced by put().