CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
PercentErrorSquared Class Reference

#include <LossFunctions.h>

Inheritance diagram for PercentErrorSquared:
L1TLossFunction

Public Member Functions

Double_t fit (std::vector< emtf::Event * > &v)
 
int id ()
 
std::string name ()
 
 PercentErrorSquared ()
 
Double_t target (emtf::Event *e)
 
 ~PercentErrorSquared ()
 

Detailed Description

Definition at line 191 of file LossFunctions.h.

Constructor & Destructor Documentation

PercentErrorSquared::PercentErrorSquared ( )
inline

Definition at line 194 of file LossFunctions.h.

PercentErrorSquared::~PercentErrorSquared ( )
inline

Definition at line 195 of file LossFunctions.h.

Member Function Documentation

Double_t PercentErrorSquared::fit ( std::vector< emtf::Event * > &  v)
inlinevirtual

Implements L1TLossFunction.

Definition at line 203 of file LossFunctions.h.

int PercentErrorSquared::id ( void  )
inlinevirtual

Implements L1TLossFunction.

Definition at line 221 of file LossFunctions.h.

std::string PercentErrorSquared::name ( void  )
inlinevirtual

Implements L1TLossFunction.

Definition at line 220 of file LossFunctions.h.

Referenced by VIDSelectorBase.VIDSelectorBase::initialize().

Double_t PercentErrorSquared::target ( emtf::Event e)
inlinevirtual

Implements L1TLossFunction.

Definition at line 197 of file LossFunctions.h.