TFCSLateralShapeParametrizationFluctChain class

Base classes

class TFCSLateralShapeParametrizationHitChain

Constructors, destructors, conversion operators

TFCSLateralShapeParametrizationFluctChain(const char* name = nullptr, const char* title = nullptr, float RMS = 1.0)
TFCSLateralShapeParametrizationFluctChain(TFCSLateralShapeParametrizationHitBase* hitsim)

Public functions

void set_hit_RMS(float RMS)
auto get_hit_RMS() const -> float
auto get_E_hit(TFCSSimulationState& simulstate, const TFCSTruthState* truth, const TFCSExtrapolationState* extrapol) const -> float override
Get hit energy from layer energy and number of hits.
auto simulate(TFCSSimulationState& simulstate, const TFCSTruthState* truth, const TFCSExtrapolationState* extrapol) const -> FCSReturnCode override
Method in all derived classes to do some simulation.
void Print(Option_t* option) const override