Skip to content
Snippets Groups Projects

Master new EMEC variants

Merged Marilena Bandieramonte requested to merge master-EMECVariants into master
5 files
+ 452
108
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -12,6 +12,7 @@
@@ -12,6 +12,7 @@
class G4VSolid;
class G4VSolid;
class GeoShape;
class GeoShape;
 
class GeoUnidentifiedShape;
class Geo2G4SolidFactory
class Geo2G4SolidFactory
{
{
@@ -30,6 +31,7 @@ public:
@@ -30,6 +31,7 @@ public:
//StoreGateSvc_t& detStore() const;
//StoreGateSvc_t& detStore() const;
private:
private:
G4VSolid* createLArWheelSolid(const std::string& name, const LArWheelSolidDef_t & lwsdef) const;
G4VSolid* createLArWheelSolid(const std::string& name, const LArWheelSolidDef_t & lwsdef) const;
 
G4VSolid* createLArWheelSliceSolid(const GeoUnidentifiedShape* ) const;
static const LArWheelSolid_typemap s_lwsTypes;
static const LArWheelSolid_typemap s_lwsTypes;
Loading