Skip to content
Snippets Groups Projects
Commit 14769e05 authored by brusale's avatar brusale
Browse files

introduce SimShowers

Add SimShower header files. Since SimShowers are the same object as
SimClusters, the file only contains typedefs.
parent 62d7a2f6
Branches
No related tags found
No related merge requests found
#ifndef SimShower_h
#define SimShower_h
#include "SimCluster.h"
typedef SimCluster SimShower;
typedef std::vector<SimShower> SimShowerCollection;
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment