]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EVE/AliHLTEvePhos.cxx
- fixing use of centrality class
[u/mrichter/AliRoot.git] / HLT / EVE / AliHLTEvePhos.cxx
index 5b9e54bbd95e940f74bf2f94ec03bae695bf815d..cd7d9757b02895883f10929a1d1131c0f0db113c 100644 (file)
@@ -139,6 +139,7 @@ void AliHLTEvePhos::ProcessESDCluster(AliESDCaloCluster * cluster) {
 
 }
 
+///____________________________________________________________________________________
 void AliHLTEvePhos::AddClusters(Float_t * pos, Int_t module, Float_t energy) {
 
   TVector3 localVector;
@@ -150,6 +151,9 @@ void AliHLTEvePhos::AddClusters(Float_t * pos, Int_t module, Float_t energy) {
   fBoxSetClusters[4-module].AddBox(localVector.X(), 0, localVector.Z(), 2.2, energy*40, 2.2 );
   fBoxSetClusters[4-module].DigitValue(static_cast<Int_t>(energy*10));
 }
+
+
+///_____________________________________________________________________________
 void AliHLTEvePhos::AddClusters(Float_t * pos, Int_t module, Float_t energy, Int_t nCells) {
 
   TVector3 localVector;