Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:25

0001 #include "SimG4Core/HelpfulWatchers/src/BeginOfTrackCounter.h"
0002 #include "SimG4Core/HelpfulWatchers/src/SimTracer.h"
0003 #include "SimG4Core/Watcher/interface/SimWatcherFactory.h"
0004 // Adding a Watcher to collect G4step statistics:
0005 #include "SimG4Core/HelpfulWatchers/interface/MonopoleSteppingAction.h"
0006 #include "SimG4Core/HelpfulWatchers/src/G4StepStatistics.h"
0007 
0008 #include "FWCore/PluginManager/interface/ModuleDef.h"
0009 
0010 using namespace simwatcher;
0011 
0012 DEFINE_SIMWATCHER(SimTracer);
0013 DEFINE_SIMWATCHER(BeginOfTrackCounter);
0014 
0015 // Adding a Watcher to collect G4step statistics:
0016 DEFINE_SIMWATCHER(G4StepStatistics);
0017 
0018 // Adding a Watcher to take care of steps of a monopole:
0019 DEFINE_SIMWATCHER(MonopoleSteppingAction);