AtomicNumber.cxx
Go to the documentation of this file.
1 /**
2  * @file AtomicNumber.cxx
3  * @brief Provider returning atomic number of the active material in the TPC
4  * @author Gianluca Petrillo (petrillo@fnal.gov)
5  * @date April 13, 2016
6  * @see AtomicNumber.h
7  * @ingroup AtomicNumber
8  *
9  * Implementation file.
10  */
11 
12 // our own header
13 #include "AtomicNumber.h"
14 
Provider returning atomic number of the active material in the TPC.