Version: SMASH-2.0
decayactionsfinderdilepton.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2014-2020
4  * SMASH Team
5  *
6  * GNU General Public License (GPLv3 or later)
7  *
8  */
9 
10 #ifndef SRC_INCLUDE_SMASH_DECAYACTIONSFINDERDILEPTON_H_
11 #define SRC_INCLUDE_SMASH_DECAYACTIONSFINDERDILEPTON_H_
12 
13 #include "outputinterface.h"
14 
15 namespace smash {
16 
31  public:
34 
42  void shine(const Particles& search_list, OutputInterface* output,
43  double dt) const;
44 
57  void shine_final(const Particles& search_list, OutputInterface* output,
58  bool only_res = false) const;
59 };
60 
61 } // namespace smash
62 
63 #endif // SRC_INCLUDE_SMASH_DECAYACTIONSFINDERDILEPTON_H_
smash
Definition: action.h:24
smash::DecayActionsFinderDilepton::shine_final
void shine_final(const Particles &search_list, OutputInterface *output, bool only_res=false) const
Shine dileptons from resonances at the end of the simulation.
Definition: decayactionsfinderdilepton.cc:61
smash::DecayActionsFinderDilepton::DecayActionsFinderDilepton
DecayActionsFinderDilepton()
Initialize the finder.
Definition: decayactionsfinderdilepton.h:33
smash::DecayActionsFinderDilepton
Definition: decayactionsfinderdilepton.h:30
outputinterface.h
smash::OutputInterface
Abstraction of generic output.
Definition: outputinterface.h:65
smash::Particles
Definition: particles.h:33
smash::DecayActionsFinderDilepton::shine
void shine(const Particles &search_list, OutputInterface *output, double dt) const
Check the whole particles list and print out possible dilepton decays.
Definition: decayactionsfinderdilepton.cc:19