All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BackTrackerService_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////////////////////
2 //
3 // \file BackTrackerService_service.cc
4 // \brief A service for backtracking reconstruction information to its truth
5 // information
6 //
7 // \author jason.stock@mines.sdsmt.edu
8 // Based on the original BackTracker by Brian Rebel (brebel@fnal.gov)
9 //
10 ////////////////////////////////////////////////////////////////////////////////////////
11 
13 
14 #include "art/Framework/Services/Registry/ServiceDefinitionMacros.h"
15 
16 DEFINE_ART_SERVICE(cheat::BackTrackerService)