StRoot
1
|
Public Member Functions | |
StMuFmsCollection * | getMuFms (StFmsCollection *) |
StFmsCollection * | getFms (StMuFmsCollection *) |
void | fillMuFms (StMuFmsCollection *, StFmsCollection *) |
void | fillFms (StFmsCollection *, StMuFmsCollection *) |
void | fillFmsHits (StFmsCollection *, StMuFmsCollection *) |
Static Public Member Functions | |
static void | fillMuFmsHits (StMuFmsCollection &, const StTriggerData &, const StFmsDbMaker *=nullptr) |
static void | recoverMuFmsCollection (StMuDst &muDst, const StFmsDbMaker *=nullptr) |
Definition at line 57 of file StMuFmsUtil.h.
|
static |
Creates StMuFmsHit
s from the StTriggerData object and appends them to the StMuFmsCollection.
Creates StMuFmsHit
s from StTriggerData
and appends them to StMuFmsCollection
. Some of this code is taken from StFmsHitMaker::Make()
that implements a similar conversion: StTriggerData
-> StFmsCollection
"Physical" properties of StMuFmsHit such as "energy" etc. will be filled only if an optional StFmsDbMaker object is provided.
Definition at line 205 of file StMuFmsUtil.cxx.
References StFmsDbMaker::getGainCorrection().
Referenced by recoverMuFmsCollection().
|
static |
In the provided muDst
object fills StMuFmsCollection with FMS hits extracted from the StTriggerData block in the same muDst
.
In the provided muDst
object fills StMuFmsCollection with FMS hits extracted from the StTriggerData block in the same muDst
. The action takes place only if there are no FMS hits in the muDst's StMuFmsCollection thus we refer to this as "recovery". "Physical" properties of StMuFmsHit such as "energy" etc. will be filled only if an optional StFmsDbMaker object is provided.
Definition at line 260 of file StMuFmsUtil.cxx.
References StMuDst::event(), fillMuFmsHits(), and StMuDst::muFmsCollection().