Skip to content
Snippets Groups Projects

Implementation of TFRState

Merged Alessio Piucci requested to merge TFRState into master
8 files
+ 111
38
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 15
0
@@ -29,4 +29,19 @@ uniform {
; nParticles range
max_numParticles 50
min_numParticles 0
}
random_histos {
; input file name
inFile_name "config/kin_var.root"
; vertex histos
vx "h_vx"
vy "h_vy"
vz "h_vz"
; momentum histos
px "h_px"
py "h_py"
pz "h_pz"
}
\ No newline at end of file
Loading