CLHEP Namespace Reference

Functions

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

Function Documentation

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

Definition at line 21 of file TupleDecorator.cpp.

21 { return &v[0]; }
const double* CLHEP::begin ( const CLHEP::HepVector &  v)

Definition at line 22 of file TupleDecorator.cpp.

22 { return &v[0]; }