#include <set>
#include <string>
#include <limits>
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/VectorMap.h"
#include "GaudiAlg/Tuples.h"
#include "GaudiAlg/Maps.h"
#include "Math/Point3D.h"
#include "Math/Vector3D.h"
#include "Math/Vector4D.h"
#include "Math/SVector.h"
#include "Math/SMatrix.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.
Namespaces | |
namespace | Tuples |
Classes | |
class | Tuples::TupleObj |
A simple wrapper class over standard Gaudi NTuple::Tuple facility. More... | |
Defines | |
#define | GAUDIALG_TUPLEOBJ_H 1 |
Enumerations | |
enum | Tuples::Type { Tuples::NTUPLE, Tuples::EVTCOL } |
the list of availabe 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... |
Definition in file TupleObj.h.
#define GAUDIALG_TUPLEOBJ_H 1 |
Definition at line 6 of file TupleObj.h.