![]() |
![]() |
#include "Iguana/Framework/interface/IgNet.h"
#include "classlib/utils/DebugAids.h"
#include "classlib/utils/TimeInfo.h"
#include "classlib/utils/Signal.h"
#include "classlib/utils/Time.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | IguanaNetProducer |
Functions | |
static char | onAssertFail (const char *message) |
static void | onInterrupt (int) |
Variables | |
static sig_atomic_t | s_stop = 0 |
static char onAssertFail | ( | const char * | message | ) | [static] |
Definition at line 44 of file IguanaNetProducer.h.
References TestMuL1L2Filter_cff::cerr, and GenMuonPlsPt100GeV_cfg::cout.
00045 { 00046 std::cout.flush(); 00047 fflush(stdout); 00048 std::cerr.flush(); 00049 fflush(stderr); 00050 std::cerr << message << "ABORTING\n"; 00051 return 'a'; 00052 }
Definition at line 38 of file IguanaNetProducer.h.
References s_stop.
00039 { 00040 s_stop++; 00041 }
sig_atomic_t s_stop = 0 [static] |
Definition at line 17 of file IguanaNetProducer.h.
Referenced by onInterrupt(), and IguanaNetProducer::shouldStop().