![]() |
Project
|
struct containing all M-Shape boundary potentials More...
#include <TPCMShapeCorrection.h>
Public Member Functions | |
double | getStartTimeMS () const |
get time of last stored boundary potential | |
double | getEndTimeMS () const |
get time of first stored boundary potential | |
void | addBoundaryPotentialIFC (const BoundaryPotentialIFC &pot, double time) |
adding boundary potential for given timestamp | |
ClassDefNV (TPCMShape, 1) | |
Public Attributes | |
std::vector< double > | mTimeMS |
time of the boundary potential | |
std::vector< BoundaryPotentialIFC > | mBoundaryPotentialIFC |
definition of boundary potential | |
int | mZ {129} |
number of vertices for boundary potential in z direction | |
int | mR {129} |
number of vertices for boundary potential in radial direction | |
int | mPhi {5} |
number of vertices for boundary potential in phi direction | |
int | mBField {5} |
B-Field. | |
struct containing all M-Shape boundary potentials
Definition at line 40 of file TPCMShapeCorrection.h.
|
inline |
adding boundary potential for given timestamp
Definition at line 48 of file TPCMShapeCorrection.h.
o2::tpc::TPCMShape::ClassDefNV | ( | TPCMShape | , |
1 | |||
) |
|
inline |
get time of first stored boundary potential
Definition at line 45 of file TPCMShapeCorrection.h.
|
inline |
get time of last stored boundary potential
Definition at line 42 of file TPCMShapeCorrection.h.
int o2::tpc::TPCMShape::mBField {5} |
B-Field.
Definition at line 59 of file TPCMShapeCorrection.h.
std::vector<BoundaryPotentialIFC> o2::tpc::TPCMShape::mBoundaryPotentialIFC |
definition of boundary potential
Definition at line 55 of file TPCMShapeCorrection.h.
int o2::tpc::TPCMShape::mPhi {5} |
number of vertices for boundary potential in phi direction
Definition at line 58 of file TPCMShapeCorrection.h.
int o2::tpc::TPCMShape::mR {129} |
number of vertices for boundary potential in radial direction
Definition at line 57 of file TPCMShapeCorrection.h.
std::vector<double> o2::tpc::TPCMShape::mTimeMS |
time of the boundary potential
Definition at line 54 of file TPCMShapeCorrection.h.
int o2::tpc::TPCMShape::mZ {129} |
number of vertices for boundary potential in z direction
Definition at line 56 of file TPCMShapeCorrection.h.