14#ifndef CBMLITFIELDGRIDCREATOR_H_
15#define CBMLITFIELDGRIDCREATOR_H_
Class stores a grid of magnetic field values in XY slice at Z position.
void SetYangle(float yangle)
Set acceptance angle for Y.
CbmLitFieldGridCreator()
Constructor.
void SetXangle(float xangle)
Set acceptance angle for X.
virtual ~CbmLitFieldGridCreator()
Destructor.
void SetCellSizeX(int cellSizeX)
Set cell size for X.
void CreateGrid(fscal Z, lit::parallel::LitFieldGrid &grid)
Main function which creates grid with magnetic field values in (X, Y) slice.
void SetCellSizeY(int cellSizeY)
Set cell size for Y.
Class stores a grid of magnetic field values in XY slice at Z position.