ATLAS Offline Software
Loading...
Searching...
No Matches
Dbg::Hist Struct Reference

#include <MeasurementToTruthAssociationAlg.h>

Inheritance diagram for Dbg::Hist:
Collaboration diagram for Dbg::Hist:

Public Member Functions

 HistTemp ()=default
 HistTemp (const HistTemp &a)

Public Attributes

std::mutex m_mutex
Dbg::StatHist m_depositedEnergy ATLAS_THREAD_SAFE {20, -6., 14.}
Dbg::StatHist m_particlesPerMeasurement ATLAS_THREAD_SAFE {20, -.5, 20.-.5}
Dbg::StatHist m_measurementsPerParticle ATLAS_THREAD_SAFE {20, -0.5, 20.-0.5}

Detailed Description

Definition at line 53 of file MeasurementToTruthAssociationAlg.h.

Member Function Documentation

◆ HistTemp() [1/2]

Dbg::HistTemp::HistTemp ( )
default

◆ HistTemp() [2/2]

Dbg::HistTemp::HistTemp ( const HistTemp & a)
inline

Definition at line 46 of file MeasurementToTruthAssociationAlg.h.

47 : m_depositedEnergy(a.m_depositedEnergy.createEmptyClone()),
48 m_particlesPerMeasurement( a.m_particlesPerMeasurement.createEmptyClone()),
49 m_measurementsPerParticle( a.m_measurementsPerParticle.createEmptyClone())
50 {
51 }
static Double_t a

Member Data Documentation

◆ ATLAS_THREAD_SAFE [1/3]

Dbg::StatHist m_depositedEnergy Dbg::HistTemp::ATLAS_THREAD_SAFE {20, -6., 14.}
mutableinherited

Definition at line 42 of file MeasurementToTruthAssociationAlg.h.

42{20, -6., 14.};

◆ ATLAS_THREAD_SAFE [2/3]

Dbg::StatHist m_particlesPerMeasurement Dbg::HistTemp::ATLAS_THREAD_SAFE {20, -.5, 20.-.5}
mutableinherited

Definition at line 43 of file MeasurementToTruthAssociationAlg.h.

43{20, -.5, 20.-.5};

◆ ATLAS_THREAD_SAFE [3/3]

Dbg::StatHist m_measurementsPerParticle Dbg::HistTemp::ATLAS_THREAD_SAFE {20, -0.5, 20.-0.5}
mutableinherited

Definition at line 44 of file MeasurementToTruthAssociationAlg.h.

44{20, -0.5, 20.-0.5};

◆ m_mutex

std::mutex Dbg::Hist::m_mutex
mutable

Definition at line 55 of file MeasurementToTruthAssociationAlg.h.


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