CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
tracksToTrajectories::Count Struct Reference

Public Member Functions

 Count ()
 

Public Attributes

std::atomic< int > theNFailures
 
std::atomic< int > theNTracks
 

Detailed Description

Definition at line 34 of file TracksToTrajectories.cc.

Constructor & Destructor Documentation

◆ Count()

tracksToTrajectories::Count::Count ( )
inline

Definition at line 35 of file TracksToTrajectories.cc.

35 : theNTracks(0), theNFailures(0) {}

Member Data Documentation

◆ theNFailures

std::atomic<int> tracksToTrajectories::Count::theNFailures
mutable

Definition at line 38 of file TracksToTrajectories.cc.

Referenced by TracksToTrajectories::globalEndJob().

◆ theNTracks

std::atomic<int> tracksToTrajectories::Count::theNTracks
mutable

Definition at line 37 of file TracksToTrajectories.cc.

Referenced by TracksToTrajectories::globalEndJob().