#include <boost/python.hpp>
Go to the source code of this file.
◆ BOOST_PYTHON_MODULE()
      
        
          | BOOST_PYTHON_MODULE  | 
          ( | 
          G4digits_hits  | 
           | ) | 
           | 
        
      
 
 
◆ export_G4VSensitiveDetector()
      
        
          | void export_G4VSensitiveDetector  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 64 of file pyG4VSensitiveDetector.cc.
   66   class_<CB_G4VSensitiveDetector, boost::noncopyable>
    67     (
"G4VSensitiveDetector", 
"base class of senstive detector")
    69     .def(init<const G4String&>())
    77     .def(
"ProcessHits", pure_virtual(&CB_G4VSensitiveDetector::ProcessHits))
    80     .def(
"GetNumberOfCollections",
    90      return_internal_reference<>())
 G4String GetFullPathName() const
 
void Activate(G4bool activeFlag)
 
void SetVerboseLevel(G4int vl)
 
G4int GetNumberOfCollections() const
 
void SetROgeometry(G4VReadOutGeometry *value)
 
G4bool Hit(G4Step *aStep)
 
virtual void Initialize(G4HCofThisEvent *)
 
G4String GetCollectionName(G4int id) const
 
G4VReadOutGeometry * GetROgeometry() const
 
virtual void EndOfEvent(G4HCofThisEvent *)
 
G4String GetPathName() const