#include <G4tgrPlaceParameterisation.hh>
      
        
          | G4tgrPlaceParameterisation::G4tgrPlaceParameterisation  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | G4tgrPlaceParameterisation::~G4tgrPlaceParameterisation  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | G4tgrPlaceParameterisation::G4tgrPlaceParameterisation  | 
          ( | 
          const std::vector< G4String > &  | 
          p | ) | 
           | 
        
      
 
Definition at line 55 of file G4tgrPlaceParameterisation.cc.
   61                            "G4tgrPlaceParameterisation::ConstructVolume" );
 
   76   for( 
size_t ii = 6; ii < wl.size(); ii++)
 
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
 
G4GLOB_DLL std::ostream G4cout
 
static G4int GetVerboseLevel()
 
static G4int GetInt(const G4String &str)
 
static G4double GetDouble(const G4String &str, G4double unitval=1.)
 
static G4String GetString(const G4String &str)
 
 
 
 
  
  
      
        
          | std::vector<G4double> G4tgrPlaceParameterisation::GetExtraData  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const G4String& G4tgrPlaceParameterisation::GetParamType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const G4String& G4tgrPlaceParameterisation::GetRotMatName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
Definition at line 91 of file G4tgrPlaceParameterisation.cc.
   95      << 
" ParamTyep = " << obj.theParamType
 
   96      << 
" RotMatName= " << obj.theRotMatName << 
" EXTRA DATA= ";
 
   97   for( 
size_t ii = 0; ii < obj.theExtraData.size(); ii++ )
 
   99     os << obj.theExtraData[ii] << 
" ";
 
 
 
 
The documentation for this class was generated from the following files: