Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 7, 2024
1 parent e77796c commit 3bf374e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/TRestGeant4Hits.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class TRestGeant4Hits : public TRestHits {
// Destructor
virtual ~TRestGeant4Hits();

ClassDef(TRestGeant4Hits, 7); // REST event superclass
ClassDef(TRestGeant4Hits, 8); // REST event superclass

// restG4
public:
Expand Down
2 changes: 1 addition & 1 deletion inc/TRestGeant4Metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class TRestGeant4Metadata : public TRestMetadata {
TRestGeant4Metadata(const TRestGeant4Metadata& metadata);
TRestGeant4Metadata& operator=(const TRestGeant4Metadata& metadata);

ClassDefOverride(TRestGeant4Metadata, 15);
ClassDefOverride(TRestGeant4Metadata, 16);

// Allow modification of otherwise inaccessible / immutable members that shouldn't be modified by the user
friend class SteppingAction;
Expand Down

0 comments on commit 3bf374e

Please sign in to comment.