/*
$Log$
+Revision 1.7 2007/05/02 14:09:39 arcelli
+Retrieval of Env. Temperature removed (will get it from the GRP)
+
Revision 1.6 2007/04/04 17:19:19 arcelli
Moved some printout to debug level
}
//---------------------------------------------------------------
-void AliTOFDataDCS::Draw(const Option_t* /*option*/) /*const*/
+void AliTOFDataDCS::Draw(const Option_t* /*option*/) const
{
// Draw all histos and graphs
const char* GetAliasName(Int_t pos) const
{return pos<kNAliases ? fAliasNames[pos].Data() : 0;}
- void Draw(const Option_t* option) /*const*/;
+ void Draw(const Option_t* /*option*/) const;
AliTOFFormatDCS* GetHVvp(Int_t pos) const
{return pos<kNHV ? fHVvp[pos] : 0;}
return tofcorr;
}
//_________________________________________________________________________
-Float_t AliTOFtracker::GetTimeZerofromT0(AliESD *event) {
+Float_t AliTOFtracker::GetTimeZerofromT0(AliESD *event) const {
//Returns TimeZero as measured by T0 detector
return event->GetT0();
}
//_________________________________________________________________________
-Float_t AliTOFtracker::GetTimeZerofromTOF(AliESD *event) {
+Float_t AliTOFtracker::GetTimeZerofromTOF(AliESD * /*event*/) const {
//dummy, for the moment. T0 algorithm using tracks on TOF
{
Int_t FindClusterIndex(Double_t z) const; // Returns cluster index
void MatchTracks(Bool_t mLastStep); // Matching Algorithm
void CollectESD(); // Select starting Set for Matching
- Float_t GetTimeZerofromTOF(AliESD* event); // T0 from TOF
- Float_t GetTimeZerofromT0(AliESD* event); // T0 from T0
+ Float_t GetTimeZerofromTOF(AliESD* /*event*/) const; // T0 from TOF
+ Float_t GetTimeZerofromT0(AliESD* event) const; // T0 from T0
Float_t CorrectTimeWalk(Float_t dist,Float_t tof); // Time Walk correction
AliTOFRecoParam* fRecoParam; // Pointer to TOF Recon. Pars