All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AtomicNumberService_service.cc
Go to the documentation of this file.
1 /**
2  * @file AtomicNumberService_service.cc
3  * @brief Returns the atomic number of the active material in the TPC
4  * @author Gianluca Petrillo (petrillo@fnal.gov)
5  * @date April 13, 2016
6  * @see AtomicNumberService.h
7  * @ingroup AtomicNumber
8  *
9  * Implementation file.
10  */
11 
12 
13 // LArSoft libraries
15 #include "art/Framework/Services/Registry/ServiceDefinitionMacros.h"
16 
17 
18 // -----------------------------------------------------------------------------
19 DEFINE_ART_SERVICE(lar::example::AtomicNumberService)
20 
21 // -----------------------------------------------------------------------------
Service returning a provider.
Returns the atomic number of the active material in the TPC.