CMS 3D CMS Logo

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

◆ sqr()

template<class T >
T sqr ( T  t)

Definition at line 5 of file ParabolaFit.cc.

References submitPVValidationJobs::t.

Referenced by ParabolaFit::chi2(), and ParabolaFit::result().

5  {
6  return t * t;
7 }