Project
Loading...
Searching...
No Matches
o2::tpc::TPCMShape Struct Reference

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< BoundaryPotentialIFCmBoundaryPotentialIFC
 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.
 

Detailed Description

struct containing all M-Shape boundary potentials

Definition at line 40 of file TPCMShapeCorrection.h.

Member Function Documentation

◆ addBoundaryPotentialIFC()

void o2::tpc::TPCMShape::addBoundaryPotentialIFC ( const BoundaryPotentialIFC pot,
double  time 
)
inline

adding boundary potential for given timestamp

Definition at line 48 of file TPCMShapeCorrection.h.

◆ ClassDefNV()

o2::tpc::TPCMShape::ClassDefNV ( TPCMShape  ,
 
)

◆ getEndTimeMS()

double o2::tpc::TPCMShape::getEndTimeMS ( ) const
inline

get time of first stored boundary potential

Definition at line 45 of file TPCMShapeCorrection.h.

◆ getStartTimeMS()

double o2::tpc::TPCMShape::getStartTimeMS ( ) const
inline

get time of last stored boundary potential

Definition at line 42 of file TPCMShapeCorrection.h.

Member Data Documentation

◆ mBField

int o2::tpc::TPCMShape::mBField {5}

B-Field.

Definition at line 59 of file TPCMShapeCorrection.h.

◆ mBoundaryPotentialIFC

std::vector<BoundaryPotentialIFC> o2::tpc::TPCMShape::mBoundaryPotentialIFC

definition of boundary potential

Definition at line 55 of file TPCMShapeCorrection.h.

◆ mPhi

int o2::tpc::TPCMShape::mPhi {5}

number of vertices for boundary potential in phi direction

Definition at line 58 of file TPCMShapeCorrection.h.

◆ mR

int o2::tpc::TPCMShape::mR {129}

number of vertices for boundary potential in radial direction

Definition at line 57 of file TPCMShapeCorrection.h.

◆ mTimeMS

std::vector<double> o2::tpc::TPCMShape::mTimeMS

time of the boundary potential

Definition at line 54 of file TPCMShapeCorrection.h.

◆ mZ

int o2::tpc::TPCMShape::mZ {129}

number of vertices for boundary potential in z direction

Definition at line 56 of file TPCMShapeCorrection.h.


The documentation for this struct was generated from the following file: