Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:07

0001 #include "CommonTools/ParticleFlow/interface/EventHypothesis.h"
0002 
0003 #include <iostream>
0004 
0005 using pf2pat::EventHypothesis;
0006 
0007 EventHypothesis::EventHypothesis(const edm::ParameterSet& ps) { std::cout << ps.dump() << std::endl; }