JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwPromptSummaryLinkDef.h
Go to the documentation of this file.
1/*!
2 * \file QwPromptSummaryLinkDef.h
3 * \brief ROOT linkage definitions for prompt summary classes
4 */
5
6#ifdef __CINT__
7
8#pragma link off all globals;
9#pragma link off all classes;
10#pragma link off all functions;
11
12#pragma link C++ class PromptSummaryElement+;
13#pragma link C++ class QwPromptSummary+;
14
15#endif