Replace DIRECTORY by Evt variable /home/l_paraiso/geant4.7.1
This commit is contained in:
parent
10aa47ae02
commit
26dd87926b
@ -1,50 +1,50 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
cp G4ChordFinder.cc ~/geant4.8.0.p01/source/geometry/magneticfield/src/
|
cp G4ChordFinder.cc $G4INSTALL/source/geometry/magneticfield/src/
|
||||||
cp G4ChordFinder.hh ~/geant4.8.0.p01/source/geometry/magneticfield/include/
|
cp G4ChordFinder.hh $G4INSTALL/source/geometry/magneticfield/include/
|
||||||
|
|
||||||
cp G4El_EqRhs.cc ~/geant4.8.0.p01/source/geometry/magneticfield/src/
|
cp G4El_EqRhs.cc $G4INSTALL/source/geometry/magneticfield/src/
|
||||||
cp G4El_EqRhs.hh ~/geant4.8.0.p01/source/geometry/magneticfield/include/
|
cp G4El_EqRhs.hh $G4INSTALL/source/geometry/magneticfield/include/
|
||||||
|
|
||||||
cp G4El_MagEqRhs.cc ~/geant4.8.0.p01/source/geometry/magneticfield/src/
|
cp G4El_MagEqRhs.cc $G4INSTALL/source/geometry/magneticfield/src/
|
||||||
cp G4El_MagEqRhs.hh ~/geant4.8.0.p01/source/geometry/magneticfield/include/
|
cp G4El_MagEqRhs.hh $G4INSTALL/source/geometry/magneticfield/include/
|
||||||
|
|
||||||
cp G4El_UsualEqRhs.cc ~/geant4.8.0.p01/source/geometry/magneticfield/src/
|
cp G4El_UsualEqRhs.cc $G4INSTALL/source/geometry/magneticfield/src/
|
||||||
cp G4El_UsualEqRhs.hh ~/geant4.8.0.p01/source/geometry/magneticfield/include/
|
cp G4El_UsualEqRhs.hh $G4INSTALL/source/geometry/magneticfield/include/
|
||||||
cp G4FieldManager.cc ~/geant4.8.0.p01/source/geometry/magneticfield/src/
|
cp G4FieldManager.cc $G4INSTALL/source/geometry/magneticfield/src/
|
||||||
cp G4FieldManager.hh ~/geant4.8.0.p01/source/geometry/magneticfield/include/
|
cp G4FieldManager.hh $G4INSTALL/source/geometry/magneticfield/include/
|
||||||
cp G4FieldManager.icc ~/geant4.8.0.p01/source/geometry/magneticfield/include/
|
cp G4FieldManager.icc $G4INSTALL/source/geometry/magneticfield/include/
|
||||||
|
|
||||||
cp G4MultipleScattering52.cc ~/geant4.8.0.p01/source/processes/electromagnetic/standard/src/
|
cp G4MultipleScattering52.cc $G4INSTALL/source/processes/electromagnetic/standard/src/
|
||||||
|
|
||||||
cp G4VDecayChannel.cc ~/geant4.8.0.p01/source/particles/management/src/
|
cp G4VDecayChannel.cc $G4INSTALL/source/particles/management/src/
|
||||||
cp G4VDecayChannel.hh ~/geant4.8.0.p01/source/particles/management/include/
|
cp G4VDecayChannel.hh $G4INSTALL/source/particles/management/include/
|
||||||
cp G4MuonDecayChannel.cc ~/geant4.8.0.p01/source/particles/management/src/
|
cp G4MuonDecayChannel.cc $G4INSTALL/source/particles/management/src/
|
||||||
cp G4MuonDecayChannel.hh ~/geant4.8.0.p01/source/particles/management/include/
|
cp G4MuonDecayChannel.hh $G4INSTALL/source/particles/management/include/
|
||||||
cp G4MuonDecayChannelWithSpin.cc ~/geant4.8.0.p01/source/particles/management/src/
|
cp G4MuonDecayChannelWithSpin.cc $G4INSTALL/source/particles/management/src/
|
||||||
cp G4MuonDecayChannelWithSpin.hh ~/geant4.8.0.p01/source/particles/management/include/
|
cp G4MuonDecayChannelWithSpin.hh $G4INSTALL/source/particles/management/include/
|
||||||
|
|
||||||
cp G4Muonium.cc ~/geant4.8.0.p01/source/particles/leptons/src/
|
cp G4Muonium.cc $G4INSTALL/source/particles/leptons/src/
|
||||||
cp G4Muonium.hh ~/geant4.8.0.p01/source/particles/leptons/include/
|
cp G4Muonium.hh $G4INSTALL/source/particles/leptons/include/
|
||||||
cp G4ParticleDefinition.cc ~/geant4.8.0.p01/source/particles/management/src/
|
cp G4ParticleDefinition.cc $G4INSTALL/source/particles/management/src/
|
||||||
cp G4ParticleDefinition.hh ~/geant4.8.0.p01/source/particles/management/include/
|
cp G4ParticleDefinition.hh $G4INSTALL/source/particles/management/include/
|
||||||
cp G4ParticleDefinition.icc ~/geant4.8.0.p01/source/particles/management/include/
|
cp G4ParticleDefinition.icc $G4INSTALL/source/particles/management/include/
|
||||||
|
|
||||||
|
|
||||||
cd ~/geant4.8.0.p01/source/geometry/magneticfield/
|
cd $G4INSTALL/source/geometry/magneticfield/
|
||||||
#gmake clean
|
#gmake clean
|
||||||
gmake
|
gmake
|
||||||
|
|
||||||
cd ~/geant4.8.0.p01/source/processes/electromagnetic/standard/
|
cd $G4INSTALL/source/processes/electromagnetic/standard/
|
||||||
#gmake clean
|
#gmake clean
|
||||||
gmake
|
gmake
|
||||||
|
|
||||||
cd ~/geant4.8.0.p01/source/particles/management/
|
cd $G4INSTALL/source/particles/management/
|
||||||
#gmake clean
|
#gmake clean
|
||||||
gmake
|
gmake
|
||||||
|
|
||||||
cd ~/geant4.8.0.p01/source/particles/leptons/
|
cd $G4INSTALL/source/particles/leptons/
|
||||||
#gmake clean
|
#gmake clean
|
||||||
gmake
|
gmake
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user