1 #ifndef __JTRIGGEREDFILESCANNER__
2 #define __JTRIGGEREDFILESCANNER__
23 namespace JPP {
using namespace JSUPPORT; }
38 template<
class JTypelist_t = JNullType,
template<
class>
class JFileScanner_t =
JMultipleFileScanner>
85 bool has_next = parallel_filescannner_type::hasNext();
112 ps.
reset(event, __p);
JMultiPointer< JTypeList< Evt, typelist > > multi_pointer_type
ROOT TTree parameter settings of various packages.
JParallelFileScanner< typelist, JFileScanner_t > parallel_filescannner_type
virtual const multi_pointer_type & next() override
Get next element.
void reset(const JMultiPointer< JClass_t > &pointer)
Reset multi-pointer.
JTypeList< JDAQEvent, JTypelist_t > typelist
Auxiliary class to synchronously read DAQ events and Monte Carlo events (and optionally other events)...
General purpose class for parallel reading of objects from a single file or multiple files...
virtual bool hasNext() override
Check availability of next element.
Auxiliary class for defining the range of iterations of objects.
virtual const multi_pointer_type & next() override
Get next element.
JTriggeredFileScanner(const typename parallel_filescannner_type::input_type &input)
Constructor.
Parallel scanning of objects from a single file or multiple files according a format that follows fro...
Auxiliary class for no type definition.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
JTriggeredFileScanner(const typename parallel_filescannner_type::input_type &input, const JLimit &limit)
Constructor.
General purpose class for object reading from a list of file names.
JTriggeredFileScanner()
Default constructor.
std::string getFilename(const std::string &file_name)
Get file name part, i.e. part after last JEEP::PATHNAME_SEPARATOR if any.
JFileScanner_t< JNullType >::input_type input_type
General purpose class for multiple pointers.
JTriggerCounter_t getCounter() const
Get trigger counter.
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.