![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <AliGRPObject.h>
Public Types | |
enum | Stats { kMean = 0, kTruncMean = 1, kMedian = 2, kSDMean = 3, kSDMedian = 4 } |
enum | StatusBits { kPolConvLHC = BIT(14), kUniformBMap = BIT(15), kConvSqrtSHalfGeV = BIT(16) } |
enum | DP_HallProbes { khpL3bsf17H1 = 0, khpL3bsf17H2, khpL3bsf17H3, khpL3bsf17Temperature, khpL3bsf4H1, khpL3bsf4H2, khpL3bsf4H3, khpL3bsf4Temperature, khpL3bkf17H1, khpL3bkf17H2, khpL3bkf17H3, khpL3bkf17Temperature, khpL3bkf4H1, khpL3bkf4H2, khpL3bkf4H3, khpL3bkf4Temperature, khpL3bsf13H1, khpL3bsf13H2, khpL3bsf13H3, khpL3bsf13Temperature, khpL3bsf8H1, khpL3bsf8H2, khpL3bsf8H3, khpL3bsfy8Temperature, khpL3bkf13H1, khpL3bkf13H2, khpL3bkf13H3, khpL3bkf13Temperature, khpL3bkf8H1, khpL3bkf8H2, khpL3bkf8H3, khpL3bkf8Temperature, khpDipoleInsideH1, khpDipoleInsideH2, khpDipoleInsideH3, khpDipoleInsideTemperature, khpDipoleOutsideH1, khpDipoleOutsideH2, khpDipoleOutsideH3, khpDipoleOutsideTemperature } |
enum | HLTMode { kUnknown =-1, kModeA, kModeB, kModeC } |
Public Member Functions | |
AliGRPObject () | |
AliGRPObject (const AliGRPObject &obj) | |
AliGRPObject & | operator= (const AliGRPObject &obj) |
~AliGRPObject () | |
Bool_t | IsBeamEnergyIsSqrtSHalfGeV () const |
Bool_t | IsPolarityConventionLHC () const |
Bool_t | IsUniformBMap () const |
time_t | GetTimeStart () const |
time_t | GetTimeEnd () const |
Float_t | GetBeamEnergy () const |
TString | GetBeamType () const |
Char_t | GetNumberOfDetectors () const |
UInt_t | GetDetectorMask () const |
TString | GetLHCPeriod () const |
TString | GetRunType () const |
TString | GetLHCState () const |
TString | GetMachineMode () const |
TObjArray * | GetLHCStateArray () const |
TObjArray * | GetMachineModeArray () const |
Char_t | GetL3Polarity () const |
Char_t | GetDipolePolarity () const |
Float_t * | GetL3Current () const |
Float_t | GetL3Current (Stats stat) const |
Float_t * | GetDipoleCurrent () const |
Float_t | GetDipoleCurrent (Stats stat) const |
Float_t * | GetCavernTemperature () const |
Float_t | GetCavernTemperature (Stats stat) const |
AliDCSSensor * | GetCavernAtmosPressure () const |
AliDCSSensor * | GetCavernAtmosPressure2 () const |
AliDCSSensor * | GetSurfaceAtmosPressure () const |
AliDCSSensor * | GetBestCavernAtmosPressure () const |
AliDCSSensor * | GetBestCavernAtmosPressure (const TTimeStamp &time) const |
Int_t | GetHLTMode () const |
void | SetHLTMode (char m) |
Float_t * | GetHallProbesArray (DP_HallProbes hp) const |
Float_t | GetHallProbes (Int_t hp) const |
Float_t | GetHallProbes (DP_HallProbes hp, Stats stat) const |
Int_t | GetPoints () const |
Int_t | GetDimension () const |
Double_t | GetMaxTimeLHCValidity () const |
TObjArray * | GetQATrigClasses () const |
TObjArray * | GetQACloningRequest () const |
void | SetBeamEnergyIsSqrtSHalfGeV (Bool_t v=kTRUE) |
void | SetPolarityConventionLHC (Bool_t v=kTRUE) |
void | SetUniformBMap (Bool_t v=kTRUE) |
void | SetTimeStart (time_t timeStart) |
void | SetTimeEnd (time_t timeEnd) |
void | SetBeamEnergy (Float_t beamEnergy) |
void | SetBeamType (TString beamType) |
void | SetNumberOfDetectors (Char_t numberOfDetectors) |
void | SetDetectorMask (UInt_t detectorMask) |
void | SetLHCPeriod (TString lhcPeriod) |
void | SetRunType (TString runType) |
void | SetLHCState (TString lhcState) |
void | SetMachineMode (TString machineMode) |
void | SetLHCStateArray (TObjArray *lhcStateArray) |
void | SetMachineModeArray (TObjArray *machineModeArray) |
void | SetL3Polarity (Char_t l3Polarity) |
void | SetDipolePolarity (Char_t dipolePolarity) |
void | SetL3Current (const Float_t *l3Current) |
void | SetL3Current (Float_t l3Current, Stats stat) |
void | SetDipoleCurrent (const Float_t *dipoleCurrent) |
void | SetDipoleCurrent (Float_t dipoleCurrent, Stats stat) |
void | SetCavernTemperature (const Float_t *cavernTemperature) |
void | SetCavernTemperature (Float_t cavernTemperature, Stats stat) |
void | SetCavernAtmosPressure (AliDCSSensor *const cavernAtmosPressure) |
void | SetCavernAtmosPressure2 (AliDCSSensor *const cavernAtmosPressure) |
void | SetSurfaceAtmosPressure (AliDCSSensor *const surfacePressure) |
void | SetHallProbes (DP_HallProbes hp, Float_t hall_probe, Stats stat) |
void | SetHallProbes (const Float_t *hall_probe) |
void | SetHallProbes (DP_HallProbes hp, const Float_t *hall_probe) |
void | SetPoints (Int_t points) |
void | SetDimension (Int_t dimension) |
void | SetMaxTimeLHCValidity (Double_t maxTimeLHCValidity) |
void | SetQATrigClasses (TObjArray *arr) |
void | SetQACloningRequest (TObjArray *arr) |
Double_t | EvalCavernPressure (const TTimeStamp &time, Bool_t &inside) const |
void | ReadValuesFromMap (const TMap *map) |
void | SetSingleBeamType (Int_t ibeamType, TString beamType) |
TString | GetSingleBeamType (Int_t ibeamType) const |
void | SetNFalseDataQualityFlag (Int_t nFalses) |
Int_t | GetNFalseDataQualityFlag () const |
void | SetFalseDataQualityFlagPeriods (Double_t *falses) |
TArrayD * | GetFalseDataQualityFlagPeriods () const |
Double_t | GetStartFalseDataQualityFlag (Int_t iperiod) const |
Double_t | GetEndFalseDataQualityFlag (Int_t iperiod) const |
void | SetBeamTypeFromLHC (TString beamTypeFromLHC) |
TString | GetBeamTypeFromLHC () const |
Static Public Member Functions | |
static AliDCSSensor * | GetBestCavernAtmosPressure (AliDCSSensor *cavern1, AliDCSSensor *cavern2, AliDCSSensor *surface, const TTimeStamp &time) |
static Float_t | GetInvalidFloat () |
static TString | GetInvalidString () |
static Int_t | GetInvalidInt () |
static Int_t | GetInvalidUInt () |
static Char_t | GetInvalidChar () |
static Int_t | GetNumberOfHP () |
static const char * | GetHPDP (Int_t indexHP) |
static Double_t | EvalCavernPressure (AliDCSSensor *cavern1, AliDCSSensor *cavern2, AliDCSSensor *surface, const TTimeStamp &time, Bool_t &inside) |
Private Attributes | |
Int_t | fPoints |
names of dcs dps More... | |
Int_t | fDimension |
time_t | fTimeStart |
time_t | fTimeEnd |
Float_t | fBeamEnergy |
TString | fBeamType |
Char_t | fHLTMode |
Char_t | fNumberOfDetectors |
UInt_t | fDetectorMask |
TString | fLHCPeriod |
TString | fRunType |
TString | fLHCState |
Char_t | fL3Polarity |
Char_t | fDipolePolarity |
Float_t * | fL3Current |
Float_t * | fDipoleCurrent |
Float_t * | fCavernTemperature |
AliDCSSensor * | fCavernAtmosPressure |
AliDCSSensor * | fCavernAtmosPressure2 |
AliDCSSensor * | fSurfaceAtmosPressure |
Float_t * | fHallProbes |
TString | fMachineMode |
TObjArray * | fLHCStateArray |
TObjArray * | fMachineModeArray |
TObjArray * | fQATrigClasses |
TObjArray * | fQACloningRequest |
Double_t | fMaxTimeLHCValidity |
TString | fSeparateBeamType [2] |
Int_t | fNFalseDataQualityFlag |
TArrayD * | fFalseDataQualityFlag |
TString | fBeamTypeFromLHC |
Static Private Attributes | |
static const Float_t | fgkInvalidFloat = 1E-33 |
static const TString | fgkInvalidString = "" |
static const Char_t | fgkInvalidChar = -1 |
static const Int_t | fgkInvalidInt = -1 |
static const Int_t | fgkInvalidUInt = 0 |
static const Int_t | fgknDCSDPHallProbes = 40 |
static const char * | fgkDCSDataPointsHallProbes [] |
number of dcs dps More... | |
Definition at line 26 of file AliGRPObject.h.
Definition at line 33 of file AliGRPObject.h.
Enumerator | |
---|---|
kUnknown | |
kModeA | |
kModeB | |
kModeC |
Definition at line 44 of file AliGRPObject.h.
enum AliGRPObject::Stats |
Enumerator | |
---|---|
kMean | |
kTruncMean | |
kMedian | |
kSDMean | |
kSDMedian |
Definition at line 29 of file AliGRPObject.h.
Enumerator | |
---|---|
kPolConvLHC | |
kUniformBMap | |
kConvSqrtSHalfGeV |
Definition at line 31 of file AliGRPObject.h.
AliGRPObject::AliGRPObject | ( | ) |
Definition at line 87 of file AliGRPObject.cxx.
AliGRPObject::AliGRPObject | ( | const AliGRPObject & | obj | ) |
Definition at line 158 of file AliGRPObject.cxx.
AliGRPObject::~AliGRPObject | ( | ) |
Definition at line 283 of file AliGRPObject.cxx.
Double_t AliGRPObject::EvalCavernPressure | ( | const TTimeStamp & | time, |
Bool_t & | inside | ||
) | const |
Definition at line 518 of file AliGRPObject.cxx.
Referenced by GetHPDP().
|
static |
Definition at line 531 of file AliGRPObject.cxx.
Float_t AliGRPObject::GetBeamEnergy | ( | ) | const |
Definition at line 497 of file AliGRPObject.cxx.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliGRPManager::GetRunInfo(), AliLumiTools::GetScaleDnDeta2pp13TeV(), GetTimeEnd(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), operator=(), AliReconstruction::ProcessEvent(), and AliGRPManager::SetMagField().
|
inline |
Definition at line 58 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliGRPManager::GetRunInfo(), AliLumiTools::GetScaleDnDeta2pp13TeV(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), operator=(), AliReconstruction::ProcessEvent(), AliGRPManager::SetMagField(), and AliTPCcalibDB::Update().
|
inline |
Definition at line 176 of file AliGRPObject.h.
AliDCSSensor * AliGRPObject::GetBestCavernAtmosPressure | ( | ) | const |
Definition at line 602 of file AliGRPObject.cxx.
Referenced by GetBestCavernAtmosPressure(), and GetSurfaceAtmosPressure().
AliDCSSensor * AliGRPObject::GetBestCavernAtmosPressure | ( | const TTimeStamp & | time | ) | const |
Definition at line 587 of file AliGRPObject.cxx.
|
static |
Definition at line 558 of file AliGRPObject.cxx.
|
inline |
Definition at line 75 of file AliGRPObject.h.
Referenced by AliTPCcalibDB::GetPressureSensor(), and operator=().
|
inline |
Definition at line 76 of file AliGRPObject.h.
Referenced by operator=().
|
inline |
Definition at line 73 of file AliGRPObject.h.
Referenced by operator=().
|
inline |
Definition at line 74 of file AliGRPObject.h.
|
inline |
Definition at line 60 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliSimulation::DeactivateDetectorsAbsentInGRP(), AliGRPManager::GetRunInfo(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), operator=(), AliSimulation::Run(), AliTPCcalibDB::Update(), and AliTPCcalibDB::UpdateRunInformations().
|
inline |
Definition at line 91 of file AliGRPObject.h.
Referenced by operator=().
|
inline |
Definition at line 71 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), operator=(), and AliGRPManager::SetMagField().
|
inline |
Definition at line 72 of file AliGRPObject.h.
|
inline |
Definition at line 68 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), operator=(), AliGRPPreprocessor::ProcessDipoleDPs(), and AliGRPManager::SetMagField().
Double_t AliGRPObject::GetEndFalseDataQualityFlag | ( | Int_t | iperiod | ) | const |
Definition at line 640 of file AliGRPObject.cxx.
Referenced by GetFalseDataQualityFlagPeriods().
|
inline |
Definition at line 170 of file AliGRPObject.h.
|
inline |
Definition at line 87 of file AliGRPObject.h.
Referenced by operator=(), and AliGRPPreprocessor::ProcessHPDPs().
|
inline |
Definition at line 88 of file AliGRPObject.h.
Float_t * AliGRPObject::GetHallProbesArray | ( | DP_HallProbes | hp | ) | const |
Definition at line 330 of file AliGRPObject.cxx.
Referenced by SetHLTMode().
|
inline |
Definition at line 83 of file AliGRPObject.h.
Referenced by AliSimulation::Run().
|
inlinestatic |
Definition at line 152 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessHPDPs().
|
inlinestatic |
Definition at line 150 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), and AliGRPManager::SetMagField().
|
inlinestatic |
Definition at line 146 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliGRPManager::GetRunInfo(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), AliGRPPreprocessor::ProcessFloatAll(), AliGRPPreprocessor::ProcessInt(), AliGRPPreprocessor::ProcessUInt(), and AliGRPManager::SetMagField().
|
inlinestatic |
Definition at line 148 of file AliGRPObject.h.
Referenced by AliQAChecker::LoadRunInfoFromGRP().
|
inlinestatic |
Definition at line 147 of file AliGRPObject.h.
Referenced by AliGRPManager::GetRunInfo(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), and AliGRPManager::SetMagField().
|
inlinestatic |
Definition at line 149 of file AliGRPObject.h.
Referenced by AliGRPManager::GetRunInfo(), AliMuonForwardTrackFinder::InitGRP(), and AliReconstruction::InitGRP().
|
inline |
Definition at line 69 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliTPCcalibDB::GetL3Current(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), operator=(), AliGRPManager::SetMagField(), and SetupCustom().
|
inline |
Definition at line 70 of file AliGRPObject.h.
|
inline |
Definition at line 67 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliTPCcalibDB::GetL3Polarity(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), operator=(), AliGRPPreprocessor::ProcessL3DPs(), and AliGRPManager::SetMagField().
|
inline |
Definition at line 61 of file AliGRPObject.h.
Referenced by operator=().
|
inline |
Definition at line 63 of file AliGRPObject.h.
Referenced by AliGRPManager::GetRunInfo(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), operator=(), and AliTPCcalibDB::Update().
|
inline |
Definition at line 65 of file AliGRPObject.h.
|
inline |
Definition at line 64 of file AliGRPObject.h.
|
inline |
Definition at line 66 of file AliGRPObject.h.
|
inline |
Definition at line 93 of file AliGRPObject.h.
|
inline |
Definition at line 167 of file AliGRPObject.h.
|
inline |
Definition at line 59 of file AliGRPObject.h.
Referenced by operator=().
|
inlinestatic |
Definition at line 151 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessHPDPs().
|
inline |
Definition at line 90 of file AliGRPObject.h.
Referenced by operator=().
|
inline |
Definition at line 96 of file AliGRPObject.h.
Referenced by AliReconstruction::InitQA().
|
inline |
Definition at line 95 of file AliGRPObject.h.
Referenced by AliReconstruction::InitQA().
|
inline |
Definition at line 62 of file AliGRPObject.h.
Referenced by AliGRPManager::GetRunInfo(), AliTPCcalibDB::GetRunType(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), operator=(), and AliTPCcalibDB::Update().
|
inline |
Definition at line 164 of file AliGRPObject.h.
Referenced by GetBeamEnergy(), AliLumiTools::GetScaleDnDeta2pp13TeV(), AliReconstruction::InitGRP(), AliReconstruction::ProcessEvent(), and AliGRPManager::SetMagField().
Double_t AliGRPObject::GetStartFalseDataQualityFlag | ( | Int_t | iperiod | ) | const |
Definition at line 624 of file AliGRPObject.cxx.
Referenced by GetFalseDataQualityFlagPeriods().
|
inline |
Definition at line 77 of file AliGRPObject.h.
Referenced by AliTPCcalibDB::GetPressureSensor(), and operator=().
|
inline |
Definition at line 56 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliHLTBaseGRPAccess::GetEndTimeInternal(), AliTPCcalibDB::GetMaskedChannelsFromCorrectionMaps(), operator=(), AliMUONTrackerHV::Plot(), AliMUONTrackerVoltages::Plot(), AliSimulation::RunSimulation(), and AliTPCcalibDB::UpdateChamberHighVoltageData().
|
inline |
Definition at line 55 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliTPCcalibDB::GetMaskedChannelsFromCorrectionMaps(), AliHLTBaseGRPAccess::GetStartTimeInternal(), operator=(), AliMUONTrackerHV::Plot(), AliMUONTrackerVoltages::Plot(), AliSimulation::RunSimulation(), and AliTPCcalibDB::UpdateChamberHighVoltageData().
|
inline |
Definition at line 52 of file AliGRPObject.h.
Referenced by GetBeamEnergy(), and ReadValuesFromMap().
|
inline |
Definition at line 53 of file AliGRPObject.h.
Referenced by AliESDTagCreator::CreateESDTags(), AliESDTagCreator::CreateESDTagsFullRun(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), and AliGRPManager::SetMagField().
|
inline |
Definition at line 54 of file AliGRPObject.h.
Referenced by AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), and AliGRPManager::SetMagField().
AliGRPObject & AliGRPObject::operator= | ( | const AliGRPObject & | obj | ) |
Definition at line 218 of file AliGRPObject.cxx.
void AliGRPObject::ReadValuesFromMap | ( | const TMap * | map | ) |
Definition at line 366 of file AliGRPObject.cxx.
Referenced by GetHPDP(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAChecker::LoadRunInfoFromGRP(), AliTPCcalibDB::MakeGRPObjectFromMap(), and AliGRPManager::ReadGRPEntry().
|
inline |
Definition at line 104 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData(), ReadValuesFromMap(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 99 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::Process(), AliGRPPreprocessor::ProcessLHCData(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 105 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 175 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData().
|
inline |
Definition at line 128 of file AliGRPObject.h.
Referenced by AliTPCcalibDB::MakeGRPObjectFromMap(), and AliGRPPreprocessor::ProcessEnvDPs().
|
inline |
Definition at line 129 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessEnvDPs().
|
inline |
Definition at line 124 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessEnvDPs(), ReadValuesFromMap(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 127 of file AliGRPObject.h.
|
inline |
Definition at line 107 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 138 of file AliGRPObject.h.
|
inline |
Definition at line 120 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDipoleDPs(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 123 of file AliGRPObject.h.
|
inline |
Definition at line 115 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDipoleDPs(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
void AliGRPObject::SetFalseDataQualityFlagPeriods | ( | Double_t * | falses | ) |
Definition at line 613 of file AliGRPObject.cxx.
Referenced by GetNFalseDataQualityFlag(), and AliGRPPreprocessor::ProcessLHCData().
|
inline |
Definition at line 132 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessHPDPs(), and SetHallProbes().
|
inline |
Definition at line 133 of file AliGRPObject.h.
void AliGRPObject::SetHallProbes | ( | DP_HallProbes | hp, |
const Float_t * | hall_probe | ||
) |
Definition at line 349 of file AliGRPObject.cxx.
|
inline |
Definition at line 84 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB().
|
inline |
Definition at line 116 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessL3DPs(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 119 of file AliGRPObject.h.
|
inline |
Definition at line 114 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessL3DPs(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 108 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB(), ReadValuesFromMap(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 110 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData(), ReadValuesFromMap(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 112 of file AliGRPObject.h.
|
inline |
Definition at line 111 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData().
|
inline |
Definition at line 113 of file AliGRPObject.h.
|
inline |
Definition at line 139 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData().
|
inline |
Definition at line 166 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData().
|
inline |
Definition at line 106 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB(), ReadValuesFromMap(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 137 of file AliGRPObject.h.
|
inline |
Definition at line 100 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDcsDPs(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 142 of file AliGRPObject.h.
|
inline |
Definition at line 141 of file AliGRPObject.h.
|
inline |
Definition at line 109 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 163 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessLHCData().
|
inline |
Definition at line 130 of file AliGRPObject.h.
Referenced by AliTPCcalibDB::MakeGRPObjectFromMap(), AliGRPPreprocessor::ProcessEnvDPs(), and ReadValuesFromMap().
|
inline |
Definition at line 103 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 102 of file AliGRPObject.h.
Referenced by AliGRPPreprocessor::ProcessDaqLB(), ReadValuesFromMap(), AliGRPPreprocessor::ReceivePromptRecoParameters(), and AliSimulation::WriteGRPEntry().
|
inline |
Definition at line 101 of file AliGRPObject.h.
Referenced by AliSimulation::WriteGRPEntry().
|
private |
Definition at line 193 of file AliGRPObject.h.
Referenced by GetBeamEnergy(), operator=(), and SetBeamEnergy().
|
private |
Definition at line 194 of file AliGRPObject.h.
Referenced by GetBeamEnergy(), GetBeamType(), operator=(), and SetBeamType().
|
private |
Definition at line 228 of file AliGRPObject.h.
Referenced by GetBeamTypeFromLHC(), operator=(), and SetBeamTypeFromLHC().
|
private |
Definition at line 209 of file AliGRPObject.h.
Referenced by EvalCavernPressure(), GetBestCavernAtmosPressure(), GetCavernAtmosPressure(), operator=(), SetCavernAtmosPressure(), and ~AliGRPObject().
|
private |
Definition at line 210 of file AliGRPObject.h.
Referenced by EvalCavernPressure(), GetBestCavernAtmosPressure(), GetCavernAtmosPressure2(), operator=(), SetCavernAtmosPressure2(), and ~AliGRPObject().
|
private |
Definition at line 207 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetCavernTemperature(), operator=(), SetCavernTemperature(), and ~AliGRPObject().
|
private |
Definition at line 197 of file AliGRPObject.h.
Referenced by GetDetectorMask(), operator=(), ReadValuesFromMap(), and SetDetectorMask().
|
private |
Definition at line 189 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetDimension(), operator=(), SetDimension(), and SetHallProbes().
|
private |
Definition at line 205 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetDipoleCurrent(), operator=(), SetDipoleCurrent(), and ~AliGRPObject().
|
private |
Definition at line 202 of file AliGRPObject.h.
Referenced by GetDipolePolarity(), operator=(), and SetDipolePolarity().
|
private |
Definition at line 226 of file AliGRPObject.h.
Referenced by GetEndFalseDataQualityFlag(), GetFalseDataQualityFlagPeriods(), GetStartFalseDataQualityFlag(), operator=(), SetFalseDataQualityFlagPeriods(), and ~AliGRPObject().
|
staticprivate |
|
staticprivate |
Definition at line 182 of file AliGRPObject.h.
Referenced by GetInvalidChar().
|
staticprivate |
Definition at line 180 of file AliGRPObject.h.
Referenced by AliGRPObject(), and GetInvalidFloat().
|
staticprivate |
Definition at line 183 of file AliGRPObject.h.
Referenced by GetInvalidInt().
|
staticprivate |
Definition at line 181 of file AliGRPObject.h.
Referenced by AliGRPObject(), and GetInvalidString().
|
staticprivate |
Definition at line 184 of file AliGRPObject.h.
Referenced by GetInvalidUInt().
|
staticprivate |
Definition at line 185 of file AliGRPObject.h.
Referenced by AliGRPObject(), and GetNumberOfHP().
|
private |
Definition at line 215 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetHallProbes(), GetHallProbesArray(), operator=(), SetHallProbes(), and ~AliGRPObject().
|
private |
Definition at line 195 of file AliGRPObject.h.
Referenced by GetHLTMode(), operator=(), and SetHLTMode().
|
private |
Definition at line 203 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetL3Current(), operator=(), SetL3Current(), and ~AliGRPObject().
|
private |
Definition at line 201 of file AliGRPObject.h.
Referenced by GetL3Polarity(), operator=(), and SetL3Polarity().
|
private |
Definition at line 198 of file AliGRPObject.h.
Referenced by GetLHCPeriod(), operator=(), and SetLHCPeriod().
|
private |
Definition at line 200 of file AliGRPObject.h.
Referenced by GetLHCState(), operator=(), and SetLHCState().
|
private |
Definition at line 219 of file AliGRPObject.h.
Referenced by GetLHCStateArray(), operator=(), SetLHCStateArray(), and ~AliGRPObject().
|
private |
Definition at line 218 of file AliGRPObject.h.
Referenced by GetMachineMode(), operator=(), and SetMachineMode().
|
private |
Definition at line 220 of file AliGRPObject.h.
Referenced by GetMachineModeArray(), operator=(), SetMachineModeArray(), and ~AliGRPObject().
|
private |
Definition at line 223 of file AliGRPObject.h.
Referenced by GetMaxTimeLHCValidity(), operator=(), and SetMaxTimeLHCValidity().
|
private |
Definition at line 225 of file AliGRPObject.h.
Referenced by GetEndFalseDataQualityFlag(), GetNFalseDataQualityFlag(), GetStartFalseDataQualityFlag(), operator=(), SetFalseDataQualityFlagPeriods(), and SetNFalseDataQualityFlag().
|
private |
Definition at line 196 of file AliGRPObject.h.
Referenced by GetNumberOfDetectors(), operator=(), ReadValuesFromMap(), and SetNumberOfDetectors().
|
private |
names of dcs dps
Definition at line 188 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetHallProbes(), GetHallProbesArray(), GetPoints(), operator=(), SetCavernTemperature(), SetDipoleCurrent(), SetHallProbes(), SetL3Current(), and SetPoints().
|
private |
Definition at line 222 of file AliGRPObject.h.
Referenced by GetQACloningRequest(), operator=(), SetQACloningRequest(), and ~AliGRPObject().
|
private |
Definition at line 221 of file AliGRPObject.h.
Referenced by GetQATrigClasses(), operator=(), SetQATrigClasses(), and ~AliGRPObject().
|
private |
Definition at line 199 of file AliGRPObject.h.
Referenced by GetRunType(), operator=(), and SetRunType().
|
private |
Definition at line 224 of file AliGRPObject.h.
Referenced by AliGRPObject(), GetSingleBeamType(), operator=(), and SetSingleBeamType().
|
private |
Definition at line 211 of file AliGRPObject.h.
Referenced by EvalCavernPressure(), GetBestCavernAtmosPressure(), GetSurfaceAtmosPressure(), operator=(), SetSurfaceAtmosPressure(), and ~AliGRPObject().
|
private |
Definition at line 192 of file AliGRPObject.h.
Referenced by GetTimeEnd(), operator=(), and SetTimeEnd().
|
private |
Definition at line 191 of file AliGRPObject.h.
Referenced by GetBestCavernAtmosPressure(), GetTimeStart(), operator=(), and SetTimeStart().