AliPhysics  51e3ab4 (51e3ab4)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MakeCorrRepository.C
Go to the documentation of this file.
1 
7 void
9 {
11 
12  UInt_t what[] = {
18  0
19  };
20  UInt_t* ptr = what;
21  while (*ptr) {
22  TString dir(gSystem->ExpandPathName(mgr.GetFileDir(*ptr)));
23  if (dir.IsNull()) {
24  ptr++;
25  continue;
26  }
27 
28  Info("MakeCorrRepository", "Making directory %s", dir.Data());
29  gSystem->MakeDirectory(dir.Data());
30  ptr++;
31  }
32 }
33 
34 /*
35  * EOF
36  */
TSystem * gSystem
void MakeCorrRepository()
unsigned int UInt_t
Definition: External.C:33
static AliForwardCorrectionManager & Instance()