]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added #include <cassert> by request of Mateusz Ploskon
authorpavlinov <pavlinov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Apr 2008 14:52:20 +0000 (14:52 +0000)
committerpavlinov <pavlinov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Apr 2008 14:52:20 +0000 (14:52 +0000)
or change #include <assert.h> to #include <cassert>

EMCAL/AliEMCALGeometry.cxx
EMCAL/AliEMCALRecPointsQaESDSelector.cxx
EMCAL/AliEMCALShishKebabTrd1Module.cxx
EMCAL/AliEMCALTrigger.cxx

index d290b936935a1745ee481b3c83fae53674c5c9a2..52b0ee84632df16b200a7c183f9e774be6c6a4f8 100644 (file)
@@ -48,7 +48,7 @@
 //     and  : Aleksei Pavlinov (WSU) 
 //
 
-#include <assert.h>
+#include <cassert>
 
 // --- Root header files ---
 #include <Riostream.h>
index 8a739c7f67d26a6975f5783d70c399e668b4b69a..759ce54d70bb2fe82a2813b8ece47277f72210d1 100644 (file)
@@ -62,7 +62,7 @@
 #include <iostream>
 #include <iomanip>
 #include <fstream>
-#include <assert.h>
+#include <cassert>
 #include <map>
 #include <string>
 
index f7c9ebf0d2cf89f0d4667f137e0dff0b06ab6222..9f72a1856b8044414bc8ca2dd6ae16fcb35c8835 100644 (file)
@@ -28,7 +28,7 @@
 #include "AliEMCALShishKebabTrd1Module.h"
 #include "AliEMCALGeometry.h"
 
-#include <assert.h>
+#include <cassert>
 
 #include <Riostream.h>
 
index a8e18ff669eb7a4f14a768d33ba463f5cad8d681..c036f25a9d674bf2a074a1bb65ab2108ea94a85a 100644 (file)
@@ -41,6 +41,7 @@
 //*-- Author: Gustavo Conesa & Yves Schutz (IFIC, CERN) 
 //////////////////////////////////////////////////////////////////////////////
 
+#include <cassert>
 
 // --- ROOT system ---
 #include <TTree.h>