*
?
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
#ifndef DQMSERVICES_CORE_DQM_SCOPE_H #define DQMSERVICES_CORE_DQM_SCOPE_H /** Gateway to accessing DQM core in threads other than the CMSSW thread. */ class DQMScope { public: DQMScope(); ~DQMScope(); }; #endif // DQMSERVICES_CORE_DQM_SCOPE_H
#ifndef DQMSERVICES_CORE_DQM_SCOPE_H
#define DQMSERVICES_CORE_DQM_SCOPE_H
/** Gateway to accessing DQM core in threads other than the CMSSW thread. */
class DQMScope {
public:
DQMScope();
~DQMScope();
};
#endif // DQMSERVICES_CORE_DQM_SCOPE_H