12 for (
int i =0; i<2; i++)
14 set_x(i,g4hit.
get_x(i));
15 set_y(i,g4hit.
get_y(i));
16 set_z(i,g4hit.
get_z(i));
17 set_t(i,g4hit.
get_t(i));
22 for (
unsigned char ic = 0; ic < UCHAR_MAX; ic++)
37 cout <<
"Class " << this->ClassName() << endl;
38 cout <<
"x0: " << get_x(0)
39 <<
", y0: " << get_y(0)
40 <<
", z0: " << get_z(0)
41 <<
", t0: " << get_t(0) << endl;
42 cout <<
"x1: " << get_x(1)
43 <<
", y1: " << get_y(1)
44 <<
", z1: " << get_z(1)
45 <<
", t1: " << get_t(1) << endl;
46 cout <<
"trackid: " << get_trkid() <<
", edep: " << get_edep() << endl;
47 cout <<
"strip_z_index: " << get_strip_z_index() <<
", strip_y_index: " << get_strip_y_index() << endl;
48 cout <<
"ladder_z_index: " << get_ladder_z_index() <<
", ladder_phi_index: " << get_ladder_phi_index() << endl;
49 cout <<
"stave_index: " << get_property_int(prop_stave_index) <<
" half_stave_index " << get_property_int(prop_half_stave_index) << endl;
50 cout <<
"module_index: " << get_property_int(prop_module_index) <<
" chip_index " << get_property_int(prop_chip_index) << endl;
51 cout <<
"layer id: " << get_layer() <<
", scint_id: " << get_scint_id() << endl;
52 cout <<
"hit type: " << get_hit_type() << endl;
65 cout <<
"Reset not implemented by daughter class" << endl;
69 std::pair<const std::string,PHG4Hit::PROPERTY_TYPE>
76 case prop_light_yield:
102 case prop_path_length:
110 case prop_strip_z_index:
112 case prop_strip_y_index:
114 case prop_ladder_z_index:
116 case prop_ladder_phi_index:
126 case prop_stave_index:
128 case prop_half_stave_index:
130 case prop_module_index:
132 case prop_chip_index:
134 case prop_local_pos_x_0:
136 case prop_local_pos_y_0:
138 case prop_local_pos_z_0:
142 case prop_local_pos_x_1:
144 case prop_local_pos_y_1:
146 case prop_local_pos_z_1:
150 cout <<
"PHG4Hit::get_property_info - Fatal Error - unknown index " << prop_id << endl;
159 pair<const string,PROPERTY_TYPE> property_info = get_property_info(prop_id);
160 if (property_info.second != prop_type)
175 return "unsigned int";
ClassImp(PHG4Hit) void PHG4Hit
ostream & operator<<(ostream &stream, const PHG4Hit *hit)
virtual unsigned int get_layer() const
static std::string get_property_type(const PROPERTY_TYPE prop_type)
virtual float get_z(const int i) const
virtual float get_edep() const
static std::pair< const std::string, PROPERTY_TYPE > get_property_info(PROPERTY prop_id)
static bool check_property(const PROPERTY prop_id, const PROPERTY_TYPE prop_type)
virtual void Reset()
Clear Event.
virtual float get_t(const int i) const
virtual bool has_property(const PROPERTY prop_id) const
virtual PHG4HitDefs::keytype get_hit_id() const
virtual float get_y(const int i) const
virtual float get_x(const int i) const
virtual void Copy(PHG4Hit const &g4hit)
virtual float get_avg_z() const
virtual unsigned int get_property_nocheck(const PROPERTY prop_id) const
virtual float get_avg_y() const
virtual void identify(std::ostream &os=std::cout) const
virtual float get_avg_x() const
virtual int get_trkid() const
virtual int get_hit_type() const