Line Code
1 2 3 4 5 6 7
#include "CommonTools/ParticleFlow/interface/EventHypothesis.h"

#include <iostream>

using pf2pat::EventHypothesis;

EventHypothesis::EventHypothesis(const edm::ParameterSet& ps) { std::cout << ps.dump() << std::endl; }