Jpp test-rotations-old
the software that should make you happy
|
Auxiliary class for product integration data. More...
#include <JDetectorIntegration_t.hh>
Public Member Functions | |
JProductIntegration_t () | |
Default constructor. | |
JProductIntegration_t (const JProductIntegration &input) | |
Constructor. | |
bool | is_set () const |
Check product status. | |
void | set () |
Set product status. | |
void | unset () |
Unset product status. | |
Public Attributes | |
std::string | operation |
int | position |
JUPI_t | container |
JUPI_t | content |
JDateAndTime_t | start_date |
JDateAndTime_t | end_date |
bool | status |
Friends | |
std::istream & | operator>> (std::istream &in, JProductIntegration_t &object) |
Read product integration from input stream. | |
std::ostream & | operator<< (std::ostream &out, const JProductIntegration_t &object) |
Write product integration to output stream. | |
Auxiliary class for product integration data.
This class is primarily used to
Definition at line 64 of file JDetectorIntegration_t.hh.
|
inline |
|
inline |
Constructor.
input | product integration data |
Definition at line 78 of file JDetectorIntegration_t.hh.
|
inline |
Check product status.
Definition at line 98 of file JDetectorIntegration_t.hh.
|
inline |
Set product status.
Definition at line 107 of file JDetectorIntegration_t.hh.
|
inline |
Unset product status.
Definition at line 116 of file JDetectorIntegration_t.hh.
|
friend |
Read product integration from input stream.
in | input stream |
object | product integration |
Definition at line 129 of file JDetectorIntegration_t.hh.
|
friend |
Write product integration to output stream.
out | output stream |
object | product integration |
Definition at line 151 of file JDetectorIntegration_t.hh.
std::string JDATABASE::JProductIntegration_t::operation |
Definition at line 166 of file JDetectorIntegration_t.hh.
int JDATABASE::JProductIntegration_t::position |
Definition at line 167 of file JDetectorIntegration_t.hh.
JUPI_t JDATABASE::JProductIntegration_t::container |
Definition at line 168 of file JDetectorIntegration_t.hh.
JUPI_t JDATABASE::JProductIntegration_t::content |
Definition at line 169 of file JDetectorIntegration_t.hh.
JDateAndTime_t JDATABASE::JProductIntegration_t::start_date |
Definition at line 170 of file JDetectorIntegration_t.hh.
JDateAndTime_t JDATABASE::JProductIntegration_t::end_date |
Definition at line 171 of file JDetectorIntegration_t.hh.
bool JDATABASE::JProductIntegration_t::status |
Definition at line 172 of file JDetectorIntegration_t.hh.