]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCAlign.cxx
Remove for the moment the QA analysis from the PartCorr wagon and move it to its...
[u/mrichter/AliRoot.git] / TPC / AliTPCAlign.cxx
index 5482f333e4898732b270ea10a254a7ad36c0e740..8432c896e979b085a8fa941a2b49ad1a903202ae 100644 (file)
 
 /*
 $Log$
+Revision 1.3  2007/10/22 14:20:25  kowal2
+Hardwired "ideal" coordinates replaced with those from the DCDB.
+Corrected bug in SetDebug method
+
 Revision 1.2  2007/10/03 09:27:50  marian
 Extra semicolon removed (Marian)
 
@@ -28,6 +32,8 @@ Class creating the aligmnent object fro the surveyor measurements.
 //
 
 #include "AliTPCAlign.h"
+#include "AliSurveyPoint.h"
+#include "AliSurveyPoint.h"
 //
 #include "TROOT.h"
 #include "Riostream.h"
@@ -35,6 +41,7 @@ Class creating the aligmnent object fro the surveyor measurements.
 #include "TMath.h"
 #include "TSystem.h"
 #include "AliSurveyObj.h"
+#include "AliSurveyPoint.h"
 #include "AliAlignObjParams.h"
 #include "AliCDBStorage.h"
 #include <TClonesArray.h>
@@ -279,7 +286,7 @@ void AliTPCAlign::Run(){
 void AliTPCAlign::StoreAlignObj(){
   //
 AliCDBManager* cdb = AliCDBManager::Instance();
- if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT");
+ if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
  //
 TClonesArray *array = new TClonesArray("AliAlignObjParams",1);
 //