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

Public Member Functions

 FolderSpec (const std::string &thename, const std::string &thetag)
 
 FolderSpec (const std::string &thename, const std::string &thetag)
 

Public Attributes

const std::string name
 
const std::string tag
 

Detailed Description

Definition at line 108 of file MakeReferenceFile.cxx.

Constructor & Destructor Documentation

◆ FolderSpec() [1/2]

FolderSpec::FolderSpec ( const std::string &  thename,
const std::string &  thetag 
)
inline

nop

Definition at line 112 of file MakeReferenceFile.cxx.

112  : name(thename), tag(thetag){};

◆ FolderSpec() [2/2]

FolderSpec::FolderSpec ( const std::string &  thename,
const std::string &  thetag 
)
inline

nop

Definition at line 423 of file openCoraCool.cxx.

423  :name(thename),tag(thetag){};

Member Data Documentation

◆ name

const std::string FolderSpec::name

Definition at line 110 of file MakeReferenceFile.cxx.

◆ tag

const std::string FolderSpec::tag

Definition at line 111 of file MakeReferenceFile.cxx.


The documentation for this struct was generated from the following files:
FolderSpec::tag
const std::string tag
Definition: MakeReferenceFile.cxx:111
FolderSpec::name
const std::string name
Definition: MakeReferenceFile.cxx:110