Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -53,8 +53,8 @@ class G4VDigitizerModule
|
||||
// the detector module must be unique.
|
||||
public:
|
||||
virtual ~G4VDigitizerModule();
|
||||
int operator==(const G4VDigitizerModule &right) const;
|
||||
int operator!=(const G4VDigitizerModule &right) const;
|
||||
G4bool operator==(const G4VDigitizerModule &right) const;
|
||||
G4bool operator!=(const G4VDigitizerModule &right) const;
|
||||
|
||||
public: // with description
|
||||
virtual void Digitize() = 0;
|
||||
|
||||
Reference in New Issue
Block a user