~mwinter4/maus/ckov-reco

« back to all changes in this revision

Viewing changes to src/legacy/EngModel/MiceModToG4Solid.hh

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
namespace MiceModToG4Solid
29
29
{
30
 
        //! Build some G4VSolid. throw a Squeal if it isn't supported.
 
30
        //! Build some G4VSolid. throw a Exception if it isn't supported.
31
31
        G4VSolid * buildSolid    ( MiceModule* mod );
32
32
        
33
33
        //! Builds a G4Tessllated solid.
92
92
        //! Get a MiceModule from some file
93
93
        MiceModule* getModule      (MiceModule* mod, std::string modName);
94
94
 
95
 
        //! throw a Squeal if mod->Dimensions() are <= 0. length is either 2 or 3 (depending on 
 
95
        //! throw a Exception if mod->Dimensions() are <= 0. length is either 2 or 3 (depending on 
96
96
        //! how many parameters the dimensions takes
97
97
        void       checkDim(MiceModule* mod, size_t length);
98
98
}