NEMO3 gg hit informations. More...
#include <hit_info.h>
Public Member Functions | |
gg_hit_info () | |
constructor | |
gg_hit_info (const gg_hit &hit_) | |
constructor | |
void | set (const gg_hit &hit_) |
sets the private __hit to hit_ | |
void | reset () |
resets the gg info | |
bool | is_valid () const |
returns true if the gg info is valid | |
int32_t | get_hit_number () const |
returns the number of the hit in the event | |
bool | operator== (const gg_hit_info &) const |
overload the equality operator | |
const datatools::utils::properties & | properties () const |
returns the const reference of the properties field | |
datatools::utils::properties & | properties () |
returns the reference of the properties field | |
const gg_hit & | get_hit () const |
returns the const reference of the scin hit | |
gg_hit & | get_hit_no_const () |
returns the reference of the scin hit | |
const datatools::utils::properties & | get_properties_const () const |
returns the const reference of the properties field | |
const datatools::utils::properties & | get_properties_ro () const |
returns the const reference of the properties field | |
datatools::utils::properties & | get_properties () |
returns the reference of the properties field | |
datatools::utils::properties & | get_properties_rw () |
returns the reference of the properties field | |
virtual const std::string & | get_serial_tag () const |
const virtual function that returns the reference to the serialization tag | |
Static Public Attributes | |
static const std::string | HIT_CLOSE_TO_TRACK_FLAG |
static const std::string | HIT_ON_TRACK_FLAG |
static const std::string | HIT_NOT_ON_TRACK_FLAG |
static const std::string | SERIAL_TAG |
serialization tag | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar_, const unsigned int version_) |
serialization | |
Private Attributes | |
datatools::utils::properties | __properties |
gg_hit * | __hit |
Friends | |
class | boost::serialization::access |
friend class access |
NEMO3 gg hit informations.