#include "Iguana/Inventor/interface/IgSoShapeKit.h"
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFInt32.h>
#include <Inventor/fields/SoSFBool.h>
#include <map>
Go to the source code of this file.
Classes | |
class | IgSbLegoBin |
An (almost private) helper class for constructing a legoHist stores the x/y indices. More... | |
struct | IgSbLegoBinCompare |
class | IgSbLegoValue |
An (almost private) helper class for IgSoLegoPlot. More... | |
class | IgSoLegoPlot |
Provides a basic lego plot in eta-phi for calorimetry. More... | |
Typedefs | |
typedef std::map< IgSbLegoBin, IgSbLegoValue, IgSbLegoBinCompare > | IgSbLegoHistogram |
typedef std::map<IgSbLegoBin, IgSbLegoValue, IgSbLegoBinCompare> IgSbLegoHistogram |
Definition at line 52 of file IgSoLegoPlot.h.