Header file for class : Tuple.
More...
#include <string>
#include "GaudiAlg/TupleObj.h"
#include "GaudiKernel/SmartIF.h"
Go to the source code of this file.
Header file for class : Tuple.
- Date
- 2002-10-30
- Author
- Vanya Belyaev Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
Definition in file Tuple.h.
◆ operator<<()
helper operator to feed Tuple with the data, see Tuples::TupleColumn
Definition at line 324 of file Tuple.h.
325 if ( !tuple.
valid() )
return tuple;
327 .orThrow(
"Failed to fill the tuple",
"operator<<( Tuples::Tuple&, ...)" )
StatusCode column(const std::string &name, float value)
Set the value for selected tuple column.
const std::string & name() const
Return the column name.
bool valid() const
check the validity of the tuple object
const StatusCode & ignore() const
Ignore/check StatusCode.
const ITEM & value() const
Return the column value.