From 7a09cd3db5bee4d4e50296daa685d51b200b99f0 Mon Sep 17 00:00:00 2001 From: phille Date: Wed, 7 May 2008 10:18:45 +0000 Subject: [PATCH] Commented out the use of fM11 (second mixed moment) due to change in AliCaloCluster --- HLT/PHOS/AliHLTPHOSCaloClusterDataStruct.h | 2 +- HLT/PHOS/AliHLTPHOSESDMaker.cxx | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HLT/PHOS/AliHLTPHOSCaloClusterDataStruct.h b/HLT/PHOS/AliHLTPHOSCaloClusterDataStruct.h index 00102bf0e25..42a13cd40a7 100644 --- a/HLT/PHOS/AliHLTPHOSCaloClusterDataStruct.h +++ b/HLT/PHOS/AliHLTPHOSCaloClusterDataStruct.h @@ -71,7 +71,7 @@ struct AliHLTPHOSCaloClusterDataStruct Double32_t fM02; //COMMENT /** Second mixed moment Mxy */ - Double32_t fM11; //COMMENT + // Double32_t fM11; //COMMENT /** Distance to closest CPV rec point */ Double32_t fEmcCpvDistance; //COMMENT diff --git a/HLT/PHOS/AliHLTPHOSESDMaker.cxx b/HLT/PHOS/AliHLTPHOSESDMaker.cxx index 8e9ee962bee..114c733cd03 100644 --- a/HLT/PHOS/AliHLTPHOSESDMaker.cxx +++ b/HLT/PHOS/AliHLTPHOSESDMaker.cxx @@ -13,6 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ + /** * @file AliHLTPHOSESDMaker.cxx * @author Oystein Djuvsland @@ -78,7 +79,7 @@ AliHLTPHOSESDMaker::FillESDCaloClusters() caloCluster->SetPid((Float_t*)&caloClusterStruct->fPID[0]); caloCluster->SetM20(caloClusterStruct->fM20); caloCluster->SetM02(caloClusterStruct->fM02); - caloCluster->SetM11(caloClusterStruct->fM11); + // PT caloCluster->SetM11(caloClusterStruct->fM11); caloCluster->SetNExMax(caloClusterStruct->fNExMax); caloCluster->SetEmcCpvDistance(caloClusterStruct->fEmcCpvDistance); caloCluster->SetDistanceToBadChannel(caloClusterStruct->fDistToBadChannel); @@ -112,8 +113,8 @@ AliHLTPHOSESDMaker::FillESDEvent() caloCluster->SetClusterChi2(caloClusterStruct->fFitQuality); caloCluster->SetPid((Float_t*)&caloClusterStruct->fPID[0]); caloCluster->SetM20(caloClusterStruct->fM20); - caloCluster->SetM02(caloClusterStruct->fM02); - caloCluster->SetM11(caloClusterStruct->fM11); + caolCluster->SetM02(caloClusterStruct->fM02); + // caloCluster->SetM11(caloClusterStruct->fM11); caloCluster->SetNExMax(caloClusterStruct->fNExMax); caloCluster->SetEmcCpvDistance(caloClusterStruct->fEmcCpvDistance); caloCluster->SetDistanceToBadChannel(caloClusterStruct->fDistToBadChannel); -- 2.39.3