Static Public Member Functions | List of all members
hit::details::CompiledGausFitCacheBaseStruct::InitializeFuncSumVector< 0U, Func > Struct Template Reference

#include <GausFitCache.h>

Static Public Member Functions

static void fill (CompiledGausFitCacheBaseStruct &cache)
 

Detailed Description

template<template< unsigned int > class Func>
struct hit::details::CompiledGausFitCacheBaseStruct::InitializeFuncSumVector< 0U, Func >

Definition at line 247 of file GausFitCache.h.

Member Function Documentation

template<template< unsigned int > class Func>
void hit::details::CompiledGausFitCacheBaseStruct::InitializeFuncSumVector< 0U, Func >::fill ( CompiledGausFitCacheBaseStruct cache)
static

Definition at line 440 of file GausFitCache.h.

441  {
442  cache.funcs.push_back
443  (new TF1(cache.FunctionName(0).c_str(), Func<0U>::eval, 0., 1., 0));
444  } // InitializeFuncSumVector<0, Func>::fill()

The documentation for this struct was generated from the following file: