From 090026bf446a3ebd918092c667eaf1d4c5133105 Mon Sep 17 00:00:00 2001 From: alibrary Date: Mon, 15 Jan 2007 14:50:02 +0000 Subject: [PATCH] Inserting TMath.h where required by the new version of ROOT --- EMCAL/AliEMCALCalibData.cxx | 2 ++ EMCAL/AliEMCALDigit.cxx | 6 +++--- EMCAL/AliEMCALGeometry.cxx | 17 ++++++++--------- EMCAL/AliEMCALGeometry.h | 4 +++- EMCAL/AliEMCALLoader.cxx | 1 + EVGEN/AliGenHMPIDlib.cxx | 6 ++++-- FASTSIM/AliFastMuonTrackingAcc.cxx | 2 ++ FASTSIM/AliFastMuonTrackingEff.cxx | 3 +++ FASTSIM/AliQuenchingWeights.h | 1 + FMD/AliFMD3.cxx | 4 +++- FMD/AliFMDBaseDigitizer.cxx | 1 + FMD/AliFMDDetector.cxx | 8 +++++--- FMD/AliFMDHit.cxx | 8 +++++--- HLT/PHOS/AliHLTPHOSAnalyzer.h | 4 +++- ITS/AliITSCalibration.cxx | 5 ++++- ITS/AliITSHuffman.cxx | 5 +++++ ITS/AliITSPidParItem.cxx | 19 +++++++++++++++++++ ITS/AliITSSteerPid.cxx | 19 +++++++++++++++++++ ITS/AliITSclusterSSD.cxx | 7 +++++-- ITS/AliITSgeomSSD.cxx | 6 ++++-- ITS/AliITSresponseSDD.cxx | 6 +++++- ITS/AliITSsimulationFastPoints.h | 9 ++++++++- JETAN/AliUA1JetHeaderV1.cxx | 4 ++++ MUON/AliMUONChamberTrigger.cxx | 2 ++ MUON/AliMUONTrackLight.h | 4 +++- MUON/AliMillepede.cxx | 1 + PHOS/AliPHOSRecCpvManager.cxx | 3 +++ PHOS/AliPHOSRecEmcManager.cxx | 3 +++ PMD/AliPMDClusteringV1.cxx | 5 ++++- PMD/AliPMDClusteringV2.cxx | 5 ++++- PYTHIA6/AliPythiaRndm.cxx | 1 + STEER/AliAlignObj.cxx | 3 +++ STEER/AliESDVertex.h | 1 + STEER/AliMagFDM.cxx | 3 ++- STEER/AliSignalProcesor.cxx | 21 ++++++++++++++++++++- STEER/AliStrLine.cxx | 6 ++++++ TPC/AliDetectorParam.cxx | 4 +++- TRD/AliTRDcalibDB.cxx | 1 + TRD/AliTRDpadPlane.cxx | 2 ++ TRD/AliTRDrawData.cxx | 1 + TRD/AliTRDsim.h | 1 + VZERO/AliVZERODigitizer.cxx | 3 +++ 42 files changed, 181 insertions(+), 36 deletions(-) diff --git a/EMCAL/AliEMCALCalibData.cxx b/EMCAL/AliEMCALCalibData.cxx index 3babb67fe95..ea47ad763c3 100644 --- a/EMCAL/AliEMCALCalibData.cxx +++ b/EMCAL/AliEMCALCalibData.cxx @@ -24,6 +24,8 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include + #include "AliEMCALCalibData.h" ClassImp(AliEMCALCalibData) diff --git a/EMCAL/AliEMCALDigit.cxx b/EMCAL/AliEMCALDigit.cxx index a5cc66b4ff8..59104bcbbdb 100644 --- a/EMCAL/AliEMCALDigit.cxx +++ b/EMCAL/AliEMCALDigit.cxx @@ -13,7 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* $Id: */ +/* $Id$ */ //_________________________________________________________________________ // EMCAL digit: @@ -27,11 +27,11 @@ //__________________________________________________________________________ // --- ROOT system --- +#include +#include // --- Standard library --- -#include - // --- AliRoot header files --- #include "AliEMCALDigit.h" diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index 0585295be46..802b87e39d0 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -33,23 +33,22 @@ // and : Jennifer Klay (LBL) // SHASHLYK : Aleksei Pavlinov (WSU) // -// --- AliRoot header files --- + #include -#include -#include -#include -#include +// --- AliRoot header files --- +#include +#include +#include #include -#include #include +#include #include +#include #include -#include -#include +#include // -- ALICE Headers. -//#include "AliConst.h" #include "AliLog.h" // --- EMCAL headers diff --git a/EMCAL/AliEMCALGeometry.h b/EMCAL/AliEMCALGeometry.h index c77227eb965..d642992df41 100644 --- a/EMCAL/AliEMCALGeometry.h +++ b/EMCAL/AliEMCALGeometry.h @@ -25,8 +25,10 @@ class AliEMCALRecPoint; class TClonesArray ; // --- AliRoot header files --- +#include +#include + #include "AliGeometry.h" -#include "TArrayD.h" class AliEMCALGeometry : public AliGeometry { public: diff --git a/EMCAL/AliEMCALLoader.cxx b/EMCAL/AliEMCALLoader.cxx index 7e29d87bccb..228af6008f8 100644 --- a/EMCAL/AliEMCALLoader.cxx +++ b/EMCAL/AliEMCALLoader.cxx @@ -40,6 +40,7 @@ ////////////////////////////////////////////////////////////////////////////// // --- ROOT system --- +#include "TMath.h" #include "TTree.h" // --- Standard library --- diff --git a/EVGEN/AliGenHMPIDlib.cxx b/EVGEN/AliGenHMPIDlib.cxx index 7134a930541..67a18651e73 100644 --- a/EVGEN/AliGenHMPIDlib.cxx +++ b/EVGEN/AliGenHMPIDlib.cxx @@ -25,11 +25,13 @@ // // +#include +#include #include #include -#include + #include "AliGenHMPIDlib.h" -#include +#include "AliLog.h" ClassImp(AliGenHMPIDlib) diff --git a/FASTSIM/AliFastMuonTrackingAcc.cxx b/FASTSIM/AliFastMuonTrackingAcc.cxx index 67ff7eccd6e..dd5462ede07 100644 --- a/FASTSIM/AliFastMuonTrackingAcc.cxx +++ b/FASTSIM/AliFastMuonTrackingAcc.cxx @@ -22,6 +22,8 @@ // Author: Andreas Morsch // andreas.morsch@cern.ch +#include + #include "AliFastMuonTrackingAcc.h" #include "AliMUONFastTracking.h" diff --git a/FASTSIM/AliFastMuonTrackingEff.cxx b/FASTSIM/AliFastMuonTrackingEff.cxx index 208a357033c..87031ab5058 100644 --- a/FASTSIM/AliFastMuonTrackingEff.cxx +++ b/FASTSIM/AliFastMuonTrackingEff.cxx @@ -22,6 +22,9 @@ // Author: Alessandro de Falco // alessandro.de.falco@ca.infn.it // + +#include + #include "AliFastMuonTrackingEff.h" #include "AliMUONFastTracking.h" diff --git a/FASTSIM/AliQuenchingWeights.h b/FASTSIM/AliQuenchingWeights.h index d2c71a98404..81e5d18b7d5 100644 --- a/FASTSIM/AliQuenchingWeights.h +++ b/FASTSIM/AliQuenchingWeights.h @@ -17,6 +17,7 @@ // A. Dainese andrea.dainese@pd.infn.it //---------------------------------------------------------------------------- +#include #include class TH1F; diff --git a/FMD/AliFMD3.cxx b/FMD/AliFMD3.cxx index adc5ace5dd8..e6a8d44d612 100644 --- a/FMD/AliFMD3.cxx +++ b/FMD/AliFMD3.cxx @@ -29,10 +29,12 @@ // The support is a special cone of carbon-fibre made by a Danish // Yacht company. // + +#include // ROOT_TMath + #include "AliFMD3.h" // ALIFMD3_H #include "AliLog.h" // ALILOG_H #include "AliFMDRing.h" // ALIFMDRING_H -// #include // ROOT_TMath //==================================================================== ClassImp(AliFMD3) diff --git a/FMD/AliFMDBaseDigitizer.cxx b/FMD/AliFMDBaseDigitizer.cxx index a04cd4fa2f8..82a243a27da 100644 --- a/FMD/AliFMDBaseDigitizer.cxx +++ b/FMD/AliFMDBaseDigitizer.cxx @@ -196,6 +196,7 @@ // -1 + B + exp(-B) // +#include #include // ROOT_TTree //#include // ROOT_TRandom #include // ALILOG_H diff --git a/FMD/AliFMDDetector.cxx b/FMD/AliFMDDetector.cxx index cda0443cca0..ec64734b0b4 100644 --- a/FMD/AliFMDDetector.cxx +++ b/FMD/AliFMDDetector.cxx @@ -34,12 +34,14 @@ // // Latest changes by Christian Holm Christensen // + +#include // ROOT_TGeoManager +#include // ROOT_TGeoMatrix +#include // ROOT_TMath + #include "AliFMDDetector.h" // ALIFMDSUBDETECTOR_H #include "AliFMDRing.h" // ALIFMDRING_H #include "AliLog.h" // ALILOG_H -#include // ROOT_TGeoManager -#include // ROOT_TGeoMatrix -// #include // ROOT_TMath //==================================================================== ClassImp(AliFMDDetector) diff --git a/FMD/AliFMDHit.cxx b/FMD/AliFMDHit.cxx index e4a21a4b832..2d883f33a0a 100644 --- a/FMD/AliFMDHit.cxx +++ b/FMD/AliFMDHit.cxx @@ -32,13 +32,15 @@ // 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 -// #include +#include #include +#include "AliFMDHit.h" // ALIFMDHIT_H +// #include "AliLog.h" // ALILOG_H + //____________________________________________________________________ ClassImp(AliFMDHit) #if 0 diff --git a/HLT/PHOS/AliHLTPHOSAnalyzer.h b/HLT/PHOS/AliHLTPHOSAnalyzer.h index de3793b727f..53518488139 100644 --- a/HLT/PHOS/AliHLTPHOSAnalyzer.h +++ b/HLT/PHOS/AliHLTPHOSAnalyzer.h @@ -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 { diff --git a/ITS/AliITSCalibration.cxx b/ITS/AliITSCalibration.cxx index f1707226a40..269ef51ab67 100644 --- a/ITS/AliITSCalibration.cxx +++ b/ITS/AliITSCalibration.cxx @@ -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 +#include + #include "AliITSCalibration.h" #include "AliLog.h" diff --git a/ITS/AliITSHuffman.cxx b/ITS/AliITSHuffman.cxx index c09a6f364f0..769312b22fa 100644 --- a/ITS/AliITSHuffman.cxx +++ b/ITS/AliITSHuffman.cxx @@ -12,14 +12,19 @@ * 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 #include #include + #include "AliITSHuffman.h" ClassImp(AliITSHuffman) diff --git a/ITS/AliITSPidParItem.cxx b/ITS/AliITSPidParItem.cxx index 3b41c9706e9..5f776267adb 100644 --- a/ITS/AliITSPidParItem.cxx +++ b/ITS/AliITSPidParItem.cxx @@ -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 #include +#include + #include "AliITSPidParItem.h" ClassImp(AliITSPidParItem) diff --git a/ITS/AliITSSteerPid.cxx b/ITS/AliITSSteerPid.cxx index 0aee419ed9f..634beaeb707 100644 --- a/ITS/AliITSSteerPid.cxx +++ b/ITS/AliITSSteerPid.cxx @@ -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 + #include "AliITSSteerPid.h" ClassImp(AliITSSteerPid) diff --git a/ITS/AliITSclusterSSD.cxx b/ITS/AliITSclusterSSD.cxx index e5acb51027d..43b2616df7a 100644 --- a/ITS/AliITSclusterSSD.cxx +++ b/ITS/AliITSclusterSSD.cxx @@ -24,8 +24,11 @@ // includes information about clusters on other side that it crosses with // //////////////////////////////////////////////////////////////////////////// -#include "TArrayI.h" -#include "TClonesArray.h" +#include +#include +#include + + #include "AliITSdigitSSD.h" #include "AliITSclusterSSD.h" diff --git a/ITS/AliITSgeomSSD.cxx b/ITS/AliITSgeomSSD.cxx index 8ef056cb79e..8bd452a1b74 100644 --- a/ITS/AliITSgeomSSD.cxx +++ b/ITS/AliITSgeomSSD.cxx @@ -22,10 +22,12 @@ // initilize this one with predefined values. //////////////////////////////////////////////////////////////////////// -#include #include -#include + +#include #include +#include +#include #include "AliITSgeomSSD.h" diff --git a/ITS/AliITSresponseSDD.cxx b/ITS/AliITSresponseSDD.cxx index af135bcbc36..f827d578074 100644 --- a/ITS/AliITSresponseSDD.cxx +++ b/ITS/AliITSresponseSDD.cxx @@ -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 + +#include "AliITSresponseSDD.h" const Int_t AliITSresponseSDD::fgkMaxAdcDefault = 1024; const Float_t AliITSresponseSDD::fgkDynamicRangeDefault = 132.; diff --git a/ITS/AliITSsimulationFastPoints.h b/ITS/AliITSsimulationFastPoints.h index 5c97ffbc5e8..2bd321ca05c 100644 --- a/ITS/AliITSsimulationFastPoints.h +++ b/ITS/AliITSsimulationFastPoints.h @@ -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 + +#include "AliITSsimulation.h" class TClonesArray; class AliITSmodule; class TRandom; diff --git a/JETAN/AliUA1JetHeaderV1.cxx b/JETAN/AliUA1JetHeaderV1.cxx index 1dbc328e1d7..3933bfca88f 100644 --- a/JETAN/AliUA1JetHeaderV1.cxx +++ b/JETAN/AliUA1JetHeaderV1.cxx @@ -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 +#include + #include "AliUA1JetHeaderV1.h" ClassImp(AliUA1JetHeaderV1) diff --git a/MUON/AliMUONChamberTrigger.cxx b/MUON/AliMUONChamberTrigger.cxx index 58f4fe13a6e..b3e3692b12a 100644 --- a/MUON/AliMUONChamberTrigger.cxx +++ b/MUON/AliMUONChamberTrigger.cxx @@ -15,6 +15,8 @@ /* $Id$ */ +#include + #include "AliMUONChamberTrigger.h" #include "AliMUONResponseTrigger.h" #include "AliMUONHit.h" diff --git a/MUON/AliMUONTrackLight.h b/MUON/AliMUONTrackLight.h index fd4f0c65540..ad89a01ddee 100644 --- a/MUON/AliMUONTrackLight.h +++ b/MUON/AliMUONTrackLight.h @@ -23,7 +23,9 @@ /// (authors: H.Woehri, A.de Falco) // ROOT classes -#include "TLorentzVector.h" + +#include +#include class AliMUONTrack; class AliESDMuonTrack; diff --git a/MUON/AliMillepede.cxx b/MUON/AliMillepede.cxx index 9799e1b949d..38710544111 100644 --- a/MUON/AliMillepede.cxx +++ b/MUON/AliMillepede.cxx @@ -30,6 +30,7 @@ #include #include +#include #include "AliLog.h" diff --git a/PHOS/AliPHOSRecCpvManager.cxx b/PHOS/AliPHOSRecCpvManager.cxx index 4947b411894..33908c53c68 100644 --- a/PHOS/AliPHOSRecCpvManager.cxx +++ b/PHOS/AliPHOSRecCpvManager.cxx @@ -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 + // --- Standard library --- // --- AliRoot header files --- diff --git a/PHOS/AliPHOSRecEmcManager.cxx b/PHOS/AliPHOSRecEmcManager.cxx index 9f6965153ce..1daf093e8da 100644 --- a/PHOS/AliPHOSRecEmcManager.cxx +++ b/PHOS/AliPHOSRecEmcManager.cxx @@ -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 + // --- Standard library --- // --- AliRoot header files --- diff --git a/PMD/AliPMDClusteringV1.cxx b/PMD/AliPMDClusteringV1.cxx index 24c30038b88..b80f78fd7ec 100644 --- a/PMD/AliPMDClusteringV1.cxx +++ b/PMD/AliPMDClusteringV1.cxx @@ -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 +#include #include #include #include diff --git a/PMD/AliPMDClusteringV2.cxx b/PMD/AliPMDClusteringV2.cxx index 8fd20829e15..c8ee50efb97 100644 --- a/PMD/AliPMDClusteringV2.cxx +++ b/PMD/AliPMDClusteringV2.cxx @@ -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 +#include #include #include diff --git a/PYTHIA6/AliPythiaRndm.cxx b/PYTHIA6/AliPythiaRndm.cxx index 7efc265efa2..82b64f637c2 100644 --- a/PYTHIA6/AliPythiaRndm.cxx +++ b/PYTHIA6/AliPythiaRndm.cxx @@ -30,6 +30,7 @@ // //----------------------------------------------------------------------------- +#include #include #include "AliPythiaRndm.h" diff --git a/STEER/AliAlignObj.cxx b/STEER/AliAlignObj.cxx index 332de849f6f..eb43be1ca9f 100644 --- a/STEER/AliAlignObj.cxx +++ b/STEER/AliAlignObj.cxx @@ -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 #include +#include #include "AliAlignObj.h" #include "AliTrackPointArray.h" diff --git a/STEER/AliESDVertex.h b/STEER/AliESDVertex.h index d521fe0e75c..b7f62679510 100644 --- a/STEER/AliESDVertex.h +++ b/STEER/AliESDVertex.h @@ -26,6 +26,7 @@ * * *****************************************************************************/ +#include #include "AliVertex.h" diff --git a/STEER/AliMagFDM.cxx b/STEER/AliMagFDM.cxx index eac15e857f3..e4cccc9b18f 100644 --- a/STEER/AliMagFDM.cxx +++ b/STEER/AliMagFDM.cxx @@ -21,7 +21,8 @@ // Author: //------------------------------------------------------------------------- -#include "TSystem.h" +#include +#include #include "AliLog.h" #include "AliMagFDM.h" diff --git a/STEER/AliSignalProcesor.cxx b/STEER/AliSignalProcesor.cxx index 370e0026efd..782fc2aa9a3 100644 --- a/STEER/AliSignalProcesor.cxx +++ b/STEER/AliSignalProcesor.cxx @@ -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 +#include + #include "AliSignalProcesor.h" diff --git a/STEER/AliStrLine.cxx b/STEER/AliStrLine.cxx index 8eea1aaaaa1..0e96d22879f 100644 --- a/STEER/AliStrLine.cxx +++ b/STEER/AliStrLine.cxx @@ -12,14 +12,20 @@ * 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 #include +#include + #include "AliStrLine.h" ClassImp(AliStrLine) diff --git a/TPC/AliDetectorParam.cxx b/TPC/AliDetectorParam.cxx index e78ac8d2ba8..8b940987bdb 100644 --- a/TPC/AliDetectorParam.cxx +++ b/TPC/AliDetectorParam.cxx @@ -22,7 +22,9 @@ // // /////////////////////////////////////////////////////////////////////// -#include "TObject.h" +#include +#include + #include "AliDetectorParam.h" diff --git a/TRD/AliTRDcalibDB.cxx b/TRD/AliTRDcalibDB.cxx index 102721da5e5..13cf5526e83 100644 --- a/TRD/AliTRDcalibDB.cxx +++ b/TRD/AliTRDcalibDB.cxx @@ -28,6 +28,7 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include #include #include "AliCDBManager.h" diff --git a/TRD/AliTRDpadPlane.cxx b/TRD/AliTRDpadPlane.cxx index 4d5c3b4e7e6..89cf7140b1a 100644 --- a/TRD/AliTRDpadPlane.cxx +++ b/TRD/AliTRDpadPlane.cxx @@ -28,6 +28,8 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include + #include "AliTRDpadPlane.h" #include "AliTRDgeometry.h" diff --git a/TRD/AliTRDrawData.cxx b/TRD/AliTRDrawData.cxx index 605c5cdccdd..2bf77c2738c 100644 --- a/TRD/AliTRDrawData.cxx +++ b/TRD/AliTRDrawData.cxx @@ -22,6 +22,7 @@ /////////////////////////////////////////////////////////////////////////////// #include +#include #include "AliDAQ.h" #include "AliRawDataHeader.h" diff --git a/TRD/AliTRDsim.h b/TRD/AliTRDsim.h index ac511e5946f..b9220bd55a9 100644 --- a/TRD/AliTRDsim.h +++ b/TRD/AliTRDsim.h @@ -12,6 +12,7 @@ //////////////////////////////////////////////////////////////////////////// #include +#include class TH1D; diff --git a/VZERO/AliVZERODigitizer.cxx b/VZERO/AliVZERODigitizer.cxx index e704eb3f5c3..8359bbb569e 100644 --- a/VZERO/AliVZERODigitizer.cxx +++ b/VZERO/AliVZERODigitizer.cxx @@ -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 #include #include -- 2.39.3