![]() |
PandaRoot
|
#include <PndEmcPSAFPGAIntegratingAnalyser.h>
Public Member Functions | |
| PndEmcPSAFPGAIntegratingAnalyser () | |
| PndEmcPSAFPGAIntegratingAnalyser (const std::string &fname) | |
| virtual | ~PndEmcPSAFPGAIntegratingAnalyser () |
| virtual float | baseline () |
| virtual void | reset () |
| virtual void | put (float valueToStore) |
| ClassDef (PndEmcPSAFPGAIntegratingAnalyser, 1) | |
Public Member Functions inherited from PndEmcPSAFPGASampleAnalyser | |
| PndEmcPSAFPGASampleAnalyser () | |
| PndEmcPSAFPGASampleAnalyser (const std::string &fname) | |
| virtual | ~PndEmcPSAFPGASampleAnalyser () |
| virtual void | initFromFile (const std::string &fname) |
| virtual void | setBaseline (float newBaseline) |
| int | nHits () |
| float | sampleTime (int index) |
| float | sampleAmplitude (int index) |
| float | sampleIntegral (int index) |
| Int_t | samplePileup (int index) |
| virtual Int_t | Process (const PndEmcWaveform *waveform) |
| Find Hits in Waveform. More... | |
| virtual void | Reset () |
| reset found hits More... | |
| virtual void | GetHit (Int_t i, Double_t &energy, Double_t &time) |
| Get energy and time of hit. More... | |
| virtual void | GetHit2 (Int_t i, Double_t &energy, Double_t &time, Int_t &PileupType) |
| virtual void | Init (const std::vector< Double_t > ¶ms) |
| status_t | GetStatus () |
Public Member Functions inherited from PndEmcAbsPSA | |
| PndEmcAbsPSA () | |
| virtual | ~PndEmcAbsPSA () |
| virtual void | Process (const PndEmcWaveform *waveform, Double_t &litude, Double_t &time) |
| Deprecated. Do not use. More... | |
| ClassDef (PndEmcAbsPSA, 1) | |
Definition at line 14 of file PndEmcPSAFPGAIntegratingAnalyser.h.
| PndEmcPSAFPGAIntegratingAnalyser::PndEmcPSAFPGAIntegratingAnalyser | ( | ) |
| PndEmcPSAFPGAIntegratingAnalyser::PndEmcPSAFPGAIntegratingAnalyser | ( | const std::string & | fname | ) |
|
virtual |
|
inlinevirtual |
Implements PndEmcPSAFPGASampleAnalyser.
Definition at line 21 of file PndEmcPSAFPGAIntegratingAnalyser.h.
References PndEmcPSAFPGASampleAnalyser::baseline_value, ClassDef(), put(), and reset().
| PndEmcPSAFPGAIntegratingAnalyser::ClassDef | ( | PndEmcPSAFPGAIntegratingAnalyser | , |
| 1 | |||
| ) |
Referenced by baseline().
|
virtual |
Implements PndEmcPSAFPGASampleAnalyser.
Referenced by baseline().
|
virtual |
Implements PndEmcPSAFPGASampleAnalyser.
Referenced by baseline().