58 lines
2.0 KiB
Bash
58 lines
2.0 KiB
Bash
|
|
|
|
|
|
cp G4ChordFinder.cc $G4INSTALL/source/geometry/magneticfield/src/
|
|
cp G4ChordFinder.hh $G4INSTALL/source/geometry/magneticfield/include/
|
|
|
|
cp G4El_EqRhs.cc $G4INSTALL/source/geometry/magneticfield/src/
|
|
cp G4El_EqRhs.hh $G4INSTALL/source/geometry/magneticfield/include/
|
|
|
|
cp G4El_MagEqRhs.cc $G4INSTALL/source/geometry/magneticfield/src/
|
|
cp G4El_MagEqRhs.hh $G4INSTALL/source/geometry/magneticfield/include/
|
|
|
|
cp G4El_UsualEqRhs.cc $G4INSTALL/source/geometry/magneticfield/src/
|
|
cp G4El_UsualEqRhs.hh $G4INSTALL/source/geometry/magneticfield/include/
|
|
cp G4FieldManager.cc $G4INSTALL/source/geometry/magneticfield/src/
|
|
cp G4FieldManager.hh $G4INSTALL/source/geometry/magneticfield/include/
|
|
cp G4FieldManager.icc $G4INSTALL/source/geometry/magneticfield/include/
|
|
|
|
cp G4MultipleScattering52.cc $G4INSTALL/source/processes/electromagnetic/standard/src/
|
|
|
|
cp G4VDecayChannel.cc $G4INSTALL/source/particles/management/src/
|
|
cp G4VDecayChannel.hh $G4INSTALL/source/particles/management/include/
|
|
cp G4MuonDecayChannel.cc $G4INSTALL/source/particles/management/src/
|
|
cp G4MuonDecayChannel.hh $G4INSTALL/source/particles/management/include/
|
|
cp G4MuonDecayChannelWithSpin.cc $G4INSTALL/source/particles/management/src/
|
|
cp G4MuonDecayChannelWithSpin.hh $G4INSTALL/source/particles/management/include/
|
|
|
|
cp G4Muonium.cc $G4INSTALL/source/particles/leptons/src/
|
|
cp G4Muonium.hh $G4INSTALL/source/particles/leptons/include/
|
|
cp G4ParticleDefinition.cc $G4INSTALL/source/particles/management/src/
|
|
cp G4ParticleDefinition.hh $G4INSTALL/source/particles/management/include/
|
|
cp G4ParticleDefinition.icc $G4INSTALL/source/particles/management/include/
|
|
|
|
|
|
cd $G4INSTALL/source/geometry/magneticfield/
|
|
#gmake clean
|
|
gmake
|
|
|
|
cd $G4INSTALL/source/processes/electromagnetic/standard/
|
|
#gmake clean
|
|
gmake
|
|
|
|
cd $G4INSTALL/source/particles/management/
|
|
#gmake clean
|
|
gmake
|
|
|
|
cd $G4INSTALL/source/particles/leptons/
|
|
#gmake clean
|
|
gmake
|
|
|
|
|
|
|
|
|
|
cd ~/LEMuSR/G4Modified
|
|
|
|
|
|
|