6 #include <boost/shared_ptr.hpp>
18 namespace PhysicsTools {
22 struct deleter :
public std::unary_function<T*, void> {
23 inline void operator() (
T *ptr)
const {
delete ptr; }
35 <<
"The required parameter 'trainDescription' "
36 "was not specified." << std::endl;;
55 trainer->setMonitoring(doMonitoring);
67 std::for_each(
begin(),
end(), deleter<Trainer>());
106 if ((*iter)->getCalibration())
118 ex <<
"No data processed during loop\n";
119 ex.
addContext(
"Calling MVATrainerLooper::endOfLoop()");
131 trainer->
trainer->doneTraining(
T getUntrackedParameter(std::string const &, T const &) const
void clear(CLHEP::HepGenMatrix &m)
Helper function: Reset all elements of a matrix to 0.
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
FileInPath getFileInPath() const
void addContext(std::string const &context)
Entry const * retrieveUntracked(char const *) const
volatile std::atomic< bool > shutdown_flag false
std::string fullPath() const
std::string getString() const