Project
Loading...
Searching...
No Matches
o2::itsmft::AlpideRespSimMat Class Reference

#include <AlpideSimResponse.h>

Public Member Functions

 AlpideRespSimMat ()=default
 
 ~AlpideRespSimMat ()=default
 
void adopt (const AlpideRespSimMat &src, bool flipRow=false, bool flipCol=false)
 
float getValue (int iRow, int iCol) const
 probability to find an electron in pixel ix,iy,iz
 
float getValue (int iRow, int iCol, bool flipRow, bool flipCol) const
 
std::array< float, MatSize > * getArray ()
 pointer on underlying array
 
void print (bool flipRow=false, bool flipCol=false) const
 print values
 

Static Public Member Functions

static int constexpr getNPix ()
 number of pixels in the quadrant
 

Static Public Attributes

static int constexpr NPix = 5
 
static int constexpr MatSize = NPix * NPix
 side of quadrant (pixels) with non-0 response
 

Detailed Description

Definition at line 33 of file AlpideSimResponse.h.

Constructor & Destructor Documentation

◆ AlpideRespSimMat()

o2::itsmft::AlpideRespSimMat::AlpideRespSimMat ( )
default

◆ ~AlpideRespSimMat()

o2::itsmft::AlpideRespSimMat::~AlpideRespSimMat ( )
default

Member Function Documentation

◆ adopt()

void o2::itsmft::AlpideRespSimMat::adopt ( const AlpideRespSimMat src,
bool  flipRow = false,
bool  flipCol = false 
)
inline

Definition at line 43 of file AlpideSimResponse.h.

◆ getArray()

std::array< float, MatSize > * o2::itsmft::AlpideRespSimMat::getArray ( )
inline

pointer on underlying array

Definition at line 64 of file AlpideSimResponse.h.

◆ getNPix()

static int constexpr o2::itsmft::AlpideRespSimMat::getNPix ( )
inlinestaticconstexpr

number of pixels in the quadrant

Definition at line 38 of file AlpideSimResponse.h.

◆ getValue() [1/2]

float o2::itsmft::AlpideRespSimMat::getValue ( int  iRow,
int  iCol 
) const
inline

probability to find an electron in pixel ix,iy,iz

Definition at line 56 of file AlpideSimResponse.h.

◆ getValue() [2/2]

float o2::itsmft::AlpideRespSimMat::getValue ( int  iRow,
int  iCol,
bool  flipRow,
bool  flipCol 
) const
inline

Definition at line 57 of file AlpideSimResponse.h.

◆ print()

void AlpideRespSimMat::print ( bool  flipRow = false,
bool  flipCol = false 
) const

print values

Definition at line 309 of file AlpideSimResponse.cxx.

Member Data Documentation

◆ MatSize

int constexpr o2::itsmft::AlpideRespSimMat::MatSize = NPix * NPix
staticconstexpr

side of quadrant (pixels) with non-0 response

Definition at line 37 of file AlpideSimResponse.h.

◆ NPix

int constexpr o2::itsmft::AlpideRespSimMat::NPix = 5
staticconstexpr

Definition at line 36 of file AlpideSimResponse.h.


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