TFCSExtrapolationState class
#include <TFCSExtrapolationState.h>
Contents
Base classes
- class ISF_FCS::MLogging
Public static variables
- static int NumSubPos constexpr
Constructors, destructors, conversion operators
Public functions
- void clear()
- void set_OK(int layer, int subpos, bool val = true)
- void set_eta(int layer, int subpos, double val)
- void set_phi(int layer, int subpos, double val)
- void set_r(int layer, int subpos, double val)
- void set_z(int layer, int subpos, double val)
- void set_d(int layer, int subpos, double val)
- void set_detaBorder(int layer, int subpos, double val)
- void set_IDCaloBoundary_eta(double val)
- void set_IDCaloBoundary_phi(double val)
- void set_IDCaloBoundary_r(double val)
- void set_IDCaloBoundary_x(double val)
- void set_IDCaloBoundary_y(double val)
- void set_IDCaloBoundary_z(double val)
- auto OK(int layer, int subpos) const -> bool
- auto eta(int layer, int subpos) const -> double
- auto phi(int layer, int subpos) const -> double
- auto r(int layer, int subpos) const -> double
- auto z(int layer, int subpos) const -> double
- auto d(int layer, int subpos) const -> double
- auto detaBorder(int layer, int subpos) const -> double
- auto IDCaloBoundary_eta() const -> double
- auto IDCaloBoundary_phi() const -> double
- auto IDCaloBoundary_r() const -> double
- auto IDCaloBoundary_x() const -> double
- auto IDCaloBoundary_y() const -> double
- auto IDCaloBoundary_z() const -> double
- auto IDCaloBoundary_AngleEta() const -> double
- auto IDCaloBoundary_Angle3D() const -> double
- void set_IDCaloBoundary_AngleEta(double val)
- void set_IDCaloBoundary_Angle3D(double val)
- void Print(Option_t* option = "") const