17 for (
int i = 0; i<2;i++)
38 for (
int i = 0; i<2;i++)
59 std::cout<<
"New Hitv1 0x"<< hex <<
hitid
60 << dec <<
" on track "<<
trackid<<
" EDep "<<
edep<<std::endl;
61 std::cout<<
"Location: X "<<
x[0]<<
"/"<<
x[1]<<
" Y "<<
y[0]<<
"/"<<
y[1]<<
" Z "<<
z[0]<<
"/"<<
z[1]<<std::endl;
62 std::cout<<
"Time "<<
t[0]<<
"/"<<
t[1]<<std::endl;
64 for (prop_map_t::const_iterator i =
prop_map.begin(); i!=
prop_map.end(); ++i)
68 cout <<
"\t" << prop_id <<
":\t" << property_info.first <<
" = \t";
69 switch(property_info.second)
81 cout <<
" unknown type ";
90 prop_map_t::const_iterator i =
prop_map.find(prop_id);
100 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
105 prop_map_t::const_iterator i =
prop_map.find(prop_id);
118 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
123 prop_map_t::const_iterator i =
prop_map.find(prop_id);
136 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
141 prop_map_t::const_iterator i =
prop_map.find(prop_id);
154 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
168 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
182 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
193 prop_map_t::const_iterator iter =
prop_map.find(prop_id);
211 cout <<
"Invalid index in get_px: " << i << endl;
226 cout <<
"Invalid index in get_py: " << i << endl;
241 cout <<
"Invalid index in get_pz: " << i << endl;
258 cout <<
"Invalid index in set_px: " << i << endl;
275 cout <<
"Invalid index in set_py: " << i << endl;
292 cout <<
"Invalid index in set_pz: " << i << endl;
308 cout <<
"Invalid index in get_local_x: " << i << endl;
323 cout <<
"Invalid index in get_local_y: " << i << endl;
338 cout <<
"Invalid index in get_local_z: " << i << endl;
355 cout <<
"Invalid index in set_local_x: " << i << endl;
372 cout <<
"Invalid index in set_local_y: " << i << endl;
389 cout <<
"Invalid index in set_local_z: " << i << endl;
397 cout <<
"Class " << this->ClassName() << endl;
398 cout <<
"hitid: 0x" << hex <<
hitid << dec << endl;
399 cout <<
"x0: " <<
get_x(0)
400 <<
", y0: " <<
get_y(0)
401 <<
", z0: " <<
get_z(0)
402 <<
", t0: " <<
get_t(0) << endl;
403 cout <<
"x1: " <<
get_x(1)
404 <<
", y1: " <<
get_y(1)
405 <<
", z1: " <<
get_z(1)
406 <<
", t1: " <<
get_t(1) << endl;
407 cout <<
"px0: " <<
get_px(0)
409 <<
", pz0: " <<
get_pz(0) << endl;
410 cout <<
"px1: " <<
get_px(1)
412 <<
", pz1: " <<
get_pz(1) << endl;
414 <<
", edep: " <<
edep << endl;
415 for (prop_map_t::const_iterator i =
prop_map.begin(); i!=
prop_map.end(); ++i)
419 cout <<
"\t" << prop_id <<
":\t" << property_info.first <<
" = \t";
420 switch(property_info.second)
432 cout <<
" unknown type ";
ClassImp(PHG4Hitv1) PHG4Hitv1
@ prop_local_x_0
local coordinate
static std::string get_property_type(const PROPERTY_TYPE prop_type)
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 Copy(PHG4Hit const &g4hit)
int get_property_int(const PROPERTY prop_id) const
float get_z(const int i) const
virtual float get_local_z(const int i) const
void set_y(const int i, const float f)
float get_y(const int i) const
virtual void set_py(const int i, const float f)
void set_x(const int i, const float f)
float get_t(const int i) const
void set_property(const PROPERTY prop_id, const float value)
virtual float get_local_y(const int i) const
virtual void set_local_z(const int i, const float f)
virtual float get_local_x(const int i) const
PHG4HitDefs::keytype hitid
unsigned int get_property_uint(const PROPERTY prop_id) const
unsigned int get_property_nocheck(const PROPERTY prop_id) const
virtual void set_px(const int i, const float f)
virtual float get_py(const int i) const
virtual void set_local_y(const int i, const float f)
bool has_property(const PROPERTY prop_id) const
void set_t(const int i, const float f)
float get_x(const int i) const
void identify(std::ostream &os=std::cout) const
prop_map_t prop_map
container for additional property
float get_property_float(const PROPERTY prop_id) const
virtual void print() const
virtual float get_pz(const int i) const
virtual void set_local_x(const int i, const float f)
virtual float get_px(const int i) const
virtual void set_pz(const int i, const float f)
void set_z(const int i, const float f)
static const unsigned int hit_idbits
convert between 32bit inputs and storage type prop_storage_t
prop_storage_t get_storage() const