|
LDMX Software
|
Public Member Functions | |
| SingleNeutronFilter (const std::string &name, framework::config::Parameters ¶meters) | |
| bool | rejectEvent (const std::vector< G4Track * > &secondaries) const override |
Public Member Functions inherited from biasing::PhotoNuclearTopologyFilter | |
| PhotoNuclearTopologyFilter (const std::string &name, framework::config::Parameters ¶meters) | |
| Constructor. | |
| ~PhotoNuclearTopologyFilter ()=default | |
| Destructor. | |
| void | stepping (const G4Step *step) override |
| Callback that allows a user to take some actions at the end of a step. | |
| std::vector< simcore::TYPE > | getTypes () override |
| Retrieve the type of actions this class defines. | |
Public Member Functions inherited from simcore::UserAction | |
| UserAction (const std::string &name, framework::config::Parameters ¶meters) | |
| Constructor. | |
| DECLARE_FACTORY (UserAction, std::shared_ptr< UserAction >, const std::string &, framework::config::Parameters &) | |
| factory for user actions | |
| virtual | ~UserAction ()=default |
| Destructor. | |
| virtual void | BeginOfEventAction (const G4Event *) |
| Method called at the beginning of every event. | |
| virtual void | EndOfEventAction (const G4Event *) |
| Method called at the end of every event. | |
| virtual void | BeginOfRunAction (const G4Run *) |
| Method called at the beginning of a run. | |
| virtual void | EndOfRunAction (const G4Run *) |
| Method called at the end of a run. | |
| virtual void | PreUserTrackingAction (const G4Track *) |
| Method called before the UserTrackingAction. | |
| virtual void | PostUserTrackingAction (const G4Track *) |
| Method called after the UserTrackingAction. | |
| virtual G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *, const G4ClassificationOfNewTrack &cl) |
| Method called when a track is updated. | |
| virtual void | NewStage () |
| Method called at the beginning of a new stage. | |
| virtual void | PrepareNewEvent () |
| Method called at the beginning of a new event. | |
Additional Inherited Members | |
Protected Member Functions inherited from biasing::PhotoNuclearTopologyFilter | |
| constexpr bool | isLightIon (const int pdgCode) const |
| Check if the PDG code corresponds to a light ion nucleus. | |
| constexpr bool | skipCountingParticle (const int pdgcode) const |
| Whether or not to include a particular particle type in any counting. | |
| constexpr bool | isNeutron (const int pdgID) const |
Protected Member Functions inherited from simcore::UserAction | |
| UserEventInformation * | getEventInfo () const |
| Get a handle to the event information. | |
| const std::map< int, ldmx::SimParticle > & | getCurrentParticleMap () const |
| Get the current particle map. | |
Protected Attributes inherited from biasing::PhotoNuclearTopologyFilter | |
| bool | count_light_ions_ |
| double | hard_particle_threshold_ |
Protected Attributes inherited from simcore::UserAction | |
| std::string | name_ {""} |
| Name of the UserAction. | |
| framework::config::Parameters | parameters_ |
| The set of parameters used to configure this class. | |
| mutable::framework::logging::logger | the_log_ |
the logging channel user actions can use ldmx_log with | |
Definition at line 103 of file PhotoNuclearTopologyFilters.h.
|
inline |
Definition at line 105 of file PhotoNuclearTopologyFilters.h.
|
overridevirtual |
Implements biasing::PhotoNuclearTopologyFilter.
Definition at line 21 of file PhotoNuclearTopologyFilters.cxx.