]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSBase.cxx
update of data handling classes for SSD calibration
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSBase.cxx
index 1d6cdf4cc8510a3fab332db5e14f470b303474ee..b1398efedbfe69b229b796761334735a1edc8183 100644 (file)
@@ -37,6 +37,9 @@ AliHLTPHOSBase::~AliHLTPHOSBase()
 bool
 AliHLTPHOSBase::CheckFile(const char *fileName, const char *opt) const
 {
+  //returns true if the file specified by "fileName exists  and has acceees rights specified  by "opt", 
+  //returns false if it doesnt exist, or it exists, but doesnt have the access right specified by "opt"
+
   FILE *fp = fopen(fileName, opt);
 
   if(fp == 0)