1#ifndef BesCgemSliceParametrization_hh
2#define BesCgemSliceParametrization_hh 1
4#include "G4VPVParameterisation.hh"
5#include "G4VPhysicalVolume.hh"
6#include "G4ThreeVector.hh"
7#include "G4RotationMatrix.hh"
21 double fAnodeLength, fSliceLength, fTiltAngle;
22 G4ThreeVector *origin;
23 G4RotationMatrix *rot;
void SetTiltAngle(double tangle)
void ComputeTransformation(const G4int copyNo, G4VPhysicalVolume *physVol) const
void SetAnodeLength(double alength)
virtual ~BesCgemSliceParametrization()
void SetSliceLength(double slength)
BesCgemSliceParametrization()