]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitorHLT.cxx
corrections to obey coding conventions
[u/mrichter/AliRoot.git] / MONITOR / AliMonitorHLT.cxx
index 0ca4b34525712d0c5c1a48c011d8237fe006521f..341a9fb9bc15ca8c0334a86e7f1cae2bce7f4c7b 100644 (file)
@@ -23,6 +23,9 @@
 
 
 #include "AliMonitorHLT.h"
+#include "AliMonitorTrend.h"
+#include "AliTPCParam.h"
+#include <TFolder.h>
 #ifdef ALI_HLT
 #include <stdlib.h>
 #include "AliL3MemHandler.h"
@@ -41,8 +44,17 @@ AliMonitorHLT::AliMonitorHLT(AliTPCParam* param)
 }
 
 //_____________________________________________________________________________
-AliMonitorHLT::~AliMonitorHLT()
+AliMonitorHLT::AliMonitorHLT(const AliMonitorHLT& monitor) :
+  AliMonitor(monitor)
 {
+  Fatal("AliMonitorHLT", "copy constructor not implemented");
+}
+
+//_____________________________________________________________________________
+AliMonitorHLT& AliMonitorHLT::operator = (const AliMonitorHLT& /*monitor*/)
+{
+  Fatal("operator =", "assignment operator not implemented");
+  return *this;
 }
 
 
@@ -111,7 +123,6 @@ void AliMonitorHLT::CreateHistos(TFolder* folder)
 }
 
 
-#include <TCanvas.h>
 //_____________________________________________________________________________
 void AliMonitorHLT::FillHistos(AliRunLoader* /*runLoader*/, 
                               AliRawReader* /*rawReader*/)