CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ParabolaFit.cc File Reference
#include "ParabolaFit.h"
#include <iostream>

Go to the source code of this file.

Functions

template<class T >
T sqr (T t)
 

Function Documentation

template<class T >
T sqr ( T  t)

Definition at line 4 of file ParabolaFit.cc.

References lumiQTWidget::t.

4 {return t*t;}