/************************************************************************** * This file is property of and copyright by the ALICE HLT Project * * All rights reserved. * * * * Primary Authors: * * Artur Szostak * * * * Permission to use, copy, modify and distribute this software and its * * documentation strictly for non-commercial purposes is hereby granted * * without fee, provided that the above copyright notice appears in all * * copies and that both the copyright notice and this permission notice * * appear in the supporting documentation. The authors make no claims * * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ /* $Id$ */ /** * @file HLTMUONLinkDef.h * @author Artur Szostak * @date * @brief The linkdef file for rootcint to build a ROOT dictionary of * the dimuon HLT classes exposed to AliRoot. */ #ifdef __CINT__ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link off all typedefs; #pragma link C++ nestedclass; #pragma link C++ nestedtypedef; #pragma link C++ nestedfunction; #pragma link C++ class AliHLTMUONAgent+; #pragma link C++ class AliHLTMUONTriggerRecordsSource+; #pragma link C++ class AliHLTMUONRecHitsSource+; #pragma link C++ class AliHLTMUONTriggerReconstructorComponent+; #pragma link C++ class AliHLTMUONHitReconstructorComponent+; #pragma link C++ class AliHLTMUONMansoTrackerFSMComponent+; #pragma link C++ class AliHLTMUONRecHit+; #pragma link C++ class AliHLTMUONRecHit::Channel+; #pragma link C++ class AliHLTMUONTriggerRecord+; #pragma link C++ class AliHLTMUONMansoTrack+; #pragma link C++ class AliHLTMUONRootifierComponent+; // The following is temporary: #pragma link C++ class AliHLTMUONEvent+; #endif // __CINT__