All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
cheat::BackTrackerLoader Class Reference
Inheritance diagram for cheat::BackTrackerLoader:

Public Member Functions

 BackTrackerLoader (fhicl::ParameterSet const &p)
 
virtual void produce (art::Event &e)
 

Detailed Description

Definition at line 20 of file BackTrackerLoader_module.cc.

Constructor & Destructor Documentation

cheat::BackTrackerLoader::BackTrackerLoader ( fhicl::ParameterSet const &  p)
explicit

Definition at line 31 of file BackTrackerLoader_module.cc.

31  : EDProducer{p}
32 {
33  // Call appropriate Produces<>() functions here.
34 }
pdgs p
Definition: selectors.fcl:22

Member Function Documentation

void cheat::BackTrackerLoader::produce ( art::Event &  e)
virtual

Definition at line 43 of file BackTrackerLoader_module.cc.

44 {
45  art::ServiceHandle<cheat::ParticleInventoryService> pi_serv;
46  art::ServiceHandle<cheat::BackTrackerService> bt_serv;
47  pi_serv->Rebuild(e);
48  bt_serv->Rebuild(e);
49 }
do i e

The documentation for this class was generated from the following file: