X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=AliGeant4%2FAliMoreModulesConstruction.h;h=612f6a00e39e8b292cdf7616517cb6fb831a4e7b;hb=3ba49ff6463c90627ec438824511f672143d2040;hp=cff07462a8d48e04dd8faba188bfb0edeeb66145;hpb=63c8351af21b62f6dc903274b066e6abba7e4072;p=u%2Fmrichter%2FAliRoot.git diff --git a/AliGeant4/AliMoreModulesConstruction.h b/AliGeant4/AliMoreModulesConstruction.h index cff07462a8d..612f6a00e39 100644 --- a/AliGeant4/AliMoreModulesConstruction.h +++ b/AliGeant4/AliMoreModulesConstruction.h @@ -20,6 +20,9 @@ class AliSDManager; class AliMoreModulesConstruction { + typedef G4std::vector + AliSingleModuleConstructionPtrVector; + public: AliMoreModulesConstruction(); AliMoreModulesConstruction(const AliMoreModulesConstruction& right); @@ -45,7 +48,7 @@ class AliMoreModulesConstruction void CreateSensitiveDetectors2(); // data members - vector fModuleConstructionVector; //. + AliSingleModuleConstructionPtrVector fModuleConstructionVector; //.. //vector of AliSingleModuleConstruction AliSDManager* fSDManager; //AliSDManager };