Skip to content
Snippets Groups Projects
Commit a4bfd342 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'delte_g4util' into 'master'

G4AtlasUtilities: delete empty directory

See merge request atlas/athena!46938
parents 119ba186 b475a608
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/**
@page G4AtlasUtilities_page G4AtlasUtilities
@author Manuel Gallas (gallasm@mail.cern.ch)
@section G4AtlasUtilities_G4AtlasUtilities Introduction
The G4AtlasUtilities package includes utilities for the modification of events as they are transferred between the generators and Geant4. The modifiers are all set up in the G4AtlasApps package.
@section G4AtlasUtilities_G4AtlasUtilities Class Overview
The following filters are available:
- EtaPhiFilters : This filter removes particles from the primary event (from the generator) based on their angle pointing towards the detector. Most frequently it is used to remove those particles pointing down the beamline (eta>6).
- VertexPositioners : This filter changes the initial position of the primary event. It can be used both for a misplaced beamspot and for smearing the beamspot.
- VertexRangeChecker : This filter ensures that the primary particles are being created in a sensible place (e.g. not outside of the ATLAS detector)
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment