Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'v4-06-Rev-01'.
Browse files Browse the repository at this point in the history
  • Loading branch information
(no author) committed Sep 4, 2007
1 parent cdc2ba7 commit 39dc779
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 865 deletions.
43 changes: 0 additions & 43 deletions GRP/UpdateCDBVertexDiamond.C

This file was deleted.

4 changes: 2 additions & 2 deletions HMPID/AliHMPIDReconstructor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "AliHMPIDParam.h" //FillEsd()
#include <AliCDBEntry.h> //ctor
#include <AliCDBManager.h> //ctor
#include <AliESD.h> //FillEsd()
#include <AliESDEvent.h> //FillEsd()
#include <AliRawReader.h> //Reconstruct() for raw digits
ClassImp(AliHMPIDReconstructor)

Expand Down Expand Up @@ -206,7 +206,7 @@ void AliHMPIDReconstructor::ConvertDigits(AliRawReader *pRR,TTree *pDigTree)cons
AliDebug(1,"Stop.");
}//Reconstruct digits from raw digits
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDReconstructor::FillESD(AliRunLoader *, AliESD *pESD) const
void AliHMPIDReconstructor::FillESD(AliRunLoader *, AliESDEvent *pESD) const
{
// Calculates probability to be a electron-muon-pion-kaon-proton
// from the given Cerenkov angle and momentum assuming no initial particle composition
Expand Down
2 changes: 1 addition & 1 deletion HMPID/AliHMPIDReconstructor.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AliHMPIDReconstructor: public AliReconstructor
void Reconstruct (TTree* digitsTree, TTree* clustersTree) const; //from AliReconstruction for digit->cluster
void Reconstruct (AliRunLoader *pAL,AliRawReader* pRR)const; //from AliReconstruction for raw->cluster with Digits on fly
Bool_t HasLocalReconstruction() const {return kTRUE;} // HMPID has local reconstruction algorithm
void FillESD (AliRunLoader* pAL,AliESD *pESD)const; //calculate pid for HMPID
void FillESD (AliRunLoader* pAL,AliESDEvent *pESD)const; //calculate pid for HMPID

using AliReconstructor::FillESD; //
using AliReconstructor::Reconstruct; //
Expand Down
Loading

0 comments on commit 39dc779

Please sign in to comment.