41int main(
int argc, 
char **argv)
 
   53    JParser<> zap(
"Auxiliary program to select number of DAQ events.");
 
   62  catch(
const exception& error) {
 
   63    FATAL(error.what() << endl);
 
   78  int trigger_counter  = 0;
 
   84    STATUS(
"event: " << setw(10) << in.getCounter() << 
'\r'); 
DEBUG(endl);
 
   99        const std::string& tag = i->comment;
 
 
Recording of objects on file according a format that follows from the file name extension.
 
General purpose messaging.
 
#define DEBUG(A)
Message macros.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Scanning of objects from a single file according a format that follows from the extension of each fil...
 
ROOT TTree parameter settings of various packages.
 
int main(int argc, char **argv)
 
Utility class to parse command line options.
 
Object reading from a list of files.
 
virtual bool hasNext() override
Check availability of next element.
 
File router for fast addressing of summary data.
 
void update(const JDAQHeader &header)
Update router.
 
const JDAQSummaryslice * getSummaryslice() const
Get summary slice.
 
Template definition for direct access of elements in ROOT TChain.
 
int getFrameIndex() const
Get frame index.
 
JTriggerCounter_t getCounter() const
Get trigger counter.
 
JTriggerCounter_t next()
Increment trigger counter.
 
void setCounter(const JTriggerCounter_t counter)
Set trigger counter.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
JTriggerParameters getTriggerParameters(const JMultipleFileScanner_t &file_list)
Get trigger parameters.
 
JMultiHead getMultiHeader(const JMultipleFileScanner_t &file_list)
Get multi-header corresponding to a given file list.
 
Head getHeader(const JMultipleFileScanner_t &file_list)
Get Monte Carlo header.
 
const char *const neutrino_t
 
const char *const track_in_t
 
const char *const track_t
 
const char *const primarylepton_t
 
const char *const track_bundle_t
 
const char *const track_primary_t
 
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.
 
static int ROOT_IO_VERSION
Streamer version as obtained from ROOT file.
 
Auxiliary class for defining the range of iterations of objects.
 
static counter_type max()
Get maximum counter value.
 
static const int PDG_MUONBUNDLE
muon bundle reached the can level (mupage)
 
static const int TRK_ST_FINALSTATE
for MC: the particle must be processed by detector simulation ('track_in' tag in evt files)....
 
static const int TRK_ST_MUONBUNDLE
initial state muon bundle (mupage)
 
static const int TRK_ST_PRIMARYCOSMIC
initial state cosmic ray ('track_primary' tag in evt files from corant).
 
static const int TRK_ST_PRIMARYNEUTRINO
initial state neutrino ('neutrino' tag in evt files from gseagen and genhen).