All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
toysysts.h File Reference
#include "sbnana/CAFAna/Core/ISyst.h"

Go to the source code of this file.

Classes

class  ToyEnergyScaleSyst
 
class  ToyNormSyst
 

Functions

const ToyEnergyScaleSystGetESyst ()
 
const ToyNormSystGetNSyst ()
 

Variables

std::vector< const ISyst * > allSysts {&GetESyst(), &GetNSyst()}
 

Function Documentation

const ToyEnergyScaleSyst& GetESyst ( )

Definition at line 18 of file toysysts.h.

19 {
20  static const ToyEnergyScaleSyst eSyst;
21  return eSyst;
22 }
const ToyNormSyst& GetNSyst ( )

Definition at line 35 of file toysysts.h.

36 {
37  static const ToyNormSyst nSyst;
38  return nSyst;
39 }

Variable Documentation

std::vector<const ISyst*> allSysts {&GetESyst(), &GetNSyst()}

Definition at line 42 of file toysysts.h.