00001
00002
00011 #ifndef ATHCONTAINERS_COPYAUXSTORETHINNED_H
00012 #define ATHCONTAINERS_COPYAUXSTORETHINNED_H
00013
00014
00015 class IThinningSvc;
00016
00017
00018 namespace SG {
00019
00020
00021 class IConstAuxStore;
00022 class IAuxStore;
00023
00024
00035 void copyAuxStoreThinned (const SG::IConstAuxStore& orig,
00036 SG::IAuxStore& copy,
00037 IThinningSvc* svc);
00038
00039
00040 }
00041
00042
00043 #endif // not ATHCONTAINERS_COPYAUXSTORETHINNED_H