Project
Loading...
Searching...
No Matches
o2::tpc::CorrectdEdxDistortions Class Reference

#include <CorrectdEdxDistortions.h>

Public Member Functions

 CorrectdEdxDistortions ()
 Default constructor.
 
 ~CorrectdEdxDistortions ()
 Default destructor.
 
void setSCCorrFromFile (const char *scAvgFile, const char *scDerFile, const float lumi=-1)
 
void setCorrectionMaps (o2::gpu::TPCFastTransform *avg, o2::gpu::TPCFastTransform *der, const float lumi)
 
void setCorrectionMaps (o2::gpu::TPCFastTransform *avg, o2::gpu::TPCFastTransform *der)
 
void setLumi (float lumi)
 
void setStreamer (const char *debugRootFile="debug_sc_corrections.root")
 enable the debug streamer
 
float getCorrection (const float time, unsigned char sector, unsigned char padrow, int pad) const
 
void setMinLX0 (const float minLX)
 set minimum allowed lx correction at lower pad
 
void setMinLX1 (const float minLX)
 set minimum allowed lx correction upper lower pad
 
void setMinCorr (const float minCorr)
 set minimum allowed correction value
 
void setMaxCorr (const float maxCorr)
 set maximum allowed correction value
 

Detailed Description

Definition at line 37 of file CorrectdEdxDistortions.h.

Constructor & Destructor Documentation

◆ CorrectdEdxDistortions()

o2::tpc::CorrectdEdxDistortions::CorrectdEdxDistortions ( )
default

Default constructor.

◆ ~CorrectdEdxDistortions()

o2::tpc::CorrectdEdxDistortions::~CorrectdEdxDistortions ( )
default

Default destructor.

Member Function Documentation

◆ getCorrection()

float o2::tpc::CorrectdEdxDistortions::getCorrection ( const float  time,
unsigned char  sector,
unsigned char  padrow,
int  pad 
) const
Returns
getting the correction value for the cluster charge
Parameters
timetrue time information of the cluster
sectorTPC sector of the cluster
padrowglobal padrow
padpad number in the padrow

Definition at line 79 of file CorrectdEdxDistortions.cxx.

◆ setCorrectionMaps() [1/2]

void o2::tpc::CorrectdEdxDistortions::setCorrectionMaps ( o2::gpu::TPCFastTransform avg,
o2::gpu::TPCFastTransform der 
)

setting the space-charge corrections

Parameters
avgaverage space-charge correction map
derderivative space-charge correction map

Definition at line 43 of file CorrectdEdxDistortions.cxx.

◆ setCorrectionMaps() [2/2]

void o2::tpc::CorrectdEdxDistortions::setCorrectionMaps ( o2::gpu::TPCFastTransform avg,
o2::gpu::TPCFastTransform der,
const float  lumi 
)

setting the space-charge corrections

Parameters
avgaverage space-charge correction map
derderivative space-charge correction map
lumiluminosity which is used for scaling the correction map

Definition at line 61 of file CorrectdEdxDistortions.cxx.

◆ setLumi()

void o2::tpc::CorrectdEdxDistortions::setLumi ( float  lumi)
Parameters
lumiluminosity which is used for scaling the correction map

Definition at line 67 of file CorrectdEdxDistortions.cxx.

◆ setMaxCorr()

void o2::tpc::CorrectdEdxDistortions::setMaxCorr ( const float  maxCorr)
inline

set maximum allowed correction value

Definition at line 86 of file CorrectdEdxDistortions.h.

◆ setMinCorr()

void o2::tpc::CorrectdEdxDistortions::setMinCorr ( const float  minCorr)
inline

set minimum allowed correction value

Definition at line 83 of file CorrectdEdxDistortions.h.

◆ setMinLX0()

void o2::tpc::CorrectdEdxDistortions::setMinLX0 ( const float  minLX)
inline

set minimum allowed lx correction at lower pad

Definition at line 77 of file CorrectdEdxDistortions.h.

◆ setMinLX1()

void o2::tpc::CorrectdEdxDistortions::setMinLX1 ( const float  minLX)
inline

set minimum allowed lx correction upper lower pad

Definition at line 80 of file CorrectdEdxDistortions.h.

◆ setSCCorrFromFile()

void o2::tpc::CorrectdEdxDistortions::setSCCorrFromFile ( const char scAvgFile,
const char scDerFile,
const float  lumi = -1 
)

setting the space-charge corrections from local file

Parameters
scAvgFileaverage space-charge correction map
scDerFilederivative space-charge correction map
lumiluminosity which is used for scaling the correction map

Definition at line 30 of file CorrectdEdxDistortions.cxx.

◆ setStreamer()

void o2::tpc::CorrectdEdxDistortions::setStreamer ( const char debugRootFile = "debug_sc_corrections.root")

enable the debug streamer

Definition at line 25 of file CorrectdEdxDistortions.cxx.


The documentation for this class was generated from the following files: