|
Jpp 20.0.0
the software that should make you happy
|
Interface for detector resolution simulation. More...
#include <JResolution.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual | ~JResolution () |
| Virtual destructor. | |
| virtual std::istream & | read (std::istream &in)=0 |
| Read detector resolution from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const =0 |
| Write detector resolution to output stream. | |
| virtual JDirection3D | get () const =0 |
| Get direction. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
| const std::string & | getTitle () const |
| Get title. | |
| void | setTitle (const std::string &title) |
| Set title. | |
Protected Attributes | |
| std::string | title |
Interface for detector resolution simulation.
Note that all input angles are in degrees.
Definition at line 51 of file JResolution.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
|
pure virtual |
Read detector resolution from input stream.
| in | input stream |
|
pure virtual |
Write detector resolution to output stream.
| out | output stream |
|
pure virtual |
Get direction.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
|
inlineinherited |
Get title.
|
inlineinherited |