]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawClusterV2.h
New constructor to get data from AliESDMuonCluster
[u/mrichter/AliRoot.git] / MUON / AliMUONRawClusterV2.h
index 5087ebb885f97debfdc38acdb3cb8d44e5add968..b8b5b97616f3fb483d8edebcf853b92becb9e658 100644 (file)
 #include "AliMUONVCluster.h"
 #include <TMath.h>
 
+class AliESDMuonCluster;
+
 class AliMUONRawClusterV2 : public AliMUONVCluster {
 
  public:
   AliMUONRawClusterV2();
   AliMUONRawClusterV2(Int_t chamberId, Int_t detElemId, Int_t clusterIndex);
+  AliMUONRawClusterV2(const AliESDMuonCluster& cluster);
   virtual ~AliMUONRawClusterV2();
   AliMUONRawClusterV2(const AliMUONRawClusterV2& cluster);
   AliMUONRawClusterV2 & operator=(const AliMUONRawClusterV2& cluster);