From 925e65709851bc55cacc40068515d4c5a80fc419 Mon Sep 17 00:00:00 2001 From: hristov Date: Sat, 18 Dec 2004 16:03:17 +0000 Subject: [PATCH] Removing extra semicolons (FedoraCore3, gcc 3.4.2) --- DISPLAY/AliDetectorFrame.cxx | 2 +- DISPLAY/AliDisplay2.cxx | 4 +- DISPLAY/AliDisplayClusters.cxx | 2 +- DISPLAY/AliDisplayFrame.cxx | 2 +- DISPLAY/AliDisplayHLT.cxx | 2 +- DISPLAY/AliInfoFrame.cxx | 4 +- DISPLAY/AliMenu.cxx | 2 +- DISPLAY/AliModuleInfo.cxx | 2 +- DISPLAY/AliSettingFrame.cxx | 2 +- DISPLAY/AliShutterFrame.cxx | 2 +- DISPLAY/AliShutterItem.cxx | 2 +- DISPLAY/AliSliderFrame.cxx | 2 +- EMCAL/AliEMCALFastRecParticle.cxx | 2 +- EMCAL/AliEMCALGeometry.cxx | 2 +- EVGEN/AliGeVSimParticle.cxx | 2 +- EVGEN/AliGenGeVSim.cxx | 2 +- EVGEN/AliGenGeVSimEventHeader.cxx | 2 +- EVGEN/AliGenReaderCwn.cxx | 2 +- EVGEN/AliGenReaderTreeK.cxx | 2 +- FASTSIM/AliFastMuonTriggerEff.cxx | 2 +- FMD/AliFMD.cxx | 2 +- FMD/AliFMD1.cxx | 2 +- FMD/AliFMD2.cxx | 2 +- FMD/AliFMD3.cxx | 2 +- FMD/AliFMD3Support.cxx | 2 +- FMD/AliFMDBoolMap.cxx | 2 +- FMD/AliFMDDigit.cxx | 6 +- FMD/AliFMDDigitizer.cxx | 8 +- FMD/AliFMDEdepMap.cxx | 2 +- FMD/AliFMDHit.cxx | 2 +- FMD/AliFMDMap.cxx | 2 +- FMD/AliFMDMult.cxx | 2 +- FMD/AliFMDMultAlgorithm.cxx | 2 +- FMD/AliFMDMultNaiive.cxx | 2 +- FMD/AliFMDMultPoisson.cxx | 2 +- FMD/AliFMDMultRegion.cxx | 2 +- FMD/AliFMDMultStrip.cxx | 2 +- FMD/AliFMDPolygon.cxx | 2 +- FMD/AliFMDRawReader.cxx | 2 +- FMD/AliFMDRawStream.cxx | 2 +- FMD/AliFMDRawWriter.cxx | 2 +- FMD/AliFMDReconstructor.cxx | 2 +- FMD/AliFMDRing.cxx | 2 +- FMD/AliFMDSubDetector.cxx | 2 +- FMD/AliFMDUShortMap.cxx | 2 +- FMD/AliFMDv0.cxx | 2 +- FMD/AliFMDv1.cxx | 2 +- ITS/AliITSTableSSD.cxx | 2 +- ITS/AliITSpList.cxx | 2 +- ITS/AliITSsimulationSSD.cxx | 2 +- MUON/AliMUONDataInterface.cxx | 206 +++++++++++++-------------- MUON/AliMUONDigitizer.cxx | 64 ++++----- MUON/AliMUONDigitizerv1.cxx | 38 ++--- MUON/AliMUONDigitizerv2.cxx | 18 +-- MUON/AliMUONGlobalTrigger.cxx | 2 +- MUON/AliMUONLocalTrigger.cxx | 2 +- MUON/AliMUONRawCluster.cxx | 2 +- MUON/AliMUONResponseTrigger.cxx | 2 +- MUON/AliMUONSDigitizerv1.cxx | 14 +- MUON/AliMUONSegmentationSlatN.cxx | 2 +- MUON/AliMUONSt1ElectronicElement.cxx | 2 +- MUON/AliMUONSt1Response.cxx | 2 +- MUON/AliMUONSt1ResponseParameter.cxx | 2 +- MUON/AliMUONSt1ResponseRule.cxx | 2 +- PHOS/AliPHOSCPVBaseGeometry.cxx | 2 +- PHOS/AliPHOSCPVGeometry.cxx | 2 +- PHOS/AliPHOSEMCAGeometry.cxx | 2 +- PHOS/AliPHOSFastRecParticle.cxx | 2 +- PHOS/AliPHOSGeometry.cxx | 2 +- PHOS/AliPHOSGridFile.cxx | 2 +- PHOS/AliPHOSSupportGeometry.cxx | 2 +- PYTHIA6/AliGenPythiaEventHeader.cxx | 2 +- TPC/AliTPCParam.h | 2 +- 73 files changed, 245 insertions(+), 245 deletions(-) diff --git a/DISPLAY/AliDetectorFrame.cxx b/DISPLAY/AliDetectorFrame.cxx index 777ecdbbaee..c1e3bd62acc 100644 --- a/DISPLAY/AliDetectorFrame.cxx +++ b/DISPLAY/AliDetectorFrame.cxx @@ -32,7 +32,7 @@ #include "AliModule.h" -ClassImp(AliDetectorFrame); +ClassImp(AliDetectorFrame) int AliDetectorFrame::fgBaseId = 1000; diff --git a/DISPLAY/AliDisplay2.cxx b/DISPLAY/AliDisplay2.cxx index 6df56f8b9f1..e17946179c3 100644 --- a/DISPLAY/AliDisplay2.cxx +++ b/DISPLAY/AliDisplay2.cxx @@ -56,7 +56,7 @@ AliDisplay2 *gAliDisplay2; -ClassImp(AliDisplay2); +ClassImp(AliDisplay2) //_____________________________________________________________ AliDisplay2::AliDisplay2(const TGWindow *p, UInt_t w, UInt_t h) :TObject() @@ -365,7 +365,7 @@ void AliDisplay2::Enable(Int_t m) fMode = kTracks|fMode; Update(); } -}; +} //_____________________________________________________________ void AliDisplay2::Disable(Int_t m) diff --git a/DISPLAY/AliDisplayClusters.cxx b/DISPLAY/AliDisplayClusters.cxx index b58b2087d02..8f1e8e2a038 100644 --- a/DISPLAY/AliDisplayClusters.cxx +++ b/DISPLAY/AliDisplayClusters.cxx @@ -37,7 +37,7 @@ #include "AliTPCParam.h" #include "AliTPCcluster.h" -ClassImp(AliDisplayClusters); +ClassImp(AliDisplayClusters) //_____________________________________________________________ AliDisplayClusters::AliDisplayClusters() diff --git a/DISPLAY/AliDisplayFrame.cxx b/DISPLAY/AliDisplayFrame.cxx index e94e30543bc..2f8dd9aa588 100644 --- a/DISPLAY/AliDisplayFrame.cxx +++ b/DISPLAY/AliDisplayFrame.cxx @@ -42,7 +42,7 @@ #include "AliRun.h" -ClassImp(AliDisplayFrame); +ClassImp(AliDisplayFrame) //_____________________________________________________________ AliDisplayFrame::AliDisplayFrame(const TGWindow *p, UInt_t w, UInt_t h) diff --git a/DISPLAY/AliDisplayHLT.cxx b/DISPLAY/AliDisplayHLT.cxx index 0a746d57df1..c842278f4f3 100644 --- a/DISPLAY/AliDisplayHLT.cxx +++ b/DISPLAY/AliDisplayHLT.cxx @@ -32,7 +32,7 @@ #include "AliL3Logging.h" #endif -ClassImp(AliDisplayHLT); +ClassImp(AliDisplayHLT) //_____________________________________________________________ AliDisplayHLT::AliDisplayHLT() diff --git a/DISPLAY/AliInfoFrame.cxx b/DISPLAY/AliInfoFrame.cxx index e17d0d2a1f5..bf663028e00 100644 --- a/DISPLAY/AliInfoFrame.cxx +++ b/DISPLAY/AliInfoFrame.cxx @@ -28,7 +28,7 @@ #include "AliInfoFrame.h" #include "AliDisplay2.h" -ClassImp(AliInfoFrame); +ClassImp(AliInfoFrame) //_____________________________________________________________ AliInfoFrame::AliInfoFrame(TGCompositeFrame *p, UInt_t w, UInt_t h) @@ -92,7 +92,7 @@ AliInfoFrame::AliInfoFrame(TGCompositeFrame *p, UInt_t w, UInt_t h) fMainFrame->Layout(); fMainFrame->MapSubwindows(); fMainFrame->MapWindow(); -}; +} //_____________________________________________________________ AliInfoFrame::~AliInfoFrame(void){ diff --git a/DISPLAY/AliMenu.cxx b/DISPLAY/AliMenu.cxx index 72e08ba27ed..ecb14ab116d 100644 --- a/DISPLAY/AliMenu.cxx +++ b/DISPLAY/AliMenu.cxx @@ -40,7 +40,7 @@ const char *gAliImgTypes[] = {"GIF files","*.gif",0,0}; const char helpTxt[] = "\tAliDisplay v2.0\n\t\tHelp\n\n\nWelcome in the AliDisplay help.\nHere is a list of useful subjects which discribes\nthe main functionnalities of the software\n \nEvent:Use the arrows to get the next or previous event\nView:Each button corresponds to a different view\nDetectors:Select the module you want to see\nOptions:Select the view mode\nSliders:Use the rapidity (or eta) slider to cut the set of hits\n\tAnd the momentum slider to cut with respect to the momentum\n"; -ClassImp(AliMenu); +ClassImp(AliMenu) //_____________________________________________________________ AliMenu::AliMenu(TGCompositeFrame *p, UInt_t w, UInt_t h, UInt_t options) diff --git a/DISPLAY/AliModuleInfo.cxx b/DISPLAY/AliModuleInfo.cxx index dff47fff9aa..4b15311e54b 100644 --- a/DISPLAY/AliModuleInfo.cxx +++ b/DISPLAY/AliModuleInfo.cxx @@ -23,7 +23,7 @@ #include "AliModuleInfo.h" -ClassImp(AliModuleInfo); +ClassImp(AliModuleInfo) //_____________________________________________________________ AliModuleInfo::AliModuleInfo(int n) diff --git a/DISPLAY/AliSettingFrame.cxx b/DISPLAY/AliSettingFrame.cxx index 621bf8834ff..140e13e5d87 100644 --- a/DISPLAY/AliSettingFrame.cxx +++ b/DISPLAY/AliSettingFrame.cxx @@ -30,7 +30,7 @@ #include "AliDisplay2.h" #include "AliSettingFrame.h" -ClassImp(AliSettingFrame); +ClassImp(AliSettingFrame) //_____________________________________________________________ AliSettingFrame::AliSettingFrame(const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h) diff --git a/DISPLAY/AliShutterFrame.cxx b/DISPLAY/AliShutterFrame.cxx index 7bf377acf2d..6fc9a509da9 100644 --- a/DISPLAY/AliShutterFrame.cxx +++ b/DISPLAY/AliShutterFrame.cxx @@ -31,7 +31,7 @@ #include "AliShutterFrame.h" -ClassImp(AliShutterFrame); +ClassImp(AliShutterFrame) //_____________________________________________________________ AliShutterFrame::AliShutterFrame(TGCompositeFrame *p, UInt_t /*w*/, UInt_t h) diff --git a/DISPLAY/AliShutterItem.cxx b/DISPLAY/AliShutterItem.cxx index 05e48e0e93f..25e1d0bface 100644 --- a/DISPLAY/AliShutterItem.cxx +++ b/DISPLAY/AliShutterItem.cxx @@ -27,7 +27,7 @@ #include "AliShutterItem.h" #include "AliDisplay2.h" -ClassImp(AliShutterItem); +ClassImp(AliShutterItem) //_____________________________________________________________ AliShutterItem::AliShutterItem(TGShutter *s, const char *text, UInt_t id) diff --git a/DISPLAY/AliSliderFrame.cxx b/DISPLAY/AliSliderFrame.cxx index 0d2a502fe89..2752c5198e2 100644 --- a/DISPLAY/AliSliderFrame.cxx +++ b/DISPLAY/AliSliderFrame.cxx @@ -28,7 +28,7 @@ #include "AliSliderFrame.h" #include "AliDisplay2.h" -ClassImp(AliSliderFrame); +ClassImp(AliSliderFrame) //_____________________________________________________________ AliSliderFrame::AliSliderFrame(const TGWindow *p, UInt_t w, UInt_t h) diff --git a/EMCAL/AliEMCALFastRecParticle.cxx b/EMCAL/AliEMCALFastRecParticle.cxx index e595509c217..f3409908db7 100644 --- a/EMCAL/AliEMCALFastRecParticle.cxx +++ b/EMCAL/AliEMCALFastRecParticle.cxx @@ -34,7 +34,7 @@ #include "TPad.h" #include "TPaveText.h" -ClassImp(AliEMCALFastRecParticle) ; +ClassImp(AliEMCALFastRecParticle) //____________________________________________________________________________ AliEMCALFastRecParticle::AliEMCALFastRecParticle() : TParticle() diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index b67aec21b90..f6f08169e3b 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -37,7 +37,7 @@ // --- EMCAL headers #include "AliEMCALGeometry.h" -ClassImp(AliEMCALGeometry); +ClassImp(AliEMCALGeometry) AliEMCALGeometry *AliEMCALGeometry::fgGeom = 0; Bool_t AliEMCALGeometry::fgInit = kFALSE; diff --git a/EVGEN/AliGeVSimParticle.cxx b/EVGEN/AliGeVSimParticle.cxx index f1bff06dc36..70dd4323acd 100644 --- a/EVGEN/AliGeVSimParticle.cxx +++ b/EVGEN/AliGeVSimParticle.cxx @@ -46,7 +46,7 @@ #include "TMath.h" #include "AliGeVSimParticle.h" -ClassImp(AliGeVSimParticle); +ClassImp(AliGeVSimParticle) //////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/EVGEN/AliGenGeVSim.cxx b/EVGEN/AliGenGeVSim.cxx index c1092195cf4..41d5b4af3ad 100644 --- a/EVGEN/AliGenGeVSim.cxx +++ b/EVGEN/AliGenGeVSim.cxx @@ -83,7 +83,7 @@ #include "AliRun.h" -ClassImp(AliGenGeVSim); +ClassImp(AliGenGeVSim) ////////////////////////////////////////////////////////////////////////////////// diff --git a/EVGEN/AliGenGeVSimEventHeader.cxx b/EVGEN/AliGenGeVSimEventHeader.cxx index 6eea50c43af..4f1d501ffff 100644 --- a/EVGEN/AliGenGeVSimEventHeader.cxx +++ b/EVGEN/AliGenGeVSimEventHeader.cxx @@ -31,7 +31,7 @@ #include "AliGenGeVSimEventHeader.h" -ClassImp(AliGenGeVSimEventHeader); +ClassImp(AliGenGeVSimEventHeader) //////////////////////////////////////////////////////////////////////////////// diff --git a/EVGEN/AliGenReaderCwn.cxx b/EVGEN/AliGenReaderCwn.cxx index 8cf8dfe1016..6e0d33323a5 100644 --- a/EVGEN/AliGenReaderCwn.cxx +++ b/EVGEN/AliGenReaderCwn.cxx @@ -29,7 +29,7 @@ #include "AliGenReaderCwn.h" -ClassImp(AliGenReaderCwn); +ClassImp(AliGenReaderCwn) AliGenReaderCwn::AliGenReaderCwn() diff --git a/EVGEN/AliGenReaderTreeK.cxx b/EVGEN/AliGenReaderTreeK.cxx index 035a89981e6..bd138858b21 100644 --- a/EVGEN/AliGenReaderTreeK.cxx +++ b/EVGEN/AliGenReaderTreeK.cxx @@ -32,7 +32,7 @@ #include "AliRun.h" #include "AliRunLoader.h" -ClassImp(AliGenReaderTreeK); +ClassImp(AliGenReaderTreeK) const TString AliGenReaderTreeK::fgkEventFolderName("GenReaderTreeK"); diff --git a/FASTSIM/AliFastMuonTriggerEff.cxx b/FASTSIM/AliFastMuonTriggerEff.cxx index 92ac47a1683..d060e6cfc0d 100644 --- a/FASTSIM/AliFastMuonTriggerEff.cxx +++ b/FASTSIM/AliFastMuonTriggerEff.cxx @@ -24,7 +24,7 @@ // Debugging flag //#define MYTRIGDEBUG -ClassImp(AliFastMuonTriggerEff); +ClassImp(AliFastMuonTriggerEff) AliFastMuonTriggerEff::AliFastMuonTriggerEff(): AliFastResponse("Efficiency", "Muon Trigger Efficiency") diff --git a/FMD/AliFMD.cxx b/FMD/AliFMD.cxx index 8f252b92871..7e18e889ef3 100644 --- a/FMD/AliFMD.cxx +++ b/FMD/AliFMD.cxx @@ -124,7 +124,7 @@ #include "AliFMDRawWriter.h" // ALIFMDRAWWRITER_H //____________________________________________________________________ -ClassImp(AliFMD); +ClassImp(AliFMD) //____________________________________________________________________ const Char_t* AliFMD::fgkShortLegName = "FSSL"; diff --git a/FMD/AliFMD1.cxx b/FMD/AliFMD1.cxx index cd115ca026c..155b51e3898 100644 --- a/FMD/AliFMD1.cxx +++ b/FMD/AliFMD1.cxx @@ -28,7 +28,7 @@ //____________________________________________________________________ -ClassImp(AliFMD1); +ClassImp(AliFMD1) //____________________________________________________________________ AliFMD1::AliFMD1() diff --git a/FMD/AliFMD2.cxx b/FMD/AliFMD2.cxx index 7f89b67b14f..124fa3ad0bb 100644 --- a/FMD/AliFMD2.cxx +++ b/FMD/AliFMD2.cxx @@ -27,7 +27,7 @@ #include // ROOT_TVirtualMC //____________________________________________________________________ -ClassImp(AliFMD2); +ClassImp(AliFMD2) //____________________________________________________________________ AliFMD2::AliFMD2() diff --git a/FMD/AliFMD3.cxx b/FMD/AliFMD3.cxx index 6dc808f32db..899a7b7b7ca 100644 --- a/FMD/AliFMD3.cxx +++ b/FMD/AliFMD3.cxx @@ -31,7 +31,7 @@ #include // ROOT_Riostream //____________________________________________________________________ -ClassImp(AliFMD3); +ClassImp(AliFMD3) //____________________________________________________________________ AliFMD3::AliFMD3() diff --git a/FMD/AliFMD3Support.cxx b/FMD/AliFMD3Support.cxx index 587eb3172b2..d0ab9c563e0 100644 --- a/FMD/AliFMD3Support.cxx +++ b/FMD/AliFMD3Support.cxx @@ -27,7 +27,7 @@ #include // ROOT_Riostream //____________________________________________________________________ -ClassImp(AliFMD3Support); +ClassImp(AliFMD3Support) //____________________________________________________________________ const Char_t* AliFMD3Support::fgkNoseName = "F3SN"; diff --git a/FMD/AliFMDBoolMap.cxx b/FMD/AliFMDBoolMap.cxx index 17f5ba1c57e..5360a46af8c 100644 --- a/FMD/AliFMDBoolMap.cxx +++ b/FMD/AliFMDBoolMap.cxx @@ -23,7 +23,7 @@ // #include "AliFMDBoolMap.h" //ALIFMDBOOLMAP_H //__________________________________________________________ -ClassImp(AliFMDBoolMap); +ClassImp(AliFMDBoolMap) //__________________________________________________________ AliFMDBoolMap::AliFMDBoolMap(const AliFMDBoolMap& other) : AliFMDMap(other.fMaxDetectors, diff --git a/FMD/AliFMDDigit.cxx b/FMD/AliFMDDigit.cxx index 12612505519..ebb44134885 100644 --- a/FMD/AliFMDDigit.cxx +++ b/FMD/AliFMDDigit.cxx @@ -63,7 +63,7 @@ #include "Riostream.h" // ROOT_Riostream //==================================================================== -ClassImp(AliFMDBaseDigit); +ClassImp(AliFMDBaseDigit) //____________________________________________________________________ AliFMDBaseDigit::AliFMDBaseDigit() @@ -106,7 +106,7 @@ AliFMDBaseDigit::Print(Option_t* /* option*/) const } //==================================================================== -ClassImp(AliFMDDigit); +ClassImp(AliFMDDigit) //____________________________________________________________________ AliFMDDigit::AliFMDDigit() @@ -154,7 +154,7 @@ AliFMDDigit::Print(Option_t* /* option*/) const } //==================================================================== -ClassImp(AliFMDSDigit); +ClassImp(AliFMDSDigit) //____________________________________________________________________ AliFMDSDigit::AliFMDSDigit() diff --git a/FMD/AliFMDDigitizer.cxx b/FMD/AliFMDDigitizer.cxx index b55bbb4c330..2de93bd2b73 100644 --- a/FMD/AliFMDDigitizer.cxx +++ b/FMD/AliFMDDigitizer.cxx @@ -205,10 +205,10 @@ #include // ALIRUNLOADER_H //____________________________________________________________________ -ClassImp(AliFMDEdepMap); +ClassImp(AliFMDEdepMap) //==================================================================== -ClassImp(AliFMDBaseDigitizer); +ClassImp(AliFMDBaseDigitizer) //____________________________________________________________________ AliFMDBaseDigitizer::AliFMDBaseDigitizer() @@ -466,7 +466,7 @@ AliFMDBaseDigitizer::ConvertToCount(Float_t edep, //==================================================================== -ClassImp(AliFMDDigitizer); +ClassImp(AliFMDDigitizer) //____________________________________________________________________ AliFMDDigitizer::AliFMDDigitizer() @@ -595,7 +595,7 @@ AliFMDDigitizer::CheckDigit(Float_t /* edep */, } //==================================================================== -ClassImp(AliFMDSDigitizer); +ClassImp(AliFMDSDigitizer) //____________________________________________________________________ AliFMDSDigitizer::AliFMDSDigitizer() diff --git a/FMD/AliFMDEdepMap.cxx b/FMD/AliFMDEdepMap.cxx index 8f817b13724..37792248212 100644 --- a/FMD/AliFMDEdepMap.cxx +++ b/FMD/AliFMDEdepMap.cxx @@ -22,7 +22,7 @@ #include "AliFMDEdepMap.h" // ALIFMDEDEPMAP_H //____________________________________________________________________ -ClassImp(AliFMDEdepMap); +ClassImp(AliFMDEdepMap) //____________________________________________________________________ AliFMDEdepMap::AliFMDEdepMap(const AliFMDEdepMap& other) diff --git a/FMD/AliFMDHit.cxx b/FMD/AliFMDHit.cxx index 0d15f1206b7..3bc01a1e5b7 100644 --- a/FMD/AliFMDHit.cxx +++ b/FMD/AliFMDHit.cxx @@ -26,7 +26,7 @@ #include "Riostream.h" // ROOT_Riostream //____________________________________________________________________ -ClassImp(AliFMDHit); +ClassImp(AliFMDHit) //____________________________________________________________________ diff --git a/FMD/AliFMDMap.cxx b/FMD/AliFMDMap.cxx index 5a59f67c387..395b77059fa 100644 --- a/FMD/AliFMDMap.cxx +++ b/FMD/AliFMDMap.cxx @@ -22,7 +22,7 @@ #include "AliFMDMap.h" // ALIFMDMAP_H //____________________________________________________________________ -ClassImp(AliFMDMap); +ClassImp(AliFMDMap) //____________________________________________________________________ AliFMDMap::AliFMDMap(size_t maxDet, diff --git a/FMD/AliFMDMult.cxx b/FMD/AliFMDMult.cxx index 7b805fc78e5..32c22a43e95 100644 --- a/FMD/AliFMDMult.cxx +++ b/FMD/AliFMDMult.cxx @@ -27,7 +27,7 @@ #include // ROOT_Riostream //____________________________________________________________________ -ClassImp(AliFMDMult); +ClassImp(AliFMDMult) //____________________________________________________________________ AliFMDMult::AliFMDMult(Float_t particles, UShort_t method) diff --git a/FMD/AliFMDMultAlgorithm.cxx b/FMD/AliFMDMultAlgorithm.cxx index 5e1c0a8c024..0438ef23b4b 100644 --- a/FMD/AliFMDMultAlgorithm.cxx +++ b/FMD/AliFMDMultAlgorithm.cxx @@ -75,7 +75,7 @@ #include // ROOT_TClonesArray //____________________________________________________________________ -ClassImp(AliFMDMultAlgorithm); +ClassImp(AliFMDMultAlgorithm) //____________________________________________________________________ AliFMDMultAlgorithm::AliFMDMultAlgorithm(const char* name, const char* title) diff --git a/FMD/AliFMDMultNaiive.cxx b/FMD/AliFMDMultNaiive.cxx index 0cb45798cc7..c33eca39e87 100644 --- a/FMD/AliFMDMultNaiive.cxx +++ b/FMD/AliFMDMultNaiive.cxx @@ -32,7 +32,7 @@ #include // ROOT_TTree //____________________________________________________________________ -ClassImp(AliFMDMultNaiive); +ClassImp(AliFMDMultNaiive) //____________________________________________________________________ AliFMDMultNaiive::AliFMDMultNaiive() diff --git a/FMD/AliFMDMultPoisson.cxx b/FMD/AliFMDMultPoisson.cxx index 94857b0b43f..f3ae7cacf3b 100644 --- a/FMD/AliFMDMultPoisson.cxx +++ b/FMD/AliFMDMultPoisson.cxx @@ -33,7 +33,7 @@ #include // ROOT_TTree //____________________________________________________________________ -ClassImp(AliFMDMultPoisson); +ClassImp(AliFMDMultPoisson) //____________________________________________________________________ AliFMDMultPoisson::AliFMDMultPoisson() diff --git a/FMD/AliFMDMultRegion.cxx b/FMD/AliFMDMultRegion.cxx index 0d171b781fd..7119795339a 100644 --- a/FMD/AliFMDMultRegion.cxx +++ b/FMD/AliFMDMultRegion.cxx @@ -34,7 +34,7 @@ #include // ROOT_Riostream //____________________________________________________________________ -ClassImp(AliFMDMultRegion); +ClassImp(AliFMDMultRegion) //____________________________________________________________________ diff --git a/FMD/AliFMDMultStrip.cxx b/FMD/AliFMDMultStrip.cxx index 10f7831c1dd..0f08768df75 100644 --- a/FMD/AliFMDMultStrip.cxx +++ b/FMD/AliFMDMultStrip.cxx @@ -31,7 +31,7 @@ #include // ROOT_Riostream //____________________________________________________________________ -ClassImp(AliFMDMultStrip); +ClassImp(AliFMDMultStrip) //____________________________________________________________________ diff --git a/FMD/AliFMDPolygon.cxx b/FMD/AliFMDPolygon.cxx index 9af5abfabf5..92192ce1bb4 100644 --- a/FMD/AliFMDPolygon.cxx +++ b/FMD/AliFMDPolygon.cxx @@ -32,7 +32,7 @@ #include "TError.h" // ROOT_TError //____________________________________________________________________ -ClassImp(AliFMDPolygon); +ClassImp(AliFMDPolygon) //____________________________________________________________________ AliFMDPolygon::AliFMDPolygon() diff --git a/FMD/AliFMDRawReader.cxx b/FMD/AliFMDRawReader.cxx index 95bfb86cb56..fddd3536d95 100644 --- a/FMD/AliFMDRawReader.cxx +++ b/FMD/AliFMDRawReader.cxx @@ -52,7 +52,7 @@ // #include // ROOT_TClonesArray //____________________________________________________________________ -ClassImp(AliFMDRawReader); +ClassImp(AliFMDRawReader) //____________________________________________________________________ AliFMDRawReader::AliFMDRawReader(AliFMD* fmd, AliRawReader* reader) diff --git a/FMD/AliFMDRawStream.cxx b/FMD/AliFMDRawStream.cxx index 52cecef7cb7..1bf8c5c0a5a 100644 --- a/FMD/AliFMDRawStream.cxx +++ b/FMD/AliFMDRawStream.cxx @@ -29,7 +29,7 @@ #include // ALIRAWREADER_H //____________________________________________________________________ -ClassImp(AliFMDRawStream); +ClassImp(AliFMDRawStream) //____________________________________________________________________ AliFMDRawStream::AliFMDRawStream(AliRawReader* reader, UShort_t sampleRate) diff --git a/FMD/AliFMDRawWriter.cxx b/FMD/AliFMDRawWriter.cxx index bdc65a44fde..89c20e782f0 100644 --- a/FMD/AliFMDRawWriter.cxx +++ b/FMD/AliFMDRawWriter.cxx @@ -43,7 +43,7 @@ #include // ROOT_TClonesArray //____________________________________________________________________ -ClassImp(AliFMDRawWriter); +ClassImp(AliFMDRawWriter) //____________________________________________________________________ AliFMDRawWriter::AliFMDRawWriter(AliFMD* fmd) diff --git a/FMD/AliFMDReconstructor.cxx b/FMD/AliFMDReconstructor.cxx index 67c10240a07..5302ce94922 100644 --- a/FMD/AliFMDReconstructor.cxx +++ b/FMD/AliFMDReconstructor.cxx @@ -104,7 +104,7 @@ #include "AliFMDMultNaiive.h" // ALIFMDMULTNAIIVE_H //____________________________________________________________________ -ClassImp(AliFMDReconstructor); +ClassImp(AliFMDReconstructor) //____________________________________________________________________ AliFMDReconstructor::AliFMDReconstructor() diff --git a/FMD/AliFMDRing.cxx b/FMD/AliFMDRing.cxx index 0b1150184d2..3069216e3d7 100644 --- a/FMD/AliFMDRing.cxx +++ b/FMD/AliFMDRing.cxx @@ -53,7 +53,7 @@ const Char_t* AliFMDRing::fgkPrintboardFormat = "F%cP%c"; //____________________________________________________________________ -ClassImp(AliFMDRing); +ClassImp(AliFMDRing) //____________________________________________________________________ AliFMDRing::AliFMDRing(Char_t id, Bool_t detailed) diff --git a/FMD/AliFMDSubDetector.cxx b/FMD/AliFMDSubDetector.cxx index ea9d9cd3180..e189ac19305 100644 --- a/FMD/AliFMDSubDetector.cxx +++ b/FMD/AliFMDSubDetector.cxx @@ -35,7 +35,7 @@ #include // ROOT_TString //____________________________________________________________________ -ClassImp(AliFMDSubDetector); +ClassImp(AliFMDSubDetector) //____________________________________________________________________ const Char_t* AliFMDSubDetector::fgkHoneyTopFormat = "F%d%cH"; diff --git a/FMD/AliFMDUShortMap.cxx b/FMD/AliFMDUShortMap.cxx index dacfe4e29c0..4b94ee12fad 100644 --- a/FMD/AliFMDUShortMap.cxx +++ b/FMD/AliFMDUShortMap.cxx @@ -23,7 +23,7 @@ #include "AliFMDUShortMap.h" // ALIFMDUSHORTMAP_H //____________________________________________________________________ -ClassImp(AliFMDUShortMap); +ClassImp(AliFMDUShortMap) //____________________________________________________________________ AliFMDUShortMap::AliFMDUShortMap(const AliFMDUShortMap& other) diff --git a/FMD/AliFMDv0.cxx b/FMD/AliFMDv0.cxx index e4682a0c60f..73a8e196bde 100644 --- a/FMD/AliFMDv0.cxx +++ b/FMD/AliFMDv0.cxx @@ -61,7 +61,7 @@ #include "AliFMDv0.h" // ALIFMDV0_H //____________________________________________________________________ -ClassImp(AliFMDv0); +ClassImp(AliFMDv0) //___________________________________________________________________ // diff --git a/FMD/AliFMDv1.cxx b/FMD/AliFMDv1.cxx index 273bdcd5047..89d3dd71ebb 100644 --- a/FMD/AliFMDv1.cxx +++ b/FMD/AliFMDv1.cxx @@ -63,7 +63,7 @@ #include "AliFMDv1.h" // ALIFMDV1_H //____________________________________________________________________ -ClassImp(AliFMDv1); +ClassImp(AliFMDv1) //____________________________________________________________________ diff --git a/ITS/AliITSTableSSD.cxx b/ITS/AliITSTableSSD.cxx index 8afa3ae7561..5576ab4449c 100644 --- a/ITS/AliITSTableSSD.cxx +++ b/ITS/AliITSTableSSD.cxx @@ -16,7 +16,7 @@ #include #include "AliITSTableSSD.h" -ClassImp(AliITSTableSSD); +ClassImp(AliITSTableSSD) //////////////////////////////////////////////////////////////////////// // Version: 0 // Origin: Massimo Masera diff --git a/ITS/AliITSpList.cxx b/ITS/AliITSpList.cxx index 07dfab04d06..1de0279827e 100644 --- a/ITS/AliITSpList.cxx +++ b/ITS/AliITSpList.cxx @@ -32,7 +32,7 @@ //______________________________________________________________________ -ClassImp(AliITSpList); +ClassImp(AliITSpList) //______________________________________________________________________ AliITSpList::AliITSpList(){ // Default constructor diff --git a/ITS/AliITSsimulationSSD.cxx b/ITS/AliITSsimulationSSD.cxx index 5de9dc84ea3..f318b65ca8f 100644 --- a/ITS/AliITSsimulationSSD.cxx +++ b/ITS/AliITSsimulationSSD.cxx @@ -38,7 +38,7 @@ #include "AliITSsimulationSSD.h" #include "AliITSTableSSD.h" -ClassImp(AliITSsimulationSSD); +ClassImp(AliITSsimulationSSD) //////////////////////////////////////////////////////////////////////// // Version: 0 // Written by Enrico Fragiacomo diff --git a/MUON/AliMUONDataInterface.cxx b/MUON/AliMUONDataInterface.cxx index 2bfa83bbced..ba8a7bb3fd1 100644 --- a/MUON/AliMUONDataInterface.cxx +++ b/MUON/AliMUONDataInterface.cxx @@ -25,7 +25,7 @@ AliMUONDataInterface::AliMUONDataInterface() // Set all internal pointers to NULL and indices to -1. Reset(); -}; +} AliMUONDataInterface::AliMUONDataInterface(const AliMUONDataInterface& rhs) : TObject(rhs) @@ -43,7 +43,7 @@ AliMUONDataInterface::~AliMUONDataInterface() if (fRunloader != NULL) delete fRunloader; -}; +} AliMUONDataInterface& AliMUONDataInterface::operator=(const AliMUONDataInterface& rhs) @@ -75,7 +75,7 @@ void AliMUONDataInterface::Reset() fDigitAddressSet = kFALSE; fClusterAddressSet = kFALSE; fTriggerAddressSet = kFALSE; -}; +} Bool_t AliMUONDataInterface::LoadLoaders(TString filename, TString foldername) @@ -89,7 +89,7 @@ Bool_t AliMUONDataInterface::LoadLoaders(TString filename, TString foldername) AliError(Form("Could not find or load the run loader for the file: %s and folder: %s", (const char*)filename, (const char*)foldername)); return kFALSE; - }; + } fMuonloader = fRunloader->GetLoader("MUONLoader"); if (fMuonloader == NULL) { @@ -97,7 +97,7 @@ Bool_t AliMUONDataInterface::LoadLoaders(TString filename, TString foldername) (const char*)filename, (const char*)foldername)); fRunloader = NULL; return kFALSE; - }; + } // Need to connect the muon loader to the AliMUONData object, // else class to fData will return NULL. @@ -107,7 +107,7 @@ Bool_t AliMUONDataInterface::LoadLoaders(TString filename, TString foldername) fFoldername = foldername; fEventnumber = -1; // Reset the event number to force the event to be loaded. return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchLoaders(TString filename, TString foldername) @@ -127,7 +127,7 @@ Bool_t AliMUONDataInterface::FetchLoaders(TString filename, TString foldername) // Fetch the current file and folder names. fFilename = fRunloader->GetFileName(); fFoldername = fRunloader->GetEventFolder()->GetName(); - }; + } // If filename or foldername are not the same as the ones currently selected then // reopen the file. @@ -135,9 +135,9 @@ Bool_t AliMUONDataInterface::FetchLoaders(TString filename, TString foldername) { delete fRunloader; return LoadLoaders(filename, foldername); - }; + } return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchEvent(Int_t event) @@ -156,7 +156,7 @@ Bool_t AliMUONDataInterface::FetchEvent(Int_t event) fDigitAddressSet = kFALSE; fClusterAddressSet = kFALSE; fTriggerAddressSet = kFALSE; - }; + } if ( event != fEventnumber ) { if ( fRunloader->GetEvent(event) < 0 ) return kFALSE; @@ -169,9 +169,9 @@ Bool_t AliMUONDataInterface::FetchEvent(Int_t event) fDigitAddressSet = kFALSE; fClusterAddressSet = kFALSE; fTriggerAddressSet = kFALSE; - }; + } return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchTreeK() @@ -185,10 +185,10 @@ Bool_t AliMUONDataInterface::FetchTreeK() { AliError("Could not load TreeK."); return kFALSE; - }; - }; + } + } return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchTreeH() @@ -203,7 +203,7 @@ Bool_t AliMUONDataInterface::FetchTreeH() { AliError("Could not load TreeH."); return kFALSE; - }; + } fData.SetTreeAddress("H"); fHitAddressSet = kTRUE; } @@ -211,9 +211,9 @@ Bool_t AliMUONDataInterface::FetchTreeH() { fData.SetTreeAddress("H"); fHitAddressSet = kTRUE; - }; + } return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchTreeS() @@ -228,7 +228,7 @@ Bool_t AliMUONDataInterface::FetchTreeS() { AliError("Could not load TreeS."); return kFALSE; - }; + } fData.SetTreeAddress("S"); fSDigitAddressSet = kTRUE; } @@ -236,9 +236,9 @@ Bool_t AliMUONDataInterface::FetchTreeS() { fData.SetTreeAddress("S"); fSDigitAddressSet = kTRUE; - }; + } return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchTreeD() @@ -253,7 +253,7 @@ Bool_t AliMUONDataInterface::FetchTreeD() { AliError("Could not load TreeD."); return kFALSE; - }; + } fData.SetTreeAddress("D"); fDigitAddressSet = kTRUE; } @@ -261,9 +261,9 @@ Bool_t AliMUONDataInterface::FetchTreeD() { fData.SetTreeAddress("D"); fDigitAddressSet = kTRUE; - }; + } return kTRUE; -}; +} Bool_t AliMUONDataInterface::FetchTreeR() @@ -278,15 +278,15 @@ Bool_t AliMUONDataInterface::FetchTreeR() { AliError("Could not load TreeR."); return kFALSE; - }; + } // Need to reset these flags so that the cluster and trigger address // gets reset after this method. fClusterAddressSet = kFALSE; fTriggerAddressSet = kFALSE; - }; + } return kTRUE; -}; +} Int_t AliMUONDataInterface::NumberOfEvents(TString filename, TString foldername) @@ -295,7 +295,7 @@ Int_t AliMUONDataInterface::NumberOfEvents(TString filename, TString foldername) if ( ! FetchLoaders(filename, foldername) ) return -1; return fRunloader->GetNumberOfEvents(); -}; +} Int_t AliMUONDataInterface::NumberOfParticles(TString filename, TString foldername, Int_t event) @@ -306,7 +306,7 @@ Int_t AliMUONDataInterface::NumberOfParticles(TString filename, TString folderna if ( ! FetchEvent(event) ) return -1; if ( ! FetchTreeK() ) return -1; return (Int_t) fRunloader->TreeK()->GetEntriesFast(); -}; +} TParticle* AliMUONDataInterface::Particle( @@ -325,7 +325,7 @@ TParticle* AliMUONDataInterface::Particle( treeK->GetBranch("Particles")->SetAddress(&p); treeK->GetEvent(particle); return p; -}; +} Int_t AliMUONDataInterface::NumberOfTracks(TString filename, TString foldername, Int_t event) @@ -337,7 +337,7 @@ Int_t AliMUONDataInterface::NumberOfTracks(TString filename, TString foldername, if ( ! FetchEvent(event) ) return -1; if ( ! FetchTreeH() ) return -1; return fData.GetNtracks(); -}; +} Int_t AliMUONDataInterface::NumberOfHits( @@ -356,9 +356,9 @@ Int_t AliMUONDataInterface::NumberOfHits( fData.ResetHits(); fData.GetTrack(track); fTrack = track; - }; + } return fData.Hits()->GetEntriesFast(); -}; +} AliMUONHit* AliMUONDataInterface::Hit( @@ -378,9 +378,9 @@ AliMUONHit* AliMUONDataInterface::Hit( fData.ResetHits(); fData.GetTrack(track); fTrack = track; - }; + } return static_cast( fData.Hits()->At(hit) ); -}; +} Int_t AliMUONDataInterface::NumberOfSDigits( @@ -403,9 +403,9 @@ Int_t AliMUONDataInterface::NumberOfSDigits( fData.ResetSDigits(); fData.GetCathodeS(cathode); fSCathode = cathode; - }; + } return fData.SDigits(chamber)->GetEntriesFast(); -}; +} AliMUONDigit* AliMUONDataInterface::SDigit( @@ -428,9 +428,9 @@ AliMUONDigit* AliMUONDataInterface::SDigit( fData.ResetSDigits(); fData.GetCathodeS(cathode); fSCathode = cathode; - }; + } return static_cast( fData.SDigits(chamber)->At(sdigit) ); -}; +} Int_t AliMUONDataInterface::NumberOfDigits( @@ -452,9 +452,9 @@ Int_t AliMUONDataInterface::NumberOfDigits( fData.ResetDigits(); fData.GetCathode(cathode); fCathode = cathode; - }; + } return fData.Digits(chamber)->GetEntriesFast(); -}; +} AliMUONDigit* AliMUONDataInterface::Digit( @@ -477,9 +477,9 @@ AliMUONDigit* AliMUONDataInterface::Digit( fData.ResetDigits(); fData.GetCathode(cathode); fCathode = cathode; - }; + } return static_cast( fData.Digits(chamber)->At(digit) ); -}; +} Int_t AliMUONDataInterface::NumberOfRawClusters( @@ -500,9 +500,9 @@ Int_t AliMUONDataInterface::NumberOfRawClusters( fData.ResetRawClusters(); fData.GetRawClusters(); fClusterAddressSet = kTRUE; - }; + } return fData.RawClusters(chamber)->GetEntriesFast(); -}; +} AliMUONRawCluster* AliMUONDataInterface::RawCluster( @@ -524,9 +524,9 @@ AliMUONRawCluster* AliMUONDataInterface::RawCluster( fData.ResetRawClusters(); fData.GetRawClusters(); fClusterAddressSet = kTRUE; - }; + } return static_cast( fData.RawClusters(chamber)->At(cluster) ); -}; +} Int_t AliMUONDataInterface::NumberOfLocalTriggers(TString filename, TString foldername, Int_t event) @@ -544,9 +544,9 @@ Int_t AliMUONDataInterface::NumberOfLocalTriggers(TString filename, TString fold fData.ResetTrigger(); fData.GetTrigger(); fTriggerAddressSet = kTRUE; - }; + } return fData.LocalTrigger()->GetEntriesFast(); -}; +} AliMUONLocalTrigger* AliMUONDataInterface::LocalTrigger( @@ -566,9 +566,9 @@ AliMUONLocalTrigger* AliMUONDataInterface::LocalTrigger( fData.ResetTrigger(); fData.GetTrigger(); fTriggerAddressSet = kTRUE; - }; + } return static_cast( fData.LocalTrigger()->At(trigger) ); -}; +} Bool_t AliMUONDataInterface::SetFile(TString filename, TString foldername) @@ -577,7 +577,7 @@ Bool_t AliMUONDataInterface::SetFile(TString filename, TString foldername) // kTRUE is returned if the run and muon loaders were found, else kFALSE. return FetchLoaders(filename, foldername); -}; +} Bool_t AliMUONDataInterface::GetEvent(Int_t event) @@ -586,7 +586,7 @@ Bool_t AliMUONDataInterface::GetEvent(Int_t event) // kTRUE is returned if the event was found, else kFALSE is returned. return FetchEvent(event); -}; +} Int_t AliMUONDataInterface::NumberOfEvents() @@ -598,9 +598,9 @@ Int_t AliMUONDataInterface::NumberOfEvents() { AliError("File not set."); return -1; - }; + } return fRunloader->GetNumberOfEvents(); -}; +} Int_t AliMUONDataInterface::NumberOfParticles() @@ -612,10 +612,10 @@ Int_t AliMUONDataInterface::NumberOfParticles() { AliError("File not set."); return -1; - }; + } if ( ! FetchTreeK() ) return -1; return (Int_t) fRunloader->TreeK()->GetEntriesFast(); -}; +} TParticle* AliMUONDataInterface::Particle(Int_t particle) @@ -627,19 +627,19 @@ TParticle* AliMUONDataInterface::Particle(Int_t particle) { AliError("File not set."); return NULL; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return NULL; - }; + } if ( ! FetchTreeK() ) return NULL; TTree* treeK = fRunloader->TreeK(); TParticle* p = NULL; treeK->GetBranch("Particles")->SetAddress(&p); treeK->GetEvent(particle); return p; -}; +} Int_t AliMUONDataInterface::NumberOfTracks() @@ -651,15 +651,15 @@ Int_t AliMUONDataInterface::NumberOfTracks() { AliError("File not set."); return -1; - }; + } if (fEventnumber < 0) { AliError( "Event not chosen."); return -1; - }; + } if ( ! FetchTreeH() ) return -1; return fData.GetNtracks(); -}; +} Int_t AliMUONDataInterface::NumberOfHits(Int_t track) @@ -671,21 +671,21 @@ Int_t AliMUONDataInterface::NumberOfHits(Int_t track) { AliError("File not set."); return -1; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return -1; - }; + } if ( ! FetchTreeH() ) return -1; if (fTrack < 0 || fTrack != track) { fData.ResetHits(); fData.GetTrack(track); fTrack = track; - }; + } return fData.Hits()->GetEntriesFast(); -}; +} AliMUONHit* AliMUONDataInterface::Hit(Int_t track, Int_t hit) @@ -697,21 +697,21 @@ AliMUONHit* AliMUONDataInterface::Hit(Int_t track, Int_t hit) { AliError("File not set."); return NULL; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return NULL; - }; + } if ( ! FetchTreeH() ) return NULL; if (fTrack < 0 || fTrack != track) { fData.ResetHits(); fData.GetTrack(track); fTrack = track; - }; + } return static_cast( fData.Hits()->At(hit) ); -}; +} Int_t AliMUONDataInterface::NumberOfSDigits(Int_t chamber, Int_t cathode) @@ -726,12 +726,12 @@ Int_t AliMUONDataInterface::NumberOfSDigits(Int_t chamber, Int_t cathode) { AliError("File not set."); return -1; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return -1; - }; + } if ( ! FetchTreeS() ) return -1; if ( fSCathode != cathode ) @@ -739,9 +739,9 @@ Int_t AliMUONDataInterface::NumberOfSDigits(Int_t chamber, Int_t cathode) fData.ResetSDigits(); fData.GetCathodeS(cathode); fSCathode = cathode; - }; + } return fData.SDigits(chamber)->GetEntriesFast(); -}; +} AliMUONDigit* AliMUONDataInterface::SDigit(Int_t chamber, Int_t cathode, Int_t sdigit) @@ -756,12 +756,12 @@ AliMUONDigit* AliMUONDataInterface::SDigit(Int_t chamber, Int_t cathode, Int_t s { AliError("File not set."); return NULL; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return NULL; - }; + } if ( ! FetchTreeS() ) return NULL; if ( fSCathode != cathode ) @@ -769,9 +769,9 @@ AliMUONDigit* AliMUONDataInterface::SDigit(Int_t chamber, Int_t cathode, Int_t s fData.ResetSDigits(); fData.GetCathodeS(cathode); fSCathode = cathode; - }; + } return static_cast( fData.SDigits(chamber)->At(sdigit) ); -}; +} Int_t AliMUONDataInterface::NumberOfDigits(Int_t chamber, Int_t cathode) @@ -786,12 +786,12 @@ Int_t AliMUONDataInterface::NumberOfDigits(Int_t chamber, Int_t cathode) { AliError("File not set."); return -1; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return -1; - }; + } if ( ! FetchTreeD() ) return -1; if ( fCathode != cathode ) @@ -799,9 +799,9 @@ Int_t AliMUONDataInterface::NumberOfDigits(Int_t chamber, Int_t cathode) fData.ResetDigits(); fData.GetCathode(cathode); fCathode = cathode; - }; + } return fData.Digits(chamber)->GetEntriesFast(); -}; +} AliMUONDigit* AliMUONDataInterface::Digit(Int_t chamber, Int_t cathode, Int_t digit) @@ -816,12 +816,12 @@ AliMUONDigit* AliMUONDataInterface::Digit(Int_t chamber, Int_t cathode, Int_t di { AliError("File not set."); return NULL; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return NULL; - }; + } if ( ! FetchTreeD() ) return NULL; if ( fCathode != cathode ) @@ -829,9 +829,9 @@ AliMUONDigit* AliMUONDataInterface::Digit(Int_t chamber, Int_t cathode, Int_t di fData.ResetDigits(); fData.GetCathode(cathode); fCathode = cathode; - }; + } return static_cast( fData.Digits(chamber)->At(digit) ); -}; +} Int_t AliMUONDataInterface::NumberOfRawClusters(Int_t chamber) @@ -845,12 +845,12 @@ Int_t AliMUONDataInterface::NumberOfRawClusters(Int_t chamber) { AliError("File not set."); return -1; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return -1; - }; + } if ( ! FetchTreeR() ) return -1; if ( ! fClusterAddressSet ) @@ -859,9 +859,9 @@ Int_t AliMUONDataInterface::NumberOfRawClusters(Int_t chamber) fData.ResetRawClusters(); fData.GetRawClusters(); fClusterAddressSet = kTRUE; - }; + } return fData.RawClusters(chamber)->GetEntriesFast(); -}; +} AliMUONRawCluster* AliMUONDataInterface::RawCluster(Int_t chamber, Int_t cluster) @@ -875,12 +875,12 @@ AliMUONRawCluster* AliMUONDataInterface::RawCluster(Int_t chamber, Int_t cluster { AliError("File not set."); return NULL; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return NULL; - }; + } if ( ! FetchTreeR() ) return NULL; if ( ! fClusterAddressSet ) @@ -889,9 +889,9 @@ AliMUONRawCluster* AliMUONDataInterface::RawCluster(Int_t chamber, Int_t cluster fData.ResetRawClusters(); fData.GetRawClusters(); fClusterAddressSet = kTRUE; - }; + } return static_cast( fData.RawClusters(chamber)->At(cluster) ); -}; +} Int_t AliMUONDataInterface::NumberOfLocalTriggers() @@ -903,12 +903,12 @@ Int_t AliMUONDataInterface::NumberOfLocalTriggers() { AliError("File not set."); return -1; - }; + } if (fEventnumber < 0) { AliError("Event not chosen."); return -1; - }; + } if ( ! FetchTreeR() ) return -1; if ( ! fTriggerAddressSet ) @@ -917,9 +917,9 @@ Int_t AliMUONDataInterface::NumberOfLocalTriggers() fData.ResetTrigger(); fData.GetTrigger(); fTriggerAddressSet = kTRUE; - }; + } return fData.LocalTrigger()->GetEntriesFast(); -}; +} AliMUONLocalTrigger* AliMUONDataInterface::LocalTrigger(Int_t trigger) @@ -931,12 +931,12 @@ AliMUONLocalTrigger* AliMUONDataInterface::LocalTrigger(Int_t trigger) { AliError("File not set."); return NULL; - }; + } if (fEventnumber < 0) { AliError( "Event not chosen."); return NULL; - }; + } if ( ! FetchTreeR() ) return NULL; if ( ! fTriggerAddressSet ) @@ -945,6 +945,6 @@ AliMUONLocalTrigger* AliMUONDataInterface::LocalTrigger(Int_t trigger) fData.ResetTrigger(); fData.GetTrigger(); fTriggerAddressSet = kTRUE; - }; + } return static_cast( fData.LocalTrigger()->At(trigger) ); -}; +} diff --git a/MUON/AliMUONDigitizer.cxx b/MUON/AliMUONDigitizer.cxx index 971cce6e05a..bc06384a185 100644 --- a/MUON/AliMUONDigitizer.cxx +++ b/MUON/AliMUONDigitizer.cxx @@ -65,7 +65,7 @@ AliMUONDigitizer::AliMUONDigitizer() : fMUON = NULL; fMUONData = NULL; fTrigDec = NULL; -}; +} //___________________________________________ AliMUONDigitizer::AliMUONDigitizer(AliRunDigitizer* manager) : @@ -85,7 +85,7 @@ AliMUONDigitizer::AliMUONDigitizer(AliRunDigitizer* manager) : fMUON = NULL; fMUONData = NULL; fTrigDec = NULL; -}; +} //___________________________________________ AliMUONDigitizer::AliMUONDigitizer(const AliMUONDigitizer& rhs) @@ -144,7 +144,7 @@ void AliMUONDigitizer::Exec(Option_t* option) { AliWarning("No inputs set, nothing to do."); return; - }; + } if (!FetchLoaders(fManager->GetInputFolderName(0), fRunLoader, fGime) ) return; if (! FetchGlobalPointers(fRunLoader) ) return; @@ -173,7 +173,7 @@ void AliMUONDigitizer::Exec(Option_t* option) if (! InitInputData(fGime) ) continue; GenerateTransientDigits(); CleanupInputData(fGime); - }; + } Bool_t ok = FetchLoaders(fManager->GetOutputFolderName(), fRunLoader, fGime); if (ok) ok = InitOutputData(fGime); @@ -183,7 +183,7 @@ void AliMUONDigitizer::Exec(Option_t* option) CleanupArrays(); CleanupTriggerArrays(); -}; +} //-------------------------------------------------------------------------- void AliMUONDigitizer::AddOrUpdateTransientDigit(AliMUONTransientDigit* mTD) @@ -198,7 +198,7 @@ void AliMUONDigitizer::AddOrUpdateTransientDigit(AliMUONTransientDigit* mTD) } else AddTransientDigit(mTD); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizer::UpdateTransientDigit(AliMUONTransientDigit* mTD) @@ -225,13 +225,13 @@ void AliMUONDigitizer::UpdateTransientDigit(AliMUONTransientDigit* mTD) ntracks)); AliDebug(1,Form( "Reseting the number of tracks to be %d.", kMAXTRACKS)); ntracks = kMAXTRACKS; - }; + } for (Int_t i = 0; i < ntracks; i++) { pdigit->UpdateTrackList( mTD->GetTrack(i), mTD->GetCharge(i) ); - }; -}; + } +} //------------------------------------------------------------------------ void AliMUONDigitizer::AddTransientDigit(AliMUONTransientDigit* mTD) @@ -245,7 +245,7 @@ void AliMUONDigitizer::AddTransientDigit(AliMUONTransientDigit* mTD) fTDList->AddAtAndExpand(mTD, fTDCounter); fHitMap[iNchCpl]->SetHit( mTD->PadX(), mTD->PadY(), fTDCounter); fTDCounter++; -}; +} //------------------------------------------------------------------------ Bool_t AliMUONDigitizer::ExistTransientDigit(AliMUONTransientDigit* mTD) @@ -257,7 +257,7 @@ Bool_t AliMUONDigitizer::ExistTransientDigit(AliMUONTransientDigit* mTD) // Choosing the maping of the cathode plane of the chamber: Int_t iNchCpl= mTD->Chamber() + (mTD->Cathode()-1) * AliMUONConstants::NCh(); return( fHitMap[iNchCpl]->TestHit(mTD->PadX(), mTD->PadY()) ); -}; +} //----------------------------------------------------------------------- void AliMUONDigitizer::CreateDigits() @@ -284,10 +284,10 @@ void AliMUONDigitizer::CreateDigits() Int_t q = GetSignalFrom(td); if (q > 0) AddDigit(td, q); - }; + } FillOutputData(); - }; -}; + } +} //------------------------------------------------------------------------ void AliMUONDigitizer::AddDigit(AliMUONTransientDigit* td, Int_t responseCharge) @@ -320,13 +320,13 @@ void AliMUONDigitizer::AddDigit(AliMUONTransientDigit* td, Int_t responseCharge) nptracks)); AliDebug(1, Form("Reseting the number of tracks to be %d.", kMAXTRACKS)); nptracks = kMAXTRACKS; - }; + } for (Int_t i = 0; i < nptracks; i++) { tracks[i] = td->GetTrack(i); charges[i] = td->GetCharge(i); - }; + } // Sort list of tracks according to charge SortTracks(tracks,charges,nptracks); @@ -337,15 +337,15 @@ void AliMUONDigitizer::AddDigit(AliMUONTransientDigit* td, Int_t responseCharge) { tracks[i] = -1; charges[i] = 0; - }; - }; + } + } AliDebug(4,Form( "Adding digit with charge %d.", responseCharge)); OnWriteTransientDigit(td); AddDigit(td->Chamber(), tracks, charges, digits); AddDigitTrigger(td->Chamber(), tracks, charges, digits); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizer::OnCreateTransientDigit(AliMUONTransientDigit* /*digit*/, TObject* /*source_object*/) @@ -354,7 +354,7 @@ void AliMUONDigitizer::OnCreateTransientDigit(AliMUONTransientDigit* /*digit*/, // // This is derived by Digitisers that want to trace which digits were made from // which hits. -}; +} //------------------------------------------------------------------------ void AliMUONDigitizer::OnWriteTransientDigit(AliMUONTransientDigit* /*digit*/) @@ -363,7 +363,7 @@ void AliMUONDigitizer::OnWriteTransientDigit(AliMUONTransientDigit* /*digit*/) // // This is derived by Digitisers that want to trace which digits were made from // which hits. -}; +} //------------------------------------------------------------------------ Bool_t AliMUONDigitizer::FetchLoaders(const char* foldername, AliRunLoader*& runloader, AliMUONLoader*& muonloader) @@ -388,7 +388,7 @@ Bool_t AliMUONDigitizer::FetchLoaders(const char* foldername, AliRunLoader*& run } return kTRUE; -}; +} //------------------------------------------------------------------------ Bool_t AliMUONDigitizer::FetchGlobalPointers(AliRunLoader* runloader) @@ -409,13 +409,13 @@ Bool_t AliMUONDigitizer::FetchGlobalPointers(AliRunLoader* runloader) { AliError(Form("Could not find the AliRun object in runloader 0x%X.", (void*)runloader)); return kFALSE; - }; + } fMUON = (AliMUON*) gAlice->GetDetector("MUON"); if (fMUON == NULL) { AliError(Form("Could not find the MUON module in runloader 0x%X.", (void*)runloader)); return kFALSE; - }; + } AliMUONLoader *muonloader = (AliMUONLoader*) runloader->GetLoader("MUONLoader"); if (muonloader == NULL) @@ -430,7 +430,7 @@ Bool_t AliMUONDigitizer::FetchGlobalPointers(AliRunLoader* runloader) { AliError(Form("Could not find AliMUONData object in runloader 0x%X.", (void*)runloader)); return kFALSE; - }; + } return kTRUE; } @@ -465,8 +465,8 @@ void AliMUONDigitizer::ParseOptions(Option_t* options) { AliInfo("Called with option \"debug\"."); SetDebug(99); - }; -}; + } +} //------------------------------------------------------------------------ void AliMUONDigitizer::InitArrays() @@ -496,8 +496,8 @@ void AliMUONDigitizer::InitArrays() AliDebug(4,Form( "Creating hit map for chamber %d, cathode 2.", i+1)); AliSegmentation* c2Segmentation = chamber->SegmentationModel(2); // Cathode plane 2 fHitMap[i+AliMUONConstants::NCh()] = new AliMUONHitMapA1(c2Segmentation, fTDList); - }; -}; + } +} //------------------------------------------------------------------------ void AliMUONDigitizer::CleanupArrays() @@ -510,7 +510,7 @@ void AliMUONDigitizer::CleanupArrays() AliDebug(4,Form( "Deleting hit map for chamber %d, cathode %d.", i%AliMUONConstants::NCh()+1, i/AliMUONConstants::NCh()+1)); delete fHitMap[i]; - }; + } delete [] fHitMap; fHitMap = NULL; @@ -519,7 +519,7 @@ void AliMUONDigitizer::CleanupArrays() delete fTDList; fTDList = NULL; -}; +} //------------------------------------------------------------------------ void AliMUONDigitizer::SortTracks(Int_t *tracks, Int_t *charges, Int_t ntr) const @@ -586,4 +586,4 @@ void AliMUONDigitizer::SortTracks(Int_t *tracks, Int_t *charges, Int_t ntr) cons tracks[i] = jtr[i]; } } -}; +} diff --git a/MUON/AliMUONDigitizerv1.cxx b/MUON/AliMUONDigitizerv1.cxx index 541b8601177..e2bf0207cbe 100644 --- a/MUON/AliMUONDigitizerv1.cxx +++ b/MUON/AliMUONDigitizerv1.cxx @@ -112,12 +112,12 @@ void AliMUONDigitizerv1::GenerateTransientDigits() // Tracking Chamber // Initialize hit position (cursor) in the segmentation model chamber.SigGenInit(mHit->X(), mHit->Y(), mHit->Z()); - }; // else do nothing for Trigger Chambers + } // else do nothing for Trigger Chambers MakeTransientDigitsFromHit(itrack, ihit, mHit); } // hit loop } // track loop -}; +} //-------------------------------------------------------------------------- void AliMUONDigitizerv1::MakeTransientDigitsFromHit(Int_t track, Int_t iHit, AliMUONHit * mHit) @@ -159,7 +159,7 @@ void AliMUONDigitizerv1::MakeTransientDigitsFromHit(Int_t track, Int_t iHit, Ali { charge = digits[3] + fMask; digits[4] = 0; // No signal due to physics since this is now background. - }; + } digits[5] = iHit+fMask; // Hit number in the list AliDebug(5,Form("MakeTransientDigitsFromHit", @@ -171,22 +171,22 @@ void AliMUONDigitizerv1::MakeTransientDigitsFromHit(Int_t track, Int_t iHit, Ali OnCreateTransientDigit(mTD, mHit); AddOrUpdateTransientDigit(mTD); - }; -}; + } +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::AddDigit(Int_t chamber, Int_t tracks[kMAXTRACKS], Int_t charges[kMAXTRACKS], Int_t digits[6]) { // Derived to add digits to TreeD. fMUONData->AddDigit(chamber, tracks, charges, digits); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::AddDigitTrigger(Int_t chamber, Int_t tracks[kMAXTRACKS], Int_t charges[kMAXTRACKS], Int_t digits[6]) { // Derived to add digits to TreeD for trigger. fTrigDec->AddDigit(chamber, tracks, charges, digits); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::FillTriggerOutput() @@ -196,7 +196,7 @@ void AliMUONDigitizerv1::FillTriggerOutput() AliDebug(3,"Filling trees with trigger."); fMUONData->Fill("GLT"); fMUONData->ResetTrigger(); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::CreateTrigger() @@ -206,7 +206,7 @@ void AliMUONDigitizerv1::CreateTrigger() fTrigDec->Digits2Trigger(); FillTriggerOutput(); -}; +} //------------------------------------------------------------------------ Int_t AliMUONDigitizerv1::GetSignalFrom(AliMUONTransientDigit* td) @@ -222,7 +222,7 @@ Int_t AliMUONDigitizerv1::GetSignalFrom(AliMUONTransientDigit* td) AliMUONResponse* response = chamber.ResponseModel(); q = response->DigitResponse(q, td); return q; -}; +} //------------------------------------------------------------------------ Bool_t AliMUONDigitizerv1::InitOutputData(AliMUONLoader* muonloader) @@ -242,14 +242,14 @@ Bool_t AliMUONDigitizerv1::InitOutputData(AliMUONLoader* muonloader) { AliError("Could not create TreeD."); return kFALSE; - }; - }; + } + } fMUONData->MakeBranch("D"); fMUONData->SetTreeAddress("D"); return kTRUE; -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::FillOutputData() @@ -259,7 +259,7 @@ void AliMUONDigitizerv1::FillOutputData() AliDebug(3, "Filling trees with digits."); fMUONData->Fill("D"); fMUONData->ResetDigits(); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::CleanupOutputData(AliMUONLoader* muonloader) @@ -269,7 +269,7 @@ void AliMUONDigitizerv1::CleanupOutputData(AliMUONLoader* muonloader) AliDebug(3, "Writing digits and releasing pointers."); muonloader->WriteDigits("OVERWRITE"); muonloader->UnloadDigits(); -}; +} //------------------------------------------------------------------------ @@ -289,12 +289,12 @@ Bool_t AliMUONDigitizerv1::InitInputData(AliMUONLoader* muonloader) { AliError("Can not load the hits tree."); return kFALSE; - }; - }; + } + } fMUONData->SetTreeAddress("H"); return kTRUE; -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv1::CleanupInputData(AliMUONLoader* muonloader) @@ -304,5 +304,5 @@ void AliMUONDigitizerv1::CleanupInputData(AliMUONLoader* muonloader) AliDebug(3, "Releasing loaded hits."); fMUONData->ResetHits(); muonloader->UnloadHits(); -}; +} diff --git a/MUON/AliMUONDigitizerv2.cxx b/MUON/AliMUONDigitizerv2.cxx index 4480b2d6455..e801df24168 100644 --- a/MUON/AliMUONDigitizerv2.cxx +++ b/MUON/AliMUONDigitizerv2.cxx @@ -87,9 +87,9 @@ void AliMUONDigitizerv2::GenerateTransientDigits() { sDigit = (AliMUONDigit*) muonSDigits->UncheckedAt(k); MakeTransientDigitFromSDigit(ich,sDigit); - }; + } } // SDigits loop, end loop over chamber -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv2::MakeTransientDigitFromSDigit(Int_t iChamber, AliMUONDigit* sDigit) @@ -122,18 +122,18 @@ void AliMUONDigitizerv2::MakeTransientDigitFromSDigit(Int_t iChamber, AliMUONDig Int_t track = sDigit->Track(itrack); if (track < 0) break; // Check if we reached the end of the track list. mTD->AddToTrackList( track + fMask, sDigit->TrackCharge(itrack) ); - }; + } OnCreateTransientDigit(mTD, sDigit); AddOrUpdateTransientDigit(mTD); -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv2::AddDigit(Int_t chamber, Int_t tracks[kMAXTRACKS], Int_t charges[kMAXTRACKS], Int_t digits[6]) { // Override to add new digits to the digits tree TreeD. fMUONData->AddDigit(chamber, tracks, charges, digits); -}; +} //------------------------------------------------------------------------ Bool_t AliMUONDigitizerv2::InitInputData(AliMUONLoader* muonloader) @@ -152,12 +152,12 @@ Bool_t AliMUONDigitizerv2::InitInputData(AliMUONLoader* muonloader) { AliError("Can not load the s-digits tree."); return kFALSE; - }; - }; + } + } fMUONData->SetTreeAddress("S"); return kTRUE; -}; +} //------------------------------------------------------------------------ void AliMUONDigitizerv2::CleanupInputData(AliMUONLoader* muonloader) @@ -167,4 +167,4 @@ void AliMUONDigitizerv2::CleanupInputData(AliMUONLoader* muonloader) AliDebug(3,"Releasing loaded s-digits."); fMUONData->ResetSDigits(); muonloader->UnloadSDigits(); -}; +} diff --git a/MUON/AliMUONGlobalTrigger.cxx b/MUON/AliMUONGlobalTrigger.cxx index 1763ed593bb..f93cd5de786 100644 --- a/MUON/AliMUONGlobalTrigger.cxx +++ b/MUON/AliMUONGlobalTrigger.cxx @@ -18,7 +18,7 @@ #include "AliMUONGlobalTrigger.h" -ClassImp(AliMUONGlobalTrigger); +ClassImp(AliMUONGlobalTrigger) //---------------------------------------------------------------------- AliMUONGlobalTrigger::AliMUONGlobalTrigger() : TObject() diff --git a/MUON/AliMUONLocalTrigger.cxx b/MUON/AliMUONLocalTrigger.cxx index 9f636fe9a15..bb0b0362674 100644 --- a/MUON/AliMUONLocalTrigger.cxx +++ b/MUON/AliMUONLocalTrigger.cxx @@ -17,7 +17,7 @@ #include "AliMUONLocalTrigger.h" -ClassImp(AliMUONLocalTrigger); +ClassImp(AliMUONLocalTrigger) //---------------------------------------------------------------------- AliMUONLocalTrigger::AliMUONLocalTrigger() : TObject() diff --git a/MUON/AliMUONRawCluster.cxx b/MUON/AliMUONRawCluster.cxx index 612f7e4ffa3..2c915acbe49 100644 --- a/MUON/AliMUONRawCluster.cxx +++ b/MUON/AliMUONRawCluster.cxx @@ -25,7 +25,7 @@ #include "AliMUONRawCluster.h" -ClassImp(AliMUONRawCluster); +ClassImp(AliMUONRawCluster) AliMUONRawCluster::AliMUONRawCluster() diff --git a/MUON/AliMUONResponseTrigger.cxx b/MUON/AliMUONResponseTrigger.cxx index 5a899c67bb1..ccb542e8f96 100644 --- a/MUON/AliMUONResponseTrigger.cxx +++ b/MUON/AliMUONResponseTrigger.cxx @@ -29,7 +29,7 @@ AliMUONResponseTrigger::AliMUONResponseTrigger() : AliMUONResponseV0() { // Default constructor -}; +} //------------------------------------------------------------------ Int_t AliMUONResponseTrigger::SetGenerCluster(){ diff --git a/MUON/AliMUONSDigitizerv1.cxx b/MUON/AliMUONSDigitizerv1.cxx index 577e0f350af..7cb3eddeb95 100644 --- a/MUON/AliMUONSDigitizerv1.cxx +++ b/MUON/AliMUONSDigitizerv1.cxx @@ -60,7 +60,7 @@ void AliMUONSDigitizerv1::AddDigit(Int_t chamber, Int_t tracks[kMAXTRACKS], Int_ // Derived to write to the s-digit tree TreeS. fMUONData->AddSDigit(chamber, tracks, charges, digits); -}; +} //------------------------------------------------------------------------ Int_t AliMUONSDigitizerv1::GetSignalFrom(AliMUONTransientDigit* td) @@ -68,7 +68,7 @@ Int_t AliMUONSDigitizerv1::GetSignalFrom(AliMUONTransientDigit* td) // Returns the transient digit signal as is without applying the chamber response. AliDebug(4,"Returning TransientDigit signal."); return td->Signal(); -}; +} //------------------------------------------------------------------------ Bool_t AliMUONSDigitizerv1::InitOutputData(AliMUONLoader* muonloader) @@ -86,14 +86,14 @@ Bool_t AliMUONSDigitizerv1::InitOutputData(AliMUONLoader* muonloader) { AliError("Could not create TreeS."); return kFALSE; - }; - }; + } + } fMUONData->MakeBranch("S"); fMUONData->SetTreeAddress("S"); return kTRUE; -}; +} //------------------------------------------------------------------------ void AliMUONSDigitizerv1::FillOutputData() @@ -103,7 +103,7 @@ void AliMUONSDigitizerv1::FillOutputData() AliDebug(3,"Filling trees with s-digits."); fMUONData->Fill("S"); fMUONData->ResetSDigits(); -}; +} //------------------------------------------------------------------------ void AliMUONSDigitizerv1::CleanupOutputData(AliMUONLoader* muonloader) @@ -113,4 +113,4 @@ void AliMUONSDigitizerv1::CleanupOutputData(AliMUONLoader* muonloader) muonloader->WriteSDigits("OVERWRITE"); fMUONData->ResetSDigits(); muonloader->UnloadSDigits(); -}; +} diff --git a/MUON/AliMUONSegmentationSlatN.cxx b/MUON/AliMUONSegmentationSlatN.cxx index 6d9697bef1e..d5d075b148e 100644 --- a/MUON/AliMUONSegmentationSlatN.cxx +++ b/MUON/AliMUONSegmentationSlatN.cxx @@ -22,7 +22,7 @@ #include "AliMUONSegmentationSlatModuleN.h" //___________________________________________ -ClassImp(AliMUONSegmentationSlatN); +ClassImp(AliMUONSegmentationSlatN) AliMUONSegmentationSlatN::AliMUONSegmentationSlatN() : AliMUONSegmentationSlat() diff --git a/MUON/AliMUONSt1ElectronicElement.cxx b/MUON/AliMUONSt1ElectronicElement.cxx index 08bb7a81234..22093a007c5 100644 --- a/MUON/AliMUONSt1ElectronicElement.cxx +++ b/MUON/AliMUONSt1ElectronicElement.cxx @@ -30,7 +30,7 @@ #include "AliMUONSt1ElectronicElement.h" #include "AliMpPad.h" -ClassImp(AliMUONSt1ElectronicElement); +ClassImp(AliMUONSt1ElectronicElement) //______________________________________________________________________________ AliMUONSt1ElectronicElement::AliMUONSt1ElectronicElement() diff --git a/MUON/AliMUONSt1Response.cxx b/MUON/AliMUONSt1Response.cxx index 9ac5bd6e34d..dcecdbf350f 100644 --- a/MUON/AliMUONSt1Response.cxx +++ b/MUON/AliMUONSt1Response.cxx @@ -47,7 +47,7 @@ #include "AliMUONTransientDigit.h" #include "AliLog.h" -ClassImp(AliMUONSt1Response); +ClassImp(AliMUONSt1Response) const TString AliMUONSt1Response::fgkTopDir = getenv("ALICE_ROOT"); const TString AliMUONSt1Response::fgkDataDir = "/MUON/data/"; diff --git a/MUON/AliMUONSt1ResponseParameter.cxx b/MUON/AliMUONSt1ResponseParameter.cxx index 2017852b1c1..3e12f4542c6 100644 --- a/MUON/AliMUONSt1ResponseParameter.cxx +++ b/MUON/AliMUONSt1ResponseParameter.cxx @@ -33,7 +33,7 @@ #include "AliMUONSt1ResponseParameter.h" #include "AliLog.h" -ClassImp(AliMUONSt1ResponseParameter); +ClassImp(AliMUONSt1ResponseParameter) //_________________________________________________________________________ AliMUONSt1ResponseParameter::AliMUONSt1ResponseParameter() diff --git a/MUON/AliMUONSt1ResponseRule.cxx b/MUON/AliMUONSt1ResponseRule.cxx index 77c7cf38b0b..87959971ba5 100644 --- a/MUON/AliMUONSt1ResponseRule.cxx +++ b/MUON/AliMUONSt1ResponseRule.cxx @@ -30,7 +30,7 @@ #include "AliMUONSt1ResponseRule.h" #include "AliMUONSt1ElectronicElement.h" #include "AliMUONSt1ResponseParameter.h" -ClassImp(AliMUONSt1ResponseRule); +ClassImp(AliMUONSt1ResponseRule) //__________________________________________________________________________ AliMUONSt1ResponseRule::AliMUONSt1ResponseRule() diff --git a/PHOS/AliPHOSCPVBaseGeometry.cxx b/PHOS/AliPHOSCPVBaseGeometry.cxx index dbe1e23bd35..34e7fa68012 100644 --- a/PHOS/AliPHOSCPVBaseGeometry.cxx +++ b/PHOS/AliPHOSCPVBaseGeometry.cxx @@ -28,6 +28,6 @@ #include "AliPHOSCPVBaseGeometry.h" -ClassImp(AliPHOSCPVBaseGeometry) ; +ClassImp(AliPHOSCPVBaseGeometry) //____________________________________________________________________________ diff --git a/PHOS/AliPHOSCPVGeometry.cxx b/PHOS/AliPHOSCPVGeometry.cxx index 3099a8612e5..4f142d5ff22 100644 --- a/PHOS/AliPHOSCPVGeometry.cxx +++ b/PHOS/AliPHOSCPVGeometry.cxx @@ -30,7 +30,7 @@ #include "AliPHOSCPVGeometry.h" -ClassImp(AliPHOSCPVGeometry) ; +ClassImp(AliPHOSCPVGeometry) //____________________________________________________________________________ AliPHOSCPVGeometry::AliPHOSCPVGeometry() diff --git a/PHOS/AliPHOSEMCAGeometry.cxx b/PHOS/AliPHOSEMCAGeometry.cxx index acfa19e4ad4..7d8745e9f9a 100644 --- a/PHOS/AliPHOSEMCAGeometry.cxx +++ b/PHOS/AliPHOSEMCAGeometry.cxx @@ -29,7 +29,7 @@ #include "AliPHOSEMCAGeometry.h" -ClassImp(AliPHOSEMCAGeometry) ; +ClassImp(AliPHOSEMCAGeometry) //____________________________________________________________________________ AliPHOSEMCAGeometry::AliPHOSEMCAGeometry() diff --git a/PHOS/AliPHOSFastRecParticle.cxx b/PHOS/AliPHOSFastRecParticle.cxx index dc5c3cccd3b..1cb9a809927 100644 --- a/PHOS/AliPHOSFastRecParticle.cxx +++ b/PHOS/AliPHOSFastRecParticle.cxx @@ -34,7 +34,7 @@ #include "TPad.h" #include "TPaveText.h" -ClassImp(AliPHOSFastRecParticle) ; +ClassImp(AliPHOSFastRecParticle) //____________________________________________________________________________ AliPHOSFastRecParticle::AliPHOSFastRecParticle() : TParticle() diff --git a/PHOS/AliPHOSGeometry.cxx b/PHOS/AliPHOSGeometry.cxx index 3a31593478a..71591c4399e 100644 --- a/PHOS/AliPHOSGeometry.cxx +++ b/PHOS/AliPHOSGeometry.cxx @@ -40,7 +40,7 @@ #include "AliPHOSEMCAGeometry.h" #include "AliPHOSRecPoint.h" -ClassImp(AliPHOSGeometry) ; +ClassImp(AliPHOSGeometry) // these initialisations are needed for a singleton AliPHOSGeometry * AliPHOSGeometry::fgGeom = 0 ; diff --git a/PHOS/AliPHOSGridFile.cxx b/PHOS/AliPHOSGridFile.cxx index 1a30b528733..bba6ee8c60f 100644 --- a/PHOS/AliPHOSGridFile.cxx +++ b/PHOS/AliPHOSGridFile.cxx @@ -29,7 +29,7 @@ #include "AliLog.h" #include "AliPHOSGridFile.h" -ClassImp(AliPHOSGridFile) ; +ClassImp(AliPHOSGridFile) //____________________________________________________________________________ AliPHOSGridFile::AliPHOSGridFile(TString grid) diff --git a/PHOS/AliPHOSSupportGeometry.cxx b/PHOS/AliPHOSSupportGeometry.cxx index e5ff6cbf2b6..25da0d2eca5 100644 --- a/PHOS/AliPHOSSupportGeometry.cxx +++ b/PHOS/AliPHOSSupportGeometry.cxx @@ -26,7 +26,7 @@ #include "AliPHOSSupportGeometry.h" -ClassImp(AliPHOSSupportGeometry) ; +ClassImp(AliPHOSSupportGeometry) //____________________________________________________________________________ AliPHOSSupportGeometry::AliPHOSSupportGeometry() diff --git a/PYTHIA6/AliGenPythiaEventHeader.cxx b/PYTHIA6/AliGenPythiaEventHeader.cxx index 8ad8a6515d4..9e8724cff4d 100644 --- a/PYTHIA6/AliGenPythiaEventHeader.cxx +++ b/PYTHIA6/AliGenPythiaEventHeader.cxx @@ -16,7 +16,7 @@ /* $Id$ */ #include "AliGenPythiaEventHeader.h" -ClassImp(AliGenPythiaEventHeader); +ClassImp(AliGenPythiaEventHeader) diff --git a/TPC/AliTPCParam.h b/TPC/AliTPCParam.h index 75eae7a1208..af0e22e7cdf 100644 --- a/TPC/AliTPCParam.h +++ b/TPC/AliTPCParam.h @@ -427,7 +427,7 @@ inline Int_t * AliTPCParam::GetResBin(Int_t i) //return response bin i - bin given by padrow [0] pad[1] timebin[2] if (i