NEMO3 scin hit informations. More...
#include <hit_info.h>
Public Member Functions | |
scin_hit_info () | |
constructor | |
scin_hit_info (const scin_hit &hit_) | |
constructor | |
void | set (const scin_hit &hit_) |
sets the private __hit to hit_ | |
void | set_associated (bool) |
sets the scin info to associated | |
void | reset () |
resets the scin info | |
bool | is_valid () const |
returns true if the scin info is valid | |
int32_t | get_hit_number () const |
returns the number of the hit in the event | |
bool | operator== (const scin_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 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 | |
const scin_hit & | get_hit () const |
returns the const reference of the scin hit | |
scin_hit & | get_hit_no_const () |
returns the reference of the scin hit | |
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 | 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 |
scin_hit * | __hit |
Friends | |
class | boost::serialization::access |
friend class access |
NEMO3 scin hit informations.
Author(s): Francois Mauger mauge Creation date: 2008-12-18 Last modified: 2012-03-07 r@lp ccaen .in2 p3.fr
License:
Description: NEMO3 hit informations
History: