ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
top::AnalysisTrackingHelper::InputFileInfo Struct Reference
Collaboration diagram for top::AnalysisTrackingHelper::InputFileInfo:

Public Member Functions

 InputFileInfo (std::string const &path, unsigned long long const entriesProcessed)
 

Public Attributes

std::string const path
 
unsigned long long const entriesProcessed
 

Detailed Description

Definition at line 50 of file AnalysisTrackingHelper.h.

Constructor & Destructor Documentation

◆ InputFileInfo()

top::AnalysisTrackingHelper::InputFileInfo::InputFileInfo ( std::string const path,
unsigned long long const  entriesProcessed 
)
inline

Definition at line 51 of file AnalysisTrackingHelper.h.

51  :
52  path(path),
54  }

Member Data Documentation

◆ entriesProcessed

unsigned long long const top::AnalysisTrackingHelper::InputFileInfo::entriesProcessed

Definition at line 57 of file AnalysisTrackingHelper.h.

◆ path

std::string const top::AnalysisTrackingHelper::InputFileInfo::path

Definition at line 56 of file AnalysisTrackingHelper.h.


The documentation for this struct was generated from the following file:
top::AnalysisTrackingHelper::InputFileInfo::entriesProcessed
unsigned long long const entriesProcessed
Definition: AnalysisTrackingHelper.h:57
top::AnalysisTrackingHelper::InputFileInfo::path
std::string const path
Definition: AnalysisTrackingHelper.h:56