]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/data/station345/flipPCB.h
Updated serial number for station 345
[u/mrichter/AliRoot.git] / MUON / mapping / data / station345 / flipPCB.h
1 #ifndef FLIPPCB_H
2 #define FLIPPCB_H
3
4 class TString;
5 class AliMpPCB;
6 class AliMpMotifPosition;
7 class AliMpMotifType;
8 class AliMpSlatMotifMap;
9
10 const char* NameIt(const TString& baseName);
11
12 AliMpPCB* Duplicate(const AliMpPCB& src, AliMpSlatMotifMap& motifMap);
13
14 void flipPCB(const char* srcName);
15
16 #endif