diff --git a/EvtGenModels/EvtBTo3pi.inc b/EvtGenModels/EvtBTo3pi.inc deleted file mode 100755 index c9af37f..0000000 --- a/EvtGenModels/EvtBTo3pi.inc +++ /dev/null @@ -1,25 +0,0 @@ -c Basic matrix elements - Complex *16 - > Mat_S1,Mat_S2,Mat_S3,Mat_S4,Mat_S5 - > ,Nat_S1,Nat_S2,Nat_S3,Nat_S4,Nat_S5 - > ,MatKstarp,MatKstar0,MatKrho - > ,NatKstarp,NatKstar0,NatKrho - Real*8 alphaCP,betaCP,pi,MB2,MC2,Mass_rho,Gam_rho,one,eno - Real*8 M_B,M_pip,M_pim,M_pi0, MA2 - Real*8 M_Kp,Mass_Kstarp,Mass_Kstar0,Gam_Kstarp,Gam_Kstar0 - Real*8 DeltaM,Gam_B,xd - Real*8 M_Upsi, BetaBabar,ptcut,coscut - Common/Theory/ - > Mat_S1,Mat_S2,Mat_S3,Mat_S4,Mat_S5 - > ,Nat_S1,Nat_S2,Nat_S3,Nat_S4,Nat_S5 - > ,MatKstarp,MatKstar0,MatKrho - > ,NatKstarp,NatKstar0,NatKrho - > ,alphaCP, betaCP, pi - > ,MA2, MB2,MC2,one,eno - > ,Mass_rho,Gam_rho - > ,M_B, M_pip,M_pim,M_pi0 - > ,DeltaM,Gam_B,xd - > ,M_Upsi,BetaBabar - > ,ptcut,coscut - > ,M_Kp,Mass_Kstarp,Mass_Kstar0,Gam_Kstarp,Gam_Kstar0 - diff --git a/EvtGenModels/stdhep.inc b/EvtGenModels/stdhep.inc deleted file mode 100755 index 9285a59..0000000 --- a/EvtGenModels/stdhep.inc +++ /dev/null @@ -1,37 +0,0 @@ -C******************************************************* -C --------------------------------------------------------------------- -C The stdhep event common -C --------------------------------------------------------------------- -C This is the "official" event common of the HEP community for MC events. -C NEVHEP = event number -C NHEP = number of particles ("lines") -C ISTHEP(N) = stability code; 0 if stable, 1 if decays. -C IDHEP(I) = particle ID code; see PDG '92, III.73 -C JMOHEP(1,I) = line number of mother particle -C JMOHEP(2,I) = line number of last mother particle, if formed by string -C JDAHEP(1,I) = line number of 1st daughter particle -C JDAHEP(2,I) = line number of last daughter particle - MUST BE CONSECUTIVE! -C PHEP(5,I) = px,py,pz,E,m of particle -C VHEP(4,I) = x,y,z,L of production vertex - - INTEGER nmxhep ! maximum number of particles - PARAMETER ( nmxhep=10000) - REAL*8 phep, vhep ! to be real*4 or *8 depending on host - INTEGER nevhep,nhep,isthep,idhep,jmohep, - $ jdahep - COMMON /hepevt/ - $ nevhep, ! serial number - $ nhep, ! number of particles - $ isthep(nmxhep), ! status code - $ idhep(nmxhep), ! particle ident KF - $ jmohep(2,nmxhep), ! parent particles - $ jdahep(2,nmxhep), ! childreen particles - $ phep(5,nmxhep), ! four-momentum, mass [GeV] - $ vhep(4,nmxhep) ! vertex [mm] - -c$$$ INTEGER NMXHEP,NEVHEP,NHEP,ISTHEP,IDHEP,JMOHEP,JDAHEP -c$$$ REAL PHEP,VHEP -c$$$ PARAMETER (NMXHEP=2000) -c$$$ COMMON/STDHEP/NEVHEP,NHEP,ISTHEP(NMXHEP),IDHEP(NMXHEP), -c$$$ *JMOHEP(2,NMXHEP),JDAHEP(2,NMXHEP),PHEP(5,NMXHEP),VHEP(4,NMXHEP) -c$$$ SAVE /STDHEP/