114 Int_t
num[2] = { 0, 0 };
116 for (
int i=0; ; ++
i) {
122 }
else if (
ch >=
'0' &&
ch <=
'9' &&
part < 2) {
132 std::cerr <<
"File name run number (" <<
num[0]
133 <<
") disagrees with MIDAS run (" <<
run <<
")" << std::endl;
141 return std::string(
buff);
151int main(
int argc,
char *argv[])
std::string SetFullOutputFileName(int run, std::string midasFilename)
void BeginRun(int transition, int run, int time)
bool ProcessMidasEvent(TDataContainer &dataContainer)
void EndRun(int transition, int run, int time)
static TRootanaEventLoop & Get(void)
int ExecuteLoop(int argc, char *argv[])
Method to actually process the Midas information, either as file or online.
static void CreateSingleton()
Class for storing data from CAEN V792 module.
std::vector< VADCMeasurement > & GetMeasurements()
Get the Vector of TDC Measurements.
int main(int argc, char *argv[])