|
static vector< T > | clone (const vector< T > &tv) |
| Make a clone of the given object.
|
|
static void | add (vector< T > &tv, const vector< T > &ov) |
| Add the contents of o to t.
|
|
static void | scale (vector< T > &tv, double f) |
| Scale the contents of a given object.
|
|
static void | normalize (vector< T > &tv, double sumw) |
|
static string | path (const vector< T > &tv) |
| Return the path of an AnalysisObject.
|
|
The documentation for this struct was generated from the following file: