]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterStoreV2.h
Adding include path to allow compilation of CleanGeom task
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterStoreV2.h
index 471e42ed5e78b688469cbf9cec404d75fcdfc493..47a7ba272f5848c42ce93228e96c646df11facab 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliMUONCLUSTERSTOREV2_H
-#define AliMUONCLUSTERSTOREV2_H
+#ifndef ALIMUONCLUSTERSTOREV2_H
+#define ALIMUONCLUSTERSTOREV2_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 * See cxx source for full Copyright notice                               */
@@ -25,6 +25,7 @@ class AliMUONClusterStoreV2 : public AliMUONVClusterStore
   
 public:
   AliMUONClusterStoreV2();
+  AliMUONClusterStoreV2(TRootIOCtor* dummy);
   AliMUONClusterStoreV2(const AliMUONClusterStoreV2& store);
   AliMUONClusterStoreV2& operator=(const AliMUONClusterStoreV2& store);  
   virtual ~AliMUONClusterStoreV2();
@@ -42,7 +43,7 @@ public:
   
   using AliMUONVClusterStore::Add;
   
-  virtual Bool_t Add(const AliMUONVCluster& Cluster);
+  virtual AliMUONVCluster* Add(const AliMUONVCluster& Cluster);
   virtual AliMUONVCluster* Add(Int_t chamberId, Int_t detElemId, Int_t clusterIndex);
 
   virtual AliMUONVCluster* Remove(AliMUONVCluster& cluster);