![]() |
PandaRoot
|
Task to create digis from waveforms. More...
#include <BSEmcShashlykDigi.h>
Public Member Functions | |
BSEmcShashlykDigi (const std::string &t_detectorname="Shashlik", Bool_t t_storedigis=kTRUE) | |
virtual | ~BSEmcShashlykDigi () |
![]() | |
BSEmcExtractDigisFromWaveforms (const std::string &t_detectorname="Barrel", Bool_t t_storedigis=kTRUE) | |
virtual | ~BSEmcExtractDigisFromWaveforms () |
virtual InitStatus | Init () |
Init Task. More... | |
virtual void | Exec (Option_t *) |
Runs the task. More... | |
void | SetStorageOfData (Bool_t t_val) |
void | SetDigiBranchName (const TString &t_digiBranchName) |
void | SetWaveformBranchName (const TString &t_digiBranchName) |
![]() | |
PndPersistencyTask () | |
PndPersistencyTask (const char *name, Int_t iVerbose=1) | |
virtual | ~PndPersistencyTask () |
void | SetPersistency (Bool_t val=kTRUE) |
Bool_t | GetPersistency () |
Protected Member Functions | |
virtual void | DefinePSA () |
virtual BSEmcDigi::eGAIN | GetGainType (BSEmcWaveform *t_waveform, Int_t t_hit) const |
![]() | |
virtual void | SetParContainers () |
virtual Double_t | GetTimeStamp (BSEmcWaveform *t_waveform, Double_t t_digi_time) const |
ClassDef (BSEmcExtractDigisFromWaveforms, 1) | |
Additional Inherited Members | |
![]() | |
const std::string | fDetectorName |
TString | fMCDepositBranchName |
PndTCAMutableContainer< BSEmcDigi > | fDigiArray |
TClonesArray * | fWaveformArray |
TString | fDigiBranchName |
TString | fWaveformBranchName |
Double_t | fEnergyDigiThreshold |
BSEmcAbsPSA * | fPSA |
BSEmcShashlykDigiPar * | fDigiPar |
Timebased Digitisation parameter container. More... | |
Task to create digis from waveforms.
This is an alternative to BSEmcWaveformToDigi, which despite its name could be used for all the EMC, not just Shashlik.
Definition at line 40 of file BSEmcShashlykDigi.h.
BSEmcShashlykDigi::BSEmcShashlykDigi | ( | const std::string & | t_detectorname = "Shashlik" , |
Bool_t | t_storedigis = kTRUE |
||
) |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |