Skip to content

Commit

Permalink
cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu committed Jul 19, 2024
1 parent 7565e3a commit 6c45f6c
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion include/RMGEventAction.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "G4UserEventAction.hh"

class RMGRunAction;
class G4GenericMessenger;
class RMGEventAction : public G4UserEventAction {

public:
Expand Down
11 changes: 0 additions & 11 deletions include/RMGExceptionHandler.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,8 @@
#ifndef _RMG_EXCEPTION_HANDLER_HH_
#define _RMG_EXCEPTION_HANDLER_HH_

#include <memory>
#include <vector>

#include "G4ExceptionHandler.hh"
#include "globals.hh"

#include "RMGLog.hh"

class G4VUserPhysicsList;
class RMGHardware;
class RMGUserAction;
class G4GenericMessenger;
class G4UIExecutive;
class RMGExceptionHandler : public G4ExceptionHandler {

public:
Expand Down
1 change: 0 additions & 1 deletion include/RMGGeneratorCosmicMuons.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "CLHEP/Units/SystemOfUnits.h"
#include "G4GenericMessenger.hh"
#include "G4ParticleGun.hh"
#include "G4VUserPrimaryGeneratorAction.hh"

#include "RMGVGenerator.hh"

Expand Down
1 change: 0 additions & 1 deletion include/RMGGeneratorMUSUNCosmicMuons.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "G4CsvAnalysisReader.hh"
#include "G4GenericMessenger.hh"
#include "G4ParticleGun.hh"
#include "G4VUserPrimaryGeneratorAction.hh"

#include "RMGVGenerator.hh"
#include "RMGVVertexGenerator.hh"
Expand Down
1 change: 0 additions & 1 deletion include/RMGGermaniumDetector.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <string>

#include "G4Allocator.hh"
#include "G4GenericMessenger.hh"
#include "G4THitsCollection.hh"
#include "G4ThreeVector.hh"
#include "G4VHit.hh"
Expand Down
1 change: 0 additions & 1 deletion include/RMGMasterGenerator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

class G4Event;
class G4GenericMessenger;
class G4Run;
class RMGMasterGenerator : public G4VUserPrimaryGeneratorAction {

public:
Expand Down
2 changes: 0 additions & 2 deletions include/RMGOpticalDetector.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <string>

#include "G4Allocator.hh"
#include "G4GenericMessenger.hh"
#include "G4THitsCollection.hh"
#include "G4VHit.hh"
#include "G4VSensitiveDetector.hh"
Expand Down Expand Up @@ -56,7 +55,6 @@ using RMGOpticalDetectorHitsCollection = G4THitsCollection<RMGOpticalDetectorHit
class G4Step;
class G4HCofThisEvent;
class G4TouchableHistory;
class G4GenericMessenger;
class RMGOpticalDetector : public G4VSensitiveDetector {

public:
Expand Down
3 changes: 0 additions & 3 deletions src/RMGEventAction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
#include <sstream>

#include "G4AnalysisManager.hh"
#include "G4GenericMessenger.hh"
#include "G4RunManager.hh"

#include "RMGHardware.hh"
#include "RMGLog.hh"
#include "RMGManager.hh"
#include "RMGRun.hh"
#include "RMGRunAction.hh"
#include "RMGUserAction.hh"

#include "fmt/chrono.h"
#include "magic_enum/magic_enum.hpp"
Expand Down
3 changes: 0 additions & 3 deletions src/RMGGermaniumDetector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@
#include <stdexcept>
#include <string>

#include "G4AffineTransform.hh"
#include "G4Circle.hh"
#include "G4GenericMessenger.hh"
#include "G4HCofThisEvent.hh"
#include "G4OpticalPhoton.hh"
#include "G4SDManager.hh"
#include "G4Step.hh"
#include "G4Track.hh"
#include "G4UnitsTable.hh"
#include "G4VVisManager.hh"

Expand Down
3 changes: 0 additions & 3 deletions src/RMGOpticalDetector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@
#include <map>
#include <stdexcept>

#include "G4GenericMessenger.hh"
#include "G4HCofThisEvent.hh"
#include "G4OpticalPhoton.hh"
#include "G4SDManager.hh"
#include "G4Step.hh"
#include "G4ThreeVector.hh"
#include "G4Track.hh"

#include "RMGHardware.hh"
#include "RMGLog.hh"
Expand Down

0 comments on commit 6c45f6c

Please sign in to comment.