#include <boost/python.hpp>
#include "G4VSensitiveDetector.hh"
Go to the source code of this file.
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<>())
void Activate(G4bool activeFlag)
void SetVerboseLevel(G4int vl)
G4VReadOutGeometry * GetROgeometry() const
void SetROgeometry(G4VReadOutGeometry *value)
G4bool Hit(G4Step *aStep)
G4String GetFullPathName() const
virtual void Initialize(G4HCofThisEvent *)
G4int GetNumberOfCollections() const
G4String GetCollectionName(G4int id) const
virtual void EndOfEvent(G4HCofThisEvent *)
G4String GetPathName() const