*
?
ext:cpp
regexp:(?i)\bs?printf
regexp:"(three|3) mice"
function:foo
callers:GetStringFromName
type:Stack
bases:SomeSubclass
derived:SomeSuperclass
member:SomeClass
+overridden:Derived::foo()
overrides:someMethod
#include "CommonTools/ParticleFlow/interface/EventHypothesis.h" #include <iostream> using pf2pat::EventHypothesis; EventHypothesis::EventHypothesis(const edm::ParameterSet& ps) { std::cout << ps.dump() << std::endl; }
#include "CommonTools/ParticleFlow/interface/EventHypothesis.h"
#include <iostream>
using pf2pat::EventHypothesis;
EventHypothesis::EventHypothesis(const edm::ParameterSet& ps) { std::cout << ps.dump() << std::endl; }