Import Geant4 10.6.0 source tree
This commit is contained in:
@@ -60,13 +60,13 @@ class LXePMTSD : public G4VSensitiveDetector
|
||||
void PrintAll();
|
||||
|
||||
//Initialize the arrays to store pmt possitions
|
||||
inline void InitPMTs(G4int nPMTs){
|
||||
inline void InitPMTs(){
|
||||
if(fPMTPositionsX)delete fPMTPositionsX;
|
||||
if(fPMTPositionsY)delete fPMTPositionsY;
|
||||
if(fPMTPositionsZ)delete fPMTPositionsZ;
|
||||
fPMTPositionsX=new G4DataVector(nPMTs);
|
||||
fPMTPositionsY=new G4DataVector(nPMTs);
|
||||
fPMTPositionsZ=new G4DataVector(nPMTs);
|
||||
fPMTPositionsX = new G4DataVector();
|
||||
fPMTPositionsY = new G4DataVector();
|
||||
fPMTPositionsZ = new G4DataVector();
|
||||
}
|
||||
|
||||
//Store a pmt position
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file optical/LXe/include/Run.hh
|
||||
/// \brief Definition of the Run class
|
||||
/// \file optical/LXe/include/LXeRun.hh
|
||||
/// \brief Definition of the LXeRun class
|
||||
//
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user