]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONCDB.h
Fix for the reverse engineering display
[u/mrichter/AliRoot.git] / MUON / MUONCDB.h
CommitLineData
b3c7c475 1#ifndef MUONCDB_H
2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
4
5/* $Id$ */
6
7/// By Laurent Aphecetche
8
8f7d7575 9#include "Rtypes.h"
10
b3c7c475 11class TList;
8f7d7575 12class AliMUONV2DStore;
13
14void generateCalibrations(const char* cdbpath, Bool_t defaultValues = kTRUE);
15
16TList* manuList(Bool_t reset=kFALSE);
17
18void plotCDB(const char* calibType="MUON/Calib/Pedestals");
b3c7c475 19
8f7d7575 20AliMUONV2DStore* readCDB(const char* calibType="MUON/Calib/Pedestals");
b3c7c475 21
8f7d7575 22void testMakeStores(Int_t readLoop=10);
b3c7c475 23
24#endif