1 #ifndef ProcessorLoader_h
2 #define ProcessorLoader_h 1
6 #include "LCIOSTLTypes.h"
26 typedef std::vector<void*> LibVec ;
30 ProcessorLoader( lcio::StringVec::const_iterator first, lcio::StringVec::const_iterator last ) ;
34 bool failedLoading() {
return _loadError; };
42 bool _loadError=
false;
Processor loader - loads shared libraries with marlin processors.
Definition: ProcessorLoader.h:23