]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONCDB.h
Shows the DCS aliasname in case source is HV
[u/mrichter/AliRoot.git] / MUON / AliMUONCDB.h
CommitLineData
de01cdf0 1#ifndef ALIMUONCDB_H
2#define ALIMUONCDB_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
a99c3449 8/// \ingroup rec
9/// \namespace AliMUONCDB
10/// \brief Helper functions to experience the OCDB
de01cdf0 11///
12// Author Laurent Aphecetche
13
de01cdf0 14#include <TString.h>
2bedeab9 15#include "AliCDBRunRange.h"
9e7c4517 16#include <vector>
de01cdf0 17
a0eca509 18class AliMUONVStore;
de01cdf0 19class TMap;
73d3aca5 20class TClonesArray;
de01cdf0 21class AliMUONVCalibParam;
22class AliMUONTriggerLut;
23class AliMUONTriggerEfficiencyCells;
92c23b09 24class AliMUONRegionalTriggerConfig;
25class AliMUONGlobalCrateConfig;
0045b488 26class AliMUONRejectList;
a99c3449 27class AliMUONRecoParam;
de01cdf0 28
a99c3449 29namespace AliMUONCDB
de01cdf0 30{
a99c3449 31 Bool_t CheckOCDB(Bool_t pathOnly = kFALSE);
32 Bool_t CheckMapping(Bool_t segmentationOnly = kFALSE);
de01cdf0 33
a99c3449 34 Bool_t LoadField();
35 Bool_t LoadMapping(Bool_t segmentationOnly = kFALSE);
36 AliMUONRecoParam* LoadRecoParam();
73d3aca5 37 TClonesArray* LoadAlignmentData();
046e5fd4 38
a0eca509 39 Int_t MakeNeighbourStore(AliMUONVStore& neighbourStore);
de01cdf0 40
41 Int_t MakeHVStore(TMap& aliasMap, Bool_t defaultValues);
49e110ec 42 Int_t MakeTriggerDCSStore(TMap& aliasMap, Bool_t defaultValues);
a0eca509 43 Int_t MakePedestalStore(AliMUONVStore& pedestalStore, Bool_t defaultValues);
44 Int_t MakeCapacitanceStore(AliMUONVStore& capaStore, Bool_t defaultValues);
25e1df3e 45 Int_t MakeCapacitanceStore(AliMUONVStore& capaStore, const char* file);
a0eca509 46 Int_t MakeGainStore(AliMUONVStore& gainStore, Bool_t defaultValues);
0045b488 47 Int_t MakeOccupancyMapStore(AliMUONVStore& occupancyMap, Bool_t defaultValues);
48 AliMUONRejectList* MakeRejectListStore(Bool_t defaultValues);
de01cdf0 49
a99c3449 50 Int_t MakeLocalTriggerMaskStore(AliMUONVStore& ltm);
51 Int_t MakeRegionalTriggerConfigStore(AliMUONRegionalTriggerConfig& rtm);
52 Int_t MakeGlobalTriggerConfigStore(AliMUONGlobalCrateConfig& gtm);
92c23b09 53
a99c3449 54 AliMUONTriggerLut* MakeTriggerLUT(const char* file="$(ALICE_ROOT)/MUON/data/lutAptLpt1Hpt1p7.root");
55 AliMUONTriggerEfficiencyCells* MakeTriggerEfficiency(const char* file="$ALICE_ROOT/MUON/data/efficiencyCells.dat");
de01cdf0 56
a99c3449 57 AliMUONVStore* Diff(AliMUONVStore& store1, AliMUONVStore& store2, const char* opt="abs");
58
a0eca509 59 void Plot(const AliMUONVStore& store, const char* name, Int_t nbins=512);
de01cdf0 60
9e7c4517 61 void ReadIntegers(const char* filename, std::vector<int>& integers);
62
207947f7 63 void ShowConfig(Bool_t withStatusMap=kFALSE);
5148da98 64
c241bfaa 65 void ShowCapacitances();
66
9e7c4517 67 void ShowFaultyBusPatches(const char* runlist,
68 double occLimit=0.1,
69 const char* outputBaseName="faulty.buspatches",
70 const char* ocdbPath="raw://");
71
a99c3449 72 void WriteToCDB(const char* calibpath, TObject* object,
de01cdf0 73 Int_t startRun, Int_t endRun, Bool_t defaultValues);
a99c3449 74 void WriteToCDB(const char* calibpath, TObject* object,
25e1df3e 75 Int_t startRun, Int_t endRun, const char* filename);
913f1b43 76 void WriteToCDB(TObject* object, const char* calibpath, Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity(),
a99c3449 77 const char* comment="", const char* responsible="AliMUONCDB tester class");
de01cdf0 78
49e110ec 79 void WriteTrigger(Bool_t defaultValues=kTRUE, Int_t startRun=0,Int_t endRun=AliCDBRunRange::Infinity());
2bedeab9 80 void WriteTracker(Bool_t defaultValues=kTRUE, Int_t startRun=0,Int_t endRun=AliCDBRunRange::Infinity());
de01cdf0 81
2bedeab9 82 void WriteNeighbours(Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
b59c04ef 83 void WriteHV(Bool_t defaultValues, Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
2bedeab9 84 void WritePedestals(Bool_t defaultValues, Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
85 void WriteGains(Bool_t defaultValues, Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
86 void WriteCapacitances(Bool_t defaultValues, Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
87 void WriteCapacitances(const char* file, Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
7eafe398 88 void WriteOccupancyMap(Bool_t defaultValues, Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
0045b488 89 void WriteRejectList(Bool_t defaultValues, Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
a31df857 90 void WriteConfig(Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
91
2bedeab9 92 void WriteLocalTriggerMasks(Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
92c23b09 93 void WriteRegionalTriggerConfig(Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
94 void WriteGlobalTriggerConfig(Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
95
a99c3449 96 void WriteTriggerDCS(Bool_t defaultValues, Int_t startRun, Int_t endRun=AliCDBRunRange::Infinity());
2bedeab9 97 void WriteTriggerLut(Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
98 void WriteTriggerEfficiency(Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity());
a99c3449 99}
de01cdf0 100
101#endif