![]() |
AliRoot Core
edcc906 (edcc906)
|
#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>
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 |
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 |
Definition at line 61 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::MapPressure(), and AliTPCPreprocessor::MapTemperature().
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" |
Definition at line 53 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::AliTPCPreprocessor(), AliTPCPreprocessor::Initialize(), and AliTPCPreprocessor::Process().
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 |
Definition at line 62 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::ExtractCE(), and AliTPCPreprocessor::Initialize().
const TString kPedestalRunType = "PEDESTAL" |
Definition at line 49 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::AliTPCPreprocessor(), and AliTPCPreprocessor::Process().
const TString kPhysicsRunType = "PHYSICS" |
Definition at line 51 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::AliTPCPreprocessor(), AliTPCPreprocessor::Initialize(), and AliTPCPreprocessor::Process().
const char* kPressureSensorNames[kNumPressureSensors] |
Definition at line 63 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::ExtractCE(), and AliTPCPreprocessor::Initialize().
const TString kPulserRunType = "PULSER" |
Definition at line 50 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::AliTPCPreprocessor(), and AliTPCPreprocessor::Process().
const TString kStandaloneRunType = "STANDALONE" |
Definition at line 55 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::AliTPCPreprocessor(), AliTPCPreprocessor::Initialize(), and AliTPCPreprocessor::Process().
const Int_t kValCutTemp = 100 |
Definition at line 41 of file AliTPCPreprocessor.cxx.
Referenced by AliTPCPreprocessor::Initialize().