#include "DBremWatcher.h"
#include "SimG4Core/Notification/interface/BeginOfTrack.h"
#include "SimG4Core/Notification/interface/BeginOfEvent.h"
#include "SimG4Core/Notification/interface/BeginOfRun.h"
#include "SimG4Core/Notification/interface/EndOfEvent.h"
#include "SimG4Core/Notification/interface/TrackInformation.h"
#include "SimG4Core/Watcher/interface/SimWatcher.h"
#include "SimG4Core/Notification/interface/Observer.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/Event.h"
#include "G4Region.hh"
#include "G4RegionStore.hh"
#include "G4LogicalVolumeStore.hh"
#include "G4ProductionCuts.hh"
#include "G4ProcessTable.hh"
#include "G4ProcessManager.hh"
#include "G4MuonMinus.hh"
#include "SimG4Core/CustomPhysics/interface/G4muDarkBremsstrahlung.h"
#include "G4Track.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4VProcess.hh"
#include "G4VParticleChange.hh"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include <algorithm>
#include "SimG4Core/Watcher/interface/SimWatcherFactory.h"
Go to the source code of this file.
Functions | |
static const SimWatcherFactory ::PMaker< SimWatcherMaker< DBremWatcher > > | s_maker__LINE__ ("DBremWatcher") |
|
static |