|
LDMX Software
|
Implementation file for Process class. More...
#include "Framework/Process.h"#include <dlfcn.h>#include <iostream>#include <set>#include "Framework/Event.h"#include "Framework/EventFile.h"#include "Framework/EventProcessor.h"#include "Framework/Exception/Exception.h"#include "Framework/Logger.h"#include "Framework/NtupleManager.h"#include "Framework/RunHeader.h"#include "TFile.h"#include "TROOT.h"Go to the source code of this file.
Namespaces | |
| namespace | framework |
| All classes in the ldmx-sw project use this namespace. | |
Variables | |
| volatile std::sig_atomic_t | preemption_received_ = 0 |
Implementation file for Process class.
Definition in file Process.cxx.
| volatile std::sig_atomic_t preemption_received_ = 0 |
Definition at line 25 of file Process.cxx.