]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Inserting TMath.h where required by the new version of ROOT
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Jan 2007 14:50:02 +0000 (14:50 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Jan 2007 14:50:02 +0000 (14:50 +0000)
42 files changed:
EMCAL/AliEMCALCalibData.cxx
EMCAL/AliEMCALDigit.cxx
EMCAL/AliEMCALGeometry.cxx
EMCAL/AliEMCALGeometry.h
EMCAL/AliEMCALLoader.cxx
EVGEN/AliGenHMPIDlib.cxx
FASTSIM/AliFastMuonTrackingAcc.cxx
FASTSIM/AliFastMuonTrackingEff.cxx
FASTSIM/AliQuenchingWeights.h
FMD/AliFMD3.cxx
FMD/AliFMDBaseDigitizer.cxx
FMD/AliFMDDetector.cxx
FMD/AliFMDHit.cxx
HLT/PHOS/AliHLTPHOSAnalyzer.h
ITS/AliITSCalibration.cxx
ITS/AliITSHuffman.cxx
ITS/AliITSPidParItem.cxx
ITS/AliITSSteerPid.cxx
ITS/AliITSclusterSSD.cxx
ITS/AliITSgeomSSD.cxx
ITS/AliITSresponseSDD.cxx
ITS/AliITSsimulationFastPoints.h
JETAN/AliUA1JetHeaderV1.cxx
MUON/AliMUONChamberTrigger.cxx
MUON/AliMUONTrackLight.h
MUON/AliMillepede.cxx
PHOS/AliPHOSRecCpvManager.cxx
PHOS/AliPHOSRecEmcManager.cxx
PMD/AliPMDClusteringV1.cxx
PMD/AliPMDClusteringV2.cxx
PYTHIA6/AliPythiaRndm.cxx
STEER/AliAlignObj.cxx
STEER/AliESDVertex.h
STEER/AliMagFDM.cxx
STEER/AliSignalProcesor.cxx
STEER/AliStrLine.cxx
TPC/AliDetectorParam.cxx
TRD/AliTRDcalibDB.cxx
TRD/AliTRDpadPlane.cxx
TRD/AliTRDrawData.cxx
TRD/AliTRDsim.h
VZERO/AliVZERODigitizer.cxx

index 3babb67fe9509e097182b910e840f32ad2f9ba2e..ea47ad763c368a2f739bdc00cf963b18736b5b20 100644 (file)
@@ -24,6 +24,8 @@
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include <TMath.h>
+
 #include "AliEMCALCalibData.h"
 
 ClassImp(AliEMCALCalibData)
index a5cc66b4ff835c9b65b9126ea7739e09bd87f3b6..59104bcbbdb98060eb5d0b35830628882843cf1e 100644 (file)
@@ -13,7 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Id */
+/* $Id$ */
 
 //_________________________________________________________________________
 //  EMCAL digit: 
 //__________________________________________________________________________
 
 // --- ROOT system ---
+#include <Riostream.h>
+#include <TMath.h>
 
 // --- Standard library ---
 
-#include <Riostream.h>
-
 // --- AliRoot header files ---
 
 #include "AliEMCALDigit.h"
index 0585295be46971450fdbd7250d2a08c76a2cc925..802b87e39d0436434edad4ce658af1ec5821dec7 100644 (file)
 //     and  : Jennifer Klay (LBL)
 //     SHASHLYK : Aleksei Pavlinov (WSU)
 //
-// --- AliRoot header files ---
+
 #include <assert.h>
-#include <Riostream.h>
 
-#include <TMath.h>
-#include <TVector3.h>
-#include <TObjArray.h>
+// --- AliRoot header files ---
+#include <Riostream.h>
+#include <TBrowser.h>
+#include <TClonesArray.h>
 #include <TGeoManager.h>
-#include <TGeoNode.h>
 #include <TGeoMatrix.h>
+#include <TGeoNode.h>
 #include <TMatrixD.h>
+#include <TObjArray.h>
 #include <TObjString.h>
-#include <TClonesArray.h>
-#include <TBrowser.h>
+#include <TVector3.h>
 
 // -- ALICE Headers.
-//#include "AliConst.h"
 #include "AliLog.h"
 
 // --- EMCAL headers
index c77227eb965573f1de65cc0154a45aedb82505bb..d642992df4172d94fdf8f19cff87c95093b86732 100644 (file)
@@ -25,8 +25,10 @@ class AliEMCALRecPoint;
 class TClonesArray ;
 
 // --- AliRoot header files ---
+#include <TArrayD.h>
+#include <TMath.h>
+
 #include "AliGeometry.h"
-#include "TArrayD.h"
 
 class AliEMCALGeometry : public AliGeometry {
 public:
index 7e29d87bccbdd067630620dd53b6fc3b0565c093..228af6008f87b40381228f5cf91c86278dc9d237 100644 (file)
@@ -40,6 +40,7 @@
 //////////////////////////////////////////////////////////////////////////////
 
 // --- ROOT system ---
+#include "TMath.h"
 #include "TTree.h"
 
 // --- Standard library ---
index 7134a9305417a4cec76e599e06dbb45071131cf3..67a18651e730817a42823450ef5dea2328d41029 100644 (file)
 //
 //
 
+#include <TPDGCode.h>
+#include <TMath.h>
 #include <TRandom.h>
 #include <TString.h>
-#include <AliLog.h>
+
 #include "AliGenHMPIDlib.h"
-#include <TPDGCode.h>
+#include "AliLog.h"
 
 ClassImp(AliGenHMPIDlib)
 
index 67ff7eccd6e644d8d0ee005b379902ff3c7e9bc9..dd5462ede07e2858d51ef76ddc8e7e3ca796fa56 100644 (file)
@@ -22,6 +22,8 @@
 // Author: Andreas Morsch
 // andreas.morsch@cern.ch 
 
+#include <TMath.h>
+
 #include "AliFastMuonTrackingAcc.h"
 #include "AliMUONFastTracking.h"
 
index 208a357033cf44dda8bd39b6f997f85ded604cba..87031ab5058318fc407365841673c509085cb8de 100644 (file)
@@ -22,6 +22,9 @@
 // Author: Alessandro de Falco 
 // alessandro.de.falco@ca.infn.it
 // 
+
+#include <TMath.h>
+
 #include "AliFastMuonTrackingEff.h"
 #include "AliMUONFastTracking.h"
 
index d2c71a98404aace15509d2887f18a14c0424c05f..81e5d18b7d549bd724699aaa859d33b67e356c15 100644 (file)
@@ -17,6 +17,7 @@
 //                     A. Dainese    andrea.dainese@pd.infn.it            
 //----------------------------------------------------------------------------
 
+#include <TMath.h>
 #include <TObject.h>
 class TH1F;
 
index adc5ace5dd84974bfc019e82d5c8730e8399434a..e6a8d44d61299648f3898a39f89e61845f39d6d8 100644 (file)
 // The support is a special cone of carbon-fibre made by a Danish
 // Yacht company.
 //
+
+#include <TMath.h>             // ROOT_TMath
+
 #include "AliFMD3.h"           // ALIFMD3_H 
 #include "AliLog.h"            // ALILOG_H
 #include "AliFMDRing.h"                // ALIFMDRING_H 
-// #include <TMath.h>          // ROOT_TMath
 
 //====================================================================
 ClassImp(AliFMD3)
index a04cd4fa2f8cb4dd6e0c842b1e6f23dae5cd0e78..82a243a27da8312d51cf5284bde716eaa9a2517b 100644 (file)
 //                    -1 + B + exp(-B)
 //
 
+#include <TMath.h>
 #include <TTree.h>             // ROOT_TTree
 //#include <TRandom.h>         // ROOT_TRandom
 #include <AliLog.h>            // ALILOG_H
index cda0443cca078197a6a7e6e4af595a921d4cdf00..ec64734b0b4867c5bde91f1e695018e67ee38c69 100644 (file)
 //
 // Latest changes by Christian Holm Christensen
 //
+
+#include <TGeoManager.h>       // ROOT_TGeoManager 
+#include <TGeoMatrix.h>                // ROOT_TGeoMatrix 
+#include <TMath.h>              // ROOT_TMath
+
 #include "AliFMDDetector.h"    // ALIFMDSUBDETECTOR_H
 #include "AliFMDRing.h"                // ALIFMDRING_H
 #include "AliLog.h"             // ALILOG_H
-#include <TGeoManager.h>       // ROOT_TGeoManager 
-#include <TGeoMatrix.h>                // ROOT_TGeoMatrix 
-// #include <TMath.h>              // ROOT_TMath
 
 //====================================================================
 ClassImp(AliFMDDetector)
index e4a21a4b832b043f3088ca34555de32c194358a3..2d883f33a0ac96baa7c1109825001eb4d10a77ac 100644 (file)
 //     Track stopping status. 
 //  Latest changes by Christian Holm Christensen
 //
-#include "AliFMDHit.h"         // ALIFMDHIT_H
-// #include "AliLog.h"         // ALILOG_H
+
 #include "Riostream.h"         // ROOT_Riostream
 #include <TDatabasePDG.h>
-// #include <TMath.h>
+#include <TMath.h>
 #include <TString.h>
 
+#include "AliFMDHit.h"         // ALIFMDHIT_H
+// #include "AliLog.h"         // ALILOG_H
+
 //____________________________________________________________________
 ClassImp(AliFMDHit)
 #if 0
index de3793b727fbda3343578c2dfaac42193624a9f1..53518488139c5f6560b0abdb0030ca845edabff4 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef ALIHLTPHOSANALYZER_H
 #define ALIHLTPHOSANALYZER_H
+/* Copyright(c) 1998-2004, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
 
-//#include "AliHLTProcessor.h"
+/* $Id$ */
 
 class AliHLTPHOSAnalyzer
 {
index f1707226a4082c261afe3101ab41342d4b829d90..269ef51ab675dd13f5b416c3c06d0c63246df6ed 100644 (file)
@@ -13,6 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
 
 //////////////////////////////////////////////////////
 //  Calibration class for set:ITS                   //
@@ -22,7 +23,9 @@
 //  AliITSCalibrationSSD                            //
 //////////////////////////////////////////////////////
 
-#include "Riostream.h"
+#include <Riostream.h>
+#include <TMath.h>
+
 #include "AliITSCalibration.h"
 #include "AliLog.h"
 
index c09a6f364f0da16aff6c55d79c1bf9c2db8b6b5b..769312b22fa2863724aff658520d25cc9a3ec31e 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //                                            //
 //  RawData classes for set:ITS               //
 //                                            //
 ////////////////////////////////////////////////
 
+#include <TMath.h>
 #include <TObjArray.h>
 #include <Riostream.h>
+
 #include "AliITSHuffman.h"
 
 ClassImp(AliITSHuffman)
index 3b41c9706e9a01b7600b1b5e457c390497e45e28..5f776267adb7e7e27689c643e7620a2ca4870654 100644 (file)
@@ -1,3 +1,20 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
 /////////////////////////////////////////////////////////
 //Class for PID in the ITS                             //
 //                                                     //
@@ -6,6 +23,8 @@
 
 #include <Riostream.h>
 #include <TF1.h>
+#include <TMath.h>
+
 #include "AliITSPidParItem.h"
 
 ClassImp(AliITSPidParItem)
index 0aee419ed9fd264710b991e7e71a8dddf74af420..634beaeb7079bfdeaa4d25ef3021d420fa16d361 100644 (file)
@@ -1,3 +1,20 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
 /////////////////////////////////////////////////////////////////////////
 //Steering Class for PID in the ITS                                      //
 //The PID is based on the likelihood of all the four ITS' layers,        //
@@ -6,6 +23,8 @@
 // Origin: Elena Bruna bruna@to.infn.it, Massimo Masera masera@to.infn.it//
 /////////////////////////////////////////////////////////////////////////
 
+#include <TMath.h>
+
 #include "AliITSSteerPid.h"
 
 ClassImp(AliITSSteerPid)
index e5acb51027d1f22ad9e4b9a351a247efab5d5455..43b2616df7a71fc7dde4c707f1f58874418fef0c 100644 (file)
 // includes information about clusters on other side that it crosses with //
 ////////////////////////////////////////////////////////////////////////////
 
-#include "TArrayI.h"
-#include "TClonesArray.h"
+#include <TArrayI.h>
+#include <TMath.h>
+#include <TClonesArray.h>
+
+
 #include "AliITSdigitSSD.h"
 #include "AliITSclusterSSD.h"
 
index 8ef056cb79efa5b9e3e30d401f2652fc3b28368a..8bd452a1b74346cc897f32bbf6b68230e7a63bd8 100644 (file)
 // initilize this one with predefined values.
 ////////////////////////////////////////////////////////////////////////
 
-#include <Riostream.h>
 #include <stdlib.h>
-#include <TShape.h>
+
+#include <Riostream.h>
 #include <TBRIK.h>
+#include <TMath.h>
+#include <TShape.h>
 
 #include "AliITSgeomSSD.h"
 
index af135bcbc36752f7a200f736303524273c035ebe..f827d57807435f765babce75bcd1942f066b53ee 100644 (file)
@@ -13,7 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-#include "AliITSresponseSDD.h"
+/* $Id$ */
+
 //////////////////////////////////////////////////////
 //  Base response class forITS                      //
 //  It is used to set static data members           //
@@ -23,6 +24,9 @@
 //                                                  //
 //////////////////////////////////////////////////////
 
+#include <TMath.h>
+
+#include "AliITSresponseSDD.h"
 
 const Int_t AliITSresponseSDD::fgkMaxAdcDefault = 1024;
 const Float_t AliITSresponseSDD::fgkDynamicRangeDefault = 132.;
index 5c97ffbc5e865dd55a8bbcef64bb39006c97009e..2bd321ca05c4262c57f01f4f1f78e3e0049b088f 100644 (file)
@@ -1,11 +1,18 @@
 #ifndef ALIITSSIMULATIONFASTPOINTS_H
 #define ALIITSSIMULATIONFASTPOINTS_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
 
-#include "AliITSsimulation.h"
 //////////////////////////////////////////////////////////
 // implements fast simulation 
 /////////////////////////////////////////////////////////
 //
+
+#include <TMath.h>
+
+#include "AliITSsimulation.h"
 class TClonesArray;
 class AliITSmodule;
 class TRandom;
index 1dbc328e1d76416af642e90333c8e6b95764a298..3933bfca88ff4d6925f56e835b4c8bd790bf9e18 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
  
+/* $Id$ */
+
 //---------------------------------------------------------------------
 //  Jet Gen header class
 // Stores parameters of particle algoritm
@@ -20,6 +22,8 @@
 //---------------------------------------------------------------------
 
 #include <Riostream.h> 
+#include <TMath.h>
+
 #include "AliUA1JetHeaderV1.h"
 ClassImp(AliUA1JetHeaderV1)
 
index 58f4fe13a6edbaf4c927f8ee7f2e1cd913df040a..b3e3692b12aa5408c277846ed81eea0bc3e8ef32 100644 (file)
@@ -15,6 +15,8 @@
 
 /* $Id$ */
 
+#include <TMath.h>
+
 #include "AliMUONChamberTrigger.h"
 #include "AliMUONResponseTrigger.h"
 #include "AliMUONHit.h"
index fd4f0c655403c1bbf1dc2e6d707c622d643fe6b8..ad89a01ddee0749dd16649e56c402c4b435bb189 100644 (file)
@@ -23,7 +23,9 @@
 /// (authors: H.Woehri, A.de Falco)
 
 // ROOT classes
-#include "TLorentzVector.h"
+
+#include <TClonesArray.h>
+#include <TLorentzVector.h>
 
 class AliMUONTrack;
 class AliESDMuonTrack;
index 9799e1b949d690f7ba7b6a473f613a47fcb1b59d..387105441115f8f9fa9f92bdbf513d31ace69ad3 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <TArrayI.h>
 #include <TArrayD.h>
+#include <TMath.h>
 
 #include "AliLog.h"
 
index 4947b411894425c7a9708415a1ab2b44788033bf..33908c53c6887e2dfebac6a333e76804ec3187c2 100644 (file)
@@ -13,6 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
 
 //_________________________________________________________________________
 // Class for the management by the CPV reconstruction.
@@ -21,6 +22,8 @@
 //
 // --- ROOT system ---
 
+#include <TMath.h>
+
 // --- Standard library ---
 
 // --- AliRoot header files ---
index 9f6965153ceb88474239e570f19d1745f8482bd1..1daf093e8da1203992864f7b3089a8ee85f1d7ba 100644 (file)
@@ -13,6 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
 
 //_________________________________________________________________________
 // Class for the management by the Emc reconstruction.
@@ -21,6 +22,8 @@
 //
 // --- ROOT system ---
 
+#include <TMath.h>
+
 // --- Standard library ---
 
 // --- AliRoot header files ---
index 24c30038b88c8796dcf7292c448dde869e968044..b80f78fd7ec829493d1af1af28061a95c1beb71a 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 //-----------------------------------------------------//
 //                                                     //
 //  Source File : PMDClusteringV1.cxx, Version 00      //
@@ -39,7 +41,8 @@
    LAST UPDATE  :  October 23, 2002
 -----------------------------------------------------------------------*/
 
-#include "Riostream.h"
+#include <Riostream.h>
+#include <TMath.h>
 #include <TNtuple.h>
 #include <TObjArray.h>
 #include <stdio.h>
index 8fd20829e15e7d072caa2b0702a70966eab90204..c8ee50efb973a17f40b8b907171cf4f0ea05748c 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 //-----------------------------------------------------//
 //                                                     //
 //  Source File : PMDClusteringV2.cxx                  //
@@ -37,7 +39,8 @@
    LAST UPDATE  :  October 23, 2002
 -----------------------------------------------------------------------*/
 
-#include "Riostream.h"
+#include <Riostream.h>
+#include <TMath.h>
 #include <TObjArray.h>
 #include <stdio.h>
 
index 7efc265efa2facea624eec050fabdf2cedbf4ae6..82b64f637c2eead8e199ed901b5f036260006dc0 100644 (file)
@@ -30,6 +30,7 @@
 //
 //-----------------------------------------------------------------------------
 
+#include <TMath.h>
 #include <TRandom.h>
 
 #include "AliPythiaRndm.h"
index 332de849f6f46f21ab696fe665b5c4a2326bd7d7..eb43be1ca9f304c4ad90367a692b67b78fa2e73b 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 //-----------------------------------------------------------------
 //  Implementation of the alignment object class, holding the alignment
 //  constants for a single volume, through the abstract class AliAlignObj.
@@ -21,6 +23,7 @@
 //-----------------------------------------------------------------
 #include <TGeoManager.h>
 #include <TGeoPhysicalNode.h>
+#include <TMath.h>
 
 #include "AliAlignObj.h"
 #include "AliTrackPointArray.h"
index d521fe0e75c66858f8a5fa367bce0fad16344ae0..b7f62679510f9c816db5ab52009fc762d7ab1787 100644 (file)
@@ -26,6 +26,7 @@
  *                                                                           *
  *****************************************************************************/
 
+#include <TMath.h>
 
 #include "AliVertex.h"
 
index eac15e857f36e39788a211fac2ce74cbc3b7e85c..e4cccc9b18f07c41629898c9d57ffbb4a4177db5 100644 (file)
@@ -21,7 +21,8 @@
 //   Author:
 //-------------------------------------------------------------------------
 
-#include "TSystem.h"
+#include <TMath.h>
+#include <TSystem.h>
 
 #include "AliLog.h"
 #include "AliMagFDM.h"
index 370e0026efd70eac8695047a51f2b3c37a304df5..782fc2aa9a36f112ab8ee9cbad8f3ccef6fb90b7 100644 (file)
@@ -1,4 +1,23 @@
-#include "TF1.h"
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
+#include <TF1.h>
+#include <TMath.h>
+
 #include "AliSignalProcesor.h"
 
 
index 8eea1aaaaa1c688dda1e041436545050e81f72f6..0e96d22879fafc7b3fb7fdbc1ed9874dd809f625 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
+
+/* $Id$ */
+
 ///////////////////////////////////////////////////////////////////
 //                                                               //
 // A straight line is coded as a point (3 Double_t) and           //
 // 3 direction cosines                                           //
 //                                                               //
 ///////////////////////////////////////////////////////////////////
+
 #include <Riostream.h>
 #include <TTree.h>
+#include <TMath.h>
+
 #include "AliStrLine.h"
 
 ClassImp(AliStrLine)
index e78ac8d2ba83ef6986e481fede40cb72bf2bf1a9..8b940987bdb84ae286b578796bf82a3200e7829d 100644 (file)
@@ -22,7 +22,9 @@
 //                                                                   //  
 ///////////////////////////////////////////////////////////////////////
 
-#include "TObject.h"
+#include <TMath.h>
+#include <TObject.h>
+
 #include "AliDetectorParam.h"
 
 
index 102721da5e56d5a614b06d136caf2be2cc4789f5..13cf5526e83a28c250e7792fb9390d8e810608dd 100644 (file)
@@ -28,6 +28,7 @@
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include <TMath.h>
 #include <TRandom.h>
 
 #include "AliCDBManager.h"
index 4d5c3b4e7e6204e5efb8c19d1d45a1a50e78ba71..89cf7140b1ab28d1b41b08ff7d85dffa14474477 100644 (file)
@@ -28,6 +28,8 @@
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include <TMath.h>
+
 #include "AliTRDpadPlane.h"
 #include "AliTRDgeometry.h"
 
index 605c5cdccddd1c96b20689a1e55ff0a79a6cdc57..2bf77c2738c347e643ebf6524448281b50ce96af 100644 (file)
@@ -22,6 +22,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <Riostream.h>
+#include <TMath.h>
 
 #include "AliDAQ.h"
 #include "AliRawDataHeader.h"
index ac511e5946f8bf2cc3ceda9a64970be70beaee73..b9220bd55a94ebd5d166a9d6eae5a1d7943d2512 100644 (file)
@@ -12,6 +12,7 @@
 ////////////////////////////////////////////////////////////////////////////
 
 #include <TObject.h>
+#include <TMath.h>
 
 class TH1D;
 
index e704eb3f5c3d821436483431e2596860291660ce..8359bbb569e14d0d19a8bea2f54c1bf8d0060d64 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
  
+/* $Id$ */
+
 ///_________________________________________________________________________
 ///
 /// This class constructs Digits out of Hits
@@ -22,6 +24,7 @@
 // --- Standard library ---
 
 // --- ROOT system ---
+#include <TMath.h>
 #include <TTree.h>
 #include <TRandom.h>