You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run ddsim on a hepevt-format input file.
running on a centos7 machine, using ilcsoft installation from /cvmfs/ilc.desy.de/sw/x86_64_gcc82_sl6/v02-02
(I checked that using my own compiled-on-centos7 ilcsoft gives the same behaviour).
GenerationInit INFO +++ Initializing event 1. Within run:0 event 1.
EventReaderHepEvt::moveToEvent INFO Event number after skipping: 0
hepevt4 INFO +++ Particle interaction with 38 generator particles and 1 vertices ++++++++++++++++++++++++
PrimaryHandler INFO +++++ G4PrimaryVertex at (+0.00e+00,+0.00e+00,+0.00e+00) [mm] +0.00e+00 [ns]
ParticleHandler INFO +++ Event 0 Begin event action. Access event related information.
LcioOutput WARN +++ [Event:0] No valid MC truth info present. Is a Particle handler installed ?
the output lcio file has a reasonable-looking MCParticle collection, but only empty collections for everything else.
Any ideas? I'm looking around, but don't know the code well enough to do so very efficiently...
Thanks, Daniel.
(This worked fine with Mokka, but I believe that I've never tried with ddsim until now.)
one thing I'm not sure about is the time units:
the HEPEVT standard unit for time is [mm/c] (see eg https://home.fnal.gov/~mrenna/lutp0613man2/node49.html)
while the code seems to interpret it as ns:
p->time = VHEP4*CLHEP::ns;
I'm trying to run ddsim on a hepevt-format input file.
running on a centos7 machine, using ilcsoft installation from /cvmfs/ilc.desy.de/sw/x86_64_gcc82_sl6/v02-02
(I checked that using my own compiled-on-centos7 ilcsoft gives the same behaviour).
ddsim --compactFile /cvmfs/ilc.desy.de/sw/x86_64_gcc82_sl6/v02-02/lcgeo/v00-16-06/ILD/compact/ILD_l5_v02/ILD_l5_v02.xml --outputFile ./test_out.slcio --inputFile ./test_in.hepevt --steeringFile /cvmfs/ilc.desy.de/sw/ILDConfig/v02-02/StandardConfig/production/ddsim_steer.py -N 10
this gives me messages such as
the output lcio file has a reasonable-looking MCParticle collection, but only empty collections for everything else.
Any ideas? I'm looking around, but don't know the code well enough to do so very efficiently...
Thanks, Daniel.
(This worked fine with Mokka, but I believe that I've never tried with ddsim until now.)
an example input event:
The text was updated successfully, but these errors were encountered: