CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
leef::RunErrors Struct Reference

Public Member Functions

 RunErrors ()
 

Public Attributes

std::atomic< bool > collectionGuard_
 
ErrorSet errorCollection_
 
std::atomic< size_t > nfail_
 
std::atomic< size_t > npass_
 

Detailed Description

Definition at line 43 of file LogErrorEventFilter.cc.

Constructor & Destructor Documentation

◆ RunErrors()

leef::RunErrors::RunErrors ( )
inline

Definition at line 44 of file LogErrorEventFilter.cc.

44 : npass_{0}, nfail_{0}, collectionGuard_{false} {}
std::atomic< bool > collectionGuard_
std::atomic< size_t > npass_
std::atomic< size_t > nfail_

Member Data Documentation

◆ collectionGuard_

std::atomic<bool> leef::RunErrors::collectionGuard_
mutable

Definition at line 52 of file LogErrorEventFilter.cc.

◆ errorCollection_

ErrorSet leef::RunErrors::errorCollection_
mutable

Definition at line 48 of file LogErrorEventFilter.cc.

◆ nfail_

std::atomic<size_t> leef::RunErrors::nfail_
mutable

Definition at line 50 of file LogErrorEventFilter.cc.

◆ npass_

std::atomic<size_t> leef::RunErrors::npass_
mutable

Definition at line 49 of file LogErrorEventFilter.cc.