IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ca51b798 authored by ralfulrich's avatar ralfulrich
Browse files

added Cascade main body, but just as template

parent bc53f674
No related branches found
No related tags found
No related merge requests found
#ifndef _include_Cascade_h_
#define _include_Cascade_h_
namespace cascade {
template<typename Processes, typename Trajectory, typename Stack>
class Cascade {
public:
Cascade();
void Init();
void Run();
void Step(Particle& particle);
private:
Stack fStack;
Processes fProcesseList;
};
}
#endif
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