FairRoot/PandaRoot
Public Member Functions | Private Attributes | List of all members
shadow::FullPathConverter Struct Reference

Public Member Functions

 FullPathConverter (TString &str)
 
void operator() (TString aStr)
 

Private Attributes

TStringfullPath
 

Detailed Description

Definition at line 84 of file PndMdtIGeometry.cxx.

Constructor & Destructor Documentation

shadow::FullPathConverter::FullPathConverter ( TString str)
inline

Definition at line 86 of file PndMdtIGeometry.cxx.

86 :fullPath(str){}

Member Function Documentation

void shadow::FullPathConverter::operator() ( TString  aStr)
inline

Definition at line 87 of file PndMdtIGeometry.cxx.

References fullPath.

87 { fullPath.Append(aStr); fullPath.Append("/"); }

Member Data Documentation

TString& shadow::FullPathConverter::fullPath
private

Definition at line 89 of file PndMdtIGeometry.cxx.

Referenced by operator()().


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