|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
A simple wrapper class over standard Gaudi NTuple::Tuple facility. More...
#include <GaudiAlg/TupleObj.h>


Public Types | |
| typedef NTuple::Item< bool > | Bool |
| basic type for int items | |
| typedef NTuple::Item< char > | Char |
| basic type for int items | |
| typedef NTuple::Item< unsigned char > | UChar |
| basic type for unsigned int items | |
| typedef NTuple::Item< short > | Short |
| basic type for int items | |
| typedef NTuple::Item< unsigned short > | UShort |
| basic type for unsigned int items | |
| typedef NTuple::Item< int > | Int |
| basic type for int items | |
| typedef NTuple::Item< unsigned int > | UInt |
| basic type for unsigned int items | |
| typedef NTuple::Item< long long > | LongLong |
| basic type for unsigned long long items | |
| typedef NTuple::Item< unsigned long long > | ULongLong |
| basic type for unsigned long long items | |
| typedef NTuple::Item< float > | Float |
| basic type for float items | |
| typedef NTuple::Item< double > | Double |
| basic type for double items | |
| typedef NTuple::Item < IOpaqueAddress * > | Address |
| basic type for address items | |
| typedef NTuple::Array< float > | FArray |
| basic type for array of floats | |
| typedef NTuple::Matrix< float > | FMatrix |
| basic type for matrix of floats | |
| typedef unsigned short | MIndex |
| typedef std::map< std::string, std::string > | ItemMap |
Public Member Functions | |
| StatusCode | column (const std::string &name, const float value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const double value) |
| Set the value for the selected tuple column If the column does not exist, it will be automatically created and appended to the tuple. | |
| StatusCode | column (const std::string &name, const short value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const short value, const short minv, const short maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned short value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned short value, const unsigned short minv, const unsigned short maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const char value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const char value, const char minv, const char maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned char value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned char value, const unsigned char minv, const unsigned char maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const int value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const int value, const int minv, const int maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned int value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned int value, const unsigned int minv, const unsigned int maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const long value) |
| Set the value for the selected tuple column. | |
| StatusCode | column (const std::string &name, const long value, const long minv, const long maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned long value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned long value, const unsigned long minv, const unsigned long maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const long long value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const long long value, const long long minv, const long long maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned long long value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const unsigned long long value, const unsigned long long minv, const unsigned long long maxv) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, const signed char value) |
| Set the value for the selected tuple column. | |
| StatusCode | column (const std::string &name, const bool value) |
| Set the value for selected tuple column. | |
| StatusCode | column (const std::string &name, IOpaqueAddress *address) |
| Put IOpaqueAddress in POOL-based NTuple. | |
| StatusCode | column (IOpaqueAddress *address) |
| Put IOpaqueAddress in NTuple. | |
| StatusCode | fill (const char *format...) |
| Set the values for several columns simultaneously. | |
| template<class DATA > | |
| StatusCode | farray (const std::string &name, DATA first, DATA last, const std::string &length, const size_t maxv) |
| Add an indexed array (of type float) to N-tuple. | |
| template<class DATA > | |
| StatusCode | farray (const std::string &name, const DATA &data, const std::string &length, const size_t maxv) |
| Add an indexed array (of type float) to N-tuple. | |
| template<class FUNCTION , class DATA > | |
| StatusCode | farray (const std::string &name, const FUNCTION &function, DATA first, DATA last, const std::string &length, const size_t maxv) |
| Put an indexed array into LoKi-style N-Tuple. | |
| template<class FUNC1 , class FUNC2 , class DATA > | |
| StatusCode | farray (const std::string &name1, const FUNC1 &func1, const std::string &name2, const FUNC2 &func2, DATA first, DATA last, const std::string &length, const size_t maxv) |
| Put two functions from one data array into LoKi-style N-Tuple simultaneously (effective!) | |
| template<class FUNC1 , class FUNC2 , class FUNC3 , class DATA > | |
| StatusCode | farray (const std::string &name1, const FUNC1 &func1, const std::string &name2, const FUNC2 &func2, const std::string &name3, const FUNC3 &func3, DATA first, DATA last, const std::string &length, const size_t maxv) |
| Put three functions from one data array into LoKi-style N-Tuple simultaneously (effective!) | |
| template<class FUNC1 , class FUNC2 , class FUNC3 , class FUNC4 , class DATA > | |
| StatusCode | farray (const std::string &name1, const FUNC1 &func1, const std::string &name2, const FUNC2 &func2, const std::string &name3, const FUNC3 &func3, const std::string &name4, const FUNC4 &func4, DATA first, DATA last, const std::string &length, const size_t maxv) |
| Put four functions from one data array into LoKi-style N-Tuple simultaneously (effective!) | |
| template<class MATRIX > | |
| StatusCode | fmatrix (const std::string &name, const MATRIX &data, size_t rows, const MIndex &cols, const std::string &length, const size_t maxv) |
| Fill N-Tuple with data from variable-size matrix. | |
| template<class DATA > | |
| StatusCode | fmatrix (const std::string &name, DATA first, DATA last, const MIndex &cols, const std::string &length, const size_t maxv) |
| Fill N-Tuple with data from variable-size matrix. | |
| template<class FUN , class DATA > | |
| StatusCode | fmatrix (const std::string &name, FUN funF, FUN funL, DATA first, DATA last, const std::string &length, const size_t maxv) |
| fill N-Tuple with matrix of "direct-product" of "data-vector" [first,last) and "function-vector" [funF, funL) | |
| template<class DATA > | |
| StatusCode | array (const std::string &name, DATA first, DATA last) |
| fill N-Tuple with fixed-size array | |
| template<class ARRAY > | |
| StatusCode | array (const std::string &name, const ARRAY &data, const MIndex &length) |
| fill N-Tuple with fixed-size array | |
| template<class ARRAY > | |
| StatusCode | array (const std::string &name, const ARRAY &data) |
| fill N-Tuple with fixed-size array | |
| template<class MATRIX > | |
| StatusCode | matrix (const std::string &name, const MATRIX &data, const MIndex &rows, const MIndex &cols) |
| fill N-Tuple with fixed-size matrix | |
| template<class TYPE > | |
| StatusCode | column (const std::string &name, const ROOT::Math::LorentzVector< TYPE > &v) |
| Useful shortcut to put LorentzVector directly into N-Tuple: | |
| template<class TYPE , class TAG > | |
| StatusCode | column (const std::string &name, const ROOT::Math::DisplacementVector3D< TYPE, TAG > &v) |
| Useful shortcut to put 3D-Vector directly into N-Tuple: | |
| template<class TYPE , class TAG > | |
| StatusCode | column (const std::string &name, const ROOT::Math::PositionVector3D< TYPE, TAG > &v) |
| Useful shortcut to put 3D-Vector directly into N-Tuple: | |
| template<class TYPE , unsigned int DIM> | |
| StatusCode | array (const std::string &name, const ROOT::Math::SVector< TYPE, DIM > &vect) |
| shortcut to put SVector into N-tuple: | |
| template<class TYPE , unsigned int D1, unsigned int D2, class REP > | |
| StatusCode | matrix (const std::string &name, const ROOT::Math::SMatrix< TYPE, D1, D2, REP > &mtrx) |
| shortcut to put Smatrix into N-tuple: | |
| template<class KEY , class VALUE > | |
| StatusCode | fmatrix (const std::string &name, const GaudiUtils::VectorMap< KEY, VALUE > &info, const std::string &length, const size_t maxv=100) |
| shortcut to put "ExtraInfo" fields of major into N-Tuple | |
| template<class TYPE > | |
| StatusCode | put (const std::string &name, const TYPE *obj) |
| The function allows to add almost arbitrary object into N-tuple. | |
| StatusCode | write () |
| write a record to NTuple | |
| const std::string & | name () const |
| get the name | |
| NTuple::Tuple * | tuple () const |
| provide the access to underlying Gaudi N-tuple | |
| unsigned long | refCount () const |
| return the reference counter | |
| unsigned long | addRef () |
| add the reference to TupleObj | |
| void | release () |
| release the reference to TupleObj if reference counter becomes zero, object will be automatically deleted | |
| const CLID & | clid () const |
| accessor to the N-Tuple CLID | |
| Tuples::Type | type () const |
| accessor to the N-Tuple type | |
| bool | columnWise () const |
| column wise NTuple ? | |
| bool | rowWise () const |
| row wise NTuple ? | |
| bool | evtColType () const |
| Event collection ? | |
| bool | valid () const |
| valid pointer to tuple ? | |
| bool | invalid () const |
| invalid pointer to tuple ? | |
| bool | addItem (const std::string &name, const std::string &type) |
| add the item name into the list of known items | |
| bool | goodItem (const std::string &name) const |
| check the uniqueness of the name | |
| const ItemMap & | items () const |
| get the full list of booked items | |
| virtual StatusCode | Error (const std::string &msg, const StatusCode sc=StatusCode::FAILURE) const =0 |
| virtual StatusCode | Warning (const std::string &msg, const StatusCode sc=StatusCode::FAILURE) const =0 |
Protected Member Functions | |
| TupleObj (const std::string &name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE) | |
| Standard constructor. | |
| virtual | ~TupleObj () |
| destructor is protected | |
Private Types | |
| typedef GaudiUtils::HashMap < std::string, Bool * > | Bools |
| the actual storage type for short columns | |
| typedef GaudiUtils::HashMap < std::string, Char * > | Chars |
| the actual storage type for short columns | |
| typedef GaudiUtils::HashMap < std::string, UChar * > | UChars |
| the actual storage type for unsigned short columns | |
| typedef GaudiUtils::HashMap < std::string, Short * > | Shorts |
| the actual storage type for short columns | |
| typedef GaudiUtils::HashMap < std::string, UShort * > | UShorts |
| the actual storage type for unsigned short columns | |
| typedef GaudiUtils::HashMap < std::string, Int * > | Ints |
| the actual storage type for integer columns | |
| typedef GaudiUtils::HashMap < std::string, UInt * > | UInts |
| the actual storage type for unsigned integer columns | |
| typedef GaudiUtils::HashMap < std::string, LongLong * > | LongLongs |
| the actual storage type for longlong columns | |
| typedef GaudiUtils::HashMap < std::string, ULongLong * > | ULongLongs |
| the actual storage type for ulonglong columns | |
| typedef GaudiUtils::HashMap < std::string, Float * > | Floats |
| the actual storage type for float columns | |
| typedef GaudiUtils::HashMap < std::string, Double * > | Doubles |
| the actual storage type for float columns | |
| typedef GaudiUtils::HashMap < std::string, Address * > | Addresses |
| the actual storage type for address columns | |
| typedef GaudiUtils::HashMap < std::string, FArray * > | FArrays |
| the actual storage type for array columns | |
| typedef GaudiUtils::HashMap < std::string, FMatrix * > | FMatrices |
| the actual storage type for matrix columns | |
Private Member Functions | |
| Bool * | bools (const std::string &name) |
| get the column | |
| Float * | floats (const std::string &name) |
| get the column | |
| Double * | doubles (const std::string &name) |
| get the column | |
| Char * | chars (const std::string &name) |
| get the column | |
| Char * | chars (const std::string &name, const char minv, const char maxv) |
| get the column | |
| UChar * | uchars (const std::string &name) |
| get the column | |
| UChar * | uchars (const std::string &name, const unsigned char minv, const unsigned char maxv) |
| get the column | |
| Short * | shorts (const std::string &name) |
| get the column | |
| Short * | shorts (const std::string &name, const short minv, const short maxv) |
| get the column | |
| UShort * | ushorts (const std::string &name) |
| get the column | |
| UShort * | ushorts (const std::string &name, const unsigned short minv, const unsigned short maxv) |
| get the column | |
| Int * | ints (const std::string &name) |
| get the column | |
| Int * | ints (const std::string &name, const int minv, const int maxv) |
| get the column | |
| UInt * | uints (const std::string &name) |
| get the column | |
| UInt * | uints (const std::string &name, const unsigned int minv, const unsigned int maxv) |
| get the column | |
| LongLong * | longlongs (const std::string &name) |
| get the column | |
| LongLong * | longlongs (const std::string &name, const long long minv, const long long maxv) |
| get the column | |
| ULongLong * | ulonglongs (const std::string &name) |
| get the column | |
| ULongLong * | ulonglongs (const std::string &name, const unsigned long long minv, const unsigned long long maxv) |
| get the column | |
| FArray * | fArray (const std::string &name, Int *item) |
| get the column | |
| FArray * | fArray (const std::string &name, const MIndex &rows) |
| get the column | |
| Address * | addresses (const std::string &name) |
| get the column | |
| FMatrix * | fMatrix (const std::string &name, Int *item, const MIndex &cols) |
| get the column | |
| FMatrix * | fMatrix (const std::string &name, const MIndex &rows, const MIndex &cols) |
| get the column | |
| TupleObj () | |
| the default constructor is disabled | |
| TupleObj (const TupleObj &) | |
| copy constructor is disabled | |
| TupleObj & | operator= (const TupleObj &) |
| assignment is disabled | |
Private Attributes | |
| std::string | m_name |
| name | |
| NTuple::Tuple * | m_tuple |
| tuple itself | |
| CLID | m_clid |
| tuple CLID | |
| Tuples::Type | m_type |
| tuple 'type' | |
| size_t | m_refCount |
| reference counter | |
| Bools | m_bools |
| the actual storage of all 'bool' columns | |
| Chars | m_chars |
| the actual storage of all 'Int' columns | |
| UChars | m_uchars |
| the actual storage of all 'unsigned int' columns | |
| Shorts | m_shorts |
| the actual storage of all 'Int' columns | |
| UShorts | m_ushorts |
| the actual storage of all 'unsigned int' columns | |
| Ints | m_ints |
| the actual storage of all 'Int' columns | |
| UInts | m_uints |
| the actual storage of all 'unsigned int' columns | |
| LongLongs | m_longlongs |
| the actual storage of all 'longlong' columns | |
| ULongLongs | m_ulonglongs |
| the actual storage of all 'ulonglong' columns | |
| Floats | m_floats |
| the actual storage of all 'Float' columns | |
| Doubles | m_doubles |
| the actual storage of all 'Double' columns | |
| Addresses | m_addresses |
| the actual storage of all 'Address' columns | |
| FArrays | m_farrays |
| the actual storage of all 'FArray' columns | |
| FArrays | m_arraysf |
| the actual storage of all 'FArray' columns (fixed) | |
| FMatrices | m_fmatrices |
| the actual storage of all 'FArray' columns | |
| FMatrices | m_matricesf |
| the actual storage of all 'FMatrix' columns (fixed) | |
| ItemMap | m_items |
| all booked types: | |
A simple wrapper class over standard Gaudi NTuple::Tuple facility.
The design and implementation are imported from LoKi package
One should not use lass TupleObj directly. The special handler Tuples::Tuple should be used instead, which is simultaneously 'proxy' an d'smart pointer' for real (and heavy!) TupleObj class.
The main advantages of local ntuples with respect to 'standard' Gaudi NTuples ( NTuple::Tuple ) is their "locality". For 'standard' ntuples one need
NTuple::Tuple object using INTupleSvc Usually the first step is done in the header file (separate file!) of the algorithm, the second and the third steps are done in initialize() method of the algorithm and the fourth step is done somewhere in execute() method of the same algorithm. Such approach requires to keep track of the tuple structure through different method and event through different files. And even minor modification of the structure of the ntuple will require the modification of at least 2 methods and 2 files.
The Tuples::Tuple wrapper over standard Gaudi NTuple::Tuple class solves all above listed problems with "non-local" nature of Gaudi NTuple::Tuple objects.
Tuples::Tuple object is booked and used 'locally'. One does not need to pre-book the ntuple or its columns/items somewhere in different compilation units or other methods different from the actual point of using the ntuple.
The simplest example of usage Tuples::Tuple object:
Tuple tuple = nTuple( "some more or less unique tuple title "); for( Loop D0 = loop( "K- pi+", "D0" ) , D0 , ++D0 ) { tuple -> column ( "mass" , M ( D0 ) / GeV ) ; tuple -> column ( "pt" , PT ( D0 ) / GeV ) ; tuple -> column ( "p" , P ( D0 ) / GeV ) ; tuple -> write () ; }
One could fill some Tuple variables in one go
Tuple tuple = nTuple( "some more or less unique tuple title "); for( Loop D0 = loop( "K- pi+", "D0" ) , D0 , ++D0 ) { tuple -> column ( "mass" , M ( D0 ) / GeV ) ; tuple -> fill ( "pt , p " , PT ( D0 ) / GeV , P(D0) / GeV ) ; tuple -> write () ; }
Even ALL variables could be filled in one go:
Tuple tuple = nTuple( "some more or less unique tuple title "); for( Loop D0 = loop( "K- pi+", "D0" ) , D0 , ++D0 ) { tuple -> fill ( "mass pt , p ", M(D0)/GeV,PT(D0)/GeV,P(D0)/GeV ) ; tuple -> write () ; }
The 'array-like' columns are also supported ( see methods 'farray')
All these techniques could be easily combined in arbitrary ways
class TupleObj is an abstract class with 3 pure abstract functions Error and Warning , which need to be reimplemented in any 'concrete class. Helper classes TupleObjImp, ErrorHandler and functions createTupleObj and make_handler allows to create concrete objects 'on-flight'
long long and unsigned long long types are not supported. One needs to convert the data into some other representation (e.g. as 2 separate fields, or perform the explicitly cast to long)Definition at line 180 of file TupleObj.h.
basic type for address items
Definition at line 218 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Address*> Tuples::TupleObj::Addresses [private] |
the actual storage type for address columns
Definition at line 2301 of file TupleObj.h.
| typedef NTuple::Item<bool> Tuples::TupleObj::Bool |
basic type for int items
Definition at line 185 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Bool*> Tuples::TupleObj::Bools [private] |
the actual storage type for short columns
Definition at line 2268 of file TupleObj.h.
| typedef NTuple::Item<char> Tuples::TupleObj::Char |
basic type for int items
Definition at line 188 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Char*> Tuples::TupleObj::Chars [private] |
the actual storage type for short columns
Definition at line 2271 of file TupleObj.h.
| typedef NTuple::Item<double> Tuples::TupleObj::Double |
basic type for double items
Definition at line 215 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Double*> Tuples::TupleObj::Doubles [private] |
the actual storage type for float columns
Definition at line 2298 of file TupleObj.h.
| typedef NTuple::Array<float> Tuples::TupleObj::FArray |
basic type for array of floats
Definition at line 221 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,FArray*> Tuples::TupleObj::FArrays [private] |
the actual storage type for array columns
Definition at line 2304 of file TupleObj.h.
| typedef NTuple::Item<float> Tuples::TupleObj::Float |
basic type for float items
Definition at line 212 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Float*> Tuples::TupleObj::Floats [private] |
the actual storage type for float columns
Definition at line 2295 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,FMatrix*> Tuples::TupleObj::FMatrices [private] |
the actual storage type for matrix columns
Definition at line 2307 of file TupleObj.h.
| typedef NTuple::Matrix<float> Tuples::TupleObj::FMatrix |
basic type for matrix of floats
Definition at line 224 of file TupleObj.h.
| typedef NTuple::Item<int> Tuples::TupleObj::Int |
basic type for int items
Definition at line 200 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Int*> Tuples::TupleObj::Ints [private] |
the actual storage type for integer columns
Definition at line 2283 of file TupleObj.h.
Definition at line 230 of file TupleObj.h.
| typedef NTuple::Item<long long> Tuples::TupleObj::LongLong |
basic type for unsigned long long items
Definition at line 206 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,LongLong*> Tuples::TupleObj::LongLongs [private] |
the actual storage type for longlong columns
Definition at line 2289 of file TupleObj.h.
| typedef unsigned short Tuples::TupleObj::MIndex |
Definition at line 227 of file TupleObj.h.
| typedef NTuple::Item<short> Tuples::TupleObj::Short |
basic type for int items
Definition at line 194 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,Short*> Tuples::TupleObj::Shorts [private] |
the actual storage type for short columns
Definition at line 2277 of file TupleObj.h.
| typedef NTuple::Item<unsigned char> Tuples::TupleObj::UChar |
basic type for unsigned int items
Definition at line 191 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,UChar*> Tuples::TupleObj::UChars [private] |
the actual storage type for unsigned short columns
Definition at line 2274 of file TupleObj.h.
| typedef NTuple::Item<unsigned int> Tuples::TupleObj::UInt |
basic type for unsigned int items
Definition at line 203 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,UInt*> Tuples::TupleObj::UInts [private] |
the actual storage type for unsigned integer columns
Definition at line 2286 of file TupleObj.h.
| typedef NTuple::Item<unsigned long long> Tuples::TupleObj::ULongLong |
basic type for unsigned long long items
Definition at line 209 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,ULongLong*> Tuples::TupleObj::ULongLongs [private] |
the actual storage type for ulonglong columns
Definition at line 2292 of file TupleObj.h.
| typedef NTuple::Item<unsigned short> Tuples::TupleObj::UShort |
basic type for unsigned int items
Definition at line 197 of file TupleObj.h.
typedef GaudiUtils::HashMap<std::string,UShort*> Tuples::TupleObj::UShorts [private] |
the actual storage type for unsigned short columns
Definition at line 2280 of file TupleObj.h.
| Tuples::TupleObj::TupleObj | ( | const std::string & | name, |
| NTuple::Tuple * | tuple, | ||
| const CLID & | clid = CLID_ColumnWiseTuple, |
||
| const Tuples::Type | type = Tuples::NTUPLE |
||
| ) | [protected] |
Standard constructor.
| name | name of the object |
| tuple | pointer to standard Gaudi NTuple::Tuple object |
| clid | CLID_ColumnWiseTuple or CLID_RowWiseTuple |
| type | the type of the tuple |
Definition at line 84 of file TupleObj.cpp.
: m_name ( name ) , m_tuple ( tuple ) , m_clid ( clid ) , m_type ( type ) // for error handling , m_refCount ( 0 ) // columns , m_bools () , m_chars () , m_uchars () , m_shorts () , m_ushorts () , m_ints () , m_uints () , m_longlongs () , m_ulonglongs() , m_floats () , m_doubles () , m_addresses () , m_farrays () , m_arraysf () , m_fmatrices () , m_matricesf () // , m_items () { // make counts Tuples::Local::s_InstanceCounter.increment ( m_name ) ; }
| Tuples::TupleObj::~TupleObj | ( | ) | [protected, virtual] |
destructor is protected
Definition at line 121 of file TupleObj.cpp.
{
{// delete 'bool' columns
for( Bools::iterator it = m_bools.begin() ;
m_bools.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_bools.clear() ;
}
{// delete 'char' columns
for( Chars::iterator it = m_chars.begin() ;
m_chars.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_chars.clear() ;
}
{// delete 'unsigned char' columns
for( UChars::iterator it = m_uchars.begin() ;
m_uchars.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_uchars.clear() ;
}
{// delete 'short' columns
for( Shorts::iterator it = m_shorts.begin() ;
m_shorts.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_shorts.clear() ;
}
{// delete 'unsigned short' columns
for( UShorts::iterator it = m_ushorts.begin() ;
m_ushorts.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_ushorts.clear() ;
}
{// delete 'int' columns
for( Ints::iterator it = m_ints.begin() ;
m_ints.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_ints.clear() ;
}
{// delete 'unsigned int' columns
for( UInts::iterator it = m_uints.begin() ;
m_uints.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_uints.clear() ;
}
{// delete 'longlong' columns
for( LongLongs::iterator it = m_longlongs.begin() ;
m_longlongs.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_longlongs.clear() ;
}
{// delete 'ulonglong' columns
for( ULongLongs::iterator it = m_ulonglongs.begin() ;
m_ulonglongs.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_ulonglongs.clear() ;
}
{// delete 'float' columns
for( Floats::iterator it = m_floats.begin() ;
m_floats.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_floats.clear() ;
}
{// delete 'double' columns
for( Doubles::iterator it = m_doubles.begin() ;
m_doubles.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_doubles.clear() ;
}
{// delete 'fArray' columns
for( FArrays::iterator it = m_farrays.begin() ;
m_farrays.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_farrays.clear() ;
}
{// delete 'fArray' columns
for( FArrays::iterator it = m_arraysf.begin() ;
m_arraysf.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_arraysf.clear() ;
}
{ // destroy and clean all "addresses"
for( Addresses::iterator it = m_addresses.begin() ;
m_addresses.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_addresses.clear();
}
{ // destroy and clean all "matrices"
for( FMatrices::iterator it = m_fmatrices.begin() ;
m_fmatrices.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_fmatrices.clear();
}
{ // destroy and clean all "matrices" (fixed)
for( FMatrices::iterator it = m_matricesf.begin() ;
m_matricesf.end() != it ; ++it )
{ if( 0 != it->second ) { delete it->second ; } }
m_matricesf.clear();
}
// make counts
Tuples::Local::s_InstanceCounter.decrement ( m_name ) ;
}
| Tuples::TupleObj::TupleObj | ( | ) | [private] |
the default constructor is disabled
| Tuples::TupleObj::TupleObj | ( | const TupleObj & | ) | [private] |
copy constructor is disabled
| bool Tuples::TupleObj::addItem | ( | const std::string & | name, |
| const std::string & | type | ||
| ) | [inline] |
add the item name into the list of known items
| name | the name of the item |
| type | the type of the item |
Definition at line 2134 of file TupleObj.h.
{ return m_items.insert ( std::make_pair ( name , type ) ).second ; }
| unsigned long Tuples::TupleObj::addRef | ( | ) | [inline] |
add the reference to TupleObj
Definition at line 2098 of file TupleObj.h.
{ return ++m_refCount ; }
| Tuples::TupleObj::Address * Tuples::TupleObj::addresses | ( | const std::string & | name ) | [private] |
get the column
Definition at line 887 of file TupleObj.cpp.
{
Addresses::iterator found = m_addresses.find( name ) ;
if( m_addresses.end() != found ) { return found->second ; }
Address* item = new Address() ;
m_addresses[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "addresses ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "IOpaqueAddress*" ) )
{ Error ( "addresses ('" + name + "'): item is not unique" ) ; }
return item ;
}
| StatusCode Tuples::TupleObj::array | ( | const std::string & | name, |
| const ARRAY & | data | ||
| ) | [inline] |
fill N-Tuple with fixed-size array
"ARRAY" is any sequence, which supports ARRAY::begin() and ARRAY::end() protocol, e.g.
The content of array should be implicitly convertible to "float"
typedef std::vector<double> Seq ; Seq data( 10 ) ; for ( int i = 0 ; i < 10 ; ++i ) { data[i] = ... ; } tuple -> array( "data" , data ) ;
| name | N-Tupel entry name |
| data | data sequence |
Definition at line 1769 of file TupleObj.h.
| StatusCode Tuples::TupleObj::array | ( | const std::string & | name, |
| const ARRAY & | data, | ||
| const MIndex & | length | ||
| ) | [inline] |
fill N-Tuple with fixed-size array
"ARRAY" must support indexing operations: e.g it coudl be of type:
The content of array should be implicitly convertible to "float"
CLHEP::HepVector vct1(10) ; ... tuple -> array ( "vct1" , vct1 , 10 ) ; double vct2[40]; ... tuple -> array ( "vct2" , vct2 , 40 ) ; long vct3[4]; ... tuple -> array ( "vct3" , vct4 , 4 ) ; std::vector<long double> vct4(15) ; ... tuple -> array ( "vct4" , vct4 , 15 ) ;
| name | N-Tuple entry name |
| data | data sequence |
| length | data length (fixed!) |
fill the array
Definition at line 1721 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// get the array itself
FArray* var = fArray ( name , length ) ;
if ( 0 == var ) { return InvalidColumn ; }
for ( size_t index = 0 ; index < length ; ++index )
{ (*var)[ index ] = (float) data[index] ; }
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::array | ( | const std::string & | name, |
| const ROOT::Math::SVector< TYPE, DIM > & | vect | ||
| ) | [inline] |
| StatusCode Tuples::TupleObj::array | ( | const std::string & | name, |
| DATA | first, | ||
| DATA | last | ||
| ) | [inline] |
fill N-Tuple with fixed-size array
Sequence may be of any objects, implicitly convertible into "float"
| name | N-Tuple entry name |
| first | begin-iterator for data sequence |
| last | end-iterator for data sequence |
fill the array
Definition at line 1659 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// get the length (fixed!)
const size_t length = last - first ;
// get the array itself
FArray* var = fArray ( name , length ) ;
if ( 0 == var ) { return InvalidColumn ; }
size_t iCol = 0 ;
for ( ; first != last ; ++first )
{ (*var)[ iCol ] = (float)(*first) ; ++iCol ; }
return StatusCode::SUCCESS ;
}
| Tuples::TupleObj::Bool * Tuples::TupleObj::bools | ( | const std::string & | name ) | [private] |
get the column
Definition at line 616 of file TupleObj.cpp.
{
Bools::iterator found = m_bools.find( name ) ;
if( m_bools.end() != found ) { return found->second ; }
Bool* item = new Bool() ;
m_bools[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "bools ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "bools ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::Char * Tuples::TupleObj::chars | ( | const std::string & | name ) | [private] |
get the column
Definition at line 631 of file TupleObj.cpp.
{
Chars::iterator found = m_chars.find( name ) ;
if( m_chars.end() != found ) { return found->second ; }
Char* item = new Char() ;
m_chars[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "chars ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "chars ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::Char * Tuples::TupleObj::chars | ( | const std::string & | name, |
| const char | minv, | ||
| const char | maxv | ||
| ) | [private] |
get the column
Definition at line 646 of file TupleObj.cpp.
{
Chars::iterator found = m_chars.find( name ) ;
if( m_chars.end() != found ) { return found->second ; }
Char* item = new Char() ;
m_chars[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "chars ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "chars ('" + name + "'): item is not unique" ) ; }
return item ;
}
| const CLID& Tuples::TupleObj::clid | ( | ) | const [inline] |
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const char | value, | ||
| const char | minv, | ||
| const char | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
char number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 367 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Char* item = chars ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const long | value, | ||
| const long | minv, | ||
| const long | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
long number = ... ; tuple->column("num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 497 of file TupleObj.cpp.
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned long | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
| name | the name of the column |
| value | the value of the variable |
Definition at line 510 of file TupleObj.cpp.
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const float | value | ||
| ) |
Set the value for selected tuple column.
If column does not exist, it will be automatically created and appended to the tuple
// const float mass = ... ; tuple->column( "m", mass ); //
| name | the name of the column |
| value | the value of the variable |
Definition at line 337 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Float* item = floats ( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned char | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
| name | the name of the column |
| value | the value of the variable |
Definition at line 379 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
UChar* item = uchars( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned long | value, | ||
| const unsigned long | minv, | ||
| const unsigned long | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned long number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 518 of file TupleObj.cpp.
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const double | value | ||
| ) |
Set the value for the selected tuple column If the column does not exist, it will be automatically created and appended to the tuple.
// const double mass = ... ; tuple->column( "m", mass ); //
| name | the name of the column |
| value | the value of the variable |
Definition at line 347 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Double * item = doubles ( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const long long | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
long long number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
Definition at line 531 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
LongLong* item = longlongs( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const short | value, | ||
| const short | minv, | ||
| const short | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
short number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 411 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Short* item = shorts ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const ROOT::Math::PositionVector3D< TYPE, TAG > & | v | ||
| ) | [inline] |
Useful shortcut to put 3D-Vector directly into N-Tuple:
const LHCb::Vertex* V = ... Tuple tuple = nTuple("My N-Tuple") ; // put vertex position into N-tuple: tuple -> column ("B" , B->position() ) ;
fill separate columns
Definition at line 1931 of file TupleObj.h.
{
if ( invalid() ) { return InvalidTuple ; }
StatusCode sc1 = this -> column ( name + "X" , v.X () ) ;
StatusCode sc2 = this -> column ( name + "Y" , v.Y () ) ;
StatusCode sc3 = this -> column ( name + "Z" , v.Z () ) ;
return
sc1.isFailure () ? sc1 :
sc2.isFailure () ? sc2 :
sc3.isFailure () ? sc3 : StatusCode(StatusCode::SUCCESS) ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const long long | value, | ||
| const long long | minv, | ||
| const long long | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
long long number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 541 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
LongLong* item = longlongs ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const ROOT::Math::LorentzVector< TYPE > & | v | ||
| ) | [inline] |
Useful shortcut to put LorentzVector directly into N-Tuple:
const LHCb::Particle* B = ... Tuple tuple = nTuple("My N-Tuple") ; // put 4-vector of B-candidate into N-tuple: tuple -> column ("B" , B->momentum() ) ;
Definition at line 1865 of file TupleObj.h.
{
if ( invalid() ) { return InvalidTuple ; }
// fill all separate columns:
StatusCode sc1 = this -> column ( name + "E" , v.E () ) ;
StatusCode sc2 = this -> column ( name + "X" , v.Px () ) ;
StatusCode sc3 = this -> column ( name + "Y" , v.Py () ) ;
StatusCode sc4 = this -> column ( name + "Z" , v.Pz () ) ;
return
sc1.isFailure () ? sc1 :
sc2.isFailure () ? sc2 :
sc3.isFailure () ? sc3 :
sc4.isFailure () ? sc4 : StatusCode(StatusCode::SUCCESS) ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned char | value, | ||
| const unsigned char | minv, | ||
| const unsigned char | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned char number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 389 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
UChar* item = uchars ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const ROOT::Math::DisplacementVector3D< TYPE, TAG > & | v | ||
| ) | [inline] |
Useful shortcut to put 3D-Vector directly into N-Tuple:
const LHCb::Vertex* V = ... Tuple tuple = nTuple("My N-Tuple") ; // put vertex position into N-tuple: tuple -> column ("B" , B->position() ) ;
fill separate columns
Definition at line 1899 of file TupleObj.h.
{
if ( invalid() ) { return InvalidTuple ; }
StatusCode sc1 = this -> column ( name + "X" , v.X () ) ;
StatusCode sc2 = this -> column ( name + "Y" , v.Y () ) ;
StatusCode sc3 = this -> column ( name + "Z" , v.Z () ) ;
return
sc1.isFailure () ? sc1 :
sc2.isFailure () ? sc2 :
sc3.isFailure () ? sc3 : StatusCode(StatusCode::SUCCESS) ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned long long | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned long long number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
Definition at line 553 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
ULongLong* item = ulonglongs( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned short | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
| name | the name of the column |
| value | the value of the variable |
Definition at line 423 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
UShort* item = ushorts( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const int | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
int number = ... ; tuple->column("num", number );
| name | name of the column |
| value | value of the variable |
Definition at line 445 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Int* item = ints( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned long long | value, | ||
| const unsigned long long | minv, | ||
| const unsigned long long | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned long long number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 563 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
ULongLong* item = ulonglongs ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const signed char | value | ||
| ) | [inline] |
Set the value for the selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
signed char number = ... ; tuple->column("num", number );
| name | the name of the column |
| value | the value of tve variable |
Definition at line 732 of file TupleObj.h.
{
return column
( name ,
value ,
std::numeric_limits<signed char>::min() ,
std::numeric_limits<signed char>::max() ) ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const int | value, | ||
| const int | minv, | ||
| const int | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
int number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 455 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Int* item = ints ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const bool | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically create and appended to the tuple
tuple->column( "empty" , v.empty() );
| name | the name of the column |
| value | the value of the variable |
Definition at line 575 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Bool* item = bools( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| IOpaqueAddress * | address | ||
| ) |
Put IOpaqueAddress in POOL-based NTuple.
If the column does not exist, it will be automatically created and appended to the tuple.
IOpaqueAddress* address = ... ; tuple->column( "Address", address );
| name | name of the column ("Address" is a recommended convention!) |
| address | IOpaqueAddress |
Definition at line 313 of file TupleObj.cpp.
{
if ( invalid () ) { return InvalidTuple ; }
if ( !evtColType () ) { return InvalidOperation ; }
if ( 0 == address )
{ return Error ( "column('" + name +
"') IOpaqueAddress* is NULL!" , InvalidObject ) ; }
Address* item = addresses( name );
if ( 0 == item ) { return InvalidItem ; }
*item = address ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const short | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
| name | the name of the column |
| value | the value of the variable |
Definition at line 401 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Short* item = shorts( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned int | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned int number = ... ; tuple->column("num", number );
| name | name of the column |
| value | value of the variable |
Definition at line 467 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
UInt* item = uints( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | IOpaqueAddress * | address ) |
Put IOpaqueAddress in NTuple.
If the column does not exist, it will be automatically created and appended to the tuple. The column name is set to be "Address"
IOpaqueAddress* address = ... ; tuple->column ( address );
| address | IOpaqueAddress |
Definition at line 331 of file TupleObj.cpp.
{
return column ( "Address" , address ) ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned short | value, | ||
| const unsigned short | minv, | ||
| const unsigned short | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned short number = ... ; tuple->column( "num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 433 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
UShort* item = ushorts ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const unsigned int | value, | ||
| const unsigned int | minv, | ||
| const unsigned int | maxv | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
unsigned int number = ... ; tuple->column("num", number );
| name | name of the column |
| value | value of the variable |
| minv | minimum value of the variable |
| maxv | maximum value of the variable |
Definition at line 477 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
UInt* item = uints ( name , minv , maxv ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const char | value | ||
| ) |
Set the value for selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
| name | the name of the column |
| value | the value of the variable |
Definition at line 357 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
Char* item = chars( name ) ;
if ( !item ) { return InvalidColumn ; }
*item = value ;
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::column | ( | const std::string & | name, |
| const long | value | ||
| ) |
Set the value for the selected tuple column.
If the column does not exist yet, it will be automatically created and appended to the tuple
| name | the name of the column |
| value | the value of the variable |
Definition at line 489 of file TupleObj.cpp.
| bool Tuples::TupleObj::columnWise | ( | ) | const [inline] |
column wise NTuple ?
Definition at line 2113 of file TupleObj.h.
{ return CLID_ColumnWiseTuple == clid() ; }
| Tuples::TupleObj::Double * Tuples::TupleObj::doubles | ( | const std::string & | name ) | [private] |
get the column
Definition at line 601 of file TupleObj.cpp.
{
Doubles::iterator found = m_doubles.find( name ) ;
if ( m_doubles.end() != found ) { return found->second ; }
Double* item = new Double() ;
m_doubles[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item );
if ( sc.isFailure() )
{ Error ( "doubles ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "D" ) )
{ Error ( "doubles ('" + name + "'): item is not unique" ) ; }
return item ;
}
| virtual StatusCode Tuples::TupleObj::Error | ( | const std::string & | msg, |
| const StatusCode | sc = StatusCode::FAILURE |
||
| ) | const [pure virtual] |
Implemented in Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 >.
| bool Tuples::TupleObj::evtColType | ( | ) | const [inline] |
Event collection ?
Definition at line 2119 of file TupleObj.h.
{ return Tuples::EVTCOL == type() ; }
| StatusCode Tuples::TupleObj::farray | ( | const std::string & | name1, |
| const FUNC1 & | func1, | ||
| const std::string & | name2, | ||
| const FUNC2 & | func2, | ||
| const std::string & | name3, | ||
| const FUNC3 & | func3, | ||
| DATA | first, | ||
| DATA | last, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Put three functions from one data array into LoKi-style N-Tuple simultaneously (effective!)
std::vector<double> data = ... ; Tuple tuple = ntuple( "My Ntuple" ); tuple->farray( "sqr" , // the first data item name sqrt , // "func1" to be used "sinus" , // the second data item name sin , // "func2" to be used "tan" , // the third data item name tan , // "func3" to be used data.begin () , // begin of data sequence data.end () , // end of data sequence "length" , // name of "length" tuple item 10000 ) ; // maximal array length
| name1 | the first tuple item name |
| func1 | the first function to be applied |
| name2 | the second tuple item name |
| func2 | the second function to be applied |
| name3 | the third tuple item name |
| func3 | the third function to be applied |
| first | begin of data sequence |
| last | end of data sequence |
| length | name of "length" tuple name |
| maxv | maximal length of the array |
Definition at line 1182 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if( first + maxv < last )
{
Warning("farray('"
+ name1 + ","
+ name2 + ","
+ name3 + "'): array is overflow, skip extra entries").ignore() ;
last = first + maxv ;
}
// get the length item
Int* len = ints ( length , 0 , maxv ) ;
if( 0 == len ) { return InvalidColumn ; }
// adjust the length
*len = last - first ;
// get the array itself
FArray* var1 = fArray ( name1 , len ) ;
if( 0 == var1 ) { return InvalidColumn ; }
// get the array itself
FArray* var2 = fArray ( name2 , len ) ;
if( 0 == var2 ) { return InvalidColumn ; }
// get the array itself
FArray* var3 = fArray ( name3 , len ) ;
if( 0 == var3 ) { return InvalidColumn ; }
// fill the array
size_t index = 0 ;
for( ; first != last ; ++first )
{
( *var1 ) [ index ] = (float)func1 ( *first ) ;
( *var2 ) [ index ] = (float)func2 ( *first ) ;
( *var3 ) [ index ] = (float)func3 ( *first ) ;
++index ;
}
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::farray | ( | const std::string & | name1, |
| const FUNC1 & | func1, | ||
| const std::string & | name2, | ||
| const FUNC2 & | func2, | ||
| const std::string & | name3, | ||
| const FUNC3 & | func3, | ||
| const std::string & | name4, | ||
| const FUNC4 & | func4, | ||
| DATA | first, | ||
| DATA | last, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Put four functions from one data array into LoKi-style N-Tuple simultaneously (effective!)
std::vector<double> data = ... ; Tuple tuple = ntuple( "My Ntuple" ); tuple->farray( "sqr" , // the first data item name sqrt , // "func1" to be used "sinus" , // the second data item name sin , // "func2" to be used "tan" , // the third data item name tan , // "func3" to be used "tanh" , // tanh , // data.begin () , // begin of data sequence data.end () , // end of data sequence "length" , // name of "length" tuple item 10000 ) ; // maximal array length
| name1 | the first tuple item name |
| func1 | the first function to be applied |
| name2 | the second tuple item name |
| func2 | the second function to be applied |
| name3 | the third tuple item name |
| func3 | the third function to be applied |
| name4 | the fourth tuple item name |
| func4 | the fourth function to be applied |
| first | begin of data sequence |
| last | end of data sequence |
| length | name of "length" tuple name |
| maxv | maximal length of the array |
Definition at line 1277 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if( first + maxv < last )
{
Warning("farray('"
+ name1 + ","
+ name2 + ","
+ name3 + ","
+ name4 + "'): array is overflow, skip extra entries").ignore() ;
last = first + maxv ;
}
// get the length item
Int* len = ints ( length , 0 , maxv ) ;
if( 0 == len ) { return InvalidColumn ; }
// adjust the length
*len = last - first ;
// get the array itself
FArray* var1 = fArray ( name1 , len ) ;
if( 0 == var1 ) { return InvalidColumn ; }
// get the array itself
FArray* var2 = fArray ( name2 , len ) ;
if( 0 == var2 ) { return InvalidColumn ; }
// get the array itself
FArray* var3 = fArray ( name3 , len ) ;
if( 0 == var3 ) { return InvalidColumn ; }
// get the array itself
FArray* var4 = fArray ( name4 , len ) ;
if( 0 == var4 ) { return InvalidColumn ; }
// fill the array
size_t index = 0 ;
for( ; first != last ; ++first )
{
( *var1 ) [ index ] = static_cast<float> ( func1 ( *first ) );
( *var2 ) [ index ] = static_cast<float> ( func2 ( *first ) );
( *var3 ) [ index ] = static_cast<float> ( func3 ( *first ) );
( *var4 ) [ index ] = static_cast<float> ( func4 ( *first ) );
++index ;
}
return StatusCode::SUCCESS ;
}
| Tuples::TupleObj::FArray * Tuples::TupleObj::fArray | ( | const std::string & | name, |
| const MIndex & | rows | ||
| ) | [private] |
get the column
Definition at line 924 of file TupleObj.cpp.
{
// existing array ?
FArrays::iterator found = m_arraysf.find( name ) ;
if( m_arraysf.end() != found ) { return found->second ; }
// create new array
FArray* array = new FArray () ;
m_arraysf[ name] = array ;
const StatusCode sc = tuple() -> addItem ( name , rows , *array) ;
if( sc.isFailure() )
{ Error ( "array ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "FArray" ) )
{ Error ( "array ('" + name + "'): item is not unique" ) ; }
return array ;
}
| StatusCode Tuples::TupleObj::farray | ( | const std::string & | name, |
| const FUNCTION & | function, | ||
| DATA | first, | ||
| DATA | last, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Put an indexed array into LoKi-style N-Tuple.
std::vector<double> data = ... ; Tuple tuple = ntuple( "My Ntuple" ); tuple->farray( "data" , // data item name sqrt , // "function" to be applied data.begin () , // begin of data sequence data.end () , // end of data sequence "length" , // name of "length" tuple item 10000 ) ; // maximal array length
Since the method is templated, one can use arbitrary combinations of "sequences" and "functions", e.g. one can directly manipulate with complex objects. The only one thing is required - the result of FUNCTION(*DATA) formal operation MUST be convertible to type float
// some container of particles. ParticleVector particles = ... ; Tuple tuple = ntuple( "My Ntuple" ); // put the transverse momentum of all particles into N-Tuple tuple->farray( "pt" , // data item name PT , // function object particles.begin () , // begin of data sequence particles.end () , // end of data sequence "num" , // name of "length" tuple item 10000 ) ; // maximal array length // create the appropriate function object Fun fun = Q / P ; // put Q/P of all particles into N-Tuple tuple->farray( "qp" , // data item name fun , // function object particles.begin () , // begin of data sequence particles.end () , // end of data sequence "num" , // name of "length" tuple item 10000 ) ; // maximal array length
| name | tuple item name |
| function | function to be applied |
| first | begin of data sequence |
| last | end of data sequence |
| length | name of "length" tuple name |
| maxv | maximal length of the array |
Definition at line 1027 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if( first + maxv < last )
{
Warning("farray('"
+ name + "'): array is overflow, skip extra entries") ;
last = first + maxv ;
}
// get the length item
Int* len = ints( length , 0 , maxv ) ;
if( 0 == len ) { return InvalidColumn ; }
// adjust the length
*len = last - first ;
// get the array itself
FArray* var = fArray ( name , len ) ;
if( 0 == var ) { return InvalidColumn ; }
// fill the array
size_t index = 0 ;
for( ; first != last ; ++first )
{ (*var)[ index ] = function( *first ) ; ++index ; }
return StatusCode::SUCCESS ;
}
| Tuples::TupleObj::FArray * Tuples::TupleObj::fArray | ( | const std::string & | name, |
| Int * | item | ||
| ) | [private] |
get the column
Definition at line 904 of file TupleObj.cpp.
{
// existing array ?
FArrays::iterator found = m_farrays.find( name ) ;
if( m_farrays.end() != found ) { return found->second ; }
// create new array
FArray* array = new FArray () ;
m_farrays[ name] = array ;
const StatusCode sc = tuple() -> addIndexedItem( name , *length , *array) ;
if( sc.isFailure() )
{ Error ( "farray ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "FArray" ) )
{ Error ( "farray ('" + name + "'): item is not unique" ) ; }
return array ;
}
| StatusCode Tuples::TupleObj::farray | ( | const std::string & | name, |
| const DATA & | data, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Add an indexed array (of type float) to N-tuple.
it is just a small adaptor for the previous method
std::vector<double> values = ... ; tuple->farray( "Values" , // item name values , // sequence "Length" , // name of "length" item 10000 ) ;
The name of "length" item can be reused for several arrays. The last assignment "wins"
std::vector<double> val1 = ... ; std::vector<double> val2 = ... ; tuple->farray( "Val1" , // item name val1 , // begin of sequence "Length" , // name of "length" item 10000 ) ; // maximal length tuple->farray( "Val2" , // item name val2 , // begin of sequence "Length" , // name of "length" item 10000 ) ; // maximal length
Any sequence which provides begin() and end() methods can be used.
| name | name of N-tuple item |
| data | data sequence |
| length | name of "length" item |
| maxv | maximal length of array |
Definition at line 958 of file TupleObj.h.
| StatusCode Tuples::TupleObj::farray | ( | const std::string & | name, |
| DATA | first, | ||
| DATA | last, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Add an indexed array (of type float) to N-tuple.
The method is not VERY efficient since it copies the data.
std::vector<double> values = ... ; tuple->farray( "Values" , // item name values.begin () , // begin of sequence values.end () , // end of sequence "Length" , // name of "length" item 10000 ) ;
The name of "length" item can be reused for several arrays. The last assignement "wins"
std::vector<double> val1 = ... ; std::vector<double> val2 = ... ; tuple->farray( "Val1" , // item name val1.begin () , // begin of sequence val1.end () , // end of sequence "Length" , // name of "length" item 10000 ) ; // maximal length tuple->farray( "Val2" , // item name val2.begin () , // begin of sequence val2.end () , // end of sequence "Length" , // name of "length" item 10000 ) ; // maximal length
Any sequence [first:last[ of objects which can be converted to type float can be used as input data, e.g. std::vector<double>, std::vector<float>, plain C-array, or whatever else
| name | name of N-tuple item |
| first | begin of data sequence |
| last | end of data sequence |
| length | name of "length" item |
| maxv | maximal length of array |
fill the array
Definition at line 880 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if( first + maxv < last )
{
Warning( "farray('"+name+"'): array is overflow, skip extra items") ;
last = first + maxv ;
}
// get the length item
Int* len = ints( length , 0 , maxv ) ;
if( 0 == len ) { return InvalidColumn; }
// adjust the length item
*len = last - first ;
// get the array itself
FArray* var = fArray ( name , len ) ;
if( 0 == var ) { return InvalidColumn ; }
size_t index = 0 ;
for( ; first != last ; ++first )
{ (*var)[ index ] = (float)(*first) ; ++index ; }
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::farray | ( | const std::string & | name1, |
| const FUNC1 & | func1, | ||
| const std::string & | name2, | ||
| const FUNC2 & | func2, | ||
| DATA | first, | ||
| DATA | last, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Put two functions from one data array into LoKi-style N-Tuple simultaneously (effective!)
std::vector<double> data = ... ; Tuple tuple = ntuple( "My Ntuple" ); tuple->farray( "sqr" , // the first data item name sqrt , // "func1" to be used "sinus" , // the second data item name sin , // "func2" to be used data.begin () , // begin of data sequence data.end () , // end of data sequence "length" , // name of "length" tuple item 10000 ) ; // maximal array length
| name1 | the first tuple item name |
| func1 | the first function to be applied |
| name2 | the second tuple item name |
| func2 | the second function to be applied |
| first | begin of data sequence |
| last | end of data sequence |
| length | name of "length" tuple name |
| maxv | maximal length of the array |
Definition at line 1096 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the lenfth
if( first + maxv < last )
{
Warning("farray('"
+ name1 + ","
+ name2 + "'): array is overflow, skip extra entries").ignore() ;
Warning("farray('"+name1+"'): array is overflow, skip extra items").ignore() ;
last = first + maxv ;
}
// get the length item
Int* len = ints ( length , 0 , maxv ) ;
if ( 0 == len ) { return InvalidColumn ; }
// adjust the length
*len = last - first ;
// get the array itself
FArray* var1 = fArray ( name1 , len ) ;
if ( 0 == var1 ) { return InvalidColumn ; }
// get the array itself
FArray* var2 = fArray ( name2 , len ) ;
if ( 0 == var2 ) { return InvalidColumn ; }
// fill the array
size_t index = 0 ;
for( ; first != last ; ++first )
{
( *var1 ) [ index ] = func1 ( *first ) ;
( *var2 ) [ index ] = func2 ( *first ) ;
++index ;
}
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::fill | ( | const char * | format... ) |
Set the values for several columns simultaneously.
Number of columns is arbitrary, but it should not be less than number of blank or comma separated tags in format string. Non-existing columns will be automatically created and appended to the ntuple.
double r1 , r2 , r3 , r4 , mass , length ; tuple->fill( "var1 var2, radius rad4 mass len" , r1, r2, r3, r4, mass, length);
double| format | blank-separated list of variables, followed by variable number of arguments. |
double numbers decode arguments
Definition at line 282 of file TupleObj.cpp.
{
// check the underlying tuple
if ( invalid() ) { return InvalidTuple ; }
// decode format string into tokens
Tokens tokens ;
tokenize( format , tokens , " ,;" );
if ( tokens.empty() ) { return StatusCode::SUCCESS ; }
va_list valist ;
va_start( valist , format ) ;
// loop over all tokens
StatusCode status = StatusCode::SUCCESS ;
for( Tokens::const_iterator token = tokens.begin() ;
tokens.end() != token && status.isSuccess() ; ++token )
{
const double val = va_arg( valist , double );
status = column( *token , val );
if( status.isFailure() )
{ Error ( "fill(): Can not add column '" + *token + "' " ) ; }
}
// mandatory !!!
va_end( valist );
//
return status ;
}
| Tuples::TupleObj::Float * Tuples::TupleObj::floats | ( | const std::string & | name ) | [private] |
get the column
Definition at line 586 of file TupleObj.cpp.
{
Floats::iterator found = m_floats.find( name ) ;
if ( m_floats.end() != found ) { return found->second ; }
Float* item = new Float() ;
m_floats[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item );
if ( sc.isFailure() )
{ Error ( "floats ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "F" ) )
{ Error ( "floats ('" + name + "'): item is not unique" ) ; }
return item ;
}
| StatusCode Tuples::TupleObj::fmatrix | ( | const std::string & | name, |
| const MATRIX & | data, | ||
| size_t | rows, | ||
| const MIndex & | cols, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Fill N-Tuple with data from variable-size matrix.
"Matrix" could be of any type, which supports data[iRow][iCol] indexing, e.g.
typedef std::vector<double> Row ; typedef std::vector<Row> Mtrx ; // number of columns (fixed!) const size_t numCols = 5 ; // maximal number of rows const size_t maxRows = 300 ; // number of rows (variable) size_t numRows = .... ; ... tuple -> fMatrix ( "mtrx" , // "column" name mtrx , // matrix numRows , // number of rows (variable!) numCols , // number of columns (fixed) "Length" , // name for "length" column maxRows ) ; // maximal number of columns
CLHEP::HepMatrix mtrx = ... ; ... tuple -> fMatrix ( "mtrx" , // "column" name mtrx , // matrix mtrx.num_row() , // number of rows (variable!) mtrx.num_col() , // number of columns (fixed) "Length" , // name for "length" column maxRows ) ; // maximal number of columns
| name | entry name in N-Tuple |
| data | matrix itself |
| rows | number of rows of matrix (variable) |
| cols | number of columns of matrix (fixed) |
| length | entry name in NTuple for number of matrix column |
| maxv | maximal number of rows in matrix |
fill the matrix
Definition at line 1394 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if ( rows >= maxv )
{
Warning ( "fmatrix('"+name+"'): matrix is overflow, skip extra items").ignore() ;
rows = ( 0 < maxv ) ? ( maxv - 1 ) : 0 ;
}
// get the length item
Int* len = ints( length , 0 , maxv ) ;
if ( 0 == len ) { return InvalidColumn; }
// adjust the length item
*len = rows ;
// get the array itself
FMatrix* var = fMatrix ( name , len , cols ) ;
if ( 0 == var ) { return InvalidColumn ; }
for ( size_t iCol = 0 ; iCol < cols ; ++iCol )
{
for ( MIndex iRow = 0 ; iRow < rows ; ++iRow )
{ (*var)[ iRow ] [ iCol ] = (float)(data[ iRow ][ iCol ]) ; }
}
return StatusCode::SUCCESS ;
}
| Tuples::TupleObj::FMatrix * Tuples::TupleObj::fMatrix | ( | const std::string & | name, |
| const MIndex & | rows, | ||
| const MIndex & | cols | ||
| ) | [private] |
get the column
Definition at line 968 of file TupleObj.cpp.
{
// existing array ?
FMatrices::iterator found = m_matricesf.find( name ) ;
if( m_matricesf.end() != found ) { return found->second ; }
// create new array
FMatrix* matrix = new FMatrix () ;
m_matricesf[ name] = matrix ;
const StatusCode sc =
tuple() -> addItem( name , rows , cols , *matrix ) ;
if( sc.isFailure() )
{ Error ( "matrix ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "FMatrix" ) )
{ Error ( "matrix ('" + name + "'): item is not unique" ) ; }
return matrix ;
}
| StatusCode Tuples::TupleObj::fmatrix | ( | const std::string & | name, |
| FUN | funF, | ||
| FUN | funL, | ||
| DATA | first, | ||
| DATA | last, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
fill N-Tuple with matrix of "direct-product" of "data-vector" [first,last) and "function-vector" [funF, funL)
The elements of effective matrix are:
mtrx[iCol][iRow] = (*(funF+iRow))( *(first+iCol) )
typedef std::vector<double> Array ; Array array = ... ; typedef double (*fun)( double ) ; typedef std::vector<fun> Funs ; Funs funs ; funs.push_back( sin ) ; funs.push_back( cos ) ; funs.push_back( tan ) ; funs.push_back( sinh ) ; funs.push_back( cosh ) ; funs.push_back( tanh ) ; tuple->fmatrix ( "mtrx" , // N-Tuple entry name funs.begin () , // begin of "function-vector" funs.end () , // end of "function-vector" array.begin () , // begin of "data-vector" array.end () , // end of "data-vector" "Length" , 100 ) ;
This method is very convenient e.g. for using within LoKi:
typedef std::vector<Fun> VctFun ; // sequence of Particles Range particles = .... ; // vector of functions: VctFun funs ; funs.push_back( E / GeV ) ; funs.push_back( PX / GeV ) ; funs.push_back( PY / GeV ) ; funs.push_back( PZ / GeV ) ; funs.push_back( PT / GeV ) ; funs.push_back( M / GeV ) ; funs.push_back( ID ) ; // fill N-Tuple with information about each particle tuple -> fmatrix ( "vars" , funs.begin () , funs.end () , particles.begin () , particles.end () , "nParts" , 200 ) ;
| name | entry name in N-Tuple |
| funF | "begin"-iterator for vector of functions |
| funL | "end"-iterator for vector of functions |
| first | "begin"-iterator for vector of data |
| last | "end"-iterator for vector of data |
| length | entry name in NTuple for number of matrix column |
| maxv | maximal number of rows in matrix |
fill the matrix
Definition at line 1590 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if ( first + maxv < last )
{
Warning("fmatrix('"+name+"'): matrix is overflow, skip extra items").ignore() ;
last = first + maxv ;
}
// get the length item
Int* len = ints( length , 0 , maxv ) ;
if ( 0 == len ) { return InvalidColumn; }
// adjust the length item
*len = last - first ;
// get the array itself
const size_t cols = funL - funF ;
FMatrix* var = fMatrix ( name , len , cols ) ;
if ( 0 == var ) { return InvalidColumn ; }
size_t iRow = 0 ;
for ( ; first != last ; ++first )
{
//
for ( FUN fun = funF ; fun < funL ; ++fun )
{ (*var)[ iRow ] [ fun - funF ] = (float)((*fun) ( *first )) ; }
//
++iRow;
}
return StatusCode::SUCCESS ;
}
| Tuples::TupleObj::FMatrix * Tuples::TupleObj::fMatrix | ( | const std::string & | name, |
| Int * | item, | ||
| const MIndex & | cols | ||
| ) | [private] |
get the column
Definition at line 945 of file TupleObj.cpp.
{
// existing array ?
FMatrices::iterator found = m_fmatrices.find( name ) ;
if( m_fmatrices.end() != found ) { return found->second ; }
// create new array
FMatrix* matrix = new FMatrix () ;
m_fmatrices[ name] = matrix ;
const StatusCode sc =
tuple() -> addIndexedItem( name , *length , cols , *matrix ) ;
if( sc.isFailure() )
{ Error ( "fmatrix ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "FMatrix" ) )
{ Error ( "fmatrix ('" + name + "'): item is not unique" ) ; }
return matrix ;
}
| StatusCode Tuples::TupleObj::fmatrix | ( | const std::string & | name, |
| DATA | first, | ||
| DATA | last, | ||
| const MIndex & | cols, | ||
| const std::string & | length, | ||
| const size_t | maxv | ||
| ) | [inline] |
Fill N-Tuple with data from variable-size matrix.
"Matrix" could be of any type, which supports iteration from the first column to the last column and for each iterating column supports the indexing: (*first)[iCol]
typedef std::vector<double> Row ; typedef std::vector<Row> Mtrx ; // number of rows (fixed!) const size_t numRows = 5 ; // maximal number of columns const size_t maxCols = 300 ; // number of columns (variable) size_t numCols = .... ; ... tuple -> fMatrix ( "mtrx" , // entry name mtrx.begin() , // first row of matrix mtrx.end () , // last row of matrix numCols , // number of columns (fixed!) "Length" , // name for "length" column maxRows ) ; // maximal number of rows
| name | entry name in N-Tuple |
| first | iterator for the first row of matrix |
| last | iterator for the last row of matrix |
| cols | number of columns for matrix (fixed!) |
| length | entry name in NTuple for number of matrix column |
| maxv | maximal number of rows in matrix |
fill the matrix
Definition at line 1469 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// adjust the length
if ( first + maxv < last )
{
Warning("fmatrix('"+name+"'): matrix is overflow, skip extra items").ignore() ;
last = first + maxv ;
}
// get the length item
Int* len = ints( length , 0 , maxv ) ;
if ( 0 == len ) { return InvalidColumn; }
// adjust the length item
*len = last - first ;
// get the array itself
FMatrix* var = fMatrix ( name , len , cols ) ;
if ( 0 == var ) { return InvalidColumn ; }
size_t iRow = 0 ;
for ( ; first != last ; ++first )
{
//
for ( MIndex iCol = 0 ; iCol < cols ; ++iCol )
{ (*var)[ iRow ] [ iCol ] = (float)((*first)[ iCol ]) ; }
//
++iRow ;
}
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::fmatrix | ( | const std::string & | name, |
| const GaudiUtils::VectorMap< KEY, VALUE > & | info, | ||
| const std::string & | length, | ||
| const size_t | maxv = 100 |
||
| ) | [inline] |
shortcut to put "ExtraInfo" fields of major into N-Tuple
const LHCb::Particle* B = ... Tuple tuple = nTuple("My N-Tuple") ; // put the vector into N-Tuple: tuple -> fmatrix ( "Info" , B->extraInfo() , "nInfo" , 100 ) ;
fill the matrix
Definition at line 2018 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
typename GaudiUtils::VectorMap<KEY,VALUE>::const_iterator begin = info.begin () ;
typename GaudiUtils::VectorMap<KEY,VALUE>::const_iterator end = info.end () ;
// adjust the length
if ( maxv < info.size() )
{
Warning("fmatrix('"+name+"'): matrix is overflow, skip extra items") ;
end = begin + maxv ;
} ;
// get the length item
Int* len = ints( length , 0 , maxv ) ;
if ( 0 == len ) { return InvalidColumn; }
// adjust the length item
*len = end - begin ;
// get the array itself
FMatrix* var = fMatrix ( name , len , 2 ) ;
if ( 0 == var ) { return InvalidColumn ; }
size_t iRow = 0 ;
for ( ; begin != end ; ++begin)
{
//
(*var)[iRow][0] = (float) begin->first ;
(*var)[iRow][1] = (float) begin->second ;
//
++iRow ;
} ;
return StatusCode::SUCCESS ;
}
| bool Tuples::TupleObj::goodItem | ( | const std::string & | name ) | const [inline] |
| Tuples::TupleObj::Int * Tuples::TupleObj::ints | ( | const std::string & | name, |
| const int | minv, | ||
| const int | maxv | ||
| ) | [private] |
get the column
Definition at line 774 of file TupleObj.cpp.
{
Ints::iterator found = m_ints.find( name ) ;
if( m_ints.end() != found ) { return found->second ; }
Int* item = new Int() ;
m_ints[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "ints ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "ints ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::Int * Tuples::TupleObj::ints | ( | const std::string & | name ) | [private] |
get the column
Definition at line 759 of file TupleObj.cpp.
{
Ints::iterator found = m_ints.find( name ) ;
if( m_ints.end() != found ) { return found->second ; }
Int* item = new Int() ;
m_ints[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "ints ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "ints ('" + name + "'): item is not unique" ) ; }
return item ;
}
| bool Tuples::TupleObj::invalid | ( | ) | const [inline] |
| const ItemMap& Tuples::TupleObj::items | ( | ) | const [inline] |
| Tuples::TupleObj::LongLong * Tuples::TupleObj::longlongs | ( | const std::string & | name ) | [private] |
get the column
Definition at line 823 of file TupleObj.cpp.
{
LongLongs::iterator found = m_longlongs.find( name ) ;
if( m_longlongs.end() != found ) { return found->second ; }
LongLong* item = new LongLong() ;
m_longlongs[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "ints ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "ULL" ) )
{ Error ( "ints ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::LongLong * Tuples::TupleObj::longlongs | ( | const std::string & | name, |
| const long long | minv, | ||
| const long long | maxv | ||
| ) | [private] |
get the column
Definition at line 838 of file TupleObj.cpp.
{
LongLongs::iterator found = m_longlongs.find( name ) ;
if( m_longlongs.end() != found ) { return found->second ; }
LongLong* item = new LongLong() ;
m_longlongs[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "longlongs ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "ULL" ) )
{ Error ( "longlongs ('" + name + "'): item is not unique" ) ; }
return item ;
}
| StatusCode Tuples::TupleObj::matrix | ( | const std::string & | name, |
| const ROOT::Math::SMatrix< TYPE, D1, D2, REP > & | mtrx | ||
| ) | [inline] |
shortcut to put Smatrix into N-tuple:
fill the matrix
Definition at line 1979 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// get the matrix itself
FMatrix* var = fMatrix ( name , (MIndex)D1 , (MIndex)D2 ) ;
if ( 0 == var ) { return InvalidColumn ; }
for ( size_t iCol = 0 ; iCol < D2 ; ++iCol )
{
for ( size_t iRow = 0 ; iRow < D1 ; ++iRow )
{ (*var)[iRow][iCol] = (float) mtrx(iRow,iCol) ; }
};
return StatusCode::SUCCESS ;
}
| StatusCode Tuples::TupleObj::matrix | ( | const std::string & | name, |
| const MATRIX & | data, | ||
| const MIndex & | rows, | ||
| const MIndex & | cols | ||
| ) | [inline] |
fill N-Tuple with fixed-size matrix
"MATRIX" must support indexing operations: data[iRow][iCol]
e.g it could be of type:
The content of MATRIX should be implicitly convertible to "float"
CLHEP::HepMatrix mtrx1(3,20) ; ... tuple -> matrix ( "m1" , mtrx1 , mtrx1.num_row() , mtrx1.num_col() ) ; typedef std::vector<double> Row ; typedef std:vector<Row> Mtrx ; Mtrx mtrx2( 3 , Row(10) ) ; ... tuple -> matrix ( "m2" , mtrx2 , 3 , 10 ) ; float mtrx3[3][10] ; ... tuple -> matrix ( "m3" , mtrx3 , 3 , 10 ) ;
| name | N-Tuple entry name |
| data | data source (matrix) |
| cols | number of columns |
| rows | number of rows |
fill the matrix
Definition at line 1824 of file TupleObj.h.
{
if ( invalid () ) { return InvalidTuple ; }
if ( rowWise () ) { return InvalidOperation ; }
// get the matrix itself
FMatrix* var = fMatrix ( name , rows , cols ) ;
if ( 0 == var ) { return InvalidColumn ; }
for ( size_t iCol = 0 ; iCol < cols ; ++iCol )
{
for ( size_t iRow = 0 ; iRow < rows ; ++iRow )
{ (*var)[iRow][iCol] = (float)(data[iRow][iCol]) ; }
};
return StatusCode::SUCCESS ;
}
| const std::string& Tuples::TupleObj::name | ( | ) | const [inline] |
| StatusCode Tuples::TupleObj::put | ( | const std::string & | name, |
| const TYPE * | obj | ||
| ) | [inline] |
The function allows to add almost arbitrary object into N-tuple.
| name | column name |
| obj | pointer to the object |
Definition at line 127 of file TuplePut.h.
{
if ( invalid () ) { return InvalidTuple ; } // RETURN
if ( !evtColType () ) { return InvalidOperation ; } // RETURN
// static block: The Reflex type description & the flag
static bool s_fail = false ; // STATIC
static ROOT::Reflex::Type s_type ; // STATIC
// check the status
if ( s_fail ) { return InvalidItem ; } // RETURN
else if ( !s_type )
{
const std::string class_name = System::typeinfoName ( typeid ( TYPE ) ) ;
s_type = ROOT::Reflex::Type::ByName( class_name ) ;
if ( !s_type )
{
s_fail = true ;
return Error ( " put('"+name+"'," + class_name +
") :Invalid ROOT::Reflex::Type", InvalidItem ) ; // RETURN
}
}
// the local storage of items
static Tuples::ItemStore<TYPE*> s_map ;
// get the variable by name:
NTuple::Item<TYPE*>* item = s_map.getItem ( name , this ) ;
if ( 0 == item )
{ return Error ( " put('" + name + "'): invalid item detected", InvalidItem ) ; }
// assign the item!
(*item) = const_cast<TYPE*> ( obj ) ; // THATS ALL!!
//
return StatusCode::SUCCESS ; // RETURN
}
| unsigned long Tuples::TupleObj::refCount | ( | ) | const [inline] |
return the reference counter
Definition at line 2093 of file TupleObj.h.
{ return m_refCount ; }
| void Tuples::TupleObj::release | ( | ) |
release the reference to TupleObj if reference counter becomes zero, object will be automatically deleted
Definition at line 228 of file TupleObj.cpp.
{
// decrease the reference counter
if( 0 < refCount() ) { --m_refCount; }
// check references
if( 0 != refCount() ) { return; }
// delete the object
delete this ;
}
| bool Tuples::TupleObj::rowWise | ( | ) | const [inline] |
row wise NTuple ?
Definition at line 2116 of file TupleObj.h.
{ return CLID_RowWiseTuple == clid() ; }
| Tuples::TupleObj::Short * Tuples::TupleObj::shorts | ( | const std::string & | name, |
| const short | minv, | ||
| const short | maxv | ||
| ) | [private] |
get the column
Definition at line 710 of file TupleObj.cpp.
{
Shorts::iterator found = m_shorts.find( name ) ;
if( m_shorts.end() != found ) { return found->second ; }
Short* item = new Short() ;
m_shorts[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "shorts ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "shorts ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::Short * Tuples::TupleObj::shorts | ( | const std::string & | name ) | [private] |
get the column
Definition at line 695 of file TupleObj.cpp.
{
Shorts::iterator found = m_shorts.find( name ) ;
if( m_shorts.end() != found ) { return found->second ; }
Short* item = new Short() ;
m_shorts[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "shorts ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "shorts ('" + name + "'): item is not unique" ) ; }
return item ;
}
| NTuple::Tuple* Tuples::TupleObj::tuple | ( | ) | const [inline] |
provide the access to underlying Gaudi N-tuple
Definition at line 2088 of file TupleObj.h.
{ return m_tuple ; }
| Tuples::Type Tuples::TupleObj::type | ( | ) | const [inline] |
| Tuples::TupleObj::UChar * Tuples::TupleObj::uchars | ( | const std::string & | name ) | [private] |
get the column
Definition at line 663 of file TupleObj.cpp.
{
UChars::iterator found = m_uchars.find( name ) ;
if( m_uchars.end() != found ) { return found->second ; }
UChar* item = new UChar() ;
m_uchars[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "uchars ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "uchars ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::UChar * Tuples::TupleObj::uchars | ( | const std::string & | name, |
| const unsigned char | minv, | ||
| const unsigned char | maxv | ||
| ) | [private] |
get the column
Definition at line 678 of file TupleObj.cpp.
{
UChars::iterator found = m_uchars.find( name ) ;
if( m_uchars.end() != found ) { return found->second ; }
UChar* item = new UChar() ;
m_uchars[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "uchars ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "uchars ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::UInt * Tuples::TupleObj::uints | ( | const std::string & | name, |
| const unsigned int | minv, | ||
| const unsigned int | maxv | ||
| ) | [private] |
get the column
Definition at line 806 of file TupleObj.cpp.
{
UInts::iterator found = m_uints.find( name ) ;
if( m_uints.end() != found ) { return found->second ; }
UInt* item = new UInt() ;
m_uints[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "uints ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "uints ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::UInt * Tuples::TupleObj::uints | ( | const std::string & | name ) | [private] |
get the column
Definition at line 791 of file TupleObj.cpp.
{
UInts::iterator found = m_uints.find( name ) ;
if( m_uints.end() != found ) { return found->second ; }
UInt* item = new UInt() ;
m_uints[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "uints ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "uints ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::ULongLong * Tuples::TupleObj::ulonglongs | ( | const std::string & | name ) | [private] |
get the column
Definition at line 855 of file TupleObj.cpp.
{
ULongLongs::iterator found = m_ulonglongs.find( name ) ;
if( m_ulonglongs.end() != found ) { return found->second ; }
ULongLong* item = new ULongLong() ;
m_ulonglongs[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "ulonglongs ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "ULL" ) )
{ Error ( "ulonglongs ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::ULongLong * Tuples::TupleObj::ulonglongs | ( | const std::string & | name, |
| const unsigned long long | minv, | ||
| const unsigned long long | maxv | ||
| ) | [private] |
get the column
Definition at line 870 of file TupleObj.cpp.
{
ULongLongs::iterator found = m_ulonglongs.find( name ) ;
if( m_ulonglongs.end() != found ) { return found->second ; }
ULongLong* item = new ULongLong() ;
m_ulonglongs[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "ulonglongs ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "ULL" ) )
{ Error ( "ulonglongs ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::UShort * Tuples::TupleObj::ushorts | ( | const std::string & | name ) | [private] |
get the column
Definition at line 727 of file TupleObj.cpp.
{
UShorts::iterator found = m_ushorts.find( name ) ;
if( m_ushorts.end() != found ) { return found->second ; }
UShort* item = new UShort() ;
m_ushorts[ name ] = item ;
StatusCode sc = tuple()->addItem( name , *item );
if( sc.isFailure() )
{ Error ( "ushorts ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "ushorts ('" + name + "'): item is not unique" ) ; }
return item ;
}
| Tuples::TupleObj::UShort * Tuples::TupleObj::ushorts | ( | const std::string & | name, |
| const unsigned short | minv, | ||
| const unsigned short | maxv | ||
| ) | [private] |
get the column
Definition at line 742 of file TupleObj.cpp.
{
UShorts::iterator found = m_ushorts.find( name ) ;
if( m_ushorts.end() != found ) { return found->second ; }
UShort* item = new UShort() ;
m_ushorts[ name ] = item ;
const StatusCode sc = tuple()->addItem( name , *item , minv , maxv );
if( sc.isFailure() )
{ Error ( "ushorts ('" + name + "'): item is not added", sc ) ; }
if ( !addItem ( name , "I" ) )
{ Error ( "ushorts ('" + name + "'): item is not unique" ) ; }
return item ;
}
| bool Tuples::TupleObj::valid | ( | ) | const [inline] |
| virtual StatusCode Tuples::TupleObj::Warning | ( | const std::string & | msg, |
| const StatusCode | sc = StatusCode::FAILURE |
||
| ) | const [pure virtual] |
Implemented in Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 >.
| StatusCode Tuples::TupleObj::write | ( | ) |
write a record to NTuple
Definition at line 240 of file TupleObj.cpp.
{
if ( invalid() ) { return InvalidTuple ; }
return tuple()->write() ;
}
Addresses Tuples::TupleObj::m_addresses [mutable, private] |
the actual storage of all 'Address' columns
Definition at line 2360 of file TupleObj.h.
FArrays Tuples::TupleObj::m_arraysf [mutable, private] |
the actual storage of all 'FArray' columns (fixed)
Definition at line 2366 of file TupleObj.h.
Bools Tuples::TupleObj::m_bools [mutable, private] |
the actual storage of all 'bool' columns
Definition at line 2327 of file TupleObj.h.
Chars Tuples::TupleObj::m_chars [mutable, private] |
the actual storage of all 'Int' columns
Definition at line 2330 of file TupleObj.h.
CLID Tuples::TupleObj::m_clid [private] |
tuple CLID
Definition at line 2318 of file TupleObj.h.
Doubles Tuples::TupleObj::m_doubles [mutable, private] |
the actual storage of all 'Double' columns
Definition at line 2357 of file TupleObj.h.
FArrays Tuples::TupleObj::m_farrays [mutable, private] |
the actual storage of all 'FArray' columns
Definition at line 2363 of file TupleObj.h.
Floats Tuples::TupleObj::m_floats [mutable, private] |
the actual storage of all 'Float' columns
Definition at line 2354 of file TupleObj.h.
FMatrices Tuples::TupleObj::m_fmatrices [mutable, private] |
the actual storage of all 'FArray' columns
Definition at line 2369 of file TupleObj.h.
Ints Tuples::TupleObj::m_ints [mutable, private] |
the actual storage of all 'Int' columns
Definition at line 2342 of file TupleObj.h.
ItemMap Tuples::TupleObj::m_items [private] |
all booked types:
Definition at line 2375 of file TupleObj.h.
LongLongs Tuples::TupleObj::m_longlongs [mutable, private] |
the actual storage of all 'longlong' columns
Definition at line 2348 of file TupleObj.h.
FMatrices Tuples::TupleObj::m_matricesf [mutable, private] |
the actual storage of all 'FMatrix' columns (fixed)
Definition at line 2372 of file TupleObj.h.
std::string Tuples::TupleObj::m_name [private] |
name
Definition at line 2312 of file TupleObj.h.
size_t Tuples::TupleObj::m_refCount [private] |
reference counter
Definition at line 2324 of file TupleObj.h.
Shorts Tuples::TupleObj::m_shorts [mutable, private] |
the actual storage of all 'Int' columns
Definition at line 2336 of file TupleObj.h.
NTuple::Tuple* Tuples::TupleObj::m_tuple [private] |
tuple itself
Definition at line 2315 of file TupleObj.h.
Tuples::Type Tuples::TupleObj::m_type [private] |
tuple 'type'
Definition at line 2321 of file TupleObj.h.
UChars Tuples::TupleObj::m_uchars [mutable, private] |
the actual storage of all 'unsigned int' columns
Definition at line 2333 of file TupleObj.h.
UInts Tuples::TupleObj::m_uints [mutable, private] |
the actual storage of all 'unsigned int' columns
Definition at line 2345 of file TupleObj.h.
ULongLongs Tuples::TupleObj::m_ulonglongs [mutable, private] |
the actual storage of all 'ulonglong' columns
Definition at line 2351 of file TupleObj.h.
UShorts Tuples::TupleObj::m_ushorts [mutable, private] |
the actual storage of all 'unsigned int' columns
Definition at line 2339 of file TupleObj.h.