~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_cpp/DetModel/EMR/EMRSD.hh

  • Committer: Chris Rogers
  • Date: 2014-05-14 08:51:20 UTC
  • Revision ID: chris.rogers@stfc.ac.uk-20140514085120-13ull310rnc5489z
Hacks to integrate with EMR code#

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
* EMR calorimeter simulation.
42
42
**/
43
43
 
44
 
// class EMRSD : public MAUS::MAUSSD {
45
 
//   public:
46
 
//     /** @brief Constructor
47
 
//      */
48
 
//      EMRSD(MiceModule*);
49
 
//
50
 
//    void Initialize( G4HCofThisEvent* );
51
 
//
52
 
//     /** @brief Processes all hits in this detector
53
 
//      */
54
 
//     G4bool ProcessHits(G4Step*, G4TouchableHistory*);
55
 
//
56
 
//     /** @brief Code that is called at the end of processing of an event
57
 
//      *   Does nothing.
58
 
//      */
59
 
//     void EndOfEvent(G4HCofThisEvent* );
60
 
//
61
 
// };
62
 
//
63
 
// #endif
64
 
 
65
 
/**
66
 
* SAVING DATA IN CPP FILES (TO BE CONVERTED LATER TO JSON OR ROOT)
67
 
**/
68
 
 
69
44
class EMRSD : public MAUS::MAUSSD {
70
45
 public:
71
46
  /// Constructor