Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
FermiMotionAfterburner
flowAfterburner
hijing
dummy
examples
src
ar3jet.f
aran9.f
arorie.f
atrobo.f
attflv.f
attrad.f
bk.f
crsjet.f
fgp1.f
fgp2.f
fgp3.f
fhin.f
fjet.f
fjetrig.f
flap.f
flap1.f
flap2.f
fnjet.f
fnkick.f
fnkick2.f
fnstru.f
fnstrum.f
fnstrus.f
ftot.f
ftotjet.f
ftotrig.f
g.f
gauss1.f
gauss2.f
gauss3.f
gauss4.f
ghvq.f
gmin.f
gmre.f
gphoton.f
hiboost.f
hidata.f
hifun.f
hijcrs.f
hijcsc.f
hijels.f
hijflv.f
hijfrg.f
hijfst.cc
hijhrd.f
hijing.f
hijini.f
hijset.f
hijsft.f
hijsrt.f
hijwds.f
hiptdi.f
hirnd.f
hirnd2.f
hirobo.f
jetini.f
klu.f
lu1ent.f
lu2ent.f
lu3ent.f
lu4ent.f
luboei.f
lucell.f
luchge.f
luclus.f
lucomp.f
ludata.f
ludecy.f
luedit.f
lueevt.f
luerrm.f
luexec.f
lufowo.f
lugive.f
luhepc.f
luindf.f
lujmas.f
lujoin.f
lukfdi.f
lulist.f
luname.f
luonia.f
luprep.f
luptdi.f
luradk.f
lurobo.f
lushow.f
lusphe.f
lustrf.f
lutabu.f
lutest.f
luthru.f
luupda.f
lux3jt.f
lux4jt.f
luxdif.f
luxjet.f
luxkfl.f
luxtot.f
luzdis.f
omg0.f
parton.f
plu.f
profile.f
pyhidata.f
pyhidiff.f
pyhifram.f
pyhigamm.f
pyhii3au.f
pyhiinit.f
pyhiinki.f
pyhiinre.f
pyhiklim.f
pyhikmap.f
pyhimaxi.f
pyhimult.f
pyhiovly.f
pyhirand.f
pyhiremn.f
pyhiresd.f
pyhiscat.f
pyhisigh.f
pyhispen.f
pyhispli.f
pyhisspa.f
pyhistat.f
pyhistfu.f
pyhitest.f
pyhithia.f
pyhiw1au.f
pyhiw2au.f
pyhiwidt.f
pyhixtot.f
quench.f
rlu.f
rluget.f
rluset.f
romg.f
rwdsax.f
sgmin.f
subcrs1.f
subcrs2.f
subcrs3.f
subcrs4.f
subcrs5.f
subcrs6.f
subcrs7.f
title.f
ulalps.f
ulangl.f
ulmass.f
vegas.f
wdsax.f
wdsax1.f
wdsax2.f
HIJINGFlipAfterburner
JETSCAPE
JEWEL
phhepmc
PHPythia6
PHPythia8
PHSartre
ReactionPlaneAfterburner
sHEPGen
sHijing
offline
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
pyhifram.f
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file pyhifram.f
1
2
C*********************************************************************
3
4
SUBROUTINE
pyhifram
(IFRAME)
5
6
C...Performs transformations between different coordinate frames.
7
common/ludat1/mstu(200),paru(200),mstj(200),parj(200)
8
SAVE
/ludat1/
9
common/pyhipars/
mstp
(200),
parp
(200),
msti
(200),
pari
(200)
10
SAVE
/pyhipars/
11
common/pyhiint1/
mint
(400),
vint
(400)
12
SAVE
/pyhiint1/
13
14
IF
(iframe.LT.1.OR.iframe.GT.2)
THEN
15
WRITE
(mstu(11),1000) iframe,
mint
(6)
16
RETURN
17
ENDIF
18
IF
(iframe.EQ.
mint
(6))
RETURN
19
20
IF
(
mint
(6).EQ.1)
THEN
21
C...Transform from fixed target or user specified frame to
22
C...CM-frame of incoming particles.
23
CALL
lurobo
(0.,0.,-
vint
(8),-
vint
(9),-
vint
(10))
24
CALL
lurobo
(0.,-
vint
(7),0.,0.,0.)
25
CALL
lurobo
(-
vint
(6),0.,0.,0.,0.)
26
mint
(6)=2
27
28
ELSE
29
C...Transform from particle CM-frame to fixed target or user specified
30
C...frame.
31
CALL
lurobo
(
vint
(6),
vint
(7),
vint
(8),
vint
(9),
vint
(10))
32
mint
(6)=1
33
ENDIF
34
msti
(6)=
mint
(6)
35
36
1000
FORMAT
(1
x
,
'Error: illegal values in subroutine PYHIFRAM.'
,1
x
,
37
&
'No transformation performed.'
/1
x
,
'IFRAME ='
,1
x
,
i5
,
'; MINT(6) ='
,
38
&1
x
,
i5
)
39
40
RETURN
41
END
coresoftware
blob
master
generators
hijing
src
pyhifram.f
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:59
using
1.8.2 with
sPHENIX GitHub integration