Jpp 20.0.0
the software that should make you happy
Loading...
Searching...
No Matches
JResolution.hh File Reference

Tools for simulation of detector resolution. More...

#include <string>
#include <istream>
#include <ostream>
#include <iomanip>
#include <memory>
#include <map>
#include "TRandom3.h"
#include "TROOT.h"
#include "TFile.h"
#include "TH1D.h"
#include "TF1.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::JResolution
 Interface for detector resolution simulation. More...
 
struct  JASTRONOMY::JResolutionGauss
 Implementation of Gaussian detector resolution. More...
 
struct  JASTRONOMY::JResolutionTF1
 Implementation of detector resolution based on a formula. More...
 
struct  JASTRONOMY::JResolutionTH1
 Implementation of detector resolution based on histogram. More...
 
struct  JASTRONOMY::JResolutionLog
 Implementation of detector resolution based on histogram filled according log10(alpha). More...
 
struct  JASTRONOMY::JResolutionHelper
 Helper data structure for detector resolution 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< JResolutionJASTRONOMY::resolution_type
 Type definition of generic resolution.
 

Functions

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

Variables

static const JResolutionHelper JASTRONOMY::resolution_helper
 Helper object for resolution I/O.
 

Detailed Description

Tools for simulation of detector resolution.

Author
mdejong

Definition in file JResolution.hh.