LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
hit::details Namespace Reference

Classes

class  CompiledGausFitCacheBaseStruct
 
struct  FuncSum
 A sum of NFunc base functions Func. More...
 
struct  FuncSum< 0U, Func, NFuncParams >
 
struct  TemplateArgument
 Struct with member type corresponding to the NArg-th type from Args. More...
 
struct  TemplateArgumentHelper
 Struct with member type corresponding to the NArg-th type from Args. More...
 

Functions

template<typename T >
sqr (T v)
 

Function Documentation

template<typename T >
T hit::details::sqr ( v)
inline

Definition at line 98 of file GausFitCache.h.

Referenced by hit::details::CompiledGausFitCacheBaseStruct::gaus_trunc().

98 { return v*v; }