#include <AtFissionTask.h>
Class for filling an AtFissionEvent that will be added to the TTree. This event is essentially the composition between a space charge corrected AtPatternEvent and a non space charge corrected AtEvent. That pattern event is cloned into the new AtFissionEvent (which inherits AtPatternEvent), and we copy the hits from uncorrected AtEvent into the new event.
Definition at line 23 of file AtFissionTask.h.
◆ HitVector
◆ AtFissionTask()
| AtFissionTask::AtFissionTask |
( |
double |
fLambda = 0 | ) |
|
◆ ~AtFissionTask()
| virtual AtFissionTask::~AtFissionTask |
( |
| ) |
|
|
virtualdefault |
◆ Exec()
| void AtFissionTask::Exec |
( |
Option_t * |
opt | ) |
|
|
virtual |
◆ Finish()
| virtual void AtFissionTask::Finish |
( |
| ) |
|
|
inlinevirtual |
◆ GetMatchingHits()
◆ GetSortedBeamHits()
Get the beam hits from the fission event, and sort them by hitID.
Definition at line 48 of file AtFissionTask.cxx.
◆ GetSortedFragmentHits()
| std::vector< AtHit * > AtFissionTask::GetSortedFragmentHits |
( |
AtFissionEvent * |
event, |
|
|
int |
fragID |
|
) |
| |
|
protected |
◆ Init()
| InitStatus AtFissionTask::Init |
( |
| ) |
|
|
virtual |
◆ SetOutBranch()
| void AtFissionTask::SetOutBranch |
( |
TString |
name | ) |
|
|
inline |
◆ SetPatternBranch()
| void AtFissionTask::SetPatternBranch |
( |
TString |
name | ) |
|
|
inline |
◆ SetPersistance()
| void AtFissionTask::SetPersistance |
( |
bool |
val | ) |
|
|
inline |
◆ SetUncorrectedEventBranch()
| void AtFissionTask::SetUncorrectedEventBranch |
( |
TString |
name | ) |
|
|
inline |
◆ fEventArray
| TClonesArray* AtFissionTask::fEventArray {nullptr} |
|
protected |
◆ fEventBranch
| TString AtFissionTask::fEventBranch {"AtEventH"} |
|
protected |
◆ fFissionEventArray
| TClonesArray AtFissionTask::fFissionEventArray |
|
protected |
◆ fIsPersistant
| Bool_t AtFissionTask::fIsPersistant {true} |
|
protected |
◆ fLambda
| Double_t AtFissionTask::fLambda |
|
protected |
◆ fOutBranch
| TString AtFissionTask::fOutBranch {"AtFissionEvent"} |
|
protected |
◆ fPatternBranch
| TString AtFissionTask::fPatternBranch {"AtPatternEvent"} |
|
protected |
◆ fPatternEventArray
| TClonesArray* AtFissionTask::fPatternEventArray {nullptr} |
|
protected |
The documentation for this class was generated from the following files: