AliRoot Core  edcc906 (edcc906)
AliTPCPreprocessor.cxx File Reference
#include "AliTPCPreprocessor.h"
#include "AliShuttleInterface.h"
#include "AliCDBMetaData.h"
#include "AliDCSValue.h"
#include "AliLog.h"
#include "AliTPCSensorTempArray.h"
#include "AliTPCROC.h"
#include "AliTPCCalROC.h"
#include "AliTPCCalPad.h"
#include "AliTPCCalibPedestal.h"
#include "AliTPCCalibPulser.h"
#include "AliTPCCalibCE.h"
#include "AliTPCCalibRaw.h"
#include "AliTPCdataQA.h"
#include "ARVersion.h"
#include "TFile.h"
#include "TTree.h"
#include "TGraph.h"
#include "TEnv.h"
#include "TParameter.h"
#include <TTimeStamp.h>
Include dependency graph for AliTPCPreprocessor.cxx:

Go to the source code of this file.

Variables

const Int_t kValCutTemp = 100
 
const Int_t kDiffCutTemp = 5
 
const Double_t kHighVoltageDifference = 1e-4
 
const Double_t kGasCompositionDifference = 1e-3
 
const TString kPedestalRunType = "PEDESTAL"
 
const TString kPulserRunType = "PULSER"
 
const TString kPhysicsRunType = "PHYSICS"
 
const TString kCosmicRunType = "COSMIC"
 
const TString kLaserRunType = "LASER"
 
const TString kDaqRunType = "DAQ"
 
const TString kStandaloneRunType = "STANDALONE"
 
const TString kAmandaTemp = "TPC_PT_%d_TEMPERATURE"
 
const TString kAmandaDDL = "DDL%d"
 
const Int_t kNumDDL = 216
 
const Int_t kFirstDDL = 768
 
const Double_t kFitFraction = -1.0
 
const Int_t kNumPressureSensors = 3
 
const char * kPressureSensorNames [kNumPressureSensors]
 
const Int_t kMinCESectors = 32
 

Variable Documentation

const TString kAmandaDDL = "DDL%d"

Definition at line 57 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::ExtractAltro().

const TString kAmandaTemp = "TPC_PT_%d_TEMPERATURE"

Definition at line 56 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::Initialize().

const TString kCosmicRunType = "COSMIC"

Definition at line 52 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::AliTPCPreprocessor().

const TString kDaqRunType = "DAQ"

Definition at line 54 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::AliTPCPreprocessor().

const Int_t kDiffCutTemp = 5

Definition at line 42 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::Initialize().

const Int_t kFirstDDL = 768

Definition at line 59 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::ExtractAltro().

const Double_t kFitFraction = -1.0
const Double_t kGasCompositionDifference = 1e-3

Definition at line 46 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::MapGasComposition().

const Double_t kHighVoltageDifference = 1e-4

Definition at line 43 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::MapHighVoltage().

const TString kLaserRunType = "LASER"
const Int_t kMinCESectors = 32

Definition at line 67 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::ExtractCE().

const Int_t kNumDDL = 216

Definition at line 58 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::ExtractAltro().

const Int_t kNumPressureSensors = 3
const TString kPedestalRunType = "PEDESTAL"
const TString kPhysicsRunType = "PHYSICS"
const char* kPressureSensorNames[kNumPressureSensors]
Initial value:
= {
"CavernAtmosPressure",
"CavernAtmosPressure2",
"SurfaceAtmosPressure" }

Definition at line 63 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::ExtractCE(), and AliTPCPreprocessor::Initialize().

const TString kPulserRunType = "PULSER"
const TString kStandaloneRunType = "STANDALONE"
const Int_t kValCutTemp = 100

Definition at line 41 of file AliTPCPreprocessor.cxx.

Referenced by AliTPCPreprocessor::Initialize().