ImpactX
CoordinateTransformation.H
Go to the documentation of this file.
1 /* Copyright 2022 The Regents of the University of California, through Lawrence
2  * Berkeley National Laboratory (subject to receipt of any required
3  * approvals from the U.S. Dept. of Energy). All rights reserved.
4  *
5  * This file is part of ImpactX.
6  *
7  * Authors: Axel Huebl, Chad Mitchell
8  * License: BSD-3-Clause-LBNL
9  */
10 #ifndef IMPACTX_COORDINATE_TRANSFORMATION_H
11 #define IMPACTX_COORDINATE_TRANSFORMATION_H
12 
14 
15 
16 namespace impactx
17 {
18 namespace transformation
19 {
22  enum class Direction
23  {
24  to_fixed_s,
26  };
27 
34  Direction const & direction);
35 
36 } // namespace transformation
37 } // namespace impactx
38 
39 #endif // IMPACTX_COORDINATE_TRANSFORMATION_H
Definition: ImpactX.cpp:31
direction
Direction
Definition: CoordinateTransformation.H:22
Definition: ImpactXParticleContainer.H:111
void CoordinateTransformation(ImpactXParticleContainer &pc, Direction const &direction)
Definition: CoordinateTransformation.cpp:25