]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning fixed
authormrodrigu <mrodrigu@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Jun 2011 13:36:07 +0000 (13:36 +0000)
committermrodrigu <mrodrigu@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Jun 2011 13:36:07 +0000 (13:36 +0000)
ACORDE/AliACORDEAlign.cxx

index 20ed8cca90d5b335a865418a170b7b56eb9b4337..e908bed1263da67eb4558b447f0e5b977ae9260d 100644 (file)
@@ -71,8 +71,8 @@ AliACORDEAlign::AliACORDEAlign(Int_t reportloc,Int_t reportglob):
   //fRepLoc = new reportloc[80];
   //fRepGlob = new reportglob[80];
   Char_t path[50];
-  fFileGlob = new Char_t[80];
-  fUser = new Char_t[10];
+  //fFileGlob = new Char_t[80];
+  //fUser = new Char_t[10];
   snprintf(path,50,gSystem->Getenv("ALICE_ROOT")); 
   // 
   snprintf(fFileGlob,80,"%s/ACORDE/Survey_%d_ACORDE.txt",path,reportglob);
@@ -145,7 +145,7 @@ if(fRepLoc != 0)
 
  //s1->GetEntries();
  //s1->GetUnits();
- TObjArray* arr = s1->GetData();
//TObjArray* arr = s1->GetData();
  //cout<< "number of entries " << arr->GetEntries() <<endl;
  //arr->UncheckedAt(0)->ClassName();
  //AliSurveyPoint *sp0 = (AliSurveyPoint*) arr->UncheckedAt(0);   
@@ -465,7 +465,7 @@ void AliACORDEAlign::StoreAlignObj()
 
     
 
-    sprintf(fullname,filename);
+    snprintf(fullname,80,filename);
        
    
     TFile *f = new TFile(fullname,"RECREATE");