]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/TestMUONPreprocessor.h
Update master to aliroot
[u/mrichter/AliRoot.git] / MUON / TestMUONPreprocessor.h
... / ...
CommitLineData
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
9#ifndef TESTMUONPREPROCESSOR_H
10#define TESTMUONPREPROCESSOR_H
11
12class TMap;
13
14/// Create a fake DCS alias map
15TMap* CreateDCSAliasMap(const char* inputCDB, Int_t runNumber);
16
17#endif