8 #ifndef _H_RndmEmbed_H_
9 #define _H_RndmEmbed_H_
12 #include <TSQLServer.h>
13 #include <TSQLResult.h>
47 RndmEmbed(
const std::string &name =
"RndmEmbed");
60 return _hit_container_type;
64 _hit_container_type = hitContainerChoice;
76 for(
auto i : _noise_rate) {
77 std::cout << i.first <<
" -> " << i.second << std::endl;
82 _noise_rate[name] = rate;
89 std::string _hit_container_type;
90 std::map<std::string, double> _noise_rate;
99 std::string _out_name;
User interface class about the geometry of detector planes.
int End(PHCompositeNode *topNode)
Called at the end of all processing.
void set_hit_container_choice(const std::string &hitContainerChoice)
const std::string & get_hit_container_choice() const
const std::string & get_out_name() const
int InitRun(PHCompositeNode *topNode)
void print_noise_rate() const
void set_out_name(const std::string &outName)
int process_event(PHCompositeNode *topNode)
void set_noise_rate(const std::string &name, const double &rate)
int Init(PHCompositeNode *topNode)
RndmEmbed(const std::string &name="RndmEmbed")
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects as std::map.
An SQ interface class to hold a list of SQHit objects.
An SQ interface class to hold the run-level info.
An SQ interface class to hold a list of SQSpill objects.