Jpp 20.0.0-rc.9-4-g539b3ce77
the software that should make you happy
Loading...
Searching...
No Matches
JMorphology.hh File Reference

Tools for simulation of source morphology. More...

#include <string>
#include <istream>
#include <ostream>
#include <memory>
#include <map>
#include "TRandom3.h"
#include "TFile.h"
#include "TH2D.h"
#include "JGeometry3D/JAngle3D.hh"
#include "JGeometry3D/JDirection3D.hh"
#include "JGeometry3D/JRotation3D.hh"
#include "JLang/JClonable.hh"
#include "JLang/JTitle.hh"
#include "JLang/JException.hh"
#include "JAstronomy/JAstronomy.hh"

Go to the source code of this file.

Classes

struct  JASTRONOMY::JMorphology
 Interface for source morphology simulation. More...
 
struct  JASTRONOMY::JMorphologyPoint
 Implementation of point source morphology. More...
 
struct  JASTRONOMY::JMorphologyGauss
 Implementation of Gaussian source morphology. More...
 
struct  JASTRONOMY::JMorphologyGauss2D
 Implementation of 2D-Gaussian source morphology. More...
 
struct  JASTRONOMY::JMorphologyBinary
 Implementation of binary source morphology. More...
 
struct  JASTRONOMY::JMorphologyHistogram
 Implementation of histogram source morphology. More...
 
struct  JASTRONOMY::JMorphologyHelper
 Helper data structure for source morphology I/O. More...
 

Namespaces

namespace  JASTRONOMY
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Typedefs

typedef std::shared_ptr< JMorphologyJASTRONOMY::morphology_type
 Type definition of generic morphology.
 

Functions

std::istream & JASTRONOMY::operator>> (std::istream &in, morphology_type &object)
 Read morphology from input stream.
 
std::ostream & JASTRONOMY::operator<< (std::ostream &out, const morphology_type &object)
 Write morphology to output stream.
 

Variables

static const JMorphologyHelper JASTRONOMY::morphology_helper
 Helper object for morphology I/O.
 

Detailed Description

Tools for simulation of source morphology.

Author
mdejong

Definition in file JMorphology.hh.