00001 // $Id: StChargedPionAnalysisMakerLinkDef.h,v 1.3 2008/12/29 15:58:28 kocolosk Exp $ 00002 00003 /***************************************************************************** 00004 * @author Adam Kocoloski 00005 * 00006 * cons won't generate these pragmas during its inspection of the source, but 00007 * we can force it to include them using this file. 00008 *****************************************************************************/ 00009 00010 #ifdef __CINT__ 00011 #pragma link C++ class std::vector< StChargedPionJetParticle >; 00012 #pragma link C++ class std::vector< StChargedPionMcTrack >; 00013 #pragma link C++ class std::vector< StChargedPionJet >; 00014 #pragma link C++ class std::vector< StMiniMcPair >; 00015 #pragma link C++ class std::vector< StChargedPionPythiaRow >; 00016 #endif 00017 00018 /***************************************************************************** 00019 * $Log: StChargedPionAnalysisMakerLinkDef.h,v $ 00020 * Revision 1.3 2008/12/29 15:58:28 kocolosk 00021 * removed commented code and added $Id$/$Log$ as needed 00022 * 00023 *****************************************************************************/ 00024
1.5.9