The Gaudi Framework  v29r0 (ff2e7097)
TupleObj.h File Reference

Header file for class TupleObj. More...

#include <array>
#include <cstddef>
#include <functional>
#include <limits>
#include <numeric>
#include <set>
#include <sstream>
#include <string>
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/SerializeSTL.h"
#include "GaudiKernel/VectorMap.h"
#include "GaudiKernel/invoke.h"
#include "GaudiAlg/Maps.h"
#include "GaudiAlg/Tuples.h"
#include "Math/Point3D.h"
#include "Math/SMatrix.h"
#include "Math/SVector.h"
#include "Math/Vector3D.h"
#include "Math/Vector4D.h"
#include "GaudiAlg/TuplePut.h"
Include dependency graph for TupleObj.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Tuples::detail::to_< T >
 
struct  Tuples::detail::to_float
 
class  Tuples::TupleObj
 A simple wrapper class over standard Gaudi NTuple::Tuple facility. More...
 

Namespaces

 Tuples
 General namespace for Tuple properties.
 
 Tuples::detail
 

Typedefs

template<typename Iterator >
using Tuples::detail::const_ref_t = typename std::add_const< typename std::iterator_traits< Iterator >::reference >::type
 

Enumerations

enum  Tuples::Type { Tuples::NTUPLE, Tuples::EVTCOL }
 the list of available types for ntuples More...
 
enum  Tuples::ErrorCodes {
  Tuples::InvalidTuple = 100, Tuples::InvalidColumn, Tuples::InvalidOperation, Tuples::InvalidObject,
  Tuples::InvalidItem, Tuples::TruncateValue = 200
}
 Tuple error codes. More...
 

Detailed Description

Header file for class TupleObj.

Date
2004-01-23
Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru

Definition in file TupleObj.h.