Skip to content

Commit

Permalink
Merge pull request #43004 from iarspider/g4vtouchable
Browse files Browse the repository at this point in the history
Do not forward-declare G4VTouchable
  • Loading branch information
cmsbuild authored Oct 16, 2023
2 parents f969e6e + e9436e2 commit eb6caad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <vector>
#include <map>
#include <string>
#include <G4VTouchable.hh>

class G4VTouchable;
class G4VPhysicalVolume;
class GeometricDet;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include <fstream>
#include <G4VTouchable.hh>

#include "SimG4Core/Watcher/interface/SimProducer.h"
#include "SimG4Core/Notification/interface/Observer.h"
Expand All @@ -22,7 +23,6 @@ class EndOfTrack;
class G4Step;

class G4StepPoint;
class G4VTouchable;
class G4VPhysicalVolume;
class G4LogicalVolume;
class G4TouchableHistory;
Expand Down
2 changes: 1 addition & 1 deletion Validation/Geometry/interface/MaterialBudgetAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include <CLHEP/Vector/LorentzVector.h>
#include <G4VTouchable.hh>

class BeginOfTrack;
class BeginOfRun;
Expand All @@ -28,7 +29,6 @@ class G4Step;
class EndOfTrack;
class EndOfRun;
class G4StepPoint;
class G4VTouchable;

class MaterialBudgetAction : public SimWatcher,
public Observer<const BeginOfRun*>,
Expand Down

0 comments on commit eb6caad

Please sign in to comment.