PSBP - Jan 30, 2020

From pwgwiki
Revision as of 10:07, 30 January 2020 by Grames (talk | contribs)
Jump to navigation Jump to search

Blue Jeans

https://bluejeans.com/164307983
Toll Free Number: 1-888-240-2560
Meeting ID: 164307983#
Passcode (for Moderator): 2864#

Agenda

  • Talk about the 'big picture', coming to JLab, stuff like that
  • Jon's slides to start media:ThesePres3.pdf
  • Geant4 code - ForNick.tar
PosiProd code folder
Geant4 /src and /include files specific to polarized bremsstrahlung and pair creation
PosiProd.cc event generator and vis.mac input configuration files
random number generator (maybe you need, not sure!)
ILC_5E4_1000GeV_10mm example folder
vis.mac configuration for International Linear Collier (50,000 polarized e- w/ 1 GeV beam energy striking 10mm thick W target)
PositronDistribution.txt is Geant4 output file => you can put into root, your fav plotting program, I use the sdds toolkit (I can teach you if you like)
sdds.header says in words the columns of data in PositronDistribution.txt
SDDS1
&column name=Entry,type=double, &end
&column name=E,    units=MeV, type=double, &end
&column name=pX,   units=MeV, type=double, &end
&column name=pY,   units=MeV, type=double, &end
&column name=pZ,   units=MeV, type=double, &end
&column name=X,    units=mm, type=double, &end
&column name=Y,    units=mm, type=double, &end
&column name=Z,    units=mm, type=double, &end
&column name=sX,   type=double, &end
&column name=sY,   type=double, &end
&column name=sZ,   type=double, &end
&data mode=ascii no_row_counts=1 &end