~lbno-nd/lbno-nd/trunk

« back to all changes in this revision

Viewing changes to src/simul/TrackInformation.hh

  • Committer: tstainer
  • Date: 2014-06-16 14:50:45 UTC
  • Revision ID: tstainer@liv.ac.uk-20140616145045-6hb0uouxkh8pcp2r
added readme and updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//____________________________________________________________________________
 
2
/*!
 
3
 
 
4
\class    TrackInformation
 
5
 
 
6
\brief    Class to record primary track information in geant4
 
7
 
 
8
\author   Tom Stainer <tstainer \at liv.ac.uk>
 
9
          University of Liverpool
 
10
 
 
11
\created  Sep 2012
 
12
\last update Sep 2013
 
13
 
 
14
*/
 
15
//____________________________________________________________________________
1
16
#ifndef TrackInformation_h
2
17
#define TrackInformation_h 1
3
18