19 #ifndef SMASHWRAPPER_H
20 #define SMASHWRAPPER_H
22 #include "smash/configuration.h"
23 #include "smash/experiment.h"
24 #include "smash/listmodus.h"
29 using namespace Jetscape;
40 JSINFO <<
"Constructing AfterburnerModus";
48 void JS_hadrons_to_smash_particles(
50 smash::Particles &smash_particles);
53 double initial_conditions(smash::Particles *
particles,
54 const smash::ExperimentParameters &) {
55 JS_hadrons_to_smash_particles(jetscape_hadrons_[event_number_], *particles);
56 backpropagate_to_same_time(*particles);
63 int event_number_ = 0;
68 bool only_final_decays_ =
false;
69 double end_time_ = -1.0;
77 smash_particles_to_JS_hadrons(
const smash::Particles &smash_particles,
82 void WriteTask(weak_ptr<JetScapeWriter> w);
85 #endif // SMASHWRAPPER_H