LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Dummy.cc
Go to the documentation of this file.
1 // Common materials used throughout the simulation
2 
6 
7 #include <iostream>
8 
10 {
11  std::cout << "DummyService has been constructed!" << std::endl;
12 }
13 
14 // Destructor
16 
17 void
19 {
20  mf::LogDebug("DummyService") << "running produces<int>()...";
21  prod.produces<int>();
22  mf::LogDebug("DummyService") << "done!";
23 }
DummyService(fhicl::ParameterSet const &)
Definition: Dummy.cc:9
void notifyArtOfProduction(art::ProducesCollector &prod)
Definition: Dummy.cc:18
void produces(std::string const &instanceName={}, Persistable const persistable=Persistable::Yes)
MaybeLogger_< ELseverityLevel::ELsev_success, false > LogDebug