Version: SMASH-3.1
smash::BinaryOutputParticles Class Reference

#include <binaryoutput.h>

Writes the particle list at specific times to the binary file.

This class writes the current particle list at a specific time t to the binary output file. This specific time can be: event start, event end or every next time interval \(\Delta t \). Writing (or not writing) the output at these moments is controlled by different options. The time interval \(\Delta t \) is also regulated by an option. The output file is binary and has a block structure.

Details of the output format can be found on the wiki in the User Guide section, look for binary output.

Definition at line 197 of file binaryoutput.h.

Inheritance diagram for smash::BinaryOutputParticles:
smash::BinaryOutputBase smash::OutputInterface

Public Member Functions

 BinaryOutputParticles (const std::filesystem::path &path, std::string name, const OutputParameters &out_par)
 Create binary particle output. More...
 
void at_eventstart (const Particles &particles, const int event_number, const EventInfo &event) override
 Writes the initial particle information of an event to the binary output. More...
 
void at_eventend (const Particles &particles, const int event_number, const EventInfo &event) override
 Writes the final particle information of an event to the binary output. More...
 
void at_intermediate_time (const Particles &particles, const std::unique_ptr< Clock > &clock, const DensityParameters &dens_param, const EventInfo &event) override
 Writes particles at each time interval; fixed by option OUTPUT_INTERVAL. More...
 
- Public Member Functions inherited from smash::OutputInterface
 OutputInterface (std::string name)
 Construct output interface. More...
 
virtual ~OutputInterface ()=0
 Pure virtual destructor to make class abstract and prevent its instantiation. More...
 
virtual void at_eventstart (const std::vector< Particles > &, int)
 Output launched at event start after initialization, when particles are generated but not yet propagated. More...
 
virtual void at_eventstart (const int, const ThermodynamicQuantity, const DensityType, RectangularLattice< DensityOnLattice >)
 Output launched at event start after initialization, when particles are generated but not yet propagated. More...
 
virtual void at_eventstart (const int, const ThermodynamicQuantity, const DensityType, RectangularLattice< EnergyMomentumTensor >)
 Output launched at event start after initialization, when particles are generated but not yet propagated. More...
 
virtual void at_eventend (const int, const ThermodynamicQuantity, const DensityType)
 Output launched at event end. More...
 
virtual void at_eventend (const ThermodynamicQuantity)
 Output launched at event end. More...
 
virtual void at_eventend (const std::vector< Particles > &, const int)
 Output launched at event end. More...
 
virtual void at_interaction (const Action &, const double)
 Called whenever an action modified one or more particles. More...
 
virtual void at_intermediate_time (const std::vector< Particles > &, const std::unique_ptr< Clock > &, const DensityParameters &)
 Output launched after every N'th timestep. More...
 
virtual void thermodynamics_output (const ThermodynamicQuantity, const DensityType, RectangularLattice< DensityOnLattice > &)
 Output to write thermodynamics from the lattice. More...
 
virtual void thermodynamics_output (const ThermodynamicQuantity, const DensityType, RectangularLattice< EnergyMomentumTensor > &)
 Output to write energy-momentum tensor and related quantities from the lattice. More...
 
virtual void thermodynamics_lattice_output (RectangularLattice< DensityOnLattice > &, const double)
 Output to write thermodynamics from the lattice. More...
 
virtual void thermodynamics_lattice_output (RectangularLattice< DensityOnLattice > &, const double, const std::vector< Particles > &, const DensityParameters &)
 Output to write thermodynamics from the lattice. More...
 
virtual void thermodynamics_lattice_output (const ThermodynamicQuantity, RectangularLattice< EnergyMomentumTensor > &, const double)
 Output to write energy-momentum tensor and related quantities from the lattice. More...
 
virtual void thermodynamics_output (const GrandCanThermalizer &)
 Output to write energy-momentum tensor and related quantities from the thermalizer class. More...
 
virtual void fields_output (const std::string, const std::string, RectangularLattice< std::pair< ThreeVector, ThreeVector >> &)
 Write fields in vtk output Fields are a pair of threevectors for example electric and magnetic field. More...
 
bool is_dilepton_output () const
 Get, whether this is the dilepton output? More...
 
bool is_photon_output () const
 Get, whether this is the photon output? More...
 
bool is_IC_output () const
 Get, whether this is the IC output? More...
 
const char * to_string (const ThermodynamicQuantity tq)
 Convert thermodynamic quantities to strings. More...
 
const char * to_string (const DensityType dens_type)
 Convert density types to strings. More...
 

Private Attributes

OutputOnlyFinal only_final_
 Whether final- or initial-state particles should be written. More...
 

Additional Inherited Members

- Protected Member Functions inherited from smash::BinaryOutputBase
 BinaryOutputBase (const std::filesystem::path &path, const std::string &mode, const std::string &name, bool extended_format)
 Create binary output base. More...
 
void write (const char c)
 Write byte to binary output. More...
 
void write (const std::string &s)
 Write string to binary output. More...
 
