1#ifndef Ex02ChamberParameterisation_H
2#define Ex02ChamberParameterisation_H
38 Double_t spacingZ, Double_t widthChamber, Double_t lengthInitial,
39 Double_t lengthFinal);
The chamber parameterisation.
void ComputeTransformation(Int_t copyNo, Double_t *position) const
Int_t fNoChambers
Number of chambers.
Double_t fSpacing
The distance between the chambers' centers.
Ex02ChamberParameterisation(Int_t noChambers, Double_t startZ, Double_t spacingZ, Double_t widthChamber, Double_t lengthInitial, Double_t lengthFinal)
Double_t fStartZ
The Z of the center of first chamber.
Double_t fHalfLengthFirst
The first half-length.
Double_t fHalfLengthIncr
The Increment for the half-length.
void ComputeDimensions(Int_t copyNo, Double_t *dimension) const
virtual ~Ex02ChamberParameterisation()
Double_t fHalfWidth
The half-width of each tracker chamber.