~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/Recon/Global/PIDBase2D.hh

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with MAUS.  If not, see <http://  www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
 /** @class PIDBase
18
 
 *  Base class containing constructors and functions required for PID
19
 
 *  analysis
 
17
 /** @class PIDBase2D
 
18
 *  @author Celeste Pidcott, University of Warwick
 
19
 *  Class containing constructors and functions required for PID
 
20
 *  analysis (2D case)
20
21
 */
21
22
 
22
23
#ifndef PIDBASE2D_HH