EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/base/FairFileInfo.h>
Public Member Functions | |
FairFileInfo () | |
FairFileInfo (TFile *file, UInt_t id, UInt_t ChId) | |
virtual | ~FairFileInfo () |
TString | GetPath () |
UInt_t | GetSize () |
UInt_t | GetIdentifier () |
UInt_t | GetOrderInChain () |
void | Print (Option_t *option="") const |
void | SetPath (TString path) |
void | SetSize (UInt_t size) |
void | SetIdentifier (UInt_t id) |
void | SetOrderInChain (UInt_t id) |
Protected Attributes | |
TString | fPath |
UInt_t | fSize |
UInt_t | fIdentifier |
UInt_t | fInChainId |
Private Member Functions | |
FairFileInfo (const FairFileInfo &) | |
FairFileInfo & | operator= (const FairFileInfo &) |
Definition at line 12 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 12 of file FairFileInfo.h
FairFileInfo::FairFileInfo | ( | ) |
Definition at line 9 of file FairFileInfo.cxx.
View newest version in sPHENIX GitHub at line 9 of file FairFileInfo.cxx
FairFileInfo::FairFileInfo | ( | TFile * | file, |
UInt_t | id, | ||
UInt_t | ChId | ||
) |
Definition at line 18 of file FairFileInfo.cxx.
View newest version in sPHENIX GitHub at line 18 of file FairFileInfo.cxx
References fPath.
|
virtual |
Definition at line 30 of file FairFileInfo.cxx.
View newest version in sPHENIX GitHub at line 30 of file FairFileInfo.cxx
|
private |
|
inline |
Definition at line 23 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 23 of file FairFileInfo.h
References fIdentifier.
Referenced by FairFileHeader::GetFileInfo().
|
inline |
Definition at line 24 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 24 of file FairFileInfo.h
References fInChainId.
Referenced by FairFileHeader::GetFileInfo().
|
inline |
Definition at line 21 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 21 of file FairFileInfo.h
References fPath.
|
inline |
Definition at line 22 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 22 of file FairFileInfo.h
References fSize.
|
private |
void FairFileInfo::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 35 of file FairFileInfo.cxx.
View newest version in sPHENIX GitHub at line 35 of file FairFileInfo.cxx
References fIdentifier, fInChainId, fPath, fSize, and printf().
|
inline |
Definition at line 30 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 30 of file FairFileInfo.h
References fIdentifier.
|
inline |
Definition at line 31 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 31 of file FairFileInfo.h
References fInChainId.
|
inline |
Definition at line 28 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 28 of file FairFileInfo.h
References fPath.
|
inline |
Definition at line 29 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 29 of file FairFileInfo.h
References fSize.
|
protected |
Signal file identifier used
Definition at line 41 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 41 of file FairFileInfo.h
Referenced by GetIdentifier(), Print(), and SetIdentifier().
|
protected |
file order in the chain
Definition at line 43 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 43 of file FairFileInfo.h
Referenced by GetOrderInChain(), Print(), and SetOrderInChain().
|
protected |
Full path of file
Definition at line 37 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 37 of file FairFileInfo.h
Referenced by FairFileInfo(), GetPath(), Print(), and SetPath().
|
protected |
size of file in bytes
Definition at line 39 of file FairFileInfo.h.
View newest version in sPHENIX GitHub at line 39 of file FairFileInfo.h