]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compatibility with the trunk of root
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Jun 2012 07:37:34 +0000 (07:37 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Jun 2012 07:37:34 +0000 (07:37 +0000)
20 files changed:
TPC/AliSegmentArray.cxx
TPC/AliTPC.h
TPC/AliTPCAlign.cxx
TPC/AliTPCBuffer.cxx
TPC/AliTPCBuffer.h
TPC/AliTPCCalibViewer.cxx
TPC/AliTPCConfigDA.cxx
TPC/AliTPCConfigParser.cxx
TPC/AliTPCDDLRawData.cxx
TPC/AliTPCDigitizer.cxx
TPC/AliTPCLaserTracks.cxx
TPC/AliTPCPid.cxx
TPC/AliTPCclustererKr.cxx
TPC/AliTPCclustererMI.cxx
TPC/AliTPCtrackerMI.cxx
TPC/AliTPCv0.cxx
TPC/AliTPCv1.cxx
TPC/AliTPCv2.cxx
TPC/AliTPCv3.cxx
TPC/AliTPCv4.cxx

index 61b97b0a8a0927c6903ae452093ecabd382d3c8c..5b7166dad9728aa4e40f056224e76fdf9db481de 100644 (file)
@@ -37,7 +37,8 @@
 #include "AliSegmentArray.h"
 #include "TObjString.h"
 
-
+using std::endl;
+using std::cout;
 //_____________________________________________________________________________
 ClassImp(AliSegmentArray)
   
index 3fc8a729924fce65bd74e2cc311b13bed1306e02..c36d975cf83481e3262d53bbf2d0afe1c5693673 100644 (file)
@@ -26,6 +26,7 @@ class TTreeSRedirector;
 #include "AliDigit.h" 
 #include "AliHit.h" 
 
+using std::fstream;
 
 class AliTPC : public AliDetector {
 
index 3286c86fa802023d4f9854f82331c26b78a9e5fe..911b63bd68112965542d5a965375b40fd1250a1e 100644 (file)
@@ -49,6 +49,8 @@ Class creating the aligmnent object fro the surveyor measurements.
 #include "AliLog.h"
 #include "AliCDBManager.h"
 
+using std::cout;
+using std::endl;
 ClassImp(AliTPCAlign)
 
 AliTPCAlign::AliTPCAlign() :
index 25f7615bd87d47471519a5c0145245bd6561d7fd..fdbdb72a228af7e1a5bb87d2b9ab197783a1665e 100644 (file)
@@ -28,6 +28,9 @@
 //#include "TFile.h"
 //#include "TTree.h"
 
+using std::ios;
+using std::ofstream;
+using std::endl;
 ClassImp(AliTPCBuffer)
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
 //___________________________________________________________
index bd110ad0eb822e2b4de994db6416623b7f95ba5b..0dca48edc29ccaec751908cc3a2e3bed381a2aac 100644 (file)
@@ -13,6 +13,7 @@ class fstream;
 #include "Riostream.h"
 #endif
 
+using std::fstream;
 
 class AliSimDigits;
 //class TTree;
index 5182ab0a738ba49a7579d2fd5ab414bab9c24a23..6b95b694726de656ffc15d84917ee7a8fc9ffc10 100644 (file)
@@ -70,6 +70,7 @@
 //
 #include "AliTPCCalibViewer.h"
 
+using std::ifstream;
 ClassImp(AliTPCCalibViewer)
 
 
index e86e9b308e720ecb46b89e451f295cb0ceccfe6b..758129b0ed56978e4b69e920ab2d0a0fb1f32ed3 100644 (file)
@@ -40,7 +40,7 @@
 //header
 #include "AliTPCConfigDA.h"
 
-
+using std::ifstream;
 
 AliTPCConfigDA::AliTPCConfigDA() :
   TObject(),
index f9261bbc0a1d07d680156c87dba02e69a421aa70..aa8b4a52e095a409a4a2380cc88a535236f890f1 100644 (file)
@@ -42,6 +42,7 @@
 //header
 #include "AliTPCConfigParser.h"
 
+using std::ifstream;
 
 AliTPCConfigParser::AliTPCConfigParser() :
 TObject(),
index 0358842b5fc10099445ba991be5af9ec94ef4e61..29e646265b0ad92b8ceafb43332375769efe0609 100644 (file)
@@ -33,6 +33,7 @@
 #include "AliTPCDDLRawData.h"
 #include "AliDAQ.h"
 
+using std::ios;
 ClassImp(AliTPCDDLRawData)
 ////////////////////////////////////////////////////////////////////////////////////////
 
index 0bee1a63e1220323577af7844a6a0be697d2faa3..6006c800e57ee927b012f0c9fd64e6f8d6e9df76 100644 (file)
@@ -56,6 +56,9 @@
 #include "AliTPCCalPad.h"
 #include "AliTPCCalROC.h"
 
+using std::cout;
+using std::cerr;
+using std::endl;
 ClassImp(AliTPCDigitizer)
 
 //___________________________________________
index bedb8a009c72a954c0a4dcd06d447b12523ad4c1..7767f59c73073c9874ead3496cb669f894907a05 100644 (file)
@@ -63,6 +63,8 @@
 //              Class AliTPCLaserTracks
 ////////////////////////////////////////////////////////////////////////
 
+using std::cout;
+using std::endl;
 ClassImp(AliTPCLaserTracks)
 
   AliTPCLaserTracks::AliTPCLaserTracks():TObject(),
index 3d7d3c34a68d669100945505784a698e6a900b88..ba47b3e5ffdce06d3ccfdb74876b0437c7e36c28 100644 (file)
@@ -25,6 +25,8 @@
 #include "Riostream.h"
 #include <cassert>
 
+using std::cout;
+using std::endl;
 ClassImp(AliTPCPid)
 // Correction 13.01.2003 Z.S.,Dubna
 //            22.01.2003
index 442585c04aa07506c1e67c1c37a87020ef96e7bb..8c1eba17d9912718013c13a10eeff96ea4f15db5 100644 (file)
@@ -233,6 +233,10 @@ delete stream;
 #include "AliTPCCalROC.h"\r
 #include "AliRawEventHeaderBase.h"\r
 \r
+using std::cerr;\r
+using std::cout;\r
+using std::endl;\r
+using std::list;\r
 ClassImp(AliTPCclustererKr)\r
 \r
 \r
index 204ab140397376f3396ddf28131947364ead0985..8b481f7b859fcd6a1b14c4fe3753599f10582d6d 100644 (file)
@@ -82,6 +82,8 @@
 #include "AliTPCTransform.h"
 #include "AliTPCclustererMI.h"
 
+using std::cerr;
+using std::endl;
 ClassImp(AliTPCclustererMI)
 
 
index 4d5f0631fccb62922d7615bc6d5d7f61accafa9f..16a9d47dcb350b4194ac65904a8038bc7759282c 100644 (file)
 
 //
 
+using std::cerr;
+using std::endl;
 ClassImp(AliTPCtrackerMI)
 
 
index a5d0e5ce2c8bd3558a2764f3ae7dd1b7a0047375..1130e14660c60fd9e4515073f59ec1c0f5647740 100644 (file)
@@ -50,6 +50,9 @@
 #include "TGeoTrd1.h"
 #include "TGeoCompositeShape.h"
 #include "TGeoPara.h"
+
+using std::ifstream;
+using std::ios_base;
 ClassImp(AliTPCv0)
  
 //_____________________________________________________________________________
index f5745e45be4468190011105abc4325d303ca1c6b..f6461596b2576338c61f9f608b695724361f7993 100644 (file)
@@ -54,6 +54,9 @@
 #include "TGeoTrd1.h"
 #include "TGeoCompositeShape.h"
 #include "TGeoPara.h"
+
+using std::ifstream;
+using std::ios_base;
 ClassImp(AliTPCv1)
 
 //_____________________________________________________________________________
index 2254b1ebba8d99cb420350e3c03c83771db8a72c..c3dddce6c99d2b7e5d5733a00e78383681bb7ee3 100644 (file)
@@ -53,6 +53,8 @@
 #include "TGeoHalfSpace.h"
 #include "TTreeStream.h"
 
+using std::ifstream;
+using std::ios_base;
 ClassImp(AliTPCv2)
  
 //_____________________________________________________________________________
index f96612d5a2ce31194dc8bccef80bd2ea6e66195c..072c8ecf13df1558644ac8329f43a393589078e5 100644 (file)
@@ -58,6 +58,8 @@
 #include "TGeoCompositeShape.h"
 #include "TGeoPara.h"
 
+using std::ifstream;
+using std::ios_base;
 ClassImp(AliTPCv3)
 //_____________________________________________________________________________
 
index 80004c746fd105ce478db708f61ac16c9315071a..e6968cea625dcdcce5155a025b46b86b07e5b9e5 100644 (file)
@@ -55,6 +55,8 @@ TPC version for the krypton runs (Marek)
 #include "TGeoPara.h"
 #include "TGeoPhysicalNode.h"
 
+using std::ifstream;
+using std::ios_base;
 ClassImp(AliTPCv4)
  
 //_____________________________________________________________________________