StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StChargedPionAnalysisMakerLinkDef.h
1 // $Id: StChargedPionAnalysisMakerLinkDef.h,v 1.4 2012/11/09 03:31:34 perev Exp $
2 
3 /*****************************************************************************
4  * @author Adam Kocoloski
5  *
6  * cons won't generate these pragmas during its inspection of the source, but
7  * we can force it to include them using this file.
8  *****************************************************************************/
9 
10 #ifdef __CINT__
11 #pragma link C++ class std::vector< StChargedPionJetParticle >;
12 #pragma link C++ class std::vector< StChargedPionMcTrack >;
13 #pragma link C++ class std::vector< StChargedPionJet >;
14 #pragma link C++ class std::vector< StMiniMcPair >;
15 #pragma link C++ class std::vector< StChargedPionPythiaRow >;
16 #endif
17 
18 /*****************************************************************************
19  * $Log: StChargedPionAnalysisMakerLinkDef.h,v $
20  * Revision 1.4 2012/11/09 03:31:34 perev
21  * Cleanup
22  *
23  * Revision 1.3 2008/12/29 15:58:28 kocolosk
24  * removed commented code and added $Id: StChargedPionAnalysisMakerLinkDef.h,v 1.4 2012/11/09 03:31:34 perev Exp $/$Log: StChargedPionAnalysisMakerLinkDef.h,v $
25  * removed commented code and added $Id$/Revision 1.4 2012/11/09 03:31:34 perev
26  * removed commented code and added $Id$/Cleanup
27  * removed commented code and added $Id$/ as needed
28  *
29  *****************************************************************************/
30