Jpp
|
Auxiliary class to handle run by run options. More...
#include <JRunByRun.hh>
Public Types | |
typedef JSampler_t< T > | sampler_type |
typedef JTemplate< JType_t > | template_type |
typedef JObjectIterator< T >::pointer_type | pointer_type |
Public Member Functions | |
JRunByRun () | |
Default constructor. More... | |
bool | is_valid () |
Check validity of run by run options. More... | |
operator const JType_t & () const | |
Type conversion. More... | |
operator JType_t & () | |
Type conversion. More... | |
const JType_t * | operator-> () const |
Smart pointer operator. More... | |
JType_t * | operator-> () |
Smart pointer operator. More... | |
template<class T , bool use_polymorphism = false> | |
const T & | get () const |
Get reference to object. More... | |
template<class T , bool use_polymorphism = false> | |
T & | get () |
Get reference to object. More... | |
template_type & | set (const JType_t &value) |
Set value. More... | |
template<bool use_polymorphism, class T > | |
template_type & | set (const T &value) |
Set value. More... | |
virtual bool | hasNext () |
Check availability of next element. More... | |
virtual const pointer_type & | next () |
Get next element. More... | |
const JSampler_t< T > & | getSampler () const |
Get sampler. More... | |
JSampler_t< T > & | getSampler () |
Get sampler. More... | |
virtual skip_type | skip (const skip_type ns) |
Skip items. More... | |
Public Attributes | |
JPMTRateRange | range_Hz |
Protected Member Functions | |
const JType_t & | c_get (JBool< true > option) const |
Get reference to object. More... | |
JType_t & | c_get (JBool< true > option) |
Get reference to object. More... | |
template<class T > | |
template_type & | c_set (const T &value, JBool< true > option) |
Set value. More... | |
Static Protected Member Functions | |
template<class T > | |
static JProperties | getProperties (T &object) |
Get properties of this class. More... | |
template<class JHead_t , class JTail_t > | |
static bool | eq (const JClass_t &first, const JClass_t &second, const JType< JTypeList< JHead_t, JTail_t > > &type) |
Equals method for composite data types. More... | |
template<class JHead_t > | |
static bool | eq (const JClass_t &first, const JClass_t &second, const JType< JTypeList< JHead_t, JNullType > > &type) |
Equals method for composite data types. More... | |
Protected Attributes | |
JType_t | object |
object More... | |
JRewindableObjectIterator< T > & | in |
JSampler_t< T > | sampler |
JPointer< T > | ps |
bool | has_next |
Friends | |
std::istream & | operator>> (std::istream &in, JRunByRun &object) |
Read run by run options from input. More... | |
std::ostream & | operator<< (std::ostream &out, const JRunByRun &object) |
Write run by run options to output. More... | |
Auxiliary class to handle run by run options.
Definition at line 38 of file JRunByRun.hh.
|
inherited |
Definition at line 33 of file JMultipleFileSampler.hh.
|
inherited |
Definition at line 42 of file JTemplate.hh.
|
inherited |
Definition at line 35 of file JObjectSampler.hh.
|
inline |
Default constructor.
Definition at line 45 of file JRunByRun.hh.
|
inline |
Check validity of run by run options.
Definition at line 56 of file JRunByRun.hh.
|
inlinestaticprotected |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Get reference to object.
Definition at line 113 of file JTemplate.hh.
|
inlineinherited |
Get reference to object.
Definition at line 125 of file JTemplate.hh.
|
inlineinherited |
|
inlineinherited |
Set value.
value | value |
Definition at line 150 of file JTemplate.hh.
|
inlineprotectedinherited |
Get reference to object.
option | true |
Definition at line 188 of file JTemplate.hh.
|
inlineprotectedinherited |
Get reference to object.
option | true |
Definition at line 200 of file JTemplate.hh.
|
inlineprotectedinherited |
Set value.
value | value |
option | true |
Definition at line 214 of file JTemplate.hh.
|
inlinevirtualinherited |
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 68 of file JObjectSampler.hh.
|
inlinevirtualinherited |
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 110 of file JObjectSampler.hh.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Skip items.
ns | number of items to skip |
Reimplemented in JLANG::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, JLANG::JSTDObjectIterator< T >, JLANG::JAbstractObjectReader< T >, JLANG::JAbstractObjectReader< const T >, JLANG::JAbstractObjectReader< JTail_t >, JLANG::JAbstractObjectReader< JHead_t >, JLANG::JAbstractObjectReader< KM3NETDAQ::JDAQEvent >, JLANG::JAbstractObjectReader< JDAQSummaryslice >, and JLANG::JAbstractObjectReader< JTypeList< JDAQEvent, JTypelist_t > >.
Definition at line 88 of file JObjectIterator.hh.
|
inlinestaticprotectedinherited |
Equals method for composite data types.
first | first object |
second | second object |
type | type |
Definition at line 42 of file JMultiEquals.hh.
|
inlinestaticprotectedinherited |
Equals method for composite data types.
first | first object |
second | second object |
type | type |
Definition at line 61 of file JMultiEquals.hh.
|
friend |
Read run by run options from input.
in | input stream |
object | run by run options |
Definition at line 69 of file JRunByRun.hh.
|
friend |
Write run by run options to output.
out | output stream |
object | run by run options |
Definition at line 93 of file JRunByRun.hh.
JPMTRateRange JTRIGGER::JRunByRun::range_Hz |
Definition at line 99 of file JRunByRun.hh.
|
protectedinherited |
object
Definition at line 222 of file JTemplate.hh.
|
protectedinherited |
Definition at line 144 of file JObjectSampler.hh.
|
protectedinherited |
Definition at line 145 of file JObjectSampler.hh.
|
protectedinherited |
Definition at line 146 of file JObjectSampler.hh.
|
protectedinherited |
Definition at line 147 of file JObjectSampler.hh.