6#ifndef SHOWER_LIB_SHOWER_H
7#define SHOWER_LIB_SHOWER_H
36 class Shower :
public std::vector<ShowerEnergySpot*> {
49 inline void setZSize(
const float zsize);
50 inline void setRSize(
const float rsize);
An STL vector of pointers that by default owns its pointed-to elements.
void setZSize(const float zsize)
void setRSize(const float rsize)
float m_rsize
r size for containment check
float m_zsize
z size for containment check
Shower()
empty constructor
Namespace for the ShowerLib related classes.