ATLAS Offline Software
Loading...
Searching...
No Matches
FakeBkgTools::Database::SystDef Struct Reference

#include <Database.h>

Collaboration diagram for FakeBkgTools::Database::SystDef:

Public Member Functions

 SystDef (const std::string &n, const std::bitset< N_EFFICIENCY_TYPES > &a)
 SystDef (SystDef &&rhs)=default

Public Attributes

const std::string name
std::bitset< N_EFFICIENCY_TYPESaffects

Detailed Description

Definition at line 161 of file Database.h.

Constructor & Destructor Documentation

◆ SystDef() [1/2]

FakeBkgTools::Database::SystDef::SystDef ( const std::string & n,
const std::bitset< N_EFFICIENCY_TYPES > & a )
inline

Definition at line 165 of file Database.h.

165: name(n), affects(a) {}
static Double_t a
std::bitset< N_EFFICIENCY_TYPES > affects
Definition Database.h:164

◆ SystDef() [2/2]

FakeBkgTools::Database::SystDef::SystDef ( SystDef && rhs)
default

Member Data Documentation

◆ affects

std::bitset<N_EFFICIENCY_TYPES> FakeBkgTools::Database::SystDef::affects

Definition at line 164 of file Database.h.

◆ name

const std::string FakeBkgTools::Database::SystDef::name

Definition at line 163 of file Database.h.


The documentation for this struct was generated from the following file: