Difference between revisions of "PSBP - Jan 30, 2020"
Jump to navigation
Jump to search
(Created page with "== Blue Jeans == https://bluejeans.com/164307983 Toll Free Number: 1-888-240-2560 Meeting ID: 164307983# Passcode (for Moderator): 2864# == Agenda == * Talk about the 'bi...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Blue Jeans == | == Blue Jeans == | ||
− | https://bluejeans.com/ | + | https://bluejeans.com/135810607 |
Toll Free Number: 1-888-240-2560 | Toll Free Number: 1-888-240-2560 | ||
− | Meeting ID: | + | Meeting ID: 135810607# |
Passcode (for Moderator): 2864# | Passcode (for Moderator): 2864# | ||
== Agenda == | == Agenda == | ||
* Talk about the 'big picture', coming to JLab, stuff like that | * Talk about the 'big picture', coming to JLab, stuff like that | ||
− | * Jon's slides to start [[media:ThesePres3.pdf]] | + | : [[media:200130_slide.pptx]] |
− | * Geant4 code | + | * 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 |
Latest revision as of 13:02, 30 January 2020
Blue Jeans
https://bluejeans.com/135810607 Toll Free Number: 1-888-240-2560 Meeting ID: 135810607# Passcode (for Moderator): 2864#
Agenda
- Talk about the 'big picture', coming to JLab, stuff like that
- Jon's slides to start
- 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