The Gaudi Framework  v33r0 (d5ea422b)
CLHEP Namespace Reference

Functions

double * begin (CLHEP::HepVector &v)
 
const double * begin (const CLHEP::HepVector &v)
 

Function Documentation

◆ begin() [1/2]

double* CLHEP::begin ( CLHEP::HepVector &  v)

Definition at line 32 of file TupleDecorator.cpp.

32 { return &v[0]; }

◆ begin() [2/2]

const double* CLHEP::begin ( const CLHEP::HepVector &  v)

Definition at line 33 of file TupleDecorator.cpp.

33 { return &v[0]; }