Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -30,10 +30,11 @@
#ifndef B5CellParameterisation_H
#define B5CellParameterisation_H 1
#include "G4VPVParameterisation.hh"
#include "Constants.hh"
#include "globals.hh"
#include "G4VPVParameterisation.hh"
#include <array>
@@ -50,15 +51,14 @@ class CellParameterisation : public G4VPVParameterisation
CellParameterisation();
~CellParameterisation() override = default;
void ComputeTransformation(
const G4int copyNo,G4VPhysicalVolume *physVol) const override;
void ComputeTransformation(const G4int copyNo, G4VPhysicalVolume* physVol) const override;
private:
std::array<G4double, kNofEmCells> fXCell;
std::array<G4double, kNofEmCells> fYCell;
};
}
} // namespace B5
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......