void write (const double x)
 Write double to binary output. More...
 
void write (const FourVector &v)
 Write four-vector to binary output. More...
 
void write (const std::int32_t x)
 Write integer (32 bit) to binary output. More...
 
void write (const std::uint32_t x)
 Write unsigned integer (32 bit) to binary output. More...
 
void write (const std::uint16_t x)
 Write unsigned integer (16 bit) to binary output. More...
 
void write (const size_t x)
 Write a std::size_t to binary output. More...
 
void write (const Particles &particles)
 Write particle data of each particle in particles to binary output. More...
 
void write (const ParticleList &particles)
 Write each particle data entry to binary output. More...
 
void write_particledata (const ParticleData &p)
 Write particle data to binary output. More...
 
- Protected Attributes inherited from smash::BinaryOutputBase
RenamingFilePtr file_
 Binary particles output file path. More...
 
- Protected Attributes inherited from smash::OutputInterface
const bool is_dilepton_output_
 Is this the dilepton output? More...
 
const bool is_photon_output_
 Is this the photon output? More...
 
const bool is_IC_output_
 Is this the IC output? More...
 

Constructor & Destructor Documentation

◆ BinaryOutputParticles()

smash::BinaryOutputParticles::BinaryOutputParticles ( const std::filesystem::path &  path,
std::string  name,
const OutputParameters out_par 
)

Create binary particle output.

Parameters
[in]pathOutput path.
[in]nameName of the ouput.
[in]out_parA structure containing the parameters of the output.

Definition at line 259 of file binaryoutput.cc.

262  : BinaryOutputBase(path / "particles_binary.bin", "wb", name,
263  out_par.part_extended),
264  only_final_(out_par.part_only_final) {}
BinaryOutputBase(const std::filesystem::path &path, const std::string &mode, const std::string &name, bool extended_format)
Create binary output base.
OutputOnlyFinal only_final_
Whether final- or initial-state particles should be written.
Definition: binaryoutput.h:241

Member Function Documentation

◆ at_eventstart()

void smash::BinaryOutputParticles::at_eventstart ( const Particles particles,
const int  event_number,
const EventInfo event 
)
overridevirtual

Writes the initial particle information of an event to the binary output.

Parameters
[in]particlesCurrent list of all particles.
[in]event_numberUnused, needed since inherited.
[in]eventEvent info, see event_info

Reimplemented from smash::OutputInterface.

Definition at line 266 of file binaryoutput.cc.

267  {
268  const char pchar = 'p';
270  std::fwrite(&pchar, sizeof(char), 1, file_.get());
271  write(particles.size());
272  write(particles);
273  }
274 }
void write(const char c)
Write byte to binary output.
RenamingFilePtr file_
Binary particles output file path.
Definition: binaryoutput.h:116
FILE * get()
Get the underlying FILE* pointer.
Definition: file.cc:27
@ No
Print initial, intermediate and final-state particles.

◆ at_eventend()

void smash::BinaryOutputParticles::at_eventend ( const Particles particles,
const int  event_number,
const EventInfo event 
)
overridevirtual

Writes the final particle information of an event to the binary output.

Parameters
[in]particlesCurrent list of particles.
[in]event_numberNumber of event.
[in]eventEvent info, see event_info

Reimplemented from smash::OutputInterface.

Definition at line 276 of file binaryoutput.cc.

278  {
279  const char pchar = 'p';
280  if (!(event.empty_event && only_final_ == OutputOnlyFinal::IfNotEmpty)) {
281  std::fwrite(&pchar, sizeof(char), 1, file_.get());
282  write(particles.size());
283  write(particles);
284  }
285 
286  // Event end line
287  const char fchar = 'f';
288  std::fwrite(&fchar, sizeof(char), 1, file_.get());
289  write(event_number);
290  write(event.impact_parameter);
291  const char empty = event.empty_event;
292  write(empty);
293 
294  // Flush to disk
295  std::fflush(file_.get());
296 }
@ IfNotEmpty
Print only final-state particles, and those only if the event is not empty.

◆ at_intermediate_time()

void smash::BinaryOutputParticles::at_intermediate_time ( const Particles particles,
const std::unique_ptr< Clock > &  clock,
const DensityParameters dens_param,
const EventInfo event 
)
overridevirtual

Writes particles at each time interval; fixed by option OUTPUT_INTERVAL.

Parameters
[in]particlesCurrent list of particles.
[in]clockUnused, needed since inherited.
[in]dens_paramUnused, needed since inherited.
[in]eventEvent info, see event_info.

Reimplemented from smash::OutputInterface.

Definition at line 298 of file binaryoutput.cc.

301  {
302  const char pchar = 'p';
304  std::fwrite(&pchar, sizeof(char), 1, file_.get());
305  write(particles.size());
306  write(particles);
307  }
308 }

Member Data Documentation

◆ only_final_

OutputOnlyFinal smash::BinaryOutputParticles::only_final_
private

Whether final- or initial-state particles should be written.

Definition at line 241 of file binaryoutput.h.


The documentation for this class was generated from the following files: