![]() |
Project
|
#include <boost/program_options.hpp>
#include <string>
#include <iostream>
#include "Framework/Logger.h"
#include <TFile.h>
#include "SimulationDataFormat/DigitizationContext.h"
#include <gsl/span>
#include "CommonDataFormat/InteractionRecord.h"
#include <limits>
Go to the source code of this file.
Functions | |
void | report (gsl::span< o2::InteractionTimeRecord > irs, int threshold, bool verbose) |
int | main (int argc, char *argv[]) |
Definition at line 52 of file inspect-collision-context.cxx.
void report | ( | gsl::span< o2::InteractionTimeRecord > | irs, |
int | threshold, | ||
bool | verbose | ||
) |
Definition at line 24 of file inspect-collision-context.cxx.