class Gambit::ColliderBit::Analysis_Covariance

Dummy analysis code with a hard-coded return including a SR covariance matrix.

Inherits from Analysis

Public Functions

Name
Analysis_Covariance()
voidrun(const HEPUtils::Event * )
voidcombine(const Analysis * )
Combine the variables of another copy of this analysis (typically on another thread) into this one.
voidcollect_results()

Protected Functions

Name
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector

Public Functions Documentation

function Analysis_Covariance

inline Analysis_Covariance()

function run

inline void run(
    const HEPUtils::Event * 
)

function combine

inline void combine(
    const Analysis * 
)

Combine the variables of another copy of this analysis (typically on another thread) into this one.

function collect_results

inline void collect_results()

Protected Functions Documentation

function analysis_specific_reset

inline void analysis_specific_reset()

Public Attributes Documentation

variable detector

static constexpr const char * detector = "ATLAS";

Updated on 2022-08-03 at 12:58:17 +0000