~lbno-nd/lbno-nd/trunk

« back to all changes in this revision

Viewing changes to src/simul/PrimaryGeneratorAction.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    PrimaryGeneratorAction
 
5
 
 
6
\brief    Class to generate primaries from neutrino vertex in geant4
 
7
 
 
8
\author   Yordan Karadzhov <Yordan.Karadzhov \at cern.ch>
 
9
          University of Geneva
 
10
 
 
11
\author   Tom Stainer <tstainer \at liv.ac.uk>
 
12
          University of Liverpool
 
13
 
 
14
\created  Sep 2012
 
15
\last update June 2014
 
16
 
 
17
*/
 
18
//____________________________________________________________________________
1
19
#ifndef PrimaryGeneratorAction_h
2
20
#define PrimaryGeneratorAction_h 1
3
21