WarpX
BeamRelevant.H
Go to the documentation of this file.
1 /* Copyright 2019-2020 Yinjian Zhao
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef WARPX_DIAGNOSTICS_REDUCEDDIAGS_BEAMRELEVANT_H_
9 #define WARPX_DIAGNOSTICS_REDUCEDDIAGS_BEAMRELEVANT_H_
10 
11 #include "ReducedDiags.H"
12 #include <fstream>
13 
17 class BeamRelevant : public ReducedDiags
18 {
19 public:
20 
23  BeamRelevant(std::string rd_name);
24 
26  std::string m_beam_name;
27 
31  virtual void ComputeDiags(int step) override final;
32 
33 };
34 
35 #endif
Definition: ReducedDiags.H:24
std::string m_beam_name
name of beam species
Definition: BeamRelevant.H:26
Definition: BeamRelevant.H:17
BeamRelevant(std::string rd_name)
Definition: BeamRelevant.cpp:22
virtual void ComputeDiags(int step) override final
Definition: BeamRelevant.cpp:113