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

Public Member Functions

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

Detailed Description

Definition at line 20 of file PhotonBackTrackerLoader_module.cc.

Constructor & Destructor Documentation

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

Definition at line 34 of file PhotonBackTrackerLoader_module.cc.

35  : EDProducer{p}
36 {
37  // Call appropriate Produces<>() functions here.
38 }
pdgs p
Definition: selectors.fcl:22

Member Function Documentation

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

Definition at line 46 of file PhotonBackTrackerLoader_module.cc.

47 {
48  art::ServiceHandle<cheat::ParticleInventoryService> pi_serv;
49  art::ServiceHandle<cheat::PhotonBackTrackerService> pbt_serv;
50  pi_serv->Rebuild(e);
51  pbt_serv->Rebuild(e);
52 }
do i e

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