AliPhysics  86c65ee (86c65ee)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tag.C File Reference

Update tags. More...

Go to the source code of this file.

Functions

void Tag ()
 
void GetProductionInfo (TString &fPeriod, TString &fPass, TString &fName)
 
void GetVersions (TString &fAliroot, TString &froot, TString &fgeant)
 
void GetGUID (TString &guid)
 
Bool_t UpdateTag (TString faliroot, TString froot, TString fgeant, TString turl, TString guid, TString fperiod, TString fpass, TString fname)
 

Detailed Description

Update tags.

Author
Christian Holm Christensen cholm.nosp@m.@nbi.nosp@m..dk
Date
Wed Oct 15 13:28:47 2014

Definition in file Tag.C.

Function Documentation

void GetGUID ( TString guid)

Get the global univeral identifier of the ESD file

Parameters
guid

Definition at line 102 of file Tag.C.

Referenced by Tag().

void GetProductionInfo ( TString fPeriod,
TString fPass,
TString fName 
)

Extract production information from path

Parameters
fPeriodOn return, the period
fPassOn return, the possible pass number
fNameOn return, the full name

Definition at line 47 of file Tag.C.

Referenced by Tag().

void GetVersions ( TString fAliroot,
TString froot,
TString fgeant 
)

Get the AliROOT, ROOT, and GEANT3 versions from the JDL packages

Parameters
fAlirootOn return, the AliROOT version
frootOn return, the ROOT version
fgeantOn return, the GEANT3 version

Definition at line 71 of file Tag.C.

Referenced by Tag().

void Tag ( )

Tag files

Definition at line 13 of file Tag.C.

Bool_t UpdateTag ( TString  faliroot,
TString  froot,
TString  fgeant,
TString  turl,
TString  guid,
TString  fperiod,
TString  fpass,
TString  fname 
)

Update the tags

Parameters
falirootAliROOT version
frootROOT version
fgeantGEANT3 version
turlUrL we're at
guidGlobal universal identifier
fperiodPeriod
fpassPass
fnameFull name
Returns

Definition at line 140 of file Tag.C.

Referenced by Tag().