![]() |
ATLAS Offline Software
|
Classes | |
struct | BeamSpotDB |
A simple struct to hold vertex info. More... | |
struct | Event |
class | ID |
struct | VrtHolder |
Functions | |
void | myFCN_LLsolver (Int_t &, Double_t *, Double_t &, Double_t *, Int_t) |
void | myFCN_LLsolverNorm (Int_t &, Double_t *, Double_t &, Double_t *, Int_t) |
double | norm_xMin (-1e8) |
double | norm_xMax (1e8) |
double | norm_yMin (-1e8) |
double | norm_yMax (1e8) |
double | norm_zMin (-1e8) |
double | norm_zMax (1e8) |
double | pdfxy (double *x, double *p) |
Variables | |
std::mutex | mutex |
const std::vector< BeamSpot::VrtHolder > *vertexData | ATLAS_THREAD_SAFE |
void BeamSpot::myFCN_LLsolver | ( | Int_t & | , |
Double_t * | , | ||
Double_t & | f, | ||
Double_t * | par, | ||
Int_t | |||
) |
Definition at line 1026 of file InDetBeamSpotVertex.cxx.
void BeamSpot::myFCN_LLsolverNorm | ( | Int_t & | , |
Double_t * | , | ||
Double_t & | , | ||
Double_t * | , | ||
Int_t | |||
) |
Definition at line 1093 of file InDetBeamSpotVertex.cxx.
double BeamSpot::norm_xMax | ( | 1e8 | ) |
double BeamSpot::norm_xMin | ( | - | 1e8 | ) |
double BeamSpot::norm_yMax | ( | 1e8 | ) |
double BeamSpot::norm_yMin | ( | - | 1e8 | ) |
double BeamSpot::norm_zMax | ( | 1e8 | ) |
double BeamSpot::norm_zMin | ( | - | 1e8 | ) |
double BeamSpot::pdfxy | ( | double * | x, |
double * | p | ||
) |
Definition at line 1086 of file InDetBeamSpotVertex.cxx.
const std::vector< BeamSpot::VrtHolder >* vertexData BeamSpot::ATLAS_THREAD_SAFE |
Definition at line 19 of file InDetBeamSpotVertex.cxx.
std::mutex BeamSpot::mutex |
Definition at line 18 of file InDetBeamSpotVertex.cxx.