]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/TestMUONPreprocessor.h
New: Sorting pedestal values ordered by Buspatch and Manu (by default sorting is...
[u/mrichter/AliRoot.git] / MUON / TestMUONPreprocessor.h
CommitLineData
f27362a2 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
4// $Id$
5
6/// \file TestMUONPreprocessor.h
7/// \brief The definitions for the macro TestMUONPreprocessor.C
8
81bef2ce 9#ifndef TESTMUONPREPROCESSOR_H
10#define TESTMUONPREPROCESSOR_H
11
12class TMap;
13
c7845adb 14/// Create a fake DCS alias map
6498767e 15TMap* CreateDCSAliasMap(const char* inputCDB, Int_t runNumber);
81bef2ce 16
17#endif