Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
ReadoutSimulation
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
8
#include "
ReadoutSimulation/ISCalculation.h
"
9
10
namespace
gar
{
11
namespace
rosim {
12
13
//----------------------------------------------------------------------
14
ISCalculation::ISCalculation
()
15
: fEnergyDeposit (0)
16
, fNumIonElectrons(0)
17
, fNumScintPhotons(0)
18
{
19
}
20
21
//----------------------------------------------------------------------
22
ISCalculation::~ISCalculation
()
23
{
24
}
25
26
}
27
}
// gar
ISCalculation.h
gar::rosim::ISCalculation::~ISCalculation
virtual ~ISCalculation()
Definition:
ISCalculation.cxx:22
gar
General GArSoft Utilities.
Definition:
anatest_module.cc:57
gar::rosim::ISCalculation::ISCalculation
ISCalculation()
Definition:
ISCalculation.cxx:14
Generated by
1.8.11