ISCalculation.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file ISCalculation.cxx
3 /// \brief Interface to algorithm class for a specific detector channel mapping
4 ///
5 /// \author brebel@fnal.gov
6 ////////////////////////////////////////////////////////////////////////
7 
9 
10 namespace gar {
11  namespace rosim {
12 
13  //----------------------------------------------------------------------
15  : fEnergyDeposit (0)
16  , fNumIonElectrons(0)
17  , fNumScintPhotons(0)
18  {
19  }
20 
21  //----------------------------------------------------------------------
23  {
24  }
25 
26  }
27 } // gar
General GArSoft Utilities.