8 #ifndef _H_SRawEventEmbed_H_
9 #define _H_SRawEventEmbed_H_
12 #include <TSQLServer.h>
13 #include <TSQLResult.h>
27 #include <ktracker/SRawEvent.h>
62 return _hit_container_type;
66 _hit_container_type = hitContainerChoice;
78 for(
auto i : _noise_rate) {
79 std::cout << i.first <<
" -> " << i.second << std::endl;
84 _noise_rate[name] = rate;
104 return _in_tree_name;
108 _in_tree_name = inTreeName;
115 std::string _hit_container_type;
116 std::map<std::string, double> _noise_rate;
125 std::string _in_name;
126 std::string _in_tree_name;
133 std::string _out_name;
User interface class about the geometry of detector planes.
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.
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
void set_out_name(const std::string &outName)
const std::string & get_hit_container_choice() const
void set_in_tree_name(const std::string &inTreeName)
int Init(PHCompositeNode *topNode)
virtual ~SRawEventEmbed()
void print_noise_rate() const
void set_in_name(const std::string &inName)
int get_trigger_bit() const
int End(PHCompositeNode *topNode)
Called at the end of all processing.
void set_hit_container_choice(const std::string &hitContainerChoice)
void set_noise_rate(const std::string &name, const double &rate)
void set_trigger_bit(int triggerBit)
const std::string & get_out_name() const
const std::string & get_in_tree_name() const
const std::string & get_in_name() const
SRawEventEmbed(const std::string &name="SRawEventEmbed")