ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

////////////////////////////////////////////////////////////////////
// Correct ESD-TRD info based on better calibration
// - PID recalculation for new gain calibrations
//
// Author : Alexandru Bercuci <A.Bercuci@gsi.de>
//
////////////////////////////////////////////////////////////////////

#include "AliTenderSupplyTRD.h"


ClassImp(AliTenderSupplyTRD)

//_________________________________________________________________
AliTenderSupplyTRD::AliTenderSupplyTRD()
  : AliTenderSupply("TRD", NULL)
{
// Default constructor
}

//_________________________________________________________________
void AliTenderSupplyTRD::Init()
{
// Link TRD specific info

}

//_________________________________________________________________
void AliTenderSupplyTRD::ProcessEvent()
{
// Apply the following corrections
//  - PID
//  - ...


}

 AliTenderSupplyTRD.cxx:1
 AliTenderSupplyTRD.cxx:2
 AliTenderSupplyTRD.cxx:3
 AliTenderSupplyTRD.cxx:4
 AliTenderSupplyTRD.cxx:5
 AliTenderSupplyTRD.cxx:6
 AliTenderSupplyTRD.cxx:7
 AliTenderSupplyTRD.cxx:8
 AliTenderSupplyTRD.cxx:9
 AliTenderSupplyTRD.cxx:10
 AliTenderSupplyTRD.cxx:11
 AliTenderSupplyTRD.cxx:12
 AliTenderSupplyTRD.cxx:13
 AliTenderSupplyTRD.cxx:14
 AliTenderSupplyTRD.cxx:15
 AliTenderSupplyTRD.cxx:16
 AliTenderSupplyTRD.cxx:17
 AliTenderSupplyTRD.cxx:18
 AliTenderSupplyTRD.cxx:19
 AliTenderSupplyTRD.cxx:20
 AliTenderSupplyTRD.cxx:21
 AliTenderSupplyTRD.cxx:22
 AliTenderSupplyTRD.cxx:23
 AliTenderSupplyTRD.cxx:24
 AliTenderSupplyTRD.cxx:25
 AliTenderSupplyTRD.cxx:26
 AliTenderSupplyTRD.cxx:27
 AliTenderSupplyTRD.cxx:28
 AliTenderSupplyTRD.cxx:29
 AliTenderSupplyTRD.cxx:30
 AliTenderSupplyTRD.cxx:31
 AliTenderSupplyTRD.cxx:32
 AliTenderSupplyTRD.cxx:33
 AliTenderSupplyTRD.cxx:34
 AliTenderSupplyTRD.cxx:35
 AliTenderSupplyTRD.cxx:36
 AliTenderSupplyTRD.cxx:37
 AliTenderSupplyTRD.cxx:38
 AliTenderSupplyTRD.cxx:39
 AliTenderSupplyTRD.cxx:40
 AliTenderSupplyTRD.cxx:41
 AliTenderSupplyTRD.cxx:42
 AliTenderSupplyTRD.cxx:43
 AliTenderSupplyTRD.cxx:44
 AliTenderSupplyTRD.cxx:45
 AliTenderSupplyTRD.cxx:46
 AliTenderSupplyTRD.cxx:47
 AliTenderSupplyTRD.cxx:48
 AliTenderSupplyTRD.cxx:49
 AliTenderSupplyTRD.cxx:50
 AliTenderSupplyTRD.cxx:51
 AliTenderSupplyTRD.cxx:52