![]() |
PandaRoot
|
Blind deconvolution feature extraction approach for the FwEndcap. More...
#include <BSEmcFwEndcapBlindDeconvProcess.h>
Public Member Functions | |
BSEmcFwEndcapBlindDeconvProcess () | |
virtual | ~BSEmcFwEndcapBlindDeconvProcess () |
virtual void | SetDetectorName (const std::string &t_detectorName) |
Set the Detector name. Important, as most EmcParameter need to know for which detector they need to be fetched (each Emc Subdetector has its own set of parameters) More... | |
virtual void | SetData (BSEmcDigitizationData *t_data) |
Pass the data container ptrs to the process, and store pointers in class members. More... | |
virtual void | SetupParameters (const PndParameterRegister *t_parameterRegister) |
Fetch all parameters from the PndParameterRegister. More... | |
virtual void | Process () |
The actual data transformation (digitizing, clustering, etc.) should be defined here. More... | |
std::vector< BSEmcDigi * > | ExtractDigis (const std::vector< const BSEmcMultiWaveform *> &t_waveforms) const |
void | SetWaveformBranchName (const TString &t_branchname) |
Bool_t | IsVptt (const Int_t t_detId) const |
void | SetVpttIds (const std::vector< Int_t > &t_vpttIds) |
![]() | |
PndProcess () | |
PndProcess (const std::string &t_processname) | |
virtual | ~PndProcess () |
const std::vector< std::string > & | GetListOfRequiredParameters () const |
Get the List Of Required Parameters. More... | |
virtual void | PreProcess () |
PreProcess() is called before the actual Process() call in each event. More... | |
virtual void | PostProcess () |
Immediately after calling Process() PostProcess() is called for cleanup of internal process data, or if not needed, to end the time and memory increase measurement started by PreProcess() More... | |
virtual void | TearDown () |
Last actions at the end of the run. More... | |
Protected Member Functions | |
ClassDef (BSEmcFwEndcapBlindDeconvProcess, 1) | |
Blind deconvolution feature extraction approach for the FwEndcap.
Definition at line 44 of file BSEmcFwEndcapBlindDeconvProcess.h.
BSEmcFwEndcapBlindDeconvProcess::BSEmcFwEndcapBlindDeconvProcess | ( | ) |
|
virtual |
|
protected |
std::vector<BSEmcDigi *> BSEmcFwEndcapBlindDeconvProcess::ExtractDigis | ( | const std::vector< const BSEmcMultiWaveform *> & | t_waveforms | ) | const |
Bool_t BSEmcFwEndcapBlindDeconvProcess::IsVptt | ( | const Int_t | t_detId | ) | const |
Referenced by SetWaveformBranchName().
|
virtual |
The actual data transformation (digitizing, clustering, etc.) should be defined here.
Implements PndProcess< BSEmcDigitizationData >.
|
virtual |
Pass the data container ptrs to the process, and store pointers in class members.
t_data |
Implements PndProcess< BSEmcDigitizationData >.
|
virtual |
Set the Detector name. Important, as most EmcParameter need to know for which detector they need to be fetched (each Emc Subdetector has its own set of parameters)
t_detectorname |
Reimplemented from PndProcess< BSEmcDigitizationData >.
|
virtual |
Fetch all parameters from the PndParameterRegister.
t_parameter |
Implements PndProcess< BSEmcDigitizationData >.
|
inline |
Definition at line 58 of file BSEmcFwEndcapBlindDeconvProcess.h.
References fVpttIds.
|
inline |
Definition at line 55 of file BSEmcFwEndcapBlindDeconvProcess.h.
References fWaveformBranchName, and IsVptt().
|
protected |
Definition at line 74 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 80 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 73 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 79 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 68 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 71 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 65 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 75 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 81 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 76 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 82 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 77 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 83 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 85 of file BSEmcFwEndcapBlindDeconvProcess.h.
Referenced by SetVpttIds().
|
protected |
Definition at line 69 of file BSEmcFwEndcapBlindDeconvProcess.h.
|
protected |
Definition at line 66 of file BSEmcFwEndcapBlindDeconvProcess.h.
Referenced by SetWaveformBranchName